/*
* Theme Name: Super Theme
* Author: Market Forces
* Description: Custom Theme for Super Switch
* Version: 5.0.0
* License: GNU
* License URI: http://www.gnu.org
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400);
.flex,
body {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox
}
h1,
h2,
h3 {
    line-height: 1;
    letter-spacing: -1px
}
.heading-middle,
.txtalign-center {
    text-align: center
}
html {
    box-sizing: border-box
}
*,
:after,
:before {
    box-sizing: inherit
}
body {
    display: flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.618
}
.container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}
.content-box {
    padding: 5px
}
.content,
.content-form {
    padding: 0 20px
}
.box-one {
    background: rgba(67, 50, 68, .25)
}
.box-two {
    background: rgba(144, 62, 76, .25)
}
.box-three {
    background: rgba(161, 185, 58, .25)
}
.content-box-bg {
    background: #f5f5f5
}
.row {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}
.displaynone {
    display: none
}
.displayhidden {
    visibility: hidden
}
.pagebuffer {
    width: 100;
    height: 100vh
}
.full-width-shadow {
    width: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}
.content-bottom,
.content-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 20px 0
}
.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}
.flex-300 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}
.aside-left,
.aside-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}
.flex-item,
.flex-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    width: 24%
}
.flex-spacer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px
}
.flex {
    display: -o-flex;
    display: flex
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}
.flex-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.flex-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.flex-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
.flex-items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
.flex-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.flex-justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.flex-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.flex-justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.flex-align-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}
.flex-align-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}
.flex-align-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}
.flex-fluid {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    max-width: 300px;
    width: 300px
}
.flex-one {
    width: 100%;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}
.flex-two {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    -webkit-box-flex: 2;
    flex: 2
}
.flex-three {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    -o-flex: 3;
    -webkit-box-flex: 3;
    flex: 3
}
.flex-six {
    width: 100%;
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    -o-flex: 6;
    -webkit-box-flex: 6;
    flex: 6
}
.flex-auto {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto
}
.flex-twenty {
    width: 20%;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%
}
.flex-qrt {
    width: 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%
}
.flex-fortynine,
.ss_half {
    width: 49%;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    -o-flex: 0 0 49%;
    -webkit-box-flex: 0;
    flex: 0 0 49%
}
.flex-half {
    width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%
}
.flex-sixty {
    width: 60%;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    -o-flex: 0 0 60%;
    -webkit-box-flex: 0;
    flex: 0 0 60%
}
.flex-third {
    width: 33%;
    -webkit-flex: 0 0 33%;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    -o-flex: 0 0 33%;
    -webkit-box-flex: 0;
    flex: 0 0 33%
}
.flex-thirty {
    width: 30%;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    -o-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%
}
.flex-twothirds {
    width: 66%;
    -webkit-flex: 0 0 66%;
    -moz-flex: 0 0 66%;
    -ms-flex: 0 0 66%;
    -o-flex: 0 0 66%;
    -webkit-box-flex: 0;
    flex: 0 1 66%
}
.flex-seventy {
    width: 70%;
    -webkit-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    -o-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%
}
.flex-seventyfive {
    width: 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%
}
.flex-eightyfive {
    width: 85%;
    -webkit-flex: 0 0 85%;
    -moz-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    -o-flex: 0 0 85%;
    -webkit-box-flex: 0;
    flex: 0 0 85%
}
.flex-full {
    width: 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -o-flex: 1 1 100%;
    -webkit-box-flex: 1;
    flex: 1 1 100%
}
.flex-self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.flex-self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
.flex-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}
.flex-order-one {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}
.flex-order-two {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}
.flex-order-three {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}
.boxshadow {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3)
}
img {
    min-width: 0
}
div.valueone,
div.valuethree,
div.valuetwo {
    min-width: 120px
}
.heading {
    text-transform: uppercase;
    margin: 0 0 20px
}
.heading-default>* {
    border-bottom: 2px solid #903E4C
}
.heading-inv>* {
    padding: 5px;
    color: #fff;
    border-bottom: 2px solid #A1B93A;
    background: #433244
}
.heading-inverse>* {
    margin: 0;
    padding: 5px;
    color: #fff
}
.border-right,
ul.contact-list li.contact,
ul.inline li {
    margin-right: 10px
}
.heading-sunsetpurple {
    background: #903E4C;
    border-bottom: 2px solid #433244
}
.heading-darkpurple {
    padding: 5px;
    background: #433244;
    color: #fff;
    border-bottom: 2px solid #903E4C
}
.heading-darkpurple>* {
    margin-bottom: 0
}
.heading-limegreen {
    background: #A1B93A;
    border-bottom: 2px solid #433244
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase
}
h1 {
    font-size: 5.063em;
    font-weight: 600
}
h2 {
    font-size: 3.375em
}
h3 {
    font-size: 2.25em
}
h4 {
    font-size: 1.5em
}
h5 {
    font-size: 1.25em
}
h6 {
    font-size: 1.01em
}
p {
    font-size: 1em;
    margin-bottom: 20px
}
a {
    text-decoration: none;
    color: #903E4C;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}
a:hover {
    color: #C71A38
}
strong {
    font-weight: 700
}
small {
    font-size: .9em
}
sub,
sup {
    font-size: .8em
}
blockquote {
    margin-left: 80px;
    padding-left: 20px;
    border-left: 2px solid #903E4C;
    color: #666
}
em {
    font-style: italic
}
sup {
    vertical-align: super
}
sub {
    vertical-align: sub
}
.lh_zero {
    line-height: 0
}
.txtalign-justify {
    text-align: justify;
    padding: 10px
}
.txt-nocap {
    text-transform: none
}
li.list_heading,
thead,
ul.contact-list,
ul.uppercase {
    text-transform: uppercase
}
.txtwhite {
    color: #fff
}
.txtdarkpurple {
    color: #433244
}
.color-sunsetpurple {
    color: #903E4C
}
.txt-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 1)
}
.border-right {
    margin-left: 10px;
    border-right: 1px solid #433244
}
.border-bottom {
    border-bottom: 1px solid #433244
}
.border-top {
    border-top: 1px solid #433244
}
.bgdarkpurple {
    background: #433244
}
.bgdarkpurple02 {
    background: rgba(67, 50, 68, .2)
}
ul.dotted {
    list-style-type: disc;
    padding-left: 40px
}
ul.dotted li {
    margin-bottom: 10px
}
ul.uppercase {
    font-size: .9em
}
ul.default li {
    padding: 5px;
    border-bottom: 1px dotted #000
}
ul.default li:nth-child(even) {
    background: #f5f5f5
}
ul.padding-10 li {
    padding: 10px 0
}
li.list_heading {
    background: #433244;
    color: #fff;
    border-bottom: 3px solid #903E4C;
    border-top: 1px solid #903E4C
}
li.list_heading div {
    padding: 10px 10px 10px 5px;
    border-left: 1px solid #903E4C;
    min-width: 120px
}
ul.fundslist li.item {
    border-bottom: 1px solid #903E4C;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out
}
ul.splitlist li.controls.control_prev,
ul.splitlist li.item {
    border-bottom: 1px dotted #433244
}
div.valuethree {
    border-right: none
}
ul.fundslist li.item a {
    color: #000
}
ul.fundslist li.item a:hover {
    color: #C71A38
}
ul.fundslist li.item div {
    padding: 10px 10px 10px 5px;
    border-right: 1px solid #903E4C
}
ul.fundslist li.item div.valuethree {
    border-right: none
}
ul.fundslist li.item:hover {
    background: #e6e6e6
}
ul.fundslist li.item:nth-of-type(even) {
    background: #d3c4d4
}
ul.fundslist li.item:hover:nth-of-type(even) {
    background: #bda7be
}
ul.splitlist li.item {
    padding: 2.5px 5px;
    font-size: .9em;
    background: rgba(67, 50, 68, .05)
}
ul.splitlist li.item:nth-of-type(odd) {
    background: 0 0
}
ul.splitlist li.controls {
    height: 40px;
    text-align: center;
    font-size: 2em;
    background: 0 0
}
td,
th {
    border-bottom: 1px solid #903E4C;
    border-left: 1px solid #903E4C
}
ul.splitlist li.controls.control_next a.next:hover {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2)
}
ul.splitlist li.controls.control_prev a.prev:hover {
    box-shadow: 1px -2px 6px rgba(0, 0, 0, .2)
}
ul.contact-list {
    font-size: .8em
}
table {
    width: 100%;
    margin-bottom: 20px
}
td,
th {
    vertical-align: middle;
    padding: .5em
}
thead {
    text-align: left;
    border-bottom: 5px solid #903E4C
}
th {
    background: #483649;
    color: #fff
}
td:first-child {
    border-left: none
}
tr:nth-of-type(even) {
    background: #d3c4d4
}
tr:hover:nth-of-type(even) {
    background: #bda7be
}
tr:hover:nth-of-type(odd) {
    background: #e6e6e6
}
#ft_wrapper {
    margin-right: 20px
}
.ft_item a {
    color: #000
}
.ft_item a:hover {
    color: #903E4C
}
table tr td i.fa-check {
    color: #444e18
}
table tr td i.fa-times {
    color: #471f25
}
table.table-one {
    font-size: .9em
}
#fund-search input {
    margin: 0;
    padding: 20px 10px;
    border-radius: 0;
    font-size: 1.25em;
    color: #000
}
.page- input#fund-input {
    border-color: #d1949e;
    border-style: solid;
    border-width: 1px 0 1px 1px
}
#home-header input {
    border: none
}
.news-item,
li.result-item {
    border-bottom: 1px solid #903E4C
}
#fund-search #fund-submit {
    color: #fff;
    margin: 0
}
#search-results {
    display: none
}
li.result-item {
    padding: 20px 10px;
    background: rgba(167, 137, 169, 1);
    text-align: left
}
li.result-item p {
    margin-bottom: 0
}
li.result-item a {
    color: #000;
    font-size: 1em;
    font-weight: 500;
    text-shadow: none
}
.author-meta,
.post-cat {
    font-size: .9em;
    text-transform: uppercase
}
.fundslistwrapper {
    position: relative
}
.pg-loader,
nav.primary {
    position: fixed;
    top: 0;
    left: 0
}
.pg-loader {
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999999999
}
.pg-loader i {
    color: #903E4C
}
.news-item {
    margin: 0 0 20px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(25% - 10px);
    -ms-flex: 1 0 calc(25% - 10px);
    flex: 1 0 calc(25% - 10px);
    max-width: 25%;
    width: calc(25% - 10px);
    background: #f5f5f5
}
.news-item:first-child,
.news-item:nth-of-type(5),
.news-item:nth-of-type(9) {
    margin-left: 0
}
.news-item p {
    margin-bottom: 0
}
.news-item img {
    width: 100%;
    height: auto
}
.inner-news-item {
    padding: 5px
}
.post-title {
    font-weight: 600
}
.author-meta a {
    color: #000
}
#menu-footer .menu-item a,
.post-cat a {
    color: #433244
}
nav.primary {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 1
}
.admin-bar nav.primary {
    top: 32px
}
#primary-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.meny-primary-logo {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 0;
    padding: 0
}
#menu-primary li.active_menu_item {
    background: #E8E5E8
}
#mobile-nav-toggle {
    display: none;
    font-size: 2em
}
.menu-primary-container,
ul#menu-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}
#primary-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.menu-primary-container {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
ul#menu-primary {
    display: flex;
    -webkit-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: 1px solid #f1f1f1
}
ul#menu-primary li.menu-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    border-left: 1px solid #f1f1f1;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}
ul#menu-primary li.menu-item:hover {
    background: #B9B2B9
}
ul#menu-primary li.menu-item:active {
    background: #E8E5E8
}
ul#menu-primary li.menu-item a {
    width: 100%;
    padding: 30px 20px;
    line-height: 0
}
ul#menu-primary li#menu-item-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: 0;
    background: 0;
    padding: 0
}
.menu-item-has-children {
    position: relative
}
#menu-primary li.menu-item-has-children ul.sub-menu li a:after {
    content: none
}
#menu-primary ul.sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 9999999999
}
#menu-primary ul.sub-menu li {
    background: #cfc9cf;
    border-top: 1px solid #fff;
    border-left: 0;
    border-right: 0
}
#menu-primary ul.sub-menu li a {
    width: 100%
}
#menu-primary ul.sub-menu li:first-child {
    border: none
}
#menu-primary ul.sub-menu li a:hover {
    background: #B9B2B9
}
#menu-primary li.menu-item-has-children a:after {
    content: "\f103";
    font-family: FontAwesome;
    padding-left: 5px
}
#menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: .9em
}
.field_name .gfield_label_before_complex,
.gfield.gform_validation_container {
    display: none
}
#menu-footer .menu-item:after {
    content: "|";
    padding: 0 5px;
    color: #fff
}
nav.pagination {
    box-shadow: none;
    text-align: center
}
.page-numbers {
    background: #f4f0f4;
    border: 1px solid #d3c4d4;
    margin: 0 5px 0 0;
    padding: 5px 10px
}
.page-numbers:hover {
    background: #d3c4d4
}
nav.pagination .current {
    background: #433244;
    color: #f4f0f4
}
nav.pagination .dots {
    background: 0 0;
    border: none;
    color: gray
}
.page-banner {
    height: 600px;
    padding: 0;
    min-height: 0;
    background-position-x: center!important;
    background-position-y: center!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.page-banner-filter {
    position: relative;
    width: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, .5)
}
.page-break {
    height: 400px;
    margin: 20px 0;
    background-color: #9c7b9d;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}
.page-break a {
    color: #fff
}
.cta {
    margin-bottom: 10px
}
.cta-sunsetpurple {
    padding: 10px;
    background: #903E4C
}
.cta-darkpurple {
    background: #433244;
    padding: 15px 10px
}
.cta-button {
    margin: 10px 0 0;
    background: #433244;
    border-color: #433244;
    text-align: left
}
.gfield,
.gform_heading {
    margin-bottom: 10px
}
.btn-action,
.gfield select,
.gfield.campaign_dropdown label,
.validation_error {
    text-align: center
}
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #903E4C;
    font-size: 1em;
    padding: 15px
}
input[type=checkbox] {
    -webkit-appearance: checkbox
}
textarea {
    padding: 5px;
    width: 100%;
    resize: none;
    font-size: 1em;
    line-height: inherit;
    border: 1px solid #903E4C
}
.gfield label,
.gfield textarea {
    font-size: .8em
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    background: #fff
}
form button:active,
form button:focus,
form button:hover,
input:active,
select:active {
    outline: 0
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 400;
    color: gray
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    font-weight: 400;
    text-transform: uppercase;
    color: gray
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 400;
    color: gray
}
.gfield label {
    display: block;
    text-transform: uppercase
}
.gfield.field_admin_only {
    border: none
}
.gfield_required {
    color: #903E4C
}
.field_name .name_first {
    display: block;
    margin-bottom: 10px
}
.gfield input[type=email],
.gfield input[type=number],
.gfield input[type=tel],
.gfield input[type=text] {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #903E4C
}
ul.gfield_checkbox label {
    display: inline
}
.ginput_container_select {
    width: 80%;
    margin: 0 auto
}
.gfield select {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 1px;
    border: 1px solid #903E4c;
    font-size: .9em;
    font-weight: 100
}
.gform_footer {
    margin: 20px 0;
    width: 100%
}
.validation_error {
    margin: 10px 0;
    font-size: 1.1em
}
.gfield_description.validation_message {
    position: relative;
    font-size: .9em;
    text-transform: uppercase;
    color: #903E4C
}
.gfield_description.validation_message:after {
    content: '\f077';
    font-family: FontAwesome;
    padding-left: 5px
}
.bar-active text.label,
.bar-active text.values {
    font-family: 'Roboto Condensed', sans-serif
}
.gfield::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}
.gfield::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}
.btn-campaign {
    max-width: 250px;
    margin: 0
}
.btn-action {
    padding: 10px 20px;
    margin: 0 2px 0 0;
    width: 33%;
    min-width: 200px;
    max-width: 250px;
    height: 90px;
    background: #903E4C;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px
}
.btn-action:hover {
    color: #fff;
    font-weight: 800
}
.btn-action-active {
    position: relative;
    height: 100px;
    color: #fff;
    background: #654c67;
    border-radius: 2px 2px 0 0
}
.btn-default,
.btn-donate,
.gform_button,
a.btn-default {
    background: #903E4C;
    text-transform: uppercase;
    cursor: pointer
}
.btn-action-active:after {
    content: '';
    position: absolute;
    margin-left: -50%;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: solid 50px #654c67;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent
}
.btn-block,
.btn-compare,
.gform_button {
    display: block;
    margin: 0 auto
}
.btn-compare {
    width: 80%
}
.btn-default,
.gform_button,
a.btn-default {
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    border-radius: 5px;
    border: 2px outset #903E4C
}
.btn-block {
    width: 250px
}
.btn-donate {
    display: block;
    height: 40px;
    width: 100%;
    color: #FFF;
    padding: 5px 10px 0;
    border-radius: 5px;
    border: 2px outset #903E4C
}
.gform_button {
    width: 90%
}
.btn-default:hover,
.gform_button:hover,
a.btn-default:hover,
a.btn-donate:hover {
    background: #7d3641;
    color: #fff;
    border: 2px outset #7d3641
}
.btn-default:active,
.btn-default:focus,
.btn-donate:focus,
.gform_button:active,
.gform_button:focus,
a.btn-default:active,
a.btn-default:focus,
a.btn-donate:focus {
    background: #a14554;
    color: #fff;
    border: 2px inset #a14554
}
.btn-follow {
    padding: 2px 5px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px
}
ul.social-media li.account a.social-link {
    font-size: 2em;
    color: #433244;
    line-height: 0;
    margin-right: 5px
}
ul.social-media li.account a.twitter:hover {
    color: #4099FF
}
ul.social-media li.account a.facebook:hover {
    color: #3b5998
}
ul.social-media li.account a.instagram:hover {
    color: #458eff
}
ul.social-media li.account a.linkedin:hover {
    color: #0077B5
}
ul.social-circle li a,
ul.social-list li a {
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 20px;
    color: #fff;
    border: 1px solid transparent
}
ul.social-footer li a {
    width: 100%;
    text-align: left
}
ul.social-circle li a {
    border-radius: 20px;
    margin: 0 10px
}
#twitter a,
#twitter-inv a:hover {
    background: #4099FF;
    color: #fff
}
#twitter a:hover,
#twitter-inv a {
    background: #fff;
    color: #4099FF;
    border: 1px solid #4099FF
}
#twitter a:active {
    border: 1px inset #4099FF
}
#facebook a {
    background: #3b5998;
    color: #fff
}
#facebook a:hover {
    background: #fff;
    color: #3b5998;
    border: 1px solid #3b5998
}
#facebook a:active {
    border: 1px inset #3b5998
}
#reddit a {
    background: #ff5700
}
#reddit a:hover {
    background: #fff;
    color: #ff5700;
    border: 1px solid #ff5700
}
#reddit a:active {
    border: 1px inset #ff5700
}
#linkedin a {
    background: #0077B5
}
#linkedin a:hover {
    background: #fff;
    color: #0077B5;
    border: 1px solid #0077B5
}
#linkedin a:active {
    border: 1px inset #0077B5
}
#email a:hover {
    background: #fff;
    color: #433244;
    border: 1px solid #433244
}
#email a:active {
    border: 1px inset #433244
}
#instagram a {
    background: #458eff
}
#instagram a:hover {
    background: #fff;
    color: #458eff;
    border: 1px solid #458eff
}
.page-end,
.page-end a {
    color: #fff
}
header {
    position: relative;
    margin-bottom: 61px;
    width: 100%
}
.footer-box,
.header-tag {
    margin-bottom: 20px
}
.header-tag {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: normal;
    text-shadow: 1px 1px 10px #000
}
footer {
    margin-top: 40px;
    background: rgba(67, 50, 71, .25)
}
footer .disclaimer {
    font-size: .8em;
    padding-top: 5px
}
.page-end {
    padding: 10px;
    font-size: .9em;
    text-transform: uppercase
}
footer img {
    width: 100%;
    max-width: 400px;
    min-width: 0
}
.post-container {
    width: 800px;
    margin: 0 auto
}
.post-container img {
    min-width: 0;
    width: 100%;
    height: auto
}
.post-search {
    margin: 20px 0;
    padding: 20px 5px;
    background: #f5f5f5;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray
}
.post-search h5 {
    text-align: center;
    margin-bottom: 10px
}
.post-search input {
    border: 1px solid #903E4C
}
.post-container .gform_wrapper {
    margin: 0 0 20px;
    padding: 5px 50px;
    background: #f5f5f5
}
.formwrapper {
    padding-top: 35px
}
li#ff_item,
li#u_item,
li.sl_item {
    padding: 0 5px
}
.bar {
    cursor: pointer
}
.bar .bar-background {
    fill: none
}
text.label {
    font-size: .8em;
    text-transform: uppercase
}
text.values {
    font-size: 1em;
    fill: #5A8FBC
}
text.values.special {
    fill: #FFF
}
.bar .barvalue {
    fill: #90B4d2
}
.bar .barvalue:active,
.bar .barvalue:hover {
    fill: #6A9BC3
}
.bar.bar-active .barvalue {
    fill: #4682B4
}
.bar-active text.values {
    font-size: 1.5em;
    fill: #315A7D
}
.bar-active text.values.special {
    fill: #FFF
}
.bar-active text.label {
    font-size: .9em
}
.next,
.prev,
.x_axis text,
li.sl_item {
    font-size: .8em
}
.x_axis .domain {
    fill: none;
    stroke: #ccc;
    stroke-width: 1px
}
.x_axis .tick#tick-0 line {
    fill: none;
    stroke: #000;
    stroke-width: 1px
}
.x_axis .tick line {
    fill: none;
    stroke: #ccc;
    stroke-width: 1px
}
div.securities_2,
div.securities_3,
div.securities_FF,
div.securities_U {
    display: none
}
ul#tier_U,
ul#tier_ff {
    border-top: none
}
ul.security_list {
    position: relative;
    height: 420px;
    border-top: 1px dotted #433244
}
li.sl_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    text-transform: uppercase;
    overflow: scroll;
    border-bottom: 1px dotted #433244
}
ul.security_list li.controls {
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 42px;
    -ms-flex: 0 1 42px;
    flex: 0 1 42px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    text-align: center
}
.next,
.prev {
    cursor: pointer
}
ul.profile_list {
    padding: 10px
}
li.profile_item {
    padding: 15px 5px;
    line-height: 1;
    border-top: 1px dotted #000
}
span.profile_value {
    padding-left: 5px
}
span.fund_link,
span.fund_link_title {
    margin-bottom: 5px
}
li.item_value {
    padding: 0 10px
}
svg {
    min-width: 100%;
    min-height: 100%;
}
#chart_Shares{
    height: 100%;
}
#calc_submit {
    margin: 20px 0
}
.security-box {
    height: 520px
}
.campaign-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative
}
.campaign-action {
    width: 100%;
    background: rgba(0, 0, 0, .5)
}
.campaign-cta {
    padding: 5px;
    color: #433244;
    background: #fff
}
.campaign-excerpt {
    padding: 10px;
    color: #fff
}
.campaign-excerpt p {
    margin-bottom: 10px
}
.campaign-button {
    padding: 0 10px
}
.campaign-email {
    margin: 0 20px;
    padding: 0 0 0 20px;
    font-family: consolas;
    border-left: 1px solid gray
}
.single-thankyou img {
    min-width: 0;
    width: 100%;
    height: auto
}
.home-overlay {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0
}
.mflogo {
    width: 100px;
    min-width: 0;
    height: auto;
    margin: 10px 0
}

@media all and (min-width: 1440px) {
    .container {
        max-width: 1400px;
        min-width: 1400px
    }
}
@media all and (max-width: 980px) {
    .single-thankyou .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 20px 0;
        padding: 0
    }
    .flex-fluid {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 49%;
        -ms-flex: 1 0 49%;
        flex: 1 0 49%;
        max-width: 49%;
        min-width: 300px
    }
}
@media all and (max-width: 840px) {
    .post-container {
        width: 100%;
        padding: 0 20px
    }
}
@media all and (max-width: 782px) {
    .admin-bar nav.primary {
        top: 46px
    }
}
@media all and (max-width: 768px) {
    .flex-small {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%
    }
    .flex-fortynine,
    .flex-half,
    .flex-seventy,
    .flex-third,
    .flex-twothirds,
    .ss_half {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 20px
    }
    #mobile-nav-toggle {
        display: block
    }
    .menu-primary-container {
        display: none;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        margin-top: 5px
    }
    ul#menu-primary {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-right: none
    }
    ul#menu-primary li.menu-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-left: none;
        border-top: 1px solid #903E4C;
        background: 0 0
    }
    ul#menu-primary li.menu-item a {
        padding: 30px 5px
    }
    li.menu-item-has-children {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #menu-primary ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0 0 0 20px;
        background: #fff;
        border-top: 1px solid #903E4C
    }
    #fund-search,
    #search-results {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%
    }
    #ft_wrapper {
        margin-right: 0
    }
    #tick-1 text,
    #tick-3 text,
    #tick-5 text,
    #tick-7 text,
    #tick-9 text {
        display: none
    }
    .btn-action {
        margin-bottom: 10px
    }
    .btn-active {
        margin-bottom: 0
    }
    a#actdiv {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    div#actdiv {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    a#actdis {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    div#actdis {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    a#actact {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    div#actact {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .flex-column-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .formwrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 10px
    }
}
@media all and (max-width: 650px) {
    ul.fundslist li.list_heading {
        display: none
    }
    ul.fundslist li.item {
        margin: 7.5px 0;
        border: 1px solid #433244
    }
    ul.fundslist li.item div.fundname {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background: #b298b3;
        border-right: none;
        border-bottom: 1px solid
    }
    ul.fundslist li.item div {
        border-color: #433244;
        min-width: 0
    }
    span.listlabel {
        display: block;
        padding: 0;
        text-transform: uppercase
    }
    ul.fundslist li.item:nth-of-type(odd) div.fundname {
        background: #e6e6e6;
        border-bottom: 1px solid #433244
    }
    .flex-fluid {
        max-width: 49%;
        min-width: 49%;
        width: 49%
    }
    .formwrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media all and (max-width: 600px) {
    .news-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 calc(50% - 10px);
        -ms-flex: 1 0 calc(50% - 10px);
        flex: 1 0 calc(50% - 10px);
        max-width: 50%;
        width: calc(50% - 10px)
    }
    .news-item:nth-child(3) {
        margin-left: 0
    }
}
@media all and (max-width: 550px) {
    .flex-fluid {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
    .post-share {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding-top: 10px;
        background: #fff;
        box-shadow: 0 -2px 15px rgba(0, 0, 0, .5)
    }
    .social-list {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}
@media all and (max-width: 450px) {
    .page-break .cta h3 {
        font-size: 1.6em
    }
    .page-break .cta-sunsetpurple h3 {
        font-size: 1.75em
    }
}
@media all and (max-width: 420px) {
    .flex-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .post-container .gform_wrapper {
        margin: 0 0 20px;
        padding: 5px 10px
    }
    ul.fundslist li.item a div span {
        font-size: .9em
    }
    ul.fundslist li.item div.valuethree {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 110px;
        width: 110px
    }
    ul.fundslist li.item div.valuethree span.valthreespan {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}
@media all and (max-width: 400px) {
    .btn-default,
    .gform_button,
    .news-item {
        max-width: 100%;
        width: 100%
    }
    h2 {
        font-size: 2.7em
    }
    #home-header input {
        padding: 20px 4px
    }
    .news-item {
        -webkit-box-flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: 0 0 20px
    }
    text.barValue {
        font-size: .8em
    }
    .menu-item {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 5px
    }
    #menu-footer .menu-item:before {
        content: '-';
        padding-right: 5px
    }
    #menu-footer .menu-item:after {
        content: '';
        padding: 0
    }
    #tick-4 text,
    #tick-6 text {
        display: none
    }
    #tick-5 text {
        display: block
    }
}
@media all and (max-width: 320px) {
    input {
        font-size: .8em
    }
}