@font-face {
  font-family: Montserrat;
  src: url(../font/montserrat/Montserrat-Regular.ttf);
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.carousel[id^=fa-banner] .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 350px;
}
.carousel[id^=fa-banner] .carousel-item .carousel-caption {
  bottom: 0;
  top: 0;
}
.carousel[id^=fa-banner] .carousel-item .carousel-caption .h1 {
  font-size: 4rem;
}
.carousel[id^=fa-banner] .carousel-control-next i, .carousel[id^=fa-banner] .carousel-control-prev i {
  color: #212121;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
}
.carousel[id^=fa-banner] .carousel-control-next:hover, .carousel[id^=fa-banner] .carousel-control-next:focus, .carousel[id^=fa-banner] .carousel-control-prev:hover, .carousel[id^=fa-banner] .carousel-control-prev:focus {
  background-color: transparent;
}

[id^=fa-lets-connect] {
  width: 281px;
  height: 300px;
  position: fixed;
  right: 30px;
  top: 30%;
  z-index: 9999;
}
[id^=fa-lets-connect] .card {
  border: none;
  border-radius: 10px;
}
[id^=fa-lets-connect] .card .card-header {
  padding: 1rem 1.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 22px;
  background-color: #203040;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[id^=fa-lets-connect] .card .card-header i {
  color: white;
}
[id^=fa-lets-connect] .card .card-body {
  padding: 1.5rem;
}
[id^=fa-lets-connect] .card .card-body .shadow {
  border-radius: 10px;
}
[id^=fa-lets-connect] .card .card-body p {
  font-size: 16px;
  color: #000000;
}

[id^=fa-tabs-categories] a {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 8px;
}
[id^=fa-tabs-categories] a.active {
  background-color: #008FC4;
  color: white;
}

[id^=fa-footer-form] {
  margin-top: 200px;
}
[id^=fa-footer-form] .container {
  padding: 80px 50px;
}
[id^=fa-footer-form] .h1 {
  font-size: 2.75em;
}
[id^=fa-footer-form] p {
  font-size: 1.25em;
}
[id^=fa-footer-form] form {
  width: 420px;
  right: 0;
  bottom: -40px;
  position: absolute;
  z-index: 1004;
}
[id^=fa-footer-form] form .card {
  padding: 20px;
  position: relative;
}
[id^=fa-footer-form] form .card .card-header {
  font-size: 16px;
  width: 75%;
  margin-bottom: 1.5em;
  color: #212529;
  font-weight: 500;
}
[id^=fa-footer-form] form .card .card-header img {
  top: 34px;
  left: -34px;
  position: absolute;
}

[id^=fa-posts] .item .shadow {
  border-radius: 20px;
  height: 420px;
}
[id^=fa-posts] .item a {
  text-decoration: none;
  color: #212121;
}
[id^=fa-posts] .item a > img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 240px;
  object-fit: cover;
  object-position: center;
}
[id^=fa-posts] .item a .inner-box {
  padding: 12px;
  position: absolute;
  border-radius: 20px;
  bottom: 10px;
  background: white;
  width: 100%;
  height: 240px;
}
[id^=fa-posts] .item a .inner-box .avatar {
  height: auto;
  width: 20px;
}
[id^=fa-posts] .item a .inner-box .category-tags {
  margin-bottom: 1rem;
}
[id^=fa-posts] .item a .inner-box .category-tags .tag {
  display: inline-block;
  background-color: #FCB900;
  color: #000000;
  padding: 4px 4px;
  font-weight: 500;
  border-radius: 10px;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}
[id^=fa-posts] .item a .inner-box .post-title {
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 1rem;
}
[id^=fa-posts] .item a .inner-box .fa-user-circle {
  color: #999999;
}
[id^=fa-posts] .item a .inner-box .post-timestamp {
  font-size: 12px;
  color: #999999;
}
[id^=fa-posts] .owl-dots button {
  display: inline-block;
  width: auto;
}
[id^=fa-posts] .owl-dots button.active span {
  background-color: #008FC4 !important;
  width: 30px;
}

[id^=fa-join-the-conversation] .join-the-conversation {
  margin: 15px;
  border-radius: 10px;
  padding: 20px;
}
[id^=fa-join-the-conversation] .join-the-conversation .heading {
  font-size: 3rem;
  color: #212121;
}
[id^=fa-join-the-conversation] .join-the-conversation p {
  color: #212121;
}

[id^=fa-poll-] .poll, [id^=fa-polls-] .poll {
  margin: 15px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
[id^=fa-poll-] .poll .heading, [id^=fa-polls-] .poll .heading {
  font-size: 3rem;
  color: #212121;
}
[id^=fa-poll-] .poll p, [id^=fa-poll-] .poll span.option, [id^=fa-polls-] .poll p, [id^=fa-polls-] .poll span.option {
  color: #212121;
}
[id^=fa-poll-] .poll .progress, [id^=fa-polls-] .poll .progress {
  border-radius: 2rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
}
[id^=fa-poll-] .poll .progress .progress-bar, [id^=fa-polls-] .poll .progress .progress-bar {
  border-radius: 2rem;
  background-color: #203040;
}
[id^=fa-poll-] .poll .progress .progress-bar .progress-text, [id^=fa-polls-] .poll .progress .progress-bar .progress-text {
  font-size: 1.5rem;
}
[id^=fa-poll-] .poll .more-polls, [id^=fa-polls-] .poll .more-polls {
  right: -12px;
  position: absolute;
}
[id^=fa-poll-] .poll .vote-success, [id^=fa-polls-] .poll .vote-success {
  display: none;
  background-color: #45C72E;
  color: white;
  padding: 12px;
  font-size: 16px;
  margin-left: -20px;
  margin-bottom: -20px;
  text-align: center;
  margin-right: -20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
[id^=fa-poll-] .poll .vote-now, [id^=fa-polls-] .poll .vote-now {
  background-color: #008FC4;
  color: white;
  padding: 12px;
  font-size: 16px;
  margin-left: -20px;
  margin-bottom: -20px;
  text-align: center;
  margin-right: -20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

[id^=fa-poll-] .progress.active {
  background-color: #fcb900;
}

[id^=fa-poll-]:not(.de-active) [data-answer]:hover {
  cursor: pointer;
}
[id^=fa-poll-]:not(.de-active) [data-answer]:hover .progress {
  background-color: #fcb900;
}

[id^=fa-polls-] .poll {
  margin: 7.5px;
}

.for-advisors[id^=post-] {
  /*.profile-url {
    text-decoration: none;
    color: #203040;

    &:hover {
      color: #fcb900;
    }
  }*/
}
.for-advisors[id^=post-] .post-title {
  font-size: 3.5rem;
  color: #212121;
  text-align: left;
  font-weight: bolder;
}
.for-advisors[id^=post-] .avatar {
  width: auto;
  height: 32px;
}
.for-advisors[id^=post-] i.fa-user-circle {
  font-size: 20px;
  color: #999999;
}
.for-advisors[id^=post-] .pf-button {
  display: none;
}
.for-advisors[id^=post-] .post-content h1, .for-advisors[id^=post-] .post-content h2, .for-advisors[id^=post-] .post-content h3, .for-advisors[id^=post-] .post-content h4, .for-advisors[id^=post-] .post-content h5, .for-advisors[id^=post-] .post-content h6 {
  font-family: "Montserrat", sans-serif;
  color: #028CC9;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  text-align: -webkit-left;
}
.for-advisors[id^=post-] .post-content h1 {
  font-size: 3.6rem;
}
.for-advisors[id^=post-] .post-content h2 {
  font-size: 2.4rem;
}
.for-advisors[id^=post-] .post-content h3 {
  font-size: 24px;
}
.for-advisors[id^=post-] .post-content h4 {
  font-size: 2rem;
}
.for-advisors[id^=post-] .post-content h5 {
  font-size: 1.8rem;
}
.for-advisors[id^=post-] .post-content h6 {
  font-size: 1.6rem;
}
.for-advisors[id^=post-] .post-content p {
  text-align: left;
  text-align: -webkit-left;
}
.for-advisors[id^=post-] .post-content a {
  color: #538EC6;
  text-decoration: none;
}
.for-advisors[id^=post-] .post-content a:hover {
  color: #333;
}

.modal[id=for-advisors-read-more] .modal-header {
  background-color: #F5A623;
  color: #131313;
  padding: 14px 22px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.modal[id=for-advisors-read-more] .modal-header .modal-title {
  color: #131313;
  font-size: 1.7rem;
  font-weight: bolder;
}
.modal[id=for-advisors-read-more] .modal-header small {
  font-size: 1rem;
}
.modal[id=for-advisors-read-more] .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal[id=for-advisors-read-more] .modal-content {
  border-radius: 12px;
}
.modal[id=for-advisors-read-more] .modal-body {
  padding: 15px;
}
.modal[id=for-advisors-read-more] .modal-dialog {
  width: 450px;
  max-width: calc(100% - 30px);
}

[id^=fa-lets-connect] form label, [id^=fa-lets-connect] form .form-check-label, [id^=fa-footer-form] form label, [id^=fa-footer-form] form .form-check-label, [id^=fa-join-the-conversation] form label, [id^=fa-join-the-conversation] form .form-check-label, .modal[id=for-advisors-read-more] form label, .modal[id=for-advisors-read-more] form .form-check-label {
  font-weight: 500;
  color: #212121;
}
[id^=fa-lets-connect] form label small, [id^=fa-lets-connect] form .form-check-label small, [id^=fa-footer-form] form label small, [id^=fa-footer-form] form .form-check-label small, [id^=fa-join-the-conversation] form label small, [id^=fa-join-the-conversation] form .form-check-label small, .modal[id=for-advisors-read-more] form label small, .modal[id=for-advisors-read-more] form .form-check-label small {
  font-weight: 300;
}
[id^=fa-lets-connect] form input[type=email], [id^=fa-lets-connect] form input[type=text], [id^=fa-lets-connect] form input[type=checkbox], [id^=fa-lets-connect] form textarea, [id^=fa-lets-connect] form select, [id^=fa-footer-form] form input[type=email], [id^=fa-footer-form] form input[type=text], [id^=fa-footer-form] form input[type=checkbox], [id^=fa-footer-form] form textarea, [id^=fa-footer-form] form select, [id^=fa-join-the-conversation] form input[type=email], [id^=fa-join-the-conversation] form input[type=text], [id^=fa-join-the-conversation] form input[type=checkbox], [id^=fa-join-the-conversation] form textarea, [id^=fa-join-the-conversation] form select, .modal[id=for-advisors-read-more] form input[type=email], .modal[id=for-advisors-read-more] form input[type=text], .modal[id=for-advisors-read-more] form input[type=checkbox], .modal[id=for-advisors-read-more] form textarea, .modal[id=for-advisors-read-more] form select {
  font-weight: 300;
  border: none;
  font-size: 1.5rem;
  background-color: #F0F4F7;
}
[id^=fa-lets-connect] form select, [id^=fa-footer-form] form select, [id^=fa-join-the-conversation] form select, .modal[id=for-advisors-read-more] form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
[id^=fa-lets-connect] form .form-check-input[type=checkbox], [id^=fa-footer-form] form .form-check-input[type=checkbox], [id^=fa-join-the-conversation] form .form-check-input[type=checkbox], .modal[id=for-advisors-read-more] form .form-check-input[type=checkbox] {
  width: 1em;
}
[id^=fa-lets-connect] form .form-check-input[type=checkbox]:checked, [id^=fa-footer-form] form .form-check-input[type=checkbox]:checked, [id^=fa-join-the-conversation] form .form-check-input[type=checkbox]:checked, .modal[id=for-advisors-read-more] form .form-check-input[type=checkbox]:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>');
}

.bg-theme {
  background-color: #203040;
}

.btn-theme-orange {
  background-color: #F5A623;
  border: 1px solid #F5A623;
}
.btn-theme-orange, .btn-theme-orange i {
  color: white;
}
.btn-theme-orange:hover, .btn-theme-orange:focus {
  background-color: white;
}
.btn-theme-orange:hover, .btn-theme-orange:hover i, .btn-theme-orange:focus, .btn-theme-orange:focus i {
  color: #F5A623;
}

.btn.btn-theme {
  background-color: #203040;
  border: 1px solid #203040;
}
.btn.btn-theme, .btn.btn-theme i {
  color: white;
}
.btn.btn-theme:hover, .btn.btn-theme:focus {
  background-color: white;
}
.btn.btn-theme:hover, .btn.btn-theme:hover i, .btn.btn-theme:focus, .btn.btn-theme:focus i {
  color: #203040;
}

.btn.btn-rounded {
  border-radius: 20px;
}

.btn.btn-lg {
  font-size: 1.5rem;
}

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

.for-advisors-form {
  position: relative;
}
.for-advisors-form .loader {
  position: absolute;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.for-advisors-form .loader svg {
  stroke: white;
  width: 70px;
  height: 70px;
}
.for-advisors-form.loading .loader {
  display: block;
}

.for-advisors.single .custom-footercallout, .for-advisors.page .custom-footercallout {
  display: none !important;
}

/*Delete on live*/
.title-area {
  width: 30% !important;
  min-width: 200px;
}

.site-header .widget-area {
  width: 70% !important;
}

.genesis-nav-menu {
  width: auto !important;
}
.genesis-nav-menu a {
  padding: 10px 12px !important;
}

/*# sourceMappingURL=style.css.map */
