@charset "UTF-8";

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .KJEWrapper .KJECommandButton > .caret,
  .KJEWrapper input.KJEMenuButton[type=button] > .caret,
  .dropup > .btn > .caret, .KJEWrapper
  .dropup > .KJECommandButton > .caret,
  .KJEWrapper
  .dropup > input.KJEMenuButton[type=button] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .card, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .card, .col-sm-6, .card, .col-md-6, .blog-card, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .card, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6, .card {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .card, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6, .card {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .card, .col-md-5, .col-md-6, .blog-card, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4, .card {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6, .blog-card {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .KJEWrapper .KJECommandButton,
.KJEWrapper input.KJEMenuButton[type=button] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .KJEWrapper .KJECommandButton:focus,
.KJEWrapper input.KJEMenuButton[type=button]:focus, .btn.focus, .KJEWrapper .focus.KJECommandButton,
.KJEWrapper input.focus.KJEMenuButton[type=button], .btn:active:focus, .KJEWrapper .KJECommandButton:active:focus,
.KJEWrapper input.KJEMenuButton[type=button]:active:focus, .btn:active.focus, .KJEWrapper .KJECommandButton:active.focus,
.KJEWrapper input.KJEMenuButton[type=button]:active.focus, .btn.active:focus, .KJEWrapper .active.KJECommandButton:focus,
.KJEWrapper input.active.KJEMenuButton[type=button]:focus, .btn.active.focus, .KJEWrapper .active.focus.KJECommandButton,
.KJEWrapper input.active.focus.KJEMenuButton[type=button] {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .KJEWrapper .KJECommandButton:hover,
.KJEWrapper input.KJEMenuButton[type=button]:hover, .btn:focus, .KJEWrapper .KJECommandButton:focus,
.KJEWrapper input.KJEMenuButton[type=button]:focus, .btn.focus, .KJEWrapper .focus.KJECommandButton,
.KJEWrapper input.focus.KJEMenuButton[type=button] {
  color: #333;
  text-decoration: none;
}

.btn:active, .KJEWrapper .KJECommandButton:active,
.KJEWrapper input.KJEMenuButton[type=button]:active, .btn.active, .KJEWrapper .active.KJECommandButton,
.KJEWrapper input.active.KJEMenuButton[type=button] {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .KJEWrapper .disabled.KJECommandButton,
.KJEWrapper input.disabled.KJEMenuButton[type=button], .btn[disabled], .KJEWrapper [disabled].KJECommandButton,
.KJEWrapper input[disabled].KJEMenuButton[type=button],
fieldset[disabled] .btn,
fieldset[disabled] .KJEWrapper .KJECommandButton, .KJEWrapper
fieldset[disabled] .KJECommandButton,
fieldset[disabled]
.KJEWrapper input.KJEMenuButton[type=button],
.KJEWrapper
fieldset[disabled] input.KJEMenuButton[type=button] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .KJEWrapper a.disabled.KJECommandButton,
fieldset[disabled] a.btn,
fieldset[disabled] .KJEWrapper a.KJECommandButton, .KJEWrapper
fieldset[disabled] a.KJECommandButton {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/Areas/AdvisorSites/Assets/Theme6/stylesheets/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/Areas/AdvisorSites/Assets/Theme6/stylesheets/fonts/slick.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/stylesheets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/stylesheets/fonts/slick.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/stylesheets/fonts/slick.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/stylesheets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 *  Font Icons
 *
 *  Uncomment the font icon packages to add to your project
 *
 *  1. Bootstrap Glyphicons
 *  2. Fontawesome
 *  3. Custom Font Icons -  Create your own custom font icon set
 *
 *     a. Create svg icons: .svg
 *     b. Name icons: [unicodeValue]-[iconName].svg
 *     c. Save icons: src > assets > font-icons
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: font-icons;
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/font-icons.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/font-icons.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/font-icons.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/font-icons.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/font-icons.svg#font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "font-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-scrollerLine:before {
  content: "";
}

.icon-scrollerLine2:before {
  content: "";
}

.icon-scrollerMouse:before {
  content: "";
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/ty9dfvLAziwdqQ2dHoyjphkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/frNV30OaYdlFRtH2VnZZdhkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/gwVJDERN2Amz39wrSoZ7FxkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/aZMswpodYeVhtRvuABJWvBkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/VvXUGKZXbHtX_S_VCTLpGhkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/e7MeVAyvogMqFwwl61PKhBkAz4rYn47Zy2rvigWQf6w.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxHYhjbSpvc47ee6xR_80Hnw.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'Carme';
  font-style: normal;
  font-weight: 400;
  src: local("Carme Regular"), local("Carme"), url("//fonts.gstatic.com/s/carme/v7/_xJVciCfVOPmkMwbBwUWJqCWcynf_cDxXwCLxiixG1c.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Carme/Carme-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*!
 *  Web Fonts
 *
 *  Make use the 'font-face' mixin when adding new fonts
 *  font-face($font-family, $file-path, $font-weight: normal, $font-style: normal)
*/
@font-face {
  font-family: OpenSans;
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Regular-webfont.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Regular-webfont.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: OpenSans;
    src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSans") format("svg");
  }
}

@font-face {
  font-family: OpenSans;
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Bold-webfont.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Bold-webfont.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Bold-webfont.svg#OpenSans") format("svg");
  font-weight: bold;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: OpenSans;
    src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/OpenSans/OpenSans-Bold-webfont.svg#OpenSans") format("svg");
  }
}

@font-face {
  font-family: "ralewayextralight";
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-extralight-webfont.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-extralight-webfont.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-extralight-webfont.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-extralight-webfont.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-extralight-webfont.svg#ralewayextralight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ralewayextralight";
    src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-extralight-webfont.svg#ralewayextralight") format("svg");
  }
}

@font-face {
  font-family: "ralewaylight";
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-light-webfont.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-light-webfont.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-light-webfont.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-light-webfont.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ralewaylight";
    src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-light-webfont.svg#ralewaylight") format("svg");
  }
}

@font-face {
  font-family: "ralewaymedium";
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-medium-webfont.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-medium-webfont.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-medium-webfont.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-medium-webfont.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-medium-webfont.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ralewaymedium";
    src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-medium-webfont.svg#ralewaymedium") format("svg");
  }
}

@font-face {
  font-family: "ralewayregular";
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-regular-webfont.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-regular-webfont.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-regular-webfont.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-regular-webfont.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ralewayregular";
    src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular") format("svg");
  }
}

@font-face {
  font-family: "ralewaysemibold";
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-semibold-webfont.eot");
  src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-semibold-webfont.woff2") format("woff2"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-semibold-webfont.woff") format("woff"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-semibold-webfont.ttf") format("truetype"), url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-semibold-webfont.svg#ralewaysemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ralewaysemibold";
    src: url("/Areas/AdvisorSites/Assets/Theme6/fonts/Raleway/raleway-semibold-webfont.svg#ralewaysemibold") format("svg");
  }
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

figure {
  display: table;
  width: 100%;
}

body,
html {
  height: 100%;
}

html {
  box-sizing: border-box;
}

body {
  font: 300 15px/1.25 "Roboto", sans-serif;
}

div, span {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #565656;
  font-weight: 300;
}

p {
  margin: 10px 0 30px;
}

.rich-text {
  margin-bottom: 30px;
}

.rich-text p:last-of-type {
  margin-bottom: 0;
}

ol,
p {
  color: #686868;
  font: 300 15px/2 "Roboto", sans-serif;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

hr.double {
  height: 2px;
  border-top: 1px solid #938269;
  border-bottom: 1px solid #938269;
}

blockquote {
  color: #ae9e89;
  border-left: none;
  font: 300 33px/1.2 "Roboto", sans-serif;
}

blockquote.with-quotes {
  color: #826f58;
  border-left: 0;
  padding: 55px 60px;
  text-transform: uppercase;
  quotes: '“' '”' '‘' '’';
}

blockquote.with-quotes:after, blockquote.with-quotes:before {
  position: absolute;
  font-family: Georgia, serif;
  font-size: 54px;
}

blockquote.with-quotes:before {
  margin-top: -20px;
  margin-left: -25px;
  content: open-quote;
}

blockquote.with-quotes:after {
  margin-top: 15px;
  margin-left: 5px;
  content: close-quote;
}

.container .container {
  width: 100%;
}

.border-container {
  width: 100%;
  padding-top: 40px;
  margin: auto;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

@media screen and (min-width: 992px) {
  .border-container {
    width: 1030px;
  }
}

.border-container * {
  max-width: 100%;
}

.border-container .container {
  padding: 0;
}

.border-container > .content-page {
  width: 80%;
  margin: auto;
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .border-container > .content-page {
    width: 780px;
  }
}

.resource-banner {
  margin-bottom: 20px;
}

.resource-banner img {
  border: solid 2px #d2d2d2;
  padding: 5px;
  margin: 0;
}

.pagination {
  margin: 60px auto;
}

.pagination span {
  color: #b49060;
}

.pagination a {
  margin: 0 10px;
  color: #b49060;
  position: relative;
}

.pagination a.current {
  color: black;
}

.pagination a.current:after {
  content: '';
  left: -10px;
  top: -6px;
  position: absolute;
  border: 1px solid #e3e2e2;
  height: 30px;
  width: 30px;
  border-radius: 17px;
}

.resource-info,
.tag-cloud {
  clear: both;
  display: block;
  margin: 20px auto;
  list-style-type: none;
}

.resource-info h3,
.resource-info h4,
.tag-cloud h3,
.tag-cloud h4 {
  font-weight: 300;
}

.resource-info h4,
.tag-cloud h4 {
  color: #a6a6a6;
  text-transform: uppercase;
}

.resource-info h4 i,
.tag-cloud h4 i {
  margin-right: 10px;
}

.resource-info ul,
.tag-cloud ul {
  padding-left: 0;
}

.resource-info li,
.resource-info li a,
.tag-cloud li,
.tag-cloud li a {
  color: #b49060;
}

.resource-info li,
.tag-cloud li {
  display: inline-block;
  padding-bottom: 20px;
}

.resource-info li.share,
.tag-cloud li.share {
  position: relative;
}

.resource-info li.share:hover span,
.tag-cloud li.share:hover span {
  display: block;
}

.resource-info li.share span,
.tag-cloud li.share span {
  display: none;
  position: absolute;
  top: 25px;
  background-color: black;
  padding: 10px 12px;
}

.resource-info li.share span:before,
.tag-cloud li.share span:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}

.resource-info li.share span a,
.tag-cloud li.share span a {
  display: block;
  margin: 5px 0;
}

.resource-info li.share span a:hover,
.tag-cloud li.share span a:hover {
  color: white;
  text-decoration: none;
}

.resource-info li:after,
.tag-cloud li:after {
  margin: 0 10px;
  content: '//';
  color: #a6a6a6;
}

.resource-info li:last-child:after,
.tag-cloud li:last-child:after {
  display: none;
}

.detail-container img {
  padding: 15px 40px 40px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.detail-container .resource-info {
  display: inline-block;
  margin: 0 auto 20px;
}

.detail-container .resource-info h3 {
  margin-top: 0;
}

.tag-cloud {
  border-top: solid 1px #c6c6c6;
  padding-top: 10px;
  margin-top: 50px;
}

.disclosure {
  font: 300 13px/1.25 "Roboto", sans-serif;
  display: block;
  margin: 25px 0;
  font-style: italic;
}

.hide {
  display: none;
}

.block,
.show {
  display: block;
}

.no-padding {
  padding: 0;
}

a {
  color: #7e6f5b;
}

a:hover {
  color: #000000;
}

.social-media a {
  margin-right: 10px;
}

.btn, .KJEWrapper .KJECommandButton,
.KJEWrapper input.KJEMenuButton[type=button] {
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #b49060;
}

.btn:hover, .KJEWrapper .KJECommandButton:hover,
.KJEWrapper input.KJEMenuButton[type=button]:hover {
  border-color: #b49060;
  background-color: #b49060;
  color: #ffffff;
}

.btn.active, .KJEWrapper .active.KJECommandButton,
.KJEWrapper input.active.KJEMenuButton[type=button] {
  border-color: #000000;
  background-color: #000000;
}

.load-more {
  display: table;
  margin: auto;
  padding: 10px 25px;
  background: #f8f8f8;
  color: #d2d2d2;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}

.load-more:hover {
  background: #ebebeb;
  color: #a6a6a6;
  text-decoration: none;
}

.nav-tabs li {
  color: #b49060;
}

.nav-tabs li:hover {
  background-color: #f3f3f3;
}

.nav-tabs li.active {
  background-color: #000000;
}

.intro-copy {
  margin-top: 50px;
  font: 300 15px/2 "Roboto", sans-serif;
}

.intro-copy > * {
  margin: 10px auto 30px;
}

.intro-copy * {
  font-weight: 300;
}

.interior-content {
  background: #fff;
}

.intro-copy:first-letter,
.intro-copy > .container > .row > .col-md-10:first-letter {
  margin: 5px 15px 0 0;
  float: left;
  border-bottom: 1px solid #938269;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
}

[class*="fade-"],
[class*='animate-'] {
  opacity: 0;
}

.l1 {
  margin-right: 5px;
}

.l2 {
  margin-bottom: 5px;
}

.l1,
.l2,
.l3,
.l4 {
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  z-index: 100;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes l1 {
  0% {
    height: 0;
    background: #7e6f5b;
  }
  100% {
    height: 100%;
    background: #7e6f5b;
  }
}

@keyframes l1 {
  0% {
    height: 0;
    background: #7e6f5b;
  }
  100% {
    height: 100%;
    background: #7e6f5b;
  }
}

@-webkit-keyframes l2 {
  0% {
    width: 0;
    background: #7e6f5b;
  }
  100% {
    width: 100%;
    background: #7e6f5b;
  }
}

@keyframes l2 {
  0% {
    width: 0;
    background: #7e6f5b;
  }
  100% {
    width: 100%;
    background: #7e6f5b;
  }
}

@-webkit-keyframes l3 {
  0% {
    height: 0;
    background: #7e6f5b;
  }
  100% {
    height: 100%;
    background: #7e6f5b;
  }
}

@keyframes l3 {
  0% {
    height: 0;
    background: #7e6f5b;
  }
  100% {
    height: 100%;
    background: #7e6f5b;
  }
}

@-webkit-keyframes l4 {
  0% {
    width: 0;
    background: #7e6f5b;
  }
  100% {
    width: 100%;
    background: #7e6f5b;
  }
}

@keyframes l4 {
  0% {
    width: 0;
    background: #7e6f5b;
  }
  100% {
    width: 100%;
    background: #7e6f5b;
  }
}

.animated {
  opacity: 1;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: none;
    transform: none;
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: none;
    transform: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
  }
  100% {
  }
}

@keyframes fadeIn {
  0% {
  }
  100% {
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
  }
  100% {
  }
}

@keyframes fadeOut {
  0% {
  }
  100% {
  }
}

.site {
  position: relative;
  min-height: 100%;
  /*-webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  background: #fff;
  z-index: 10;
}

.nav-open .site {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.site-hd {
  padding-top: 25px;
  background: -webkit-radial-gradient(center, circle, #7e6f5b, #584e40);
  background: radial-gradient(circle at center, #7e6f5b, #584e40);
}

@media screen and (min-width: 992px) {
  .horizontal-nav .site-hd {
    padding-top: 0;
    background: none;
  }
}

.site-hd header {
  border-top: 6px solid #ebebeb;
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  .horizontal-nav .site-hd header {
    border: none;
    background: none;
  }
}

.site-bd {
  padding: 75px 0;
}

.site-bd:before, .site-bd:after {
  content: " ";
  display: table;
}

.site-bd:after {
  clear: both;
}

@media screen and (min-width: 992px) {
  .site-bd {
    padding: 50px 0;
  }
}

.site-bd {
  padding-bottom: 0;
}

.site-ft {
  position: relative;
  padding: 50px 0;
  background-color: #1a120c;
  z-index: 10;
}

.site-ft footer {
  border: solid 2px #2f2820;
  font: 14px/1.5 "Carme", sans-serif;
}

.site-ft footer a,
.site-ft footer a:before {
  color: #ae9e89;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.site-ft footer a:hover,
.site-ft footer a:hover:before {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.site-ft footer h2 {
  display: inline-block;
  display: block;
  position: relative;
  max-width: 130px;
  margin: 10px auto 15px;
  color: #938269;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font: 400 24px/1 "Roboto", sans-serif;
}

.site-ft footer h2:after {
  position: absolute;
  bottom: -2px;
  left: 43%;
  width: 15px;
  height: 2px;
  background-color: #938269;
  content: ' ';
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.site-ft footer h2 > a {
  display: inline-block;
  display: block;
  position: relative;
  max-width: 130px;
  color: #938269;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font: 400 24px/1 "Roboto", sans-serif;
}

.site-ft footer h2:hover:after {
  background-color: white;
}

.site-ft footer .locations-list ul,
.site-ft footer .row {
  clear: both;
  border-bottom: solid 2px #2f2820;
}

.site-ft footer .disclaimer {
  padding: 30px 0;
  border: 0;
  font-size: 11px;
  text-align: left;
}

.site-ft footer .disclaimer div {
  color: #63544b;
  font: 11px/15px "Carme", sans-serif;
}

.site-ft footer .disclaimer div p {
  color: #968274;
  font: 11px/15px "Carme", sans-serif;
}

.site-ft footer .social-media {
  padding: 5px 0 20px;
  text-align: center;
}

.site-ft footer .social-media a {
  margin-right: 10px;
  color: #ae9e89;
  font-size: 17px;
}

.site-ft footer .link-directions {
  color: #ae9e89;
}

.site-ft footer .locations-list {
  display: block;
  position: relative;
  margin-top: 0;
  clear: both;
  border: 0;
  text-align: center;
}

.site-ft footer .locations-list ul {
  margin-bottom: 0;
  padding: 15px 10px 10px;
  text-align: center;
}

.site-ft footer .locations-list ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: solid 1px #2f2820;
  color: #ae9e89;
  line-height: 1;
  list-style-type: none;
}

.site-ft footer .locations-list ul li:first-child, .site-ft footer .locations-list ul li:last-child {
  padding-right: 0;
  border: 0;
}

.site-ft footer .locations-list ul li:first-child {
  color: #e5d1b8;
}

@media screen and (min-width: 768px) {
  .site-ft footer h2 {
    display: inline-block;
    max-width: 110px;
    text-align: left;
  }
  .site-ft footer h2:after {
    left: 0;
  }
  .site-ft footer h2 > a {
    display: inline-block;
    max-width: 110px;
    text-align: left;
  }
  .site-ft footer .social-media {
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 0;
    float: right;
  }
  .site-ft footer .directions-social .link-directions,
  .site-ft footer .directions-social .social-media {
    display: inline-block;
    text-align: left;
  }
  .site-ft footer .disclaimer {
    padding: 35px 0;
  }
}

@media screen and (max-width: 768px) {
  footer {
    width: 95%;
  }
}

.brokercheck-container {
  position: fixed;
  background: black;
  width: 100%;
  opacity: .8;
  bottom: 0px;
  z-index: 10000000;
  height: 27px;
}

.brokercheck-link {
  position: fixed;
  width: 100px;
  opacity: 1;
  bottom: 0px;
  right: 9px;
  z-index: 10000001;
}

.brokercheck-icon {
  height: 25px;
  width: auto;
  float: right;
  margin-right: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brokercheck-icon {
    /* IE10+ CSS styles go here */
    margin-right: 30px;
  }
}

header .header-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  width: 100%;
  margin-top: 50px;
  text-decoration: none;
}

header .header-container > * {
  width: auto;
  margin: 10px auto 20px;
}

header .header-container .img-hd img {
  display: block;
  margin: auto;
}

header .header-container .logo-divider {
  position: relative;
  width: 70px;
  margin: 0 auto;
}

header .header-container .logo-divider:after {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 1px;
  background: #c6c6c6;
  content: '';
}

header .header-container .name-hd {
  text-align: center;
  text-transform: uppercase;
}

header .header-container h3 {
  position: relative;
  color: #686868;
  font: 300 16px/1 "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  header {
    /* margin: 40px 0;*/
  }
  header .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  header .header-container {
    padding: 40px 0 10px;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    margin: 0 auto;
  }
  header .header-container > * {
    position: relative;
    margin: 0;
  }
  header .header-container .name-hd {
    text-align: left;
  }
  header .header-container .name-hd + .img-hd {
    padding-right: 50px;
  }
  header .header-container .img-hd {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
  }
  header .header-container .logo-divider {
    width: inherit;
    position: relative;
    padding: 0 25px;
  }
  header .header-container .logo-divider:after {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    width: 1px;
    height: 100%;
    margin-right: 25px;
  }
  header .header-container h3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: initial;
    -webkit-box-flex: initial;
            flex: initial;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: left;
  }
}

.jump-link, .client-access-jump-link {
  position: absolute;
  width: 0;
  height: 0;
  left: -10000px;
  z-index: 99999;
  background: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 10px;
}

.jump-link:focus, .client-access-jump-link:focus {
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}

.navigation-contain {
  -webkit-animation: fadeInDown 1s ease-out;
  animation: fadeInDown 1s ease-out;
  overflow: visible;
}

.nav-trigger {
  position: absolute;
  top: 48px;
  left: 20px;
  width: 54px;
  height: 54px;
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 100;
}

.nav-trigger:hover .bar:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: width 0.5s, -webkit-transform 0.25s;
  -webkit-transition: width 0.5s, -webkit-transform 0.25s;
  transition: transform 0.25s, width 0.5s;
  transition: transform 0.25s, width 0.5s, -webkit-transform 0.25s;
}

.nav-trigger:hover .bar:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  transition: width 0.5s, -webkit-transform 0.25s;
  -webkit-transition: width 0.5s, -webkit-transform 0.25s;
  transition: transform 0.25s, width 0.5s;
  transition: transform 0.25s, width 0.5s, -webkit-transform 0.25s;
}

.nav-trigger .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: #1a120c;
  z-index: 10;
}

.nav-trigger .bar:after, .nav-trigger .bar:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background: inherit;
  content: "";
}

.nav-trigger .bar:before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.nav-trigger .bar:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-trigger svg circle {
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
  fill: transparent;
  stroke: #938269;
  stroke-dasharray: 160;
  stroke-dashoffset: 160px;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
  background: #7e6f5b;
  visibility: hidden;
  z-index: 0;
}

.navigation {
  padding: 100px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.navigation:before, .navigation:after {
  content: " ";
  display: table;
}

.navigation:after {
  clear: both;
}

.navigation li {
  position: relative;
}

.navigation li.has-children > a:after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 19px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background: url("/Areas/AdvisorSites/Assets/Theme6/images/accordion-arrow@2x.png") center center no-repeat;
  background-size: 100%;
  content: "";
}

.navigation li.has-children.open > a:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.navigation a {
  display: block;
  position: relative;
  padding: 15px 0 10px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #e5d1b8;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.navigation a:hover {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: white;
}

.navigation hr.double {
  width: 300px;
  margin: 20px 25px 20px 40px;
}

.navigation-list {
  width: 300px;
  margin: 0;
  list-style: none;
  opacity: 1;
}

.subnavigation {
  display: none;
  padding: 0;
  color: #e5d1b8;
  list-style: none;
}

.subnavigation a {
  width: 240px;
  padding: 15px 10px 10px;
  border-bottom: 1px solid #938269;
  font-size: 1em;
}

.subnavigation li.has-children a:after {
  top: 50%;
  right: -20px;
}

.subnavigation .subnavigation {
  padding: 0 10px 10px;
}

.subnavigation .subnavigation a {
  border-bottom: none;
}

.subnavigation .has-children > a:after {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 19px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background: url("/Areas/AdvisorSites/Assets/Theme6/images/accordion-arrow@2x.png") center center no-repeat;
  background-size: 100%;
  content: "";
}

.subnavigation.has-children.open > a {
  color: #fff;
}

.subnavigation.has-children.open > a:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.navigation-location > ul {
  color: #c6c6c6;
  font-size: 16px;
  list-style: none;
}

.navigation-location > ul a {
  color: #c6c6c6;
  font-size: 16px;
}

.navigation-location > ul .phone span a {
  display: inline;
  padding: 0;
}

.login {
  padding: 10px;
}

.login-form input[type="password"],
.login-form input[type="text"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 15px 10px 35px;
  border: none;
  color: #7e6f5b;
}

.login-form input[type="text"] {
  background: #f8f8f8 url("/Areas/AdvisorSites/Assets/Theme6/images/icon-user@2x.png") 8px center no-repeat;
  background-size: 13px;
}

.login-form input[type="password"] {
  background: #f8f8f8 url("/Areas/AdvisorSites/Assets/Theme6/images/icon-lock@2x.png") 9px center no-repeat;
  background-size: 13px;
}

.login-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
}

.remember-me {
  padding: 15px 10px 10px 0;
  border-bottom: 1px solid #938269;
}

.remember-me label {
  font-weight: 300;
}

.remember-me [type="checkbox"] {
  position: relative;
  bottom: 2px;
  margin-right: 2px;
}

.login-links a {
  padding-left: 0;
  text-transform: none;
  border-bottom: none;
}

.login-links .help {
  overflow: hidden;
}

.login-links .help a {
  width: auto;
}

.nav-open {
  overflow: hidden;
}

.nav-open .navigation-list {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: none;
  animation: none;
}

.nav-open .site-nav {
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
  overflow: auto;
  visibility: visible;
}

.nav-open .navigation {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.nav-open .nav-trigger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.nav-open .nav-trigger .bar {
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  background: #ffffff;
}

.nav-open .nav-trigger .bar:after, .nav-open .nav-trigger .bar:before {
  width: 50%;
  transition: width 0.5s, -webkit-transform 0.5s;
  -webkit-transition: width 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
}

.nav-open .nav-trigger .bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .nav-trigger .bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .nav-trigger circle {
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  stroke-dashoffset: 0px;
}

.horizontal-nav .subnavigation .ext-link {
  display: none;
}

.nav-open .navigation-list .ext-link {
  display: block;
}

@media screen and (min-width: 480px) {
  .navigation {
    padding: 100px 10%;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-nav .other-info {
    display: none;
  }
  .horizontal-nav .navigation-contain {
    padding: 15px 0 30px;
    background: #ffffff;
  }
  .horizontal-nav .nav-trigger {
    display: none;
  }
  .horizontal-nav .site-nav {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 3px 0;
    -webkit-transition: none;
    transition: none;
    border-top: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
    background: transparent;
    text-align: center;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    z-index: 100;
  }
  .horizontal-nav .navigation {
    padding: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    transition: none;
    border-top: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
  }
  .horizontal-nav .navigation a:hover {
    -webkit-transition: none;
    transition: none;
  }
  .horizontal-nav .navigation .col-md-6, .horizontal-nav .navigation .blog-card {
    width: 100%;
    float: none;
  }
  .horizontal-nav .navigation-list {
    display: inline-block;
    width: 100%;
    min-width: 260px;
    margin: 0;
    padding: 0;
  }
  .horizontal-nav .navigation-list > li {
    display: inline-block;
    text-align: center;
  }
  .horizontal-nav .navigation-list > li > a {
    padding: 12px 10px 10px;
    color: #1a120c;
    font-size: 14px;
    text-transform: uppercase;
  }
  .horizontal-nav .navigation-list > li > a .active {
    color: #7e6f5b;
  }
  .horizontal-nav .navigation-list > li > a:after {
    content: none;
  }
  .horizontal-nav .navigation-list > li:hover {
    background: #e3e2e2;
  }
  .horizontal-nav .navigation-list > li:hover > a {
    color: #7c603a;
  }
  .horizontal-nav .navigation-list li:hover > .subnavigation {
    height: auto;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: visibility 0.5s, -webkit-transform 0.5s;
    -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    visibility: visible;
  }
  .horizontal-nav .navigation-list li:hover > .subnavigation > li:hover > a {
    color: #7c603a;
  }
  .horizontal-nav .navigation-list li:hover > .subnavigation.active {
    color: #7c603a;
  }
  .horizontal-nav .has-children.open .subnavigation {
    height: auto;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: visibility 0.5s, -webkit-transform 0.5s;
    -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    visibility: visible;
    padding: 10px;
  }
  .horizontal-nav .has-children:hover > .subnavigation {
    padding: 10px;
  }
  .horizontal-nav .subnavigation {
    display: block;
    position: absolute;
    left: 0;
    width: 260px;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: visibility 0.5s, -webkit-transform 0.5s;
    -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    background: #e3e2e2;
    opacity: 0;
    visibility: hidden;
  }
  .horizontal-nav .subnavigation.right {
    right: 0;
    left: auto;
  }
  .horizontal-nav .subnavigation li {
    display: block;
    width: 100%;
  }
  .horizontal-nav .subnavigation li:last-child > a {
    border-bottom: none;
  }
  .horizontal-nav .subnavigation a {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: #1a120c;
    line-height: 1.4;
    text-align: left;
    padding: 11px 10px 6px;
  }
  .horizontal-nav .subnavigation a:hover {
    color: #7e6f5b;
  }
  .horizontal-nav .subnavigation .has-children.open .subnavigation {
    height: auto;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: visibility 0.5s, -webkit-transform 0.5s;
    -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, visibility 0.5s;
    transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    visibility: visible;
    padding: 10px;
  }
  .horizontal-nav .subnavigation .has-children > .subnavigation {
    top: 0;
    left: 100%;
    visibility: hidden;
  }
  .horizontal-nav .subnavigation .has-children > a:after {
    top: 50%;
    right: 0;
    width: 8px;
    height: 19px;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    background: url("/Areas/AdvisorSites/Assets/Theme6/images/horizontal-nav-arrow@2x.png") center center no-repeat;
    background-size: 100%;
  }
  .horizontal-nav .navigation-location {
    display: none;
  }
  .horizontal-nav .login-form input[type='submit'] {
    background: #7e6f5b;
  }
  .horizontal-nav .login-form .remember-me {
    padding: 11px 10px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-align: left;
    line-height: 1;
  }
  .horizontal-nav .login-form .remember-me label {
    color: #6d604f;
  }
  .horizontal-nav .login-form .remember-me input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: relative;
    bottom: 1px;
  }
  .horizontal-nav .login-links a {
    color: #6d604f;
  }
  .horizontal-nav .login-links .help {
    padding-top: 0;
  }
  .horizontal-nav .login-links .help a:first-child {
    border-right: none;
  }
  .horizontal-nav .mobile-only {
    display: none !important;
  }
  .navigation {
    padding: 100px 15%;
  }
  .subnavigation .subnavigation li {
    border: none;
  }
}

@media screen and (min-width: 1200px) {
  .navigation {
    padding: 100px 20%;
  }
  .navigation-location {
    text-align: right;
  }
}

@-webkit-keyframes menuIntro {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuIntro {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navigation a.active {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .navigation a.active {
    color: #7e6f5b !important;
  }
}

@media screen and (max-width: 1199px) {
  .horizontal-nav .subnavigation .ext-link {
    display: block;
  }
}

.banner {
  position: relative;
  width: 100%;
  background: #000000;
  overflow: hidden;
}

.banner-image {
  position: relative;
  min-height: 900px;
  max-height: 1000px;
  background: #fff;
  overflow: hidden;
}

.banner-image img {
  min-height: 900px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-image:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1490px;
  height: 527px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/Areas/AdvisorSites/Assets/Theme6/images/bkg_fade-o.png") center bottom no-repeat;
  content: '';
  z-index: 1;
}

.banner-title {
  margin: 0;
  padding-bottom: 25px;
  background: #ffffff;
  color: #565656;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.banner-title h1 {
  letter-spacing: 0.072em;
  font: 300 38px/1 "Roboto", sans-serif;
}

.banner-title hr {
  margin: -5px -500% 10px;
  border-color: #ebebeb;
}

.banner-title small {
  display: block;
  color: #565656;
  letter-spacing: 0.352em;
  font: 300 23px/1 "Roboto", sans-serif;
}

.banner-copy {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -500px;
  line-height: 1.8;
  text-align: center;
  z-index: 100;
}

.banner-copy p {
  position: relative;
  color: #ffffff;
  z-index: 10;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner-copy p:first-child:first-letter {
  margin: 2px 4px 0 0;
  float: left;
  border-bottom: 1px solid #938269;
  font-size: 50px;
  line-height: 50px;
}

.banner .mouse-scroll {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ie .banner-copy p {
  opacity: 1 !important;
  -webkit-animation: none;
  animation: none;
}

@media screen and (min-width: 480px) {
  .banner-image:before {
    bottom: 15%;
  }
}

.banner-small {
  position: relative;
  overflow: hidden;
}

.banner-small .banner-title {
  top: 0;
  margin: 50px 0;
}

.banner-small .banner-image {
  min-height: 0;
  overflow: hidden;
  max-height: 550px;
  border-bottom: 1px solid black;
}

.banner-small .banner-image:before {
  content: none;
}

.banner-small .banner-image img {
  position: relative;
  top: auto;
  min-width: 100%;
  min-height: 0;
  padding-top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-small .banner-copy {
  margin: 80px 0;
  text-align: left;
}

.banner-small .banner-copy p {
  color: #565656;
}

.bio-team-tile .container {
  padding: 40px 0;
}

.bio-team-tile .container .team-info {
  padding: 0 40px;
  line-height: 2;
}

.bio-team-tile .container .team-img {
  margin-top: 70px;
}

.bio-team-tile .container .team-img p {
  padding-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  color: #938269;
}

.bio-team-tile .container .team-img p span {
  color: #686868;
}

.bio-team-tile .container img {
  display: block;
  margin: auto;
}

.bio-tiles {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.bio-tiles .social-media {
  display: none;
}

.bio-tiles a {
  color: #7e6f5b;
}

.bio-tiles a:hover {
  text-decoration: none;
}

.bio-tiles li {
  list-style-type: none;
  padding: 0 0 20px;
}

.bio-tiles li .img-tile {
  max-height: 376px;
  max-width: 285px;
  padding: 5px;
  margin: 0 auto;
}

.bio-tiles li .bio-tile {
  position: relative;
  display: block;
  max-height: 364px;
  max-width: 273px;
  overflow: hidden;
}

.bio-tiles li .bio-tile img {
  min-width: 145px;
  min-height: 190px;
  max-width: 100%;
}

.bio-tiles li p {
  margin-top: 10px;
  color: #c6c6c6;
}

.bio-tiles li h4 {
  padding-top: 135px;
  font-weight: 400;
  max-width: 275px;
  margin: 0 auto 10px;
}

.bio-tiles li h4 span {
  font-weight: 400;
}

.bio-tiles li .img-tile + a > h4 {
  padding-top: 20px;
}

.bio-tiles li .cta {
  line-height: 1.5;
}

.bio-tiles li .cta:after, .bio-tiles li .cta:before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #7e6f5b;
  display: inline-block;
  vertical-align: middle;
}

.bio-tiles li .cta:before {
  margin-right: 10px;
}

.bio-tiles li .cta:after {
  margin-left: 10px;
}

.bio-tiles li .cta a {
  padding: 10px 0;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 14px;
}

.bio-tiles li .cta + p {
  font-weight: 400;
}

.bio-detail {
  padding-top: 60px;
}

.bio-detail > .container > div:first-child:before, .bio-detail > .container > div:first-child:after {
  content: " ";
  display: table;
}

.bio-detail > .container > div:first-child:after {
  clear: both;
}

.bio-detail img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 690px;
  min-width: 145px;
  min-height: 190px;
}

@media screen and (min-width: 992px) {
  .bio-detail img {
    margin-top: 0;
  }
}

.bio-detail > .container {
  margin-bottom: 100px;
}

.bio-detail h2,
.bio-detail h5,
.bio-detail h6 {
  text-transform: uppercase;
  text-align: center;
  font: 300 37px/1.2 "Roboto", sans-serif;
  letter-spacing: 2px;
}

.bio-detail h5 {
  font-size: 18px;
}

.bio-detail h5 .fa-registered {
  font-size: 10px;
  vertical-align: top;
}

.bio-detail h6 {
  font-size: 14px;
}

.bio-detail h6 {
  color: #b49060;
}

.bio-detail h2 {
  margin-top: 0;
  line-height: 1;
}

.bio-detail p {
  margin-top: 60px;
}

.bio-detail hr.line-grow {
  border-top: 4px solid #7e6f5b;
  -webkit-transition: width 2s;
  transition: width 2s;
  width: 0;
}

.bio-detail hr.line-grow.animated {
  width: 120px;
}

.bio-detail .with-quotes {
  color: #b49060;
  max-width: 410px;
  margin: 100px auto 0;
  padding: 20px 0 20px 40px;
}

.bio-detail .social-media {
  margin: 40px auto 30px;
  max-width: 320px;
}

.bio-detail .social-media .svg .circle1 {
  fill: transparent;
  stroke: #b49060;
  stroke-dasharray: 220;
  stroke-dashoffset: 220px;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
}

.bio-detail .social-media i {
  font-size: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b49060;
}

.bio-detail .social-media i.fa-envelope {
  font-size: 17px;
}

.bio-detail .social-media a {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 65px;
  text-align: center;
}

.bio-detail .social-media a:hover {
  text-decoration: none;
}

.bio-detail .social-media a:hover .svg .circle1 {
  cursor: pointer;
  stroke-dashoffset: 0px;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.bio-detail .social-media .circle2 {
  fill: transparent;
  stroke: #d2d2d2;
}

.bio-detail hr.double {
  border-color: #2f2820;
  margin: 0;
}

.bio-detail + .bio-nav {
  border-bottom: solid 20px #7e6f5b;
  margin-bottom: 30px;
}

.bio-nav {
  overflow-y: auto;
  margin: 30px 0 0;
}

.bio-nav hr.double {
  margin-bottom: 0;
}

.bio-nav .next-bio,
.bio-nav .prev-bio {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #2f2820;
  font: 300 23px/1 "Roboto", sans-serif;
}

.bio-nav .next-bio span,
.bio-nav .prev-bio span {
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-right: solid 1px #2f2820;
  border-top: solid 1px #2f2820;
  -webkit-transform: rotate(50deg) skewX(10deg);
  transform: rotate(50deg) skewX(10deg);
}

.bio-nav .prev-bio {
  border: none;
  border-bottom: solid 1px #2f2820;
}

.bio-nav .prev-bio span {
  -webkit-transform: rotate(230deg) skewX(10deg);
  transform: rotate(230deg) skewX(10deg);
}

@media screen and (min-width: 768px) {
  .bio-nav .next-bio,
  .bio-nav .prev-bio {
    width: 50%;
    padding: 40px;
  }
  .bio-nav .prev-bio {
    text-align: right;
    border: none;
    border-right: solid 1px #2f2820;
  }
  .bio-nav .next-bio {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .bio-team-tile .container {
    border-bottom: solid 1px #d2d2d2;
  }
  .bio-tiles .row {
    border-bottom: solid 1px #d2d2d2;
  }
  .bio-tiles .row li {
    padding: 40px 0;
  }
  .bio-tiles .row:last-child {
    border: 0;
  }
  .bio-nav .next-bio,
  .bio-nav .prev-bio {
    padding: 40px 160px;
  }
  .bio-nav .next-bio:hover,
  .bio-nav .prev-bio:hover {
    color: #2f2820;
  }
  .bio-nav .prev-bio span {
    margin-right: 20px;
    -webkit-transition: margin-right 0.75s ease;
    transition: margin-right 0.75s ease;
  }
  .bio-nav .prev-bio:hover span {
    margin-right: 40px;
  }
  .bio-nav .next-bio span {
    margin-left: 20px;
    -webkit-transition: margin-left 0.75s ease;
    transition: margin-left 0.75s ease;
  }
  .bio-nav .next-bio:hover span {
    margin-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .bio-tiles .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bio-tiles li {
    width: 100%;
  }
  .bio-detail .col-md-6:first-child, .bio-detail .blog-card:first-child {
    float: right;
  }
  .bio-detail .with-quotes {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .bio-tiles li .img-tile {
    position: relative;
  }
  .bio-tiles li .img-tile img {
    padding: 5px;
    border: solid 1px #f8f8f8;
  }
  .bio-tiles li .img-tile:hover .bio-tile:before {
    opacity: 1;
    -webkit-animation: fadeIn 0.75s;
    animation: fadeIn 0.75s;
  }
  .bio-tiles li .img-tile:hover .social-media {
    opacity: 1;
    -webkit-animation: fadeInUp 0.75s;
    animation: fadeInUp 0.75s;
  }
  .bio-tiles li .img-tile:hover .l1 {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    -webkit-animation-name: l1;
    animation-name: l1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .bio-tiles li .img-tile:hover .l2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-animation-name: l2;
    animation-name: l2;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .bio-tiles li .img-tile:hover .l3 {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    -webkit-animation-name: l3;
    animation-name: l3;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .bio-tiles li .img-tile:hover .l4 {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-animation-name: l4;
    animation-name: l4;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .bio-tiles li .img-tile .bio-tile {
    display: inline-block;
  }
  .bio-tiles li .img-tile .bio-tile:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 50%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, white 100%);
    content: '';
    opacity: 0;
    z-index: 10;
    -webkit-animation: fadeOut 0.75s;
    animation: fadeOut 0.75s;
  }
  .bio-tiles li .img-tile .social-media {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 90px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    z-index: 10;
  }
  .bio-tiles li .img-tile .social-media a {
    color: #7e6f5b;
    font-size: 19px;
  }
  .bio-tiles li .cta {
    position: relative;
    width: 200px;
    margin: 0 auto;
  }
  .bio-tiles li .cta:hover a {
    -webkit-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
    text-decoration: none;
    opacity: 1;
  }
  .bio-tiles li .cta:hover:after, .bio-tiles li .cta:hover:before {
    width: 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .bio-tiles li .cta:hover:before {
    left: 0;
  }
  .bio-tiles li .cta:hover:after {
    right: 0;
  }
  .bio-tiles li .cta:before {
    left: 40px;
  }
  .bio-tiles li .cta:after {
    right: 40px;
  }
  .bio-tiles li .cta:after, .bio-tiles li .cta:before {
    position: absolute;
    top: 10px;
    width: 60px;
    -webkit-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
  }
  .bio-tiles li .cta a {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
  }
}

.team-tile {
  position: relative;
  padding: 60px 0 80px;
  background: #7e6f5b;
  text-align: center;
}

.team-tile .col-md-10:hover .team-tile-cta {
  letter-spacing: 5px;
  color: #ffffff;
}

.team-tile > * {
  position: relative;
}

.team-tile:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-radial-gradient(center circle, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.5) 90%);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.5) 90%);
  content: '';
}

.team-tile-heading {
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font: 300 36px/1.2 "Roboto", sans-serif;
}

.team-tile-heading small {
  display: block;
  color: #fff;
  letter-spacing: 0.075em;
  font: 300 18px/24px "Roboto", sans-serif;
}

.team-tile-copy {
  margin-bottom: 40px;
  color: #fff;
  font: 300 15px/1.5 "Roboto", sans-serif;
}

.team-tile-cta {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: letter-spacing 1s;
  transition: letter-spacing 1s;
  color: #ffffff;
  display: block;
  margin-bottom: 50px;
}

.team-tile-image {
  max-width: 100%;
  max-height: 500px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7e6f5b;
}

[class*='lines'] {
  position: absolute;
  right: 0;
  left: 0;
  height: 5px;
  border-top: 1px solid #7e6f5b;
  border-bottom: 1px solid #7e6f5b;
}

.lines-top {
  top: 8px;
}

.lines-bottom {
  bottom: 8px;
}

.niche-tiles {
  position: relative;
  padding: 7px 0 100px;
  background: #000000;
}

.niche-tiles:before, .niche-tiles:after {
  content: " ";
  display: table;
}

.niche-tiles:after {
  clear: both;
}

.niche-tiles:before {
  display: block;
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  height: 1px;
  background: #4b4032;
  content: "";
}

.niche-line {
  margin: 0 0 31px;
  border-color: #7e6f5b;
}

.niche-line.top:after, .niche-line.top:before {
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  background: #8c8474;
  content: "";
}

.niche-line.top:before {
  top: 8px;
  height: 31px;
}

.niche-line.top:after {
  bottom: 0;
  height: 100px;
  background: #4b4032;
}

.niche-line.double {
  height: 4px;
  margin: 0;
  border-top: 1px solid #4b4032;
  border-bottom: 1px solid #4b4032;
}

.tile {
  display: block;
  position: relative;
  height: 430px;
  float: left;
  background: #7e6f5b;
  font-family: "Roboto";
  font-weight: 300;
  overflow: hidden;
}

.tile:nth-child(2n) {
  background: #584e40;
}

.tile.dark {
  background: #584e40;
}

.tile.tile-full {
  width: 100%;
}

.tile.tile-half {
  width: 50%;
}

.tile.tile-third {
  width: 33.3333%;
}

.tile.tile-quarter {
  width: 25%;
}

.tile:hover {
  text-decoration: none;
}

.tile-icon {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0);
  text-align: center;
  z-index: 10;
  font: 700 35px/90px "Roboto", sans-serif;
}

.tile-icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.tile-icon circle {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
  fill: transparent;
  stroke-width: 2px;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-dasharray: 280;
  stroke-dashoffset: 280px;
}

.tile-content {
  position: relative;
  top: 60%;
  padding: 0 15%;
  z-index: 1;
}

.tile-full .tile-content {
  padding: 0 25%;
}

.tile-heading {
  position: relative;
  bottom: 0;
  width: 110%;
  margin: 0;
  color: #fff;
  letter-spacing: 0.072em;
  text-transform: uppercase;
  font: 400 23px/1.25 "Roboto", sans-serif;
}

.tile hr {
  position: relative;
  width: 20px;
  margin: 15px 0 25px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  border-top: 3px solid #7e6f5b;
  text-align: left;
}

.tile-copy {
  display: none;
  margin-bottom: 0;
  color: #fff;
  font: 300 13px/22px "Roboto", sans-serif;
}

.tile-learn-more {
  position: relative;
  top: 10px;
  color: #f9f8f7;
  font-size: 12px;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.tile-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tile-image:after {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: -webkit-linear-gradient(bottom, #251810 20%, rgba(37, 24, 16, 0) 75%);
  background: linear-gradient(to top, #251810 20%, rgba(37, 24, 16, 0) 75%);
  background-position: center bottom;
  background-size: 100%;
  content: "";
}

.tile:nth-child(2n) .tile-image:after {
  background: -webkit-linear-gradient(bottom, #b4a69d 20%, rgba(180, 166, 157, 0) 75%);
  background: linear-gradient(to top, #b4a69d 20%, rgba(180, 166, 157, 0) 75%);
  background-position: center bottom;
  background-size: 100%;
}

.tile-image img {
  position: relative;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-arrow {
  position: absolute;
  top: 85%;
  width: 20px;
  height: 20px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border-top: 1px solid #7e6f5b;
  border-right: 1px solid #7e6f5b;
  z-index: 10;
}

.slick-arrow:hover {
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border-color: #fff;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 50px;
  -webkit-transform: translate(-45%, -45%) rotate(-126deg) skew(20deg);
  transform: translate(-45%, -45%) rotate(-126deg) skew(20deg);
}

.slick-prev:before {
  content: "";
}

.slick-next {
  right: 25px;
  -webkit-transform: translate(-45%, -45%) rotate(54deg) skew(20deg);
  transform: translate(-45%, -45%) rotate(54deg) skew(20deg);
}

.slick-next:before {
  content: "";
}

/*@media screen and (max-width: 1024px) {
  .slick-arrow {
    border-top: 1px solid rgba(255,255,255,1);
    border-right: 1px solid rgba(255,255,255,1);
  }
}*/
@-webkit-keyframes gradient {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}

@keyframes gradient {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}

@-webkit-keyframes ungradient {
  from {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ungradient {
  from {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 992px) {
  .tile-image:after {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: ungradient 0.5s;
    animation: ungradient 0.5s;
  }
  .tile-content {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .tile-copy {
    display: block;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
  }
  .sc-edit-mode .tile,
  .tile:hover {
    color: #fff;
  }
  .sc-edit-mode .tile .tile-image:after,
  .tile:hover .tile-image:after {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-animation: gradient 0.5s;
    animation: gradient 0.5s;
  }
  .sc-edit-mode .tile .tile-icon,
  .tile:hover .tile-icon {
    -webkit-transition: color 0.75s;
    transition: color 0.75s;
    color: rgba(255, 255, 255, 0.75);
  }
  .sc-edit-mode .tile .tile-icon circle,
  .tile:hover .tile-icon circle {
    -webkit-transition: stroke-dashoffset 0.5s;
    transition: stroke-dashoffset 0.5s;
    stroke-dashoffset: 0px;
  }
  .sc-edit-mode .tile hr,
  .tile:hover hr {
    width: 200px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .sc-edit-mode .tile .tile-content,
  .tile:hover .tile-content {
    top: 40%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sc-edit-mode .tile .tile-copy,
  .tile:hover .tile-copy {
    display: block;
    -webkit-transition: opacity 1s, max-height 0.5s;
    transition: opacity 1s, max-height 0.5s;
    opacity: 1;
    visibility: visible;
    max-height: 100px;
  }
  .sc-edit-mode .tile .tile-learn-more,
  .tile:hover .tile-learn-more {
    top: 40px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    color: #f9f8f7;
  }
  .tile-quarter:hover hr {
    width: 50%;
  }
}

.quote {
  margin: 0;
  padding: 35px 0;
  text-align: center;
  text-transform: uppercase;
}

.quote-padded {
  padding: 80px 0;
}

.quote-text {
  max-width: 631px;
  margin: auto;
  padding: 0 15px;
  color: #404752;
  font: 300 48px/45px "Roboto", sans-serif;
}

.quote-text br {
  display: none;
}

.quote-text:after, .quote-text:before {
  display: block;
  height: 7px;
  margin: auto;
  background: url("/Areas/AdvisorSites/Assets/Theme6/images/quote-border@2x.png") center center no-repeat;
  background-size: 100%;
  content: '';
}

.quote-text:before {
  margin-bottom: 30px;
}

.quote-text:after {
  margin-top: 30px;
  margin-bottom: 15px;
}

.vertical-borders {
  position: relative;
  margin: auto;
  padding: 10px 60px;
  border: none;
}

.vertical-borders .border-left,
.vertical-borders .border-right {
  display: block;
  position: absolute;
  width: 7px;
  height: 100%;
  margin: auto;
  background: url("/Areas/AdvisorSites/Assets/Theme6/images/quote-border-vertical@2x.png") center center no-repeat;
  background-size: 100%;
  content: '';
}

.vertical-borders .border-left {
  top: 0;
  left: 0;
}

.vertical-borders .border-right {
  top: 0;
  right: 0;
}

.quote-author {
  color: #938269;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
}

.quote-author:after, .quote-author:before {
  display: inline-block;
  width: 12px;
  content: '\2014 \00A0';
}

.quote-author:before {
  margin-right: 30px;
}

.quote-author:after {
  margin-left: 30px;
}

@media screen and (min-width: 768px) {
  .quote-text br {
    display: block;
  }
  .quote-text:after, .quote-text:before {
    width: 500px;
  }
}

@media screen and (max-width: 380px) {
  blockquote.vertical-borders {
    padding: 50px 0;
    position: relative;
    left: 30px;
  }
  blockquote.vertical-borders .border-left, blockquote.vertical-borders .border-right {
    display: none;
  }
}

.mouse-scroll {
  display: none;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .banner .mouse-scroll {
    padding-bottom: 50px;
  }
  .mouse-scroll {
    display: block;
    position: relative;
    padding-bottom: 10px;
    color: #231f20;
  }
  .mouse-scroll .line-container,
  .mouse-scroll .mouse-container {
    display: inline-block;
    vertical-align: middle;
  }
  .mouse-scroll .line-container {
    width: 47%;
    width: calc(50% - 30px);
  }
  .mouse-scroll .mouse {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 60px;
    vertical-align: bottom;
  }
  .mouse-scroll .mouse svg {
    width: 20px;
    height: 64px;
    display: block;
    margin-left: 16px;
  }
  .mouse-scroll .mouse:after, .mouse-scroll .mouse:before {
    position: absolute;
  }
  .mouse-scroll .mouse:before {
    top: 0;
    left: 7px;
    color: #938269;
    font-family: "Roboto";
    font-size: 9px;
    font-weight: 100;
    letter-spacing: 1px;
    content: "SCROLL";
  }
  .mouse-scroll .mouse:after {
    display: block;
    bottom: 0;
    left: 14px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(140deg) skewX(10deg);
    transform: rotate(140deg) skewX(10deg);
    border-top: solid 1px #938269;
    border-right: solid 1px #938269;
    content: "";
  }
  .mouse-scroll .mouse line,
  .mouse-scroll .mouse path {
    stroke: #938269;
  }
  .line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    stroke-dashoffset: 1940px;
    stroke-dasharray: 1940px;
    fill-opacity: 0;
  }
  .line.draw {
    -webkit-animation: draw 10s linear 1 forwards;
    animation: draw 10s linear 1 forwards;
  }
}

@media screen and (min-width: 992px) {
  .mouse-container:hover {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .mouse-container {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: all;
    transition-property: all;
  }
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0px;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0px;
  }
}

.ie .line-container {
  border-bottom: 1px solid #938269;
}

.ie .line-container svg {
  display: none;
}

.category-tiles {
  position: relative;
  height: auto;
  background-color: #19130d;
}

.category-tiles ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0;
}

.category-tiles ul li {
  position: relative;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 200px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
  overflow: hidden;
  /*tile full width*/
}

.category-tiles ul li .tile-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

.category-tiles ul li .tile-info > * {
  max-width: 600px;
  margin: 0 auto 10px;
  color: #ffffff;
}

.category-tiles ul li .tile-info h3 {
  padding-top: 35px;
  -webkit-transition: padding-top 0.8s;
  transition: padding-top 0.8s;
  letter-spacing: 2px;
  font: 400 33px/1 "Roboto", sans-serif;
}

.category-tiles ul li .tile-info h3,
.category-tiles ul li .tile-info h5 {
  letter-spacing: 3px;
}

.category-tiles ul li .tile-info .learn-more,
.category-tiles ul li .tile-info h3,
.category-tiles ul li .tile-info h5 {
  font-weight: 300;
  text-transform: uppercase;
}

.category-tiles ul li .tile-info .learn-more {
  letter-spacing: 5px;
  pointer-events: none;
  font: 300 15px/1 "Roboto", sans-serif;
}

.category-tiles ul li .tile-info .learn-more:hover {
  text-decoration: none;
}

.category-tiles ul li .tile-info h5 {
  position: relative;
  font: 300 18px/1 "Roboto", sans-serif;
}

.category-tiles ul li .tile-info h5:after {
  display: block;
  position: relative;
  width: 70px;
  height: 4px;
  margin: 25px auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  background-color: #938269;
  content: '';
}

.category-tiles ul li .tile-info p {
  height: 0;
  max-height: 0;
  margin-bottom: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  font: 300 20px/1.5 "Roboto", sans-serif;
}

.category-tiles ul li .close {
  display: none;
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 0;
  height: 42px;
  cursor: pointer;
  z-index: 200;
}

.category-tiles ul li .close:after, .category-tiles ul li .close:before {
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #ffffff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  content: '';
}

.category-tiles ul li .close:before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.category-tiles ul li .close:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

.category-tiles ul li .link-span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.category-tiles ul li .link-span a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.category-tiles ul li.inactive {
  height: 0;
  opacity: 0;
}

.category-tiles ul li.active {
  /*mobile only*/
  height: 600px;
}

.category-tiles ul li.active .link-span {
  display: block;
}

.category-tiles ul li.active .tile-info {
  cursor: default;
}

.category-tiles ul li.active .tile-info h3 {
  padding-top: 80px;
}

.category-tiles ul li.active .learn-more {
  pointer-events: auto;
}

.category-tiles ul li.active .learn-more:after {
  display: block;
  position: relative;
  width: 70px;
  height: 4px;
  margin: 20px auto;
  background-color: #938269;
  content: '';
}

.category-tiles ul li.active .close {
  width: 84px;
  height: 84px;
  -webkit-transition: width 1s ease 0.5s;
  transition: width 1s ease 0.5s;
}

.category-tiles ul li.active p {
  height: auto;
  max-height: 200px;
  padding: 10px;
  -webkit-transition: visibility 0s ease-in, opacity 1s ease-in 0.3s, padding 0.6s ease-in, max-height 0.7s ease-in;
  transition: visibility 0s ease-in, opacity 1s ease-in 0.3s, padding 0.6s ease-in, max-height 0.7s ease-in;
  opacity: 1;
  visibility: visible;
}

.category-tiles ul li img {
  opacity: 0.25;
}

.category-tiles ul li:nth-child(2) .category-img {
  background-position: center top;
}

.category-tiles ul li:last-child .category-img {
  background-position: center top;
}

.category-tiles ul .category-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center top;
  background-size: auto 600px;
  opacity: 0.25;
}

@-webkit-keyframes flexGrow {
  to {
    -webkit-box-flex: 1;
            flex: 1;
  }
}

@keyframes flexGrow {
  to {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
}

@-webkit-keyframes flexShrink {
  to {
    -webkit-box-flex: 0.01;
            flex: 0.01;
    -webkit-box-flex: 0.00001;
            flex: 0.00001;
  }
}

@keyframes flexShrink {
  to {
    -ms-flex: 0.01;
    -webkit-box-flex: 0.01;
            flex: 0.01;
    -ms-flex: 0.00001;
    -webkit-box-flex: 0.00001;
            flex: 0.00001;
  }
}

@media screen and (min-width: 768px) {
  .category-tiles ul {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .category-tiles ul li {
    height: 445px;
  }
  .category-tiles ul li .tile-info h3 {
    padding-top: 115px;
  }
  .category-tiles ul li.inactive {
    -ms-flex: 0.00001;
    -webkit-box-flex: 0.00001;
            flex: 0.00001;
    height: auto;
  }
  .category-tiles ul li.active {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    height: 445px;
  }
  .category-tiles ul li.active .category-img {
    background-size: 100vw;
  }
  .category-tiles ul li.active .tile-info h5:after {
    width: 70px;
  }
  .category-tiles ul li.active .close {
    top: 30px;
    right: 30px;
  }
  .category-tiles ul li.active p {
    padding: 20px 0 30px;
  }
  .category-tiles ul li:nth-child(2) .category-img {
    background-position: center top;
  }
  .category-tiles ul li:last-child .category-img {
    background-position: right top;
  }
  .category-tiles ul li .category-img {
    -webkit-transition: background-size 0.8s ease;
    transition: background-size 0.8s ease;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80vw;
  }
  .category-tiles ul li:hover .category-img {
    background-size: 100vw;
  }
  .category-tiles ul li:hover h5:after {
    width: 180px;
  }
}

.accordion {
  margin: 10px 0 50px;
  padding: 0;
  list-style-type: none;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion-panel:first-child .accordion-content {
  display: block;
}

.accordion-panel.open h3 {
  color: #b49060;
}

.accordion-panel.open h3:before {
  -webkit-transform: rotate(90deg) translate(-100%, -10%);
  transform: rotate(90deg) translate(-100%, -10%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.accordion-panel h3 {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 20px;
  border-bottom: solid 1px #ebebeb;
  color: #000000;
  cursor: pointer;
  font: 300 25px/1.2 "Roboto", sans-serif;
}

.accordion-panel h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #767676;
}

.accordion-content {
  display: none;
  padding: 20px 0;
  color: #686868;
  font-weight: 300;
}

.accordion-content div,
.accordion-content p,
.accordion-content span {
  font-weight: 300;
}

.accordion-learn-more {
  text-transform: uppercase;
}

.accordion-learn-more:hover {
  text-decoration: none;
}

.tabs {
  position: relative;
  margin-bottom: 50px;
  overflow: visible !important;
  font: 300 15px/1 "Roboto", sans-serif;
}

.tab-triggers {
  margin-bottom: 25px;
  box-shadow: inset 0 -1px 0 #d2d2d2;
}

.tab-triggers:before, .tab-triggers:after {
  content: " ";
  display: table;
}

.tab-triggers:after {
  clear: both;
}

.tab-triggers a {
  display: block;
  width: 100px;
  padding: 10px;
  float: left;
  color: #917044;
  text-align: center;
  text-decoration: none;
}

.tab-triggers a:hover {
  background-color: #f3f3f3;
  box-shadow: inset 0 -1px 0 #d2d2d2;
}

.tab-triggers a.active {
  background: #000000;
  color: #b49060;
}

.tab-triggers a.active:hover {
  box-shadow: none;
}

.tab-content {
  position: absolute;
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  color: #686868;
  font-weight: 300;
  line-height: 1.4;
  visibility: hidden;
  -webkit-animation: hideTab 0.5s;
  animation: hideTab 0.5s;
}

.tab-content.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-animation: showTab 0.5s;
  animation: showTab 0.5s;
}

.tab-content div,
.tab-content p,
.tab-content span {
  font-weight: 300;
}

.tt .tab-content {
  display: none;
  position: relative;
}

.tt .tab-content.active {
  display: block;
}

@-webkit-keyframes showTab {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes showTab {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes hideTab {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hideTab {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

.rich-text {
  margin: auto;
  padding: 0 0 40px 0;
  font: 400 15px/2 "Roboto", sans-serif;
  font-weight: 300;
}

.rich-text b, .rich-text strong {
  font-weight: bold;
}

.rich-text a {
  color: #b49060;
}

.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5 {
  font: 400 25px/1 "Roboto", sans-serif;
}

.rich-text h3 {
  font-size: 21px;
}

.rich-text h4 {
  font-size: 19px;
}

.rich-text h5 {
  font-size: 18px;
}

.rich-text li {
  margin-bottom: 15px;
  line-height: 1.5;
}

.rich-text figure {
  padding: 10px;
}

.rich-text figure.center {
  margin: 0 auto;
}

.rich-text figure figcaption {
  padding: 10px;
  background: #f8f8f8;
  font-style: italic;
}

.directions {
  margin-bottom: 25px;
}

.directions-search {
  padding: 20px 30px;
  background: #f3f3f3;
}

.directions-search #directions-input {
  width: 75%;
  padding: 10px 15px;
}

.directions-search .submit-search {
  padding: 12px;
  float: right;
  border: none;
  background: #000;
  color: #7e6f5b;
}

.directions-search .submit-search i {
  text-align: center;
}

.directions-search .submit-search i:after {
  content: '';
}

.directions-map {
  padding: 50px 30px;
  background: #fafafa;
}

.directions-list {
  display: none;
  padding: 50px 30px;
  border-top: 4px solid #ffffff;
  background: #fafafa;
}

.directions-end,
.directions-start {
  padding: 20px 15px;
  background: #f3f3f3;
}

.directions-steps {
  display: block;
  padding: 30px 0 30px 30px;
}

.directions-steps > * {
  padding: 10px 10px 10px 25px;
}

.directions-steps > * > * {
  width: 60px;
  float: right;
  text-align: left;
}

#map {
  width: 100%;
  height: 600px;
}

.pac-item {
  padding: 10px 15px;
}

.adp-directions {
  width: 100%;
}

.adp-directions .adp-substep {
  padding: 20px 0;
  border: none;
}

.adp-directions .adp-substep:nth-child(2) {
  text-align: center;
}

.adp-placemark {
  border: none !important;
}

.adp-placemark td {
  padding: 15px;
}

.adp-placemark td + td {
  padding: 5px;
}

.adp-summary {
  padding-top: 30px;
}

.adp-legal {
  padding-top: 20px;
}

.static-map-replacement img {
  display: block;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .submit-search {
    padding: 12px 20px;
    float: right;
    border: none;
    background: #000000;
    color: #7e6f5b;
  }
  .submit-search:after {
    content: 'Get Directions';
  }
  .submit-search i {
    margin-right: 5px;
  }
}

.contact-form {
  margin-bottom: 75px;
  padding: 35px 35px 0;
  float: none;
  background-color: #fafafa;
}

.contact-form .form-inline span.field-validation-error {
  color: #fc8974;
}

.contact-form .form-inline .form-group {
  padding: 0;
  border: 1px solid #ffffff;
  outline: 1px solid #ebebeb;
}

.contact-form .form-inline .form-group.select-container {
  position: relative;
  height: 38px;
  border: 0;
}

.contact-form .form-inline .form-group.select-container:before {
  position: absolute;
  top: 16px;
  right: 13px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #b49060 transparent transparent transparent;
  content: '';
  z-index: 2;
  pointer-events: none;
}

.contact-form .form-inline .form-group.select-container:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 38px;
  height: 36px;
  background-color: #f3f3f3;
  content: ' ';
  pointer-events: none;
}

.contact-form .form-inline .form-group textarea.form-control {
  height: auto;
}

.contact-form .form-inline .form-group .form-control {
  width: 100%;
  height: 38px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #000000;
  box-shadow: none;
  z-index: 1;
  box-sizing: border-box;
  font: 300 16px/2 "Roboto", sans-serif;
  -webkit-appearance: none;
}

.contact-form .form-inline .form-group .form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}

.contact-form .form-inline .form-group .form-control:focus {
  border: 0;
  border-color: #f3f3f3;
  outline-offset: 0;
  background-color: #f3f3f3;
  color: #000000;
}

.contact-form .form-inline .form-group .form-control:focus::-webkit-input-placeholder {
  color: #c6c6c6;
}

.contact-form .form-inline .form-group.has-error {
  outline: 0;
}

.contact-form .form-inline .form-group.has-error .form-control {
  border: solid 1px #fc8974;
}

.contact-form .form-inline .captcha {
  width: calc(100% + 70px);
  margin-top: 60px;
  margin-right: -35px;
  margin-left: -35px;
  padding: 20px 35px;
  background-color: #f3f3f3;
}

.contact-form .form-inline .captcha .g-recaptcha {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-bottom: 20px;
}

.contact-form .form-inline .captcha .form-group {
  border: 0;
  outline: 0;
}

.contact-form .form-inline .captcha .btn-contact {
  padding: 10px 20px;
  border-radius: 0;
  background: #000000;
  color: #b49060;
  box-shadow: none;
}

.contact-form .form-inline .captcha .btn-contact i {
  margin-right: 10px;
}

@media screen and (min-width: 480px) {
  .g-recaptcha {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

@media screen and (min-width: 768px) {
  .contact-form {
    float: left;
  }
  .contact-form .form-inline span.field-validation-error {
    position: absolute;
    bottom: -4px;
    left: 50px;
    width: auto;
    padding: 10px;
    background-color: #fc8974;
    color: #ffffff;
    z-index: 100;
  }
  .contact-form .form-inline span.field-validation-error:before {
    position: absolute;
    top: -7px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fc8974;
    border-left: 8px solid transparent;
    content: '';
  }
  .contact-form .form-inline .captcha {
    position: relative;
  }
  .contact-form .form-inline .form-group.has-error input {
    z-index: 10;
  }
  .contact-form .form-inline .form-group.has-error input:focus + span {
    display: none;
  }
  .contact-form .form-inline .form-group.has-error span.field-validation-error {
    bottom: -45px;
  }
  .contact-form .form-inline .form-group.col-sm-4 {
    width: 33%;
  }
  .contact-form .form-inline .form-group.col-sm-4 + .col-sm-4 + .col-sm-4 {
    width: 34%;
  }
  .contact-form .captcha .form-group {
    float: right;
  }
  .contact-form .captcha .g-recaptcha {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    float: left;
  }
}

.form-confirmation {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.static-map .row > .col-md-6, .static-map .row > .blog-card {
  margin: 30px 0 0;
}

.static-map .row .location-img img {
  margin: 0 auto;
  padding-top: 20px;
}

.static-map .row .location-info {
  width: 180px;
  margin: 0 auto;
}

.static-map .row .location-info h5 {
  text-transform: uppercase;
  margin-top: 0;
}

.static-map .row .location-info > * {
  width: 180px;
  float: right;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  .static-map .row .location-info {
    width: 50%;
    float: left;
    border-right: solid 1px transparent;
  }
  .static-map .row .location-img img {
    border-left: solid 1px #f3f3f3;
    padding-left: 10px;
    margin: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .static-map .row .location-info {
    display: inline-block;
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .static-map .row {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: solid 1px #a6a6a6;
  }
  .static-map .row:last-of-type {
    border-bottom: none;
  }
  .static-map .row > .col-md-6, .static-map .row > .blog-card {
    margin: 0;
  }
  .static-map .row .location-info {
    width: 180px;
    float: left;
  }
  .static-map .row .location-info p {
    margin: 0 0 10px;
  }
  .static-map .row .location-info > * {
    width: auto;
    float: none;
  }
}

.resources-carousel-container > h4,
.resources-carousel-container > h2 {
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.resources-carousel-container > h2:after {
  content: '';
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: gray;
}

.resources-carousel-container .double {
  margin-bottom: 0;
  position: relative;
}

.resources-carousel-container .double:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  border-left: solid 1px gray;
  border-bottom: solid 1px gray;
  -webkit-transform: rotate(-36deg) skew(20deg);
  transform: rotate(-36deg) skew(20deg);
}

.media-carousel-container {
  font-weight: 300;
}

.media-carousel-container::after {
  content: "";
  display: table;
  clear: both;
}

.media-carousel-container h3 {
  display: inline-block;
  position: relative;
  clear: both;
  color: #757575;
  font-weight: 300;
  letter-spacing: 2px;
}

.media-carousel-container h3:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 15px;
  height: 2px;
  background-color: #7e6f5b;
  content: '';
}

.media-carousel-container h5 {
  font-size: 12px;
  color: #686868;
}

.media-carousel-container h6 {
  color: #7e6f5b;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.media-carousel-container p {
  margin: 30px 0;
  color: #686868;
  font-size: 14px;
  line-height: 1.3;
}

.media-carousel-container .title-tile {
  display: none;
  width: 20%;
  height: 400px;
  padding: 25px 40px;
  border-top: solid 2px #f3f3f3;
  border-right: solid 2px #f3f3f3;
  border-bottom: solid 2px #f3f3f3;
}

.media-carousel-container .title-tile h3 {
  padding-top: 105px;
  float: right;
  text-align: right;
  text-transform: uppercase;
  color: #686868;
}

.media-carousel-container .media-carousel {
  display: inline-block;
  width: 100%;
  height: 400px;
  float: right;
}

.media-carousel-container .media-carousel.resources-carousel {
  width: 100%;
}

.media-carousel-container .slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  height: auto;
  background-color: rgba(250, 250, 250, 0.4);
  opacity: 1;
  border: 0;
}

.media-carousel-container .slick-slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: none;
  transform: none;
}

.media-carousel-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg) skew(0);
  transform: rotate(180deg) skew(0);
}

.media-carousel-container .slick-slider .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-top: solid 1px #80715a;
  border-right: solid 1px #80715a;
  content: '';
  opacity: 1;
  -webkit-transform: translate(-65%, -50%) rotate(50deg) skew(15deg);
  transform: translate(-65%, -50%) rotate(50deg) skew(15deg);
}

.media-carousel-container .slick-slider .slick-slide {
  position: relative;
  height: 400px;
  border-top: solid 2px #f3f3f3;
  border-right: solid 2px #f3f3f3;
  border-bottom: solid 2px #f3f3f3;
  text-align: right;
  text-decoration: none;
}

.media-carousel-container .slick-slider .slick-slide:hover {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #f3f3f3;
}

.media-carousel-container .slick-slider .slick-slide:hover i {
  border-color: #938269;
  color: #938269;
}

.media-carousel-container .slick-slider .slick-slide:hover h3 {
  color: #6a6a6a;
}

.media-carousel-container .slick-slider .slick-slide > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 40px;
}

.media-carousel-container .slick-slider .slick-slide > a:hover {
  text-decoration: none;
}

.media-carousel-container .slick-slider .slick-slide i {
  display: block;
  position: relative;
  width: 87px;
  height: 87px;
  margin: 0 auto 20px;
  border: #d2d2d2 2px solid;
  border-radius: 50%;
  color: #d2d2d2;
  font-size: 23px;
  text-align: center;
}

.media-carousel-container .slick-slider .slick-slide i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .media-carousel-container .media-carousel {
    width: 80%;
  }
  .media-carousel-container .media-carousel .slick-slider .slick-arrow {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .media-carousel-container .media-carousel:hover .slick-arrow {
    opacity: 1;
  }
  .media-carousel-container .title-tile {
    display: inline-block;
  }
}

.filter-dropdown-container {
  margin: 40px auto;
}

.filter-dropdown-container:before, .filter-dropdown-container:after {
  content: " ";
  display: table;
}

.filter-dropdown-container:after {
  clear: both;
}

.filter-dropdown-container a,
.filter-dropdown-container a:active,
.filter-dropdown-container a:hover {
  text-decoration: none;
  cursor: pointer;
}

.filter-dropdown-container .dropdown-filters {
  text-align: center;
  color: #ffffff;
  background: #555555;
  margin: 0;
  padding: 20px;
}

.filter-dropdown-container .dropdown-filters:hover {
  cursor: pointer;
}

.filter-dropdown-container .reset {
  text-align: center;
  margin: 10px auto;
  position: relative;
  width: 155px;
}

.filter-dropdown-container .reset a,
.filter-dropdown-container .reset a:hover {
  color: #686868;
  font-size: 12px;
}

.filter-dropdown-container .reset img {
  position: relative;
  left: -6px;
  top: -1px;
  width: 16px;
  height: 16px;
}

.filter-dropdown-container .reset i {
  position: relative;
  margin-right: 5px;
  color: #c6c6c6;
  font-size: 17px;
  vertical-align: middle;
}

.filter-dropdown-container .reset i:after {
  content: "\00d7";
  position: absolute;
  left: 3px;
  bottom: 2px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.filter-dropdown-container .filter-dropdown {
  background: #555555;
  padding: 10px;
  text-align: center;
}

.filter-dropdown-container .filter-dropdown:before, .filter-dropdown-container .filter-dropdown:after {
  content: " ";
  display: table;
}

.filter-dropdown-container .filter-dropdown:after {
  clear: both;
}

.filter-dropdown-container .filter-dropdown li {
  list-style-type: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.filter-dropdown-container .filter-dropdown li .close-filter,
.filter-dropdown-container .filter-dropdown li .fa-angle-down {
  font-size: 18px;
  color: #b49060;
}

.filter-dropdown-container .filter-dropdown li .open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /*transition: transform .5s;*/
}

.filter-dropdown-container .filter-dropdown li .filter-header {
  position: relative;
  text-transform: uppercase;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter {
  display: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 13px;
  z-index: 30;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:after, .filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:before {
  content: '';
  border-top: solid 1px #b49060;
  text-align: center;
  position: absolute;
  left: 4px;
  top: 19px;
  width: 9px;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.close-filter:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-dropdown-container .filter-dropdown li .filter-header > a {
  border: solid 2px #c6c6c6;
  z-index: 10;
  position: relative;
  display: block;
  padding: 9px 32px 9px 10px;
  color: #b49060;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a:first-child {
  background-color: #ffffff;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter .selected-value {
  display: inline-block;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter .fa-angle-down,
.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter .filter-title {
  display: none;
}

.filter-dropdown-container .filter-dropdown li .filter-header > a.selected-filter + .close-filter {
  display: inline-block;
}

.filter-dropdown-container .filter-dropdown li .filter-header .selected-value {
  display: none;
  color: #1a120c;
}

.filter-dropdown-container .filter-dropdown li .filter-header i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-dropdown-container .filter-dropdown li .filter-header i.fa-angle-down {
  display: inline-block;
}

.filter-dropdown-container .filter-dropdown li .filter-body {
  width: 100%;
}

.filter-dropdown-container .filter-dropdown li .filter-body label {
  display: block;
  font-size: 12px;
  padding: 9px 32px 9px 10px;
  font-weight: 300;
  cursor: pointer;
  text-transform: uppercase;
  color: #b49060;
  border: solid 2px #c6c6c6;
  background-color: #ffffff;
  margin-bottom: 0;
  border-top: 0;
  position: relative;
}

.filter-dropdown-container .filter-dropdown li .filter-body label.has-children a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
}

.filter-dropdown-container .filter-dropdown li .filter-body label:hover {
  color: #1a120c;
}

.filter-dropdown-container .filter-dropdown li .filter-body label > input {
  display: none;
}

.filter-dropdown-container .filter-dropdown li .filter-body label i {
  float: right;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children {
  border-bottom: solid 2px #c6c6c6;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children label {
  padding: 9px 32px 9px 10px;
  border-top: 0;
  border-bottom: 0;
  background-color: #f8f8f8;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children label:first-child {
  padding-top: 15px;
}

.filter-dropdown-container .filter-dropdown li .filter-body .children label:last-child {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .filter-dropdown-container .filter-dropdown {
    margin-left: -10px;
    /*margin-top: -10px;*/
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .filter-dropdown-container .filter-dropdown li {
    text-align: center;
    display: inline-block;
    width: auto;
    min-width: 200px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
  }
  .filter-dropdown-container .filter-dropdown li .filter-body {
    text-align: left;
    position: absolute;
    z-index: 100;
  }
}

.card {
  opacity: 0;
  margin-bottom: 30px;
}

.card.showing {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .card {
    width: 100%;
  }
}

.card-hd {
  margin-bottom: 10px;
  position: relative;
}

.card-hd > a {
  display: block;
}

.card-hd > img {
  min-width: 100%;
  max-width: 100%;
}

.card-hd:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: background 0.75s;
  transition: background 0.75s;
}

.card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 44px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.card-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #b49060;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}

.card-bd {
  position: relative;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.card-info {
  display: block;
  color: #7e6f5b;
  font-size: 14px;
}

.card-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 22px;
}

.card-title > a {
  color: #565656;
  text-decoration: none;
}

.card-copy {
  margin-bottom: 0;
  padding-top: 25px;
}

.card-cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: letter-spacing 0.5s, opacity 0.5s, visibility 0.5s;
  transition: letter-spacing 0.5s, opacity 0.5s, visibility 0.5s;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
}

.card-cta:before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 3px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #d2d2d2;
  content: "";
}

.card:hover .card-cta {
  -webkit-transition: letter-spacing 0.5s, opacity 0.5s, visibility 0.5s;
  transition: letter-spacing 0.5s, opacity 0.5s, visibility 0.5s;
  text-decoration: none;
  letter-spacing: 0.52em;
  opacity: 1;
  visibility: visible;
}

.card:hover .card-cta:before {
  width: 100px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.card-ft {
  padding: 10px 0;
}

.card-content:hover .card-hd:before {
  background: rgba(0, 0, 0, 0.25);
}

.card-content:hover .card-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.75s, visibility 0.75s;
  transition: opacity 0.75s, visibility 0.75s;
}

.card-content:hover .card-line {
  width: 100%;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.resource-card .card-content {
  border: 1px solid #d2d2d2;
  overflow: hidden;
  position: relative;
  height: 330px;
}

.resource-card .card-content:hover {
  background: #ebebeb;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.resource-card .card-content:hover .card-cta-wrapper {
  background: #ebebeb;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.resource-card .card-content .card-hd {
  margin: 3px 3px 0;
}

.resource-card .card-content .card-bd {
  padding: 15px 15px 0px;
}

.resource-card .card-content .card-cta-wrapper {
  padding: 10px 15px;
  background: #fafafa;
  position: absolute;
  bottom: 38px;
  width: 100%;
}

.resource-card .card-content .card-ft {
  padding: 10px 15px;
  background: #fafafa;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.resource-card .card-tag {
  margin-right: 10px;
}

.resource-card:hover .card-bd {
  background: #ebebeb;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.blog-card .card-content {
  background: #fafafa;
  height: auto;
}

.blog-card .card-hd {
  padding: 3px;
  border: 1px solid #d2d2d2;
  background: white;
}

.blog-card .card-bd,
.blog-card .card-ft {
  padding: 15px;
  background: white;
}

.blog-card .card-bd {
  margin: 15px 15px 0;
}

.blog-card .card-ft {
  margin: 0 15px 15px;
  padding-top: 25px;
}

.kaltura-player {
  padding: 0;
  margin-bottom: 20px;
}

.kaltura-player .dummy {
  margin-top: 56.25%;
}

.kaltura-player.kaltura-playlist .dummy {
  margin-top: 112.11%;
  margin-top: calc(56.25% + 176px);
}

.blog-landing-content-wrapper {
  font-family: "raleway";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 50px auto;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 735px) {
  .blog-landing-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-landing-content-wrapper .blog-landing-content-container {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 25px;
}

@media screen and (max-width: 735px) {
  .blog-landing-content-wrapper .blog-landing-content-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-cta {
  border: 1px solid black;
  background: white;
  color: #b49060;
  padding: 5px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  margin-bottom: 75px;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-cta:hover {
  background: black;
  color: #b49060;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-banner-wrapper {
  max-height: 500px;
  overflow: hidden;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-banner-wrapper .blog-landing-banner {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #ebebeb;
  padding: 5px;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
  padding: 10px 0;
  text-transform: uppercase;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-info-share-wrapper a {
  color: #b49060;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper p,
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper span,
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper ul,
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy-wrapper ol {
  padding: 10px 0;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more-container {
  text-align: center;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  background: black;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  background: white;
  color: black;
}

.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-banner-wrapper,
.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 25px);
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-banner-wrapper,
  .blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
    display: block;
    vertical-align: top;
    width: 100%;
  }
}

.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy {
    margin-left: 0;
  }
}

.blog-landing-content-wrapper.blog-landing-variant-2 .blog-landing-overall-copy .blog-landing-copy-wrapper {
  margin: 0 0 25px;
}

.blog-landing-vertical-filters-container {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .blog-landing-vertical-filters-container {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
}

.internal-vertical-filter-heading {
  margin-left: 10px;
}

.internal-vertical-filter-list {
  margin-left: 15px;
}

.filter-list-heading,
.filter-list-links,
.internal-filter-list-heading,
.internal-filter-list-links {
  line-height: 1.5;
  position: relative;
}

.filter-list-links,
.internal-filter-list-links {
  display: none;
}

.filter-list-heading i,
.internal-filter-list-heading i {
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 16px;
}

.filter-list-headings {
  list-style: none;
}

.filter-list-headings a {
  color: #b49060;
}

.filter-list-heading .turn,
.internal-filter-list-heading .turn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

div.blog-landing-overall-copy:not(:nth-last-of-type(2)) {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 100px;
}

.filter-list-heading:first-of-type .filter-list-links {
  display: block;
}

.blog-landing-filter-reset-wrapper {
  padding-bottom: 15px;
  text-align: center;
}

.blog-landing-filter-reset-wrapper .blog-landing-filter-reset {
  color: #b49060;
}

.connected-advisor-container {
  color: #ffffff;
}

.connected-advisor-container .slick-dots {
  bottom: 0px;
  padding-bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
}

.connected-advisor-container .slick-dots li {
  margin: 0;
}

.connected-advisor-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}

.connected-advisor-container .slick-dots li button:before {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}

.connected-advisor-container.slick-slider {
  margin-bottom: 0;
}

.connected-advisor-slide {
  background: #2f2820;
  margin: 0;
  position: relative;
}

.connected-advisor-content-wrapper {
  text-align: center;
}

.connected-advisor-cta-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .connected-advisor-cta-wrapper {
    margin-bottom: 0px;
    width: 25%;
    float: left;
    text-align: left;
  }
}

.connected-advisor-cta {
  border: 1px solid #ffffff;
  padding: 10px 15px;
  font-size: 18px;
  min-width: 180px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.connected-advisor-slide-link {
  display: block;
  padding: 50px 0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .connected-advisor-slide-link {
    display: -webkit-flex;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.connected-advisor-slide-link::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 7px;
  background: url("/Areas/AdvisorSites/Assets/Theme6/images/quote-border-horizontal@2x.png") center center repeat;
  content: '';
  width: calc(100% - 30px);
  margin: 0 auto;
}

.connected-advisor-slide-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 7px;
  background: url("/Areas/AdvisorSites/Assets/Theme6/images/quote-border-horizontal@2x.png") center center repeat;
  content: '';
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .connected-advisor-slide-link:hover {
    color: black;
  }
  .connected-advisor-slide-link:hover .connected-advisor-cta {
    background: white;
    color: #2f2820;
  }
}

.connected-advisor-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

@media (min-width: 992px) {
  .connected-advisor-content-wrapper {
    width: 50%;
    float: left;
    margin-left: 25%;
  }
}

.connected-advisor-heading {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.5;
  font-family: "Roboto", serif;
  margin: 0;
}

@media (min-width: 1200px) {
  .connected-advisor-heading {
    max-width: 650px;
    font-size: 30px;
  }
}

.connected-advisor-subheading-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .connected-advisor-subheading-wrapper {
    max-width: 700px;
    padding-bottom: 25px;
  }
}

.connected-advisor-subheading {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0;
}

.KJEWrapper {
  background-color: #ffffff !important;
  line-height: 1.5;
}

.KJEWrapper #KJEAllContent {
  font: 300 15px/1.25 "Roboto", sans-serif;
}

.KJEWrapper #KJEAllContent ol, .KJEWrapper #KJEAllContent ul, .KJEWrapper #KJEAllContent p {
  color: #686868;
  font: 300 1em/1.5 "Roboto", sans-serif;
}

.KJEWrapper #KJEFixed {
  width: 100%;
}

.KJEWrapper #KJECommandButtons {
  width: 100%;
}

.KJEWrapper .KJECommandButton,
.KJEWrapper input.KJEMenuButton[type=button] {
  color: #7e6f5b;
  border-radius: 0;
}

.KJEWrapper .KJECommandButton:hover,
.KJEWrapper input.KJEMenuButton[type=button]:hover {
  background: #7e6f5b;
  color: #fff;
  border-color: #7e6f5b;
}

.KJEWrapper input.KJEMenuInputItem {
  width: 100%;
  padding: 6px;
}

.KJEWrapper .KJECalculatorTable {
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.KJEWrapper .KJEInputContainer input.KJEInputModern,
.KJEWrapper div.KJEDropBoxDivModern {
  box-shadow: none;
  border-radius: 0;
  padding-left: 5px;
}

.KJEWrapper .KJEReportTableDiv {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.KJEWrapper .KJEDropper,
.KJEWrapper .KJEGraphDropper {
  padding: 10px;
}

.KJEWrapper .border-reset, .KJEWrapper .KJEGuiDefnPopup, .KJEWrapper #KJEGuiDataPoint, .KJEWrapper #KJEMenuWindow {
  border-color: black;
  border-radius: 0;
  box-shadow: none;
}

.KJEWrapper .border-reset:before, .KJEWrapper .KJEGuiDefnPopup:before, .KJEWrapper #KJEGuiDataPoint:before, .KJEWrapper #KJEMenuWindow:before {
  border-top-color: black;
  border-bottom-color: black;
}

.KJEWrapper .KJEMenu {
  background-color: white;
}

.KJEWrapper .KJEMenuHeader,
.KJEWrapper .KJEMenuGroupRow {
  background: none;
  border: none;
}

.KJEWrapper .KJEHelp button {
  margin-left: 10px;
  background: black;
}

.KJEWrapper .KJEHelp button:hover, .KJEWrapper .KJEHelp button:focus {
  color: #fff;
  outline: none;
  outline-offset: 0;
  border-radius: 20px;
}

.KJEWrapper .KJECloseButton {
  background: black;
}

.KJEWrapper #KJEDefinitionsDL p.KJEDefinition,
.KJEWrapper p.KJEDefinition {
  line-height: 1.5;
}

.KJEWrapper #KJEReport p.KJEFooter,
.KJEWrapper p.KJEFooter,
.KJEWrapper .KJEFooter {
  line-height: 1.5;
  font-weight: inherit;
  font-style: italic;
}

.KJEWrapper table.KJEReportTable .KJEHeading,
.KJEWrapper table.KJECalcTable .KJEHeading {
  color: #000;
}

.KJEDis {
  line-height: 1.5;
  font-weight: inherit;
  font-style: italic;
  font-size: 13px;
}

.KJEGraphContainer {
  width: 99% !important;
}

.sc-edit-mode .accordion .accordion-panel .accordion-content {
  display: block;
}

.sc-edit-mode .nav-trigger {
  top: 200px;
}

.sc-edit-mode .banner {
  background: #fff;
}

.sc-edit-mode .banner-copy p span:first-child:first-letter {
  margin: 2px 4px 0 0;
  float: left;
  border-bottom: 1px solid #938269;
  font-size: 50px;
  line-height: 50px;
}

.sc-edit-mode .banner-image img {
  top: 0;
}

.sc-edit-mode .disclosure,
.sc-edit-mode .social-media-embed {
  min-height: 10px;
}

.sc-edit-mode .tabs {
  height: 100% !important;
}

.sc-edit-mode .tabs .tab-triggers a {
  pointer-events: none;
}

.sc-edit-mode .tabs .tab-content {
  position: relative;
  display: block;
  visibility: visible;
}
