/*
Theme Name: Preserver Partners
Theme URI: http://www.amberweinberg.com/super-hijinksified-lightweight-wordpress-theme
Description: This theme is a derivative of Super Hijinksified, custom coded for the client.
Author: Amber Weinberg
Author URI: http://www.amberweinberg.com
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

* {
  box-sizing: border-box;
}
article {
  display: block;
}
aside {
  display: block;
}
details {
  display: block;
}
figcaption {
  display: block;
}
figure {
  display: block;
  margin: 0;
}
footer {
  display: block;
}
header {
  display: block;
}
hgroup {
  display: block;
}
nav {
  display: block;
}
section {
  display: block;
}
audio {
  display: inline;
  zoom: 1;
}
canvas {
  display: inline;
  zoom: 1;
}
video {
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222;
}
button {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
  margin: 0;
}
input {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
}
select {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}
textarea {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  margin: 0;
}
body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:hover {
  color: #06e;
  outline: 0;
}
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
pre {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
kbd {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
q {
  quotes: none;
}
q:before {
  content: none;
}
q:after {
  content: none;
}
small {
  font-size: 85%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  margin-left: -7px;
  white-space: normal;
  padding: 0;
}
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
button[disabled] {
  cursor: default;
}
input[disabled] {
  cursor: default;
}
input[type="checkbox"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0;
}
input[type="radio"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  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-decoration {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:invalid {
  background-color: #f0dddd;
}
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

:root {
  --darkblue: #135482;
  --lightblue: #1a9bd7;
  --black: #000;
  --gray: #656363;
  --graybkg: #e3e3e3;
  --white: #fff;
  --bodyFont: "Work Sans", Arial, Helvetica, sans-serif;
  --headingFont: "Work Sans", Arial, sans-serif;
  --extraLeftPadding: 55px;
}

html {
  font-size: 100%;
}

body {
  background: #fff;
  color: var(--black);
  font: 1rem var(--bodyFont);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--darkblue);
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: var(--lightblue);
}

.container {
  clear: both;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

h1 {
  color: var(--darkblue);
  font: bold 3.25rem/0.942 var(--headingFont); /*52/49*/
  margin: 0;
}

h2,
h3.alt {
  color: var(--darkblue);
  font: bold 1.9375rem/1.2 var(--headingFont); /*31*/
  letter-spacing: 0.5px;
  margin: 0 0 25px;
  text-transform: uppercase;
}

h2.alt,
h3.alt {
  color: var(--black);
}

h2.alt:after,
h3.alt:after {
  background: var(--lightblue);
  content: "";
  display: block;
  height: 8px;
  margin-top: 18px;
  width: 143px;
}

h3 {
  color: var(--lightblue);
  font: 500 1.5rem var(--headingFont); /*31*/
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h4 {
  color: var(--darkblue);
  font-size: 1.125rem; /*18*/
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

p,
ul,
ol {
  color: var(--gray);
  font-size: 1.0625rem; /*17*/
  font-weight: 300;
  line-height: 1.764; /*30*/
  margin: 0 0 30px;
}

header,
section,
footer {
  float: left;
  width: 100%;
}

.btn {
  background: var(--lightblue);
  color: var(--white);
  display: inline-block;
  font: bold 0.875rem var(--headingFont);
  padding: 9px 12px;
  text-align: center;
  text-transform: uppercase;
}

input.btn,
button.btn {
  border: none;
  font-size: 1rem;
  min-width: 120px;
  padding: 9px 12px;
  transition: all 0.5s ease;
}

.btn.white {
  background: none;
  border: 1px solid var(--white);
}

.btn.dark {
  background: var(--darkblue);
}

.btn:hover {
  background: var(--darkblue);
  color: var(--white);
}

.btn.white:hover {
  background: var(--white);
  color: var(--darkblue);
}

.btn.dark:hover {
  background: var(--lightblue);
}

.flex-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
}

.grid {
  display: grid;
}

.accessibility {
  backface-visibility: hidden;
  left: -999999999px;
  position: absolute;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header {
  background: #f4f4f4;
  left: 0;
  padding: 10px 0 15px;
  position: fixed;
  top: 0;
  z-index: 10;
}

header .container {
  align-items: center;
  max-width: 1182px;
}

header .logo {
  width: 193px;
}

/***Nav***/

header li {
  display: inline-block;
  margin: 0 14px;
  position: relative;
  vertical-align: middle;
}

header li a {
  border-bottom: 4px solid transparent;
  color: var(--black);
  display: block;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 8px 0 4px;
  text-transform: uppercase;
}

header li a:hover,
header li[class*="current-"] > a {
  border-color: var(--lightblue);
  color: var(--black);
}

header li.brokercheck a {
  background: url("images/brokercheck.png") no-repeat;
  background-size: 100% auto;
  border: none;
  height: 64px;
  text-indent: -999999px;
  width: 124px;
}

/***Dropdowns***/

header .sub-menu {
  background: var(--lightblue);
  display: none;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 310px;
  z-index: 10;
}

header li:hover .sub-menu {
  display: block;
}

header .sub-menu li {
  display: block;
  margin: 0;
}

header .sub-menu li a {
  border: none;
  color: var(--white);
  padding: 5px 20px;
  text-transform: none;
}

header .sub-menu li a:hover,
header .sub-menu li[class*="current-"] > a {
  color: var(--darkblue);
}

header .sub-menu li[class*="current-"] > a {
  opacity: 0.5;
}

/***Mobile Menu***/

header .mobile-menu {
  display: none;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer {
  background: var(--darkblue);
  color: var(--white);
  position: relative;
}

footer:before {
  background: url("images/bkg-footer.png") repeat-x;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 50%;
}

footer .container {
  max-width: 1134px; /*1094*/
}

/***Company Info***/

.company-info {
  padding: 45px 0 70px;
  width: 46.16%; /*505*/
}

.company-info .logo {
  display: block;
  margin-bottom: 28px;
  width: 275px;
}

.company-info ul {
  margin: 0;
  padding: 0;
}

.company-info li {
  color: var(--white);
  font-size: 1rem;
  list-style: none;
  margin-bottom: 25px;
}

.company-info li svg {
  color: var(--lightblue);
  display: inline-block;
  font-size: 20px;
  margin-right: 18px;
  vertical-align: middle;
}

.company-info a {
  color: var(--white);
}

.company-info a:hover {
  color: var(--lightblue);
}

.company-info p {
  color: var(--white);
  font-size: 1rem;
  margin: 0;
}

/***Contact Form***/

.contact-form {
  padding: 45px 0 70px;
  width: 43.96%; /*481*/
}

footer h3.alt {
  margin-bottom: 44px;
}

footer h3.alt:before {
  background: var(--darkblue);
  width: 60px;
}

.contact-form .column {
  width: 46%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form input[type="tel"] {
  background: var(--white);
  border: none;
  border-radius: 0;
  color: var(--darkblue);
  font: 1rem var(--headingFont);
  height: 33px;
  margin-bottom: 22px;
  padding: 0 18px;
  width: 100%;
}

.contact-form textarea {
  height: 115px;
  padding: 12px 18px;
}

.contact-form .row.submit-row {
  position: relative;
  text-align: right;
}

.contact-form div.wpcf7 .ajax-loader {
  right: 40px;
  position: absolute;
  top: 100%;
}

.contact-form span.wpcf7-not-valid-tip {
  margin: -15px 0 15px;
}

/***Copyright***/

.copyright {
  background: #c3c3c3;
  clear: both;
  color: var(--white);
  font: 1rem var(--headingFont);
  letter-spacing: 0.1px;
  margin: 0;
  padding: 30px 0 40px;
  text-align: center;
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.hero {
  background: var(--graybkg);
  height: 535px;
  padding-top: 90px;
  position: relative;
}

.home .hero {
  height: 766px;
}

.hero:before {
  background: var(--darkblue);
  bottom: 0;
  content: "";
  height: 84px;
  left: 0;
  position: absolute;
  width: 100%;
}

.home h1 {
  font-size: 1.5rem;
  margin-bottom: 22px;
  text-align: center;
}

.hero .content {
  margin: 132px 0 0 6.25%;
  max-width: 475px;
  position: relative;
  width: 28.625%; /*458*/
}

.hero p {
  font-size: 1.125rem; /*18*/
  line-height: 1.33;
  margin-bottom: 18px;
}

.hero .image {
  background: no-repeat right top;
  background-size: cover;
  border-bottom: 84px solid var(--lightblue);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%; /*1360*/
}

@supports (clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%)) or
  (-webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%)) {
  .hero .image {
    -webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
    width: 75%;
  }
}

/***Fund Info***/

.fund-info {
  padding: 136px 0 54px;
}

.fund-info .grid {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5.3%;
  max-width: 1170px; /*1130*/
}

/*Content*/

.fund-info .content {
  column-count: 2;
  column-gap: 5.3%;
  grid-column: 1 / span 2;
  margin-bottom: 45px;
}

.fund-info .content h2 {
  column-span: all;
}

.fund-info .content p {
  margin-bottom: 15px;
  padding-right: 20px;
}

/*Callout*/

.fund-info .callout {
  background: no-repeat center;
  background-size: cover;
  grid-column: 1;
  grid-row: 2;
  height: 288px;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.block-callout {
  background: #3d67b1;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  display: table;
  float: left;
}
.item_2,
.item_6,
.item_7,
.item_10 {
  background: #5f81c8;
}
.item_4,
.item_5,
.item_8 {
  background: #7a91cc;
}
.content-block {
  margin:20px 0 50px 30px;
  position: relative;
}
.block-callout p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #fff;
}
.block-callout b {
  font-size: 20px;
  line-height: 22px;
}
.text-box {
  vertical-align: middle;
  display: table-cell;
  padding: 0 20px;
}

.item_2,
.item_3,
.item_4 {
  width: 147px;
  height: 88px;
}

.item_5,
.item_8 {
  width: 240px;
  height: 100px;
}

.item_1,
.item_9 {
  width: 300px;
  height: 188px;
}
.item_9{
  width: 301px;
}
.item_6 {
  width: 201px;
  height: 100px;
}
.item_7 {
  width: 200px;
  height: 188px;
}

.item_10 {
  height: 88px;
  position: absolute;
  bottom: 0px;
  left: 200px;
  width: 240px;
}

/* Nine-Block-Section Style Start Here */
.nine-block-section .item_8 {
  height: 188px;
}

/* Eight-Block-Section Style Start Here */
.eight-block-section .item_2,
.eight-block-section .item_3 {
  width: 220px;
  height: 88px;
}
.eight-block-section .item_4 {
  width: 440px;
  height: 100px;
}

.eight-block-section .item_5,
.eight-block-section .item_7 {
  width: 220px;
  height: 180px;
}

.eight-block-section .item_6,
.eight-block-section .item_8 {
  width: 300px;
  height: 98px;
}

.eight-block-section .item_8 {
  position: absolute;
  bottom: 0;
  left: 220px;
}

/* Seven-Block-Section Style Start Here */
.seven-block-section .item_5 {
  width: 442px;
}
.seven-block-section .item_6 {
  height: 188px;
  width: 340px;
}
.seven-block-section .item_7 {
  width: 402px;
}

/* Six-Block-Section Style Start Here */
.six-block-section .item_2 {
  width: 442px;
}
.six-block-section .item_3,
.six-block-section .item_4 {
  width: 221px;
  height: 100px;
}

.six-block-section .item_6,
.six-block-section .item_5 {
  height: 180px;
  width: 371px;
}

.fund-info .callout:before {
  border-color: transparent transparent var(--lightblue) transparent;
  border-style: solid;
  /*border-width: 0 0 100px 100px;*/
  border-width: 0 0 535px 535px;
  bottom: 0;
  content: "";
  opacity: 0.8;
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
}

.fund-info .callout:hover::before {
  border-width: 0 0 535px 535px;
}

.fund-info .callout + .callout {
  grid-column: 2;
}

.fund-info .callout .rollover {
  align-items: flex-end;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  opacity: 1;
  padding: 30px 42px 0 0;
  position: relative;
  transition: opacity 0.5s ease;
  width: 100%;
}

.fund-info .callout:hover .rollover {
  opacity: 1;
}

.fund-info .callout h3 {
  color: var(--white);
  font: bold 1.125rem var(--bodyFont);
  margin-bottom: 12px;
}

.fund-info .callout p {
  color: var(--white);
  margin: 0 0 34px;
}

.fund-info .callout .btn {
  min-width: 135px;
  background: var(--white);
  color: var(--darkblue);
}

/*Stock Ticker*/

.fund-info .stock-holdings {
  grid-column: 1 / span 2;
  grid-row: 3;
  position: relative;
  width: 69.64%; /*787*/
}

.fund-info .stock-holdings:before,
.fund-info .stock-holdings:after {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.fund-info .stock-holdings h3 {
  color: var(--darkblue);
  font-weight: bold;
  margin: 0 0 28px;
  padding-left: 68px;
}

.fund-info .stock-holdings:before {
  border-color: var(--darkblue) transparent transparent transparent;
  border-width: 66px 66px 0 0;
  left: 0;
  top: 0;
}

.fund-info .stock-holdings:after {
  border-color: transparent transparent var(--darkblue) transparent;
  border-width: 0 0 66px 66px;
  bottom: 0;
  right: -30px;
}

.fund-info .stock-holdings .gridded {
  padding: 0 4.86% 36px 5.75%;
  position: relative;
}

.fund-info .stock-ticker-wrapper ul.stock_ticker {
  display: flex;
}

.fund-info .stock-ticker-wrapper ul.stock_ticker li {
  background: #d5d5d5;
  border-radius: 4px;
  margin: 0 0.5%;
  padding: 5px 10px;
  width: 24%;
	min-height:140px;
}

.fund-info .stock_ticker .sqitem {
  color: var(--black) !important;
  display: flex;
  flex-wrap: wrap;
  font-family: inherit;
  height: 100%;
  position: relative;
  width: 100%;
}

.fund-info .stock_ticker .sqitem span {
  display: block;
}

.fund-info .stock-ticker-wrapper ul.stock_ticker .plus > .sqitem:before,
.fund-info .stock-ticker-wrapper ul.stock_ticker .minus > .sqitem:before {
  bottom: 0;
  left: 0;
  position: absolute;
}

.fund-info .stock-ticker-wrapper ul.stock_ticker .sqitem {
  white-space: normal;
}

.fund-info .stock_ticker .company {
  font-size: 0.85rem; /*10*/
  width: 100%;
}

.fund-info .stock_ticker .symbol {
  font-size: 15px; /*24*/
  
  width: 100%;
}

.fund-info .stock_ticker .price {
  font-size: 1.125rem; /*18*/
  margin-top: 16px;
  margin-right: 15px;
  padding-left: 20px;
 
}

.fund-info .stock_ticker .percentages {
  align-self: flex-end;
  font-size: 0.625rem; /*10*/
  margin: 0 0 0 auto;
  text-align: right;
}

.stock-carousel .slick-dots {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 90%;
  width: 100%;
}

.stock-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.stock-carousel .slick-dots button {
  background: #d5d5d5;
  border-radius: 100%;
  border: 1px solid transparent;
  height: 10px;
  padding: 0;
  text-indent: -999999px;
  width: 10px;
}

.stock-carousel .slick-dots button:focus {
  border-color: var(--lightblue);
  outline: none;
}

.stock-carousel .slick-dots button:focus,
.stock-carousel .slick-dots .slick-active button {
  background: var(--darkblue);
}

/*Featured Fund*/

.fund-info .featured-fund {
  grid-column: 2;
  grid-row: 3;
  margin: 0 0 0 auto;
  width: 49.25%; /*264*/
}

.fund-info .featured-fund h4 {
  color: var(--lightblue);
  font: bold 1.0625rem/1.2 var(--bodyFont);
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.fund-info .featured-fund .stock-ticker-wrapper ul.stock_ticker li {
  padding: 14px 16px;
  width: 100%;
}

.fund-info .featured-fund .stock_ticker .company,
.fund-info .featured-fund .stock_ticker .percentages {
  font-size: 1.125rem; /*18*/
}
.fund-info .featured-fund .stock_ticker .company {
  display: none;
}

.fund-info .featured-fund .stock_ticker .symbol {
  font-size: 2rem; /*32*/
}

.fund-info .featured-fund .stock_ticker .price {
  font-size: 1.5rem; /*24*/
  margin-top: 20px;
}

/*Fine Print*/

.fine-print {
  border-top: 4px solid var(--darkblue);
  grid-column: 1 / span 2;
  margin-top: 25px;
  padding: 32px 15px 0;
  width: 100%;
}

.fine-print p {
  color: var(--darkblue);
  font-weight: bold;
  margin: 0 0 16px;
}

/***Tabbed Carousel***/

.tabbed-carousel h2 {
  background: var(--darkblue);
  border-bottom: 7px solid var(--lightblue);
  color: var(--white);
  margin-bottom: 100px;
  padding: 25px 0;
}

.tabbed-carousel h2 .container,
.carousel-tabs .container {
  padding-left: var(--extraLeftPadding);
}

.tabbed-carousel .slide {
  display: none;
}

.tabbed-carousel .slide:first-of-type {
  display: block;
}

.tabbed-carousel .flex-container {
  align-items: flex-start;
}

.tabbed-carousel .content {
  padding-left: 35px;
  width: 34.166%; /*410*/
}

.tabbed-carousel h3.alt {
  margin-bottom: 36px;
}

.tabbed-carousel p {
  color: var(--black);
  margin-bottom: 16px;
}

.tabbed-carousel img {
  width: 54.166%; /*650*/
}

/*Arrows*/

.tabbed-carousel .slick-arrow {
  background: none;
  border: 5px solid #eaeaea;
  border-radius: 0;
  color: #eaeaea;
  font-size: 41px;
  height: 55px;
  position: absolute;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  top: 174px;
  width: 55px;
}

.tabbed-carousel .slick-arrow:hover {
  background: #eaeaea;
  color: var(--darkblue);
}

.tabbed-carousel .slick-prev {
  left: -125px;
  transform: rotate(45deg);
}

.tabbed-carousel .slick-prev svg {
  transform: rotate(45deg);
}

.tabbed-carousel .slick-next {
  right: -125px;
}

.tabbed-carousel .slick-next svg {
  transform: rotate(-45deg);
}

/*Tabs*/

.carousel-tabs {
  background: var(--darkblue);
  margin-top: 50px;
  padding: 40px 0;
}

@supports (clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%)) or
  (-webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%)) {
  .carousel-tabs {
    -webkit-clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
    margin-top: -38px;
    padding: 144px 0 40px;
  }
}

.carousel-tabs ul {
  margin: 0;
  padding: 0;
}

.carousel-tabs li {
  list-style: none;
  margin-bottom: 20px;
}

.carousel-tabs button {
  background: none;
  border: none;
  border-radius: 0;
  color: var(--white);
  font: bold 1.5rem var(--headingFont); /*24*/
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.carousel-tabs button:hover {
  opacity: 0.5;
}

.carousel-tabs button:focus {
  outline: none;
}

.carousel-tabs .slick-active button {
  color: var(--lightblue);
}

.carousel-tabs .disclosure p {
  color: var(--white);
  font-size: 0.625rem; /*8*/
  margin-bottom: 10px;
}

/***Media***/

.latest-media {
  padding: 0px 0 105px;
}

.latest-media .grid {
  grid-template-columns: repeat(15, 1fr);
  padding-left: var(--extraLeftPadding);
}

.latest-media h2 {
  grid-column: 1 / span 15;
  grid-row: 1;
  margin-bottom: 58px;
}

.latest-media .post {
  align-items: flex-start;
  display: flex;
  grid-column: 10 / span 6;
  margin: 0 0 0 auto;
  max-width: 435px;
  padding: 12px 10px 12px 18px;
  position: relative;
  width: 100%;
}

.latest-media .post * {
  color: var(--black);
  transition: all 0.5s ease;
}

.latest-media .post:not(.featured):hover * {
  color: var(--white);
}

.latest-media .post:not(.featured):before {
  background: var(--lightblue);
  -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}

.latest-media .post:not(.featured):hover::before {
  opacity: 0.7;
}

.latest-media .post:not(.featured) img {
  max-width: 35%;
}

.latest-media .post .content {
  margin-left: 36px;
  position: relative;
}

.latest-media .post h3 {
  font-size: 0.875rem; /*14*/
  font-weight: bold;
  margin: 18px 0 2px;
}

.latest-media .post .post-date {
  display: block;
  font: 1rem var(--headingFont); /*11*/
  margin: 0 0 14px;
  text-transform: uppercase;
}

.latest-media .post p {
  margin: 0 0 10px;
}

/*Featured*/

.latest-media .post.featured {
  display: block;
  grid-column: 1 / span 9;
  grid-row: 2 / span 3;
  margin: 10px 0 0 0;
  max-width: 100%;
  padding: 0;
}

.latest-media .post.featured img {
  margin: 0 0 30px;
}

.latest-media .post.featured .content {
  margin: 0;
  width: 100%;
}

.latest-media .post.featured h3 {
  font-size: 1.125rem; /*18*/
  margin: 0 0 6px;
}

.latest-media .post.featured .post-date {
  font-size: 0.875rem; /*14*/
}

.latest-media .read-more {
  color: var(--lightblue);
  font: bold 0.8125rem var(--headingFont); /*13*/
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/***Team***/

.team {
  background: var(--graybkg);
  padding: 90px 0 100px;
}

.team h2 {
  margin: 0 0 85px 35px;
}

.team ul {
  margin: 0;
  padding: 0;
}

.team li {
  list-style: none;
  position: relative;
  margin-bottom: 28px;
  width: 18%;
}

.team.multi-line li {
  width: 22.68%;
}

.team li .bio {
  display: block;
  margin-bottom: 5px;
  position: relative;
}

.team li .content {
  align-items: center;
  background: rgba(26, 155, 215, 0.75);
  color: var(--white);
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  opacity: 0;
  padding: 24px 20px;
  position: absolute;
  text-align: center;
  transition: opacity 0.5s ease;
  top: 0;
  width: 100%;
}

.team .bio:hover .content {
  opacity: 1;
}

.team li span {
  display: block;
}

.team li .title {
  font: bold 0.875rem var(--headingFont); /*14*/
}

.team li .position {
  font-size: 0.875rem; /*14*/
  font-style: italic;
  font-weight: bold;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.alignnone {
  display: block;
  margin: 0 0 20px;
}

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

/***Page Hero***/

.page-hero {
  background: var(--darkblue);
  margin-top: 89px;
  padding: 37px 0;
  position: relative;
}

.page-hero:before {
  background: var(--lightblue);
  -webkit-clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 47.98%;
}

.page-hero h1 {
  color: var(--white);
  position: relative;
}

/***Page Content***/

.page-content {
  padding: 80px 0 150px;
}

.page-content .flex-container {
  max-width: 1100px; /*1060*/
}

/*Content*/

article {
  width: 100%;
}

aside + article {
  width: 52.83%; /*560*/
}

.wp-caption-text {
  font: 500 0.9375rem var(--headingFont);
  margin: 16px 0 40px;
}

blockquote {
  border-left: 5px solid var(--darkblue);
  margin: 0 0 30px;
  padding: 0 0 0 30px;
}

blockquote p {
  font-size: 1.25rem; /*20*/
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

/*Sidebar*/

aside {
  width: 39.62%; /*420*/
}

aside ul {
  margin: 0;
  padding: 0;
}

aside li {
  list-style: none;
}

/***************************************************************************************************************************************************************************************/

/*BLOG ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.blog-archive {
  padding: 70px 0;
}

.blog-archive .container.grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  max-width: 1086px; /*1046*/
}

.blog-archive .post,
.blog-content .post {
  display: block;
  padding: 18px 18px 22px 24px;
  position: relative;
}

.blog-archive .post:before,
.blog-content .post:before {
  background: var(--lightblue);
  -webkit-clip-path: polygon(81% 0, 100% 0, 100% 100%, 0 100%, 0 56%);
  clip-path: polygon(81% 0, 100% 0, 100% 100%, 0 100%, 0 56%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
  top: 0;
  width: 100%;
}

.blog-archive .post:hover::before,
.blog-content .post:hover::before {
  opacity: 1;
}

.blog-archive .post *,
.blog-content .post * {
  position: relative;
  transition: color 0.5s ease;
}

.blog-archive .post:hover *,
.blog-content .post:hover * {
  color: var(--white) !important;
}

.blog-archive .post img {
  width: 100%;
}

.blog-archive .post h2,
.blog-content .post h2 {
  font-size: 1.0625rem; /*17*/
  margin: 20px 0 2px;
}

.blog-archive .post p,
.blog-content .post p {
  font-weight: 400;
  margin: 0;
}

.blog-archive .post .read-more,
.blog-content .post .read-more {
  color: var(--lightblue);
  font: bold 0.875rem var(--headingFont);
  text-transform: uppercase;
}

.disclosure-pop {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  max-height: 90%;
  max-width: 80%;
  overflow: auto;
  padding: 30px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  z-index: 99;
}

.disclosure-pop.active {
  display: block;
}

.disclosure-pop .close {
  background: none;
  border: none;
  border-radius: 0;
  color: var(--black);
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.disclosure-pop .close:focus {
  outline: none;
}

.disclosure-pop .close:focus,
.disclosure-pop .close:hover {
  opacity: 0.5;
}

.pagination {
  grid-column: 1 / -1;
  margin-top: 60px;
  text-align: center;
  width: 100%;
}

.pagination a {
  font-weight: bold;
  margin: 0 10px;
  text-transform: uppercase;
}

/***************************************************************************************************************************************************************************************/

/*BLOG SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

.blog-content {
  padding: 80px 0;
}

.blog-content .container {
  max-width: 1152px; /*1112*/
}

/***Post***/

.blog-content article {
  width: 59.35%; /*660*/
}

.blog-content article h2.alt {
  color: var(--darkblue);
  margin-bottom: 30px;
}

.blog-content article h2.alt:after {
  margin: 0;
}

.blog-content article h2.alt span {
  color: var(--gray);
  display: block;
  font-size: 1.0625rem; /*17*/
  font-weight: 400;
  margin: 10px 0 12px;
}

.blog-content article p,
.blog-content article ul,
.blog-content article ol {
  font-weight: normal;
  margin-bottom: 36px;
}

/***Sidebar***/

.blog-content aside {
  border-left: 2px solid #767676;
  padding-left: 4.49%; /*50*/
  width: 33.81%; /*376*/
}

.blog-content aside .media-link {
  margin: 78px 0 25px;
}

.blog-content aside .media-link a {
  font: bold 1.0625rem var(--headingFont); /*17*/
  text-transform: uppercase;
}

.clear {
  clear: both;
}
header.header_block {
  background: #f4f4f4;
  padding: 0;
}
.header_block .header-top {
  background: #e3e3e3;
  overflow: hidden;
}
.header-top .account_btn {
  background: #13537f;
  color: #fff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 10px;
  position: relative;
  display: inline-block;
  transition: all 0s ease;
}
.header-top .account_btn::before,
.header-top .account_btn::after {
  content: "";
  position: absolute;
  top: 0;
}
.header-top .account_btn::before {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 54px solid #13537f;
  left: -40px;
}

.header-top .account_btn::after {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 54px solid #13537f;
  right: -40px;
}

.header-top .account_btn:hover {
  background: #1976b7;
}
.header-top .account_btn:hover::before {
  border-bottom-color: #1976b7 !important;
}
.header-top .account_btn:hover::after {
  border-top-color: #1976b7 !important ;
}

.account_btn .fa-login {
  font-style: normal;
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url(images/account-btn.png) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 10px;
}
.header_block .header-bottom {
  padding: 10px 0;
}

.header-top .right-btn::before {
  content: "";
  width: 1200px;
  height: 100px;
  background: #119cd7;
  position: absolute;
  top: -15px;
  left: 155px;
}

.page-hero {
  margin-top: 135px;
}

.home .header-top .right-btn {
  margin-right: 180px;
}
.header-top .right-btn {
  position: relative;
  display: block;
  float: right;
}

.page-hero::before {
  width: 33.98%;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.phone-number {
  float: left;
  font-weight: bold;
  line-height: 48px;
  color: #135482;
}
.phone-number svg {
  transform: scale(-1, 1);
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1500*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 93.75em) {
  /***Homepage***/

  .tabbed-carousel .container {
    padding: 0 80px;
  }

  .tabbed-carousel .slick-prev {
    left: -60px;
  }

  .tabbed-carousel .slick-next {
    right: -60px;
  }
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1200*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 75em) {
  /***Homepage***/

  .hero,
  .home .hero {
    height: auto;
  }

  .hero:before {
    height: 30px;
  }

  .hero .image {
    border-bottom-width: 30px;
    width: 60%;
  }

  .hero .content {
    margin: 0;
    padding: 80px 40px 150px;
    width: auto;
  }

  .fund-info .callout .rollover {
    opacity: 1;
  }

  .fund-info .callout:before {
    border-width: 0 0 535px 535px;
  }

  .team li .content {
    height: auto;
    opacity: 1;
    position: static;
  }
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1000*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 62.5em) {
  :root {
    --extraLeftPadding: 20px;
  }

  /***Homepage***/

  .latest-media .grid {
    display: block;
  }

  .latest-media .post.featured {
    margin-bottom: 30px;
  }

  .latest-media .post {
    border-top: 1px solid var(--graybkg);
    padding: 20px 0;
    max-width: 100%;
  }

  .latest-media .post:not(.featured):before {
    display: none;
  }

  .latest-media .post:not(.featured):hover * {
    color: var(--black);
  }

  .latest-media .post .content {
    margin-left: 20px;
  }

  .latest-media .post h3 {
    margin-top: 0;
  }
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 850*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 53.125em) {
  h1 {
    font-size: 2.8rem;
  }

  h2,
  h3.alt {
    font-size: 1.5rem;
  }

  /***Header***/

  header .mobile-menu,
  header.active .mobile-menu .fa-times,
  header.active nav {
    display: block;
  }

  header .mobile-menu .fa-times,
  header.active .mobile-menu .fa-bars,
  header nav {
    display: none;
  }

  header .mobile-menu {
    background: none;
    border: none;
    border-radius: 0;
    color: var(--darkblue);
    font-size: 1.5rem;
  }

  header nav {
    background: #f4f4f4;
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
  }

  header ul {
    flex-wrap: wrap;
    text-align: center;
  }

  header li {
    display: block;
    margin: 0;
    width: 100%;
  }

  #menu-main > li {
    border-bottom: 1px solid #ddd;
  }

  #menu-main > li:last-child,
  #menu-main > li:nth-last-child(2) {
    border: none;
  }

  header li a {
    border: none;
    height: auto;
    margin: 0;
    padding: 15px 0;
  }

  header li.brokercheck a {
    margin: 0 auto;
  }

  /*Dropdowns*/

  header li.menu-item-has-children {
    position: relative;
  }

  header li.menu-item-has-children .open-children {
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    text-align: center;
    text-rendering: auto;
    top: 0;
    -webkit-font-smoothing: antialiased;
    width: 60px;
  }

  header li.menu-item-has-children.active > .open-children i {
    transform: rotate(-180deg);
  }

  #menu-main .sub-menu {
    background: none;
    box-shadow: none;
    display: none;
    padding: 0;
    position: static;
    width: 100%;
  }

  #menu-main li:hover .sub-menu {
    display: none;
  }

  #menu-main li.menu-item-has-children.active:hover > .sub-menu,
  #menu-main li.menu-item-has-children.active > .sub-menu {
    display: block;
  }

  #menu-main .sub-menu a {
    color: var(--darkblue);
  }

  /***Footer***/

  footer:before {
    display: none;
  }

  footer .container {
    padding: 0;
  }

  .company-info,
  .contact-form {
    padding: 40px 20px;
    width: 100%;
  }

  .contact-form {
    background: url("images/bkg-footer.png") repeat-x;
    background-size: auto 100%;
  }

  /***Homepage***/

  .hero {
    display: flex;
    flex-flow: column;
    padding-top: 70px;
  }

  .hero:before {
    height: 10px;
  }

  .hero .image {
    border: none;
    -webkit-clip-path: none;
    clip-path: none;
    height: 250px;
    position: static;
    order: 1;
    width: 100%;
  }

  .hero .content {
    max-width: 100%;
    padding: 50px 20px;
    order: 2;
  }

  .fund-info,
  .latest-media,
  .team {
    padding: 50px 0;
  }

  .fund-info .grid {
    display: block;
  }

  .fund-info .content {
    column-count: 1;
  }

  .fund-info .callout {
    margin-bottom: 30px;
  }

  .fund-info .stock-holdings,
  .fund-info .featured-fund {
    width: 100%;
  }

  .fund-info .featured-fund {
    margin-top: 30px;
  }

  .fund-info .featured-fund .stock-ticker-wrapper {
    margin: 0 auto;
    width: 260px;
  }

  .tabbed-carousel {
    border-bottom: 5px solid var(--darkblue);
    padding-bottom: 40px;
  }

  .tabbed-carousel img {
    margin: 0 auto 30px;
    order: 1;
    width: 60%;
  }

  .tabbed-carousel .content {
    order: 2;
    width: 100%;
  }

  .carousel-tabs {
    -webkit-clip-path: none;
    clip-path: none;
    margin: 0;
    padding: 30px 0;
  }

  .carousel-tabs .tabs {
    display: none;
  }

  .team {
    padding-bottom: 0;
  }

  .team ul {
    justify-content: space-between;
  }

  .team li {
    max-width: 300px;
    margin-bottom: 40px;
    width: 48%;
  }

  /***Default Template***/

  .page-hero {
    margin-top: 72px;
    padding: 20px 0;
  }

  .page-content {
    padding: 50px 0;
  }

  aside + article,
  aside {
    width: 100%;
  }

  aside {
    order: 2;
  }

  /***Blog Archive***/

  .blog-archive {
    padding: 40px 0;
  }

  .blog-archive .container.grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }

  /***Blog Single***/

  .blog-content article,
  .blog-content aside {
    width: 100%;
  }

  .blog-content {
    padding: 40px 0 0;
  }

  .blog-content aside {
    border-top: 2px solid #767676;
    border-left: 0;
    padding-left: 0;
    padding-top: 40px;
  }
  header .logo {
    padding-left: 15px;
  }
  .phone-number {
    padding-left: 15px;
    line-height: 40px;
  }
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 600*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 37.5em) {
  h1 {
    font-size: 2rem;
  }

  /***Footer***/

  .contact-form .column {
    width: 100%;
  }

  /***Homepage***/

  .fund-info .stock-ticker-wrapper ul.stock_ticker {
    flex-wrap: wrap;
  }

  .fund-info .stock-ticker-wrapper ul.stock_ticker li {
    margin-bottom: 15px;
    width: 48%;
  }

  /*   .tabbed-carousel .container {
    padding: 0 20px;
  } */

  .tabbed-carousel .content {
    padding-left: 0;
  }

  .tabbed-carousel img {
    width: 80%;
  }

  .tabbed-carousel .slick-arrow {
    border: none;
    height: auto;
    top: 20px;
    width: auto;
  }

  .tabbed-carousel .slick-prev {
    left: -20px;
  }

  .tabbed-carousel .slick-next {
    right: -20px;
  }

  /***Blog Archive***/

  .blog-archive .container.grid {
    display: block;
  }
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 375*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 23.4375em) {
  /***Homepage***/

  .fund-info .stock-ticker-wrapper ul.stock_ticker li {
    width: 100%;
  }

  .team li {
    width: 100%;
  }
}

.signup-block {
  padding: 30px 0;
  background: #333;
}
.signup-block .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.signup-block h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  padding: 5px 15px 5px 0;
  margin: 0;
  text-transform: none;
}
.signup-block .sign-form {
  position: relative;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.signup-block input[type="text"],
.signup-block input[type="email"] {
  border: 0;
  padding: 0 15px;
  height: 50px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 16px;
  color: #555;
  z-index: 1;
  position: relative;
  top: 0;
  width: calc(100% - 135px);
}
.signup-block input[type="submit"] {
  background: #119bd7;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 0 25px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  height: 50px;
  margin: 0 0 0 -8px;
  position: relative;
  width: 130px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.signup-block input[type="submit"]:hover,
.signup-block input[type="submit"]:focus {
  background: #135482;
}
.signup-block input:invalid {
  background: #fff;
}
.signup-block .was-validated input:invalid {
  background: #f0dddd;
}
.team-icon {
  font-size: 20px;
  margin-right: 10px !important;
}
@media only screen and (max-width: 1199px) {
  .signup-block h2 {
    padding-bottom: 10px;
    text-align: center;
  }
  .signup-block .sign-form {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .signup-block h2 {
    font-size: 24px;
  }
  .signup-block .sign-form {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .signup-block input[type="text"],
  .signup-block input[type="email"] {
    padding: 0 10px;
    height: 35px;
    width: calc(100% - 100px);
  }
  .signup-block input[type="submit"] {
    width: 100px;
    padding: 0 10px;
    height: 35px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .signup-block h2 {
    font-size: 20px;
  }
}

.order-list li {
  padding-bottom: 15px;
  font-weight: bold;
}
.order-list li li {
  padding-bottom: 15px;
  font-weight: normal;
}
.order-list ul {
  padding: 10px 0 0 20px;
  margin-bottom: 10px;
}
.order-list li span.subtitle {
  font-weight: bold;
  display: block;
}
.order-list li p {
  padding-bottom: 10px;
  margin: 0px;
}
.order-list li a,
.order-list li p a {
  font-weight: normal;
}

@media only screen and (max-width: 850px) {
  .header-top .container {
    padding: 0;
  }
  .header-top .right-btn {
    margin-right: 0;
  }
  .header-top .account_btn {
    padding: 8px 10px;
  }
  .header-top .account_btn::after,
  .header-top .account_btn::before {
    display: none;
  }
  header .mobile-menu {
    margin-right: 10px;
  }
  .page-hero {
    margin-top: 108px;
  }
}

@media only screen and (min-width: 851px) and (max-width: 1046px) {
  header .logo {
    width: 170px;
  }
  header li.brokercheck a {
    width: 90px;
  }
  header li {
    margin: 0 8px;
  }
  header li a {
    font-size: 14px;
  }
  .header-top .right-btn {
    margin-right: 50px;
  }
  .header-top .account_btn::before {
    border-left: 20px solid transparent;
    left: -20px;
  }
  .header-top .account_btn::after {
    border-right: 20px solid transparent;
    right: -20px;
  }
  .item_1, .item_9{width: 220px;}
.item_2, .item_3, .item_4{width:145px}
.item_5, .item_8{width: 234px;}
.item_6{width: 201px;}
.item_7{width: 176px;}
.item_9{width: 245px;}
.item_10{width: 234px;left: 176px;}
.content-block{ margin: 20px 15px 50px 15px;}
.fund-info .stock-holdings:after{    bottom: 0px;
  right: -27px;}
  .eight-block-section .item_6, .eight-block-section .item_8{width: 214px;}
  .seven-block-section .item_5{    width: 435px;}
  .seven-block-section .item_7 {
    width: 330px;
}
.seven-block-section .item_6{width: 325px;}
.six-block-section .item_6, .six-block-section .item_5{width: 327px;}
.six-block-section .item_2{width: 402px;}
.six-block-section .item_3, .six-block-section .item_4{width: 201px;}
.eight-block-section .item_2, .eight-block-section .item_3{width: 217px;}
.eight-block-section .item_4{width: 434px;}
}
.tickerblock-inner{background: #d5d5d5;border-radius: 4px; margin: 0 10px; padding: 14px 16px; min-height: 140px; position: relative;}
.tickerblock-inner h4{ text-transform: initial; font-size: 13px; color: #000; font-weight: 400; line-height: 16px;}
.tickerblock-inner h6{ position: absolute; bottom: 15px; left: 16px;font-size: 16px; color: #000; font-weight: 700; margin: 0px;}
.slick-dots{ text-align: center;}
.slick-dots li{ list-style: none; display: inline-block;margin: 0 5px;}
.slick-dots button {
  background: #d5d5d5;
  border-radius: 100%;
  border: 1px solid transparent;
  height: 10px;
  padding: 0;
  text-indent: -999999px;
  width: 10px;
}
.slick-dots button:focus,.slick-dots .slick-active button {
  background: var(--darkblue);
}
@media only screen and (min-width: 1367px) {
  .home .header-top .right-btn {
    margin-right: 190px;
  }
}

@media only screen and (min-width: 1401px) {
  .home .header-top .right-btn {
    margin-right: 180px;
  }
  .page-hero::before {
    width: 38%;
  }
}

@media only screen and (min-width: 1601px) {
  .home .header-top .right-btn {
    margin-right: 125px;
  }
  .home .header-top .account_btn::before {
    border-left: 50px solid transparent;
    left: -50px;
  }
  .page-hero::before {
    width: 39.5%;
    -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

/*==== Home Slider ====*/
@media only screen and (min-width: 1500px) {
  .home .hero {
    height: 876px;
  }
  .hero div {
    height: 760px !important;
  }
}

.hero .content {
  float: left;
  width: 29%;
  margin: 8% 0 0 3%;
}
.hero {
  padding-top: 116px !important;
}
.hero div {
  height: 650px;
  position: relative;
}
.hero .slick-slider .slick-list {
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}
.hero .banner-slider-1 {
  width: 68%;
  float: right;
}
.hero .image {
  -webkit-clip-path: none;
  clip-path: none;
}
.hero .banner-slider-1 button {
  position: absolute;
  top: 10%;
  right: 100px;
  transform: translateY(-50%);
  border: 0;
  background: #13537f;
  width: 30px;
  height: 30px;
  font-size: 0;
  outline: none;
  z-index: 9;
}
.hero .banner-slider-1 button::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("images/arrow-prev.png") no-repeat 0 center;
}
.hero .banner-slider-1 .slick-arrow.slick-next {
  right: 50px;
}
.hero .banner-slider-1 .slick-arrow.slick-next:before {
  background: url("images/arrow-next.png") no-repeat 0 center;
}

@media only screen and (max-width: 1280px) {
  .hero .content {
    width: 100%;
    float: inherit;
    max-width: 100%;
    order: 2;
    margin: 0;
    padding: 50px;
    height: auto;
  }
  .hero .banner-slider-1 {
    width: 100%;
    margin-bottom: 80px;
  }
  .hero,
  .home .hero {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .hero .image {
    clip-path: inherit;
    border: 0;
  }
  .hero .banner-slider-1 button {
    bottom: -80px;
    left: 47%;
    top: inherit;
    transform: translate(-50%, 0%);
  }
  .hero .banner-slider-1 .slick-arrow.slick-next {
    left: 52%;
  }
}

@media only screen and (max-width: 850px) {
  .hero div {
    height: auto;
  }
  .hero .image {
    height: 450px;
  }
  .hero .slick-slider .slick-list {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero .image {
    height: 400px;
  }
  .hero .content {
    padding: 30px 20px;
  }
  .home h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .hero .banner-slider-1 button {
    bottom: -50px;
  }
  .hero .banner-slider-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .home .header-top .right-btn::before {
    display: none;
  }
  .home .header-top .right-btn {
    margin-right: 0;
    padding: 0 10px;
  }
  .hero .banner-slider-1 .slick-arrow.slick-next {
    left: 54%;
  }
}

@media only screen and (max-width: 575px) {
  .hero .image {
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .hero .image {
    height: 250px;
  }
  .hero .banner-slider-1 button {
    left: 46%;
  }
  .hero .banner-slider-1 .slick-arrow.slick-next {
    left: 58%;
  }
}

.community_section{background:#e3e3e3; padding:100px 0;}
.community_top_block h2{text-align: center; color: #000; font-size:30px; line-height:36px; margin-bottom:0; padding-bottom:60px;}
.community_top_block .block{margin-bottom:70px;}
.community_top_block .block figure{width:50%; float: left; padding:0; margin:;}
.community_top_block .block figure img{width:100%;}
.community_top_block .block .content{width:50%; float: right;     padding: 45px 35px 25px 30px; background:#fff; font-size:16px; line-height:28px; color: #333333;

    background: #fff;
    -webkit-box-shadow: 0 0px 70px rgba(95,125,188,0.1) !important;
    -moz-box-shadow: 0 0px 70px rgba(95,125,188,0.1) !important;
    -ms-box-shadow: 0 0px 70px rgba(95,125,188,0.1) !important;
    -o-box-shadow: 0 0px 70px rgba(95,125,188,0.1) !important;
	box-shadow: 0 0px 70px rgba(95,125,188,0.1) !important;
	margin-top: 40px;

}
.community_top_block .block .content p{margin-bottom:15px; padding-bottom:0;}

.community_top_block .block .content h3{color: #000; font-size:24px; line-height:28px; font-weight: 600;
    margin: 0px 0 20px 0;}
.community_top_block .block:nth-child(2n+1) figure{float: right;}
.community_top_block .block:nth-child(2n+1) .content{float: left;}
.two-images{margin-bottom:30px;}
.two-images img{float: left; width:49%;}
.two-images img+img{float: right;}
@media only screen and (max-width: 1200px) {

	.community_top_block .block { background: #fff;
		-webkit-box-shadow: 0 0px 50px rgba(27, 39, 66, 0.1) !important;
		-moz-box-shadow: 0 0px 50px rgba(95,125,188,0.1) !important;
		-ms-box-shadow: 0 0px 50px rgba(95,125,188,0.1) !important;
		-o-box-shadow: 0 0px 50px rgba(95,125,188,0.1) !important;
		box-shadow: 0 0px 50px rgba(95,125,188,0.1) !important;}

		.community_top_block .block .content{-webkit-box-shadow: 0 0px 50px rgba(27, 39, 66, 0.1) !important;
			-moz-box-shadow: 0 0px 50px rgba(95,125,188,0) !important;
			-ms-box-shadow: 0 0px 50px rgba(95,125,188,0) !important;
			-o-box-shadow: 0 0px 50px rgba(95,125,188,0) !important;
			box-shadow: 0 0px 50px rgba(95,125,188,0) !important;
			margin-top:0;
		}
		.community_top_block .block .content p {

			margin-bottom: 15px;
			padding-bottom: 0;
			font-size: 15px;
			line-height: 25px;
		
		}	

}
@media only screen and (max-width: 1370px) {
	.copyright{
	padding: 15px 0 20px;
}
.company-info p{
	line-height: 20px;
}
.company-info li{
	    margin-bottom: 15px;
}
.company-info,.contact-form{
	    padding: 20px 0 30px;
}
}
@media only screen and (max-width:992px) {


	.community_top_block .block figure{width: 100%;}
	.community_top_block .block .content{width: 100%; padding: 30px 35px 25px 30px;}

}

/* RT 02-19-2020 */
.top-right{float: left;}
.header-top .phone-number{margin: 0 20px 0 0;font-size: 14px;}
.header-top .phone-number span{color:#119cd7;}


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

.header-top .phone-number{margin: 0;padding-left: 15px;}
.home .header-top .right-btn {margin-right: 0;}
.header-top .right-btn::before {display: none;}
.item_1, .item_9{width: 253px;}
.item_2, .item_3, .item_4{width:145px}
.item_5, .item_8{width: 234px;}
.item_6{width: 201px;}
.item_7{width: 176px;}
.item_9{width: 278px;}
.item_10{width: 234px;left: 176px;}
.content-block{ margin: 20px 15px 50px 15px;}
.fund-info .stock-holdings{ display: inline-block;}
.fund-info .stock-holdings:after{    bottom:0px;
  right: 0px;}
  .eight-block-section .item_6, .eight-block-section .item_8{width: 253px;}
  .seven-block-section .item_5{    width: 436px;}
  .seven-block-section .item_7 {
    width: 355px;
}
.six-block-section .item_6, .six-block-section .item_5{    width: 347px;}

.money-block h2{font: bold 2.20rem/0.942 var(--headingFont);}
}

@media only screen and (max-width: 767px) {
.header-top .phone-number{line-height: 22px;font-size: 13px;text-align: center;}
.header-top .phone-number span{display: block;}
.header-top .account_btn {line-height: 26px;padding: 10px 10px;}
.header-top .account_btn {font-size: 14px;}
.money-block{padding: 50px 0;margin-bottom: 20px;}
.money-block h2{font:bold 1.20rem/0.942 var(--headingFont)}
.money-block p{font-size: 14px; padding: 20px;}

.two-images img{width: 100%; margin-bottom:30px;}

.company-info,.contact-form{
	   padding: 40px 20px;
}
}


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

  .header-top .right-btn {width: 100%;text-align: center;padding: 0;margin-top: 5px;}
  .header-top .account_btn {width: 100%;}


}


@media only screen and (max-width: 767px) {
  .block-callout {
    width: 49% !important;
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 96px !important;
    padding: 20px 0;
    /* display: block; */
  }
  .block-callout b {
    font-size: 20px;
    line-height: 26px;
  }
 
  .main-area {
    width: 90%;
  }
  /* .text-box {
    display: block;
  } */
  .section-six h4::before{width: 100% !important;}
  
}

@media only screen and (max-width: 480px) {
  .block-callout {
    width: 100% !important;
  }
  
 
}


.blocknew{ background:none;}
.blocknew ul li{text-align:left}
.money-block{background: rgb(16,155,216);
  background: linear-gradient(180deg, rgba(16,155,216,1) 0%, rgba(16,146,205,1) 24%, rgba(18,136,192,1) 45%, rgba(17,129,183,1) 59%, rgba(17,123,177,1) 73%, rgba(17,123,175,1) 86%, rgba(17,119,171,1) 100%); padding: 100px 0; text-align: center; color: #fff; margin-bottom: 50px;}
.money-block h2{color: #fff;font: bold 3.00rem/0.942 var(--headingFont); text-transform: uppercase; margin-bottom: 15px;}
.money-block p{color: #fff;font-size: 1.4625rem; line-height: 20px;}
.money-block a{ background: #fff; padding: 10px 25px; color: #119cd7; text-transform: uppercase;;}
.money-block a:hover{ background: #119cd7; color: #fff;}
.invest-banner-block{ position: relative; margin-top: 55px;}
.invest-banner-block:before{content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);}
.invest-banner-block .invest-banner-contact{ position: absolute; right:0px; top: 0; left:0;right:0;bottom:0}
.invest-banner-block .invest-banner-contact .container{height:100%}
.invest-banner-block .invest-banner-contact .invest-banner-contact-inner{position: absolute; top: 50%; transform: translateY(-50%);right:0;width: 360px;}
.invest-banner-block .invest-banner-contact h2{ font-size: 48px;color: #15537c;}
.invest-banner-block .invest-banner-contact h2 span{ display: block;color: #0f9dd7;}
.invest-banner-block .form-block input{ width: 100%; background: #fff; height: 45px; padding: 0 0 0 20px;color: #656363;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);border: 0px !important;}
.invest-banner-block .form-block input:focus{ border:0px !important}
.invest-banner-block .form-block .form-field{ margin-bottom: 25px;}
.invest-banner-block .form-block input.submit{ background: #15537e; color: #fff; padding: 11px 25px; font-weight: bold; width:auto; height: auto; box-shadow: none; font-size: 20px; text-transform: uppercase;}
.grey-bg{ background: #e3e3e3;}
.factsheet-block.fund-info{ padding:0px !important}
.factsheet-block.fund-info .callout:before{border-width:0 0 430px 514px;}
.section-one.space-section{ padding: 100px 0 50px 0;}
.space-section.grey-bg{  padding:50px 0}