@font-face {
    font-family: "HelveticaNeueLTStd-Ex";
    src: url("font/HelveticaNeueLTStd-Ex.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNeueLTStd-ThEx";
    src: url("font/HelveticaNeueLTStd-ThEx.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNeueLTStd-MdEx";
    src: url("font/HelveticaNeueLTStd-MdEx.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNeueLTStd-LtEx";
    src: url("font/HelveticaNeueLTStd-LtEx.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNeueLTStd-BdEx";
    src: url("font/HelveticaNeueLTStd-BdEx.otf") format("opentype");
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 200px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: black;
}

@media (max-width: 1199px) {
    body {
        margin-bottom: 300px;
    }
}

@media (max-width: 767px) {
    body {
        margin-bottom: 400px;
    }
}

a {
    color: #f58426;
    transition: all 0.1s ease-out;
}

a:hover {
    text-decoration: none;
    color: #f58426;
}

h1, h2, h3, h4, h5, .item-title {
    font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
}

body::-webkit-scrollbar {
    width: 1em
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey
}


.btn-outline {
    font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    width: 250px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #f58426;
    color: #f58426;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background-color: #f58426;
    color: #fff;
}

.btn-menu {
    display: block;
    margin: 25px 30px;
    width: auto;
}

/****list style****/
#page-content ul {
    padding-left: 0;
    list-style-type: none;
}

#page-content ul li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    left: 3px;
    top: 6px;
    font-size: 7px;
    color: #f58426;
}

#page-content ul li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 1.5em;
}

#page-content li {
    margin: 5px 0;
}

#page-content li a {
    color: #f58426;
    font-weight: bold;
    line-height: 25px;
    font-size: 15px;
    vertical-align: middle;
}

/*--------------------------------------------------*\
        Side Menu
\*--------------------------------------------------*/
#menu {
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #5f6062;
    color: #fff;
    opacity: 1;
    border: none;
    z-index: 9;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#menu.in {
    z-index: 999;
}

@media (min-width: 1200px) {
    #main {
        margin-left: 300px;
        min-height: 550px;
    }

    #main.home {
        position: relative;
    }
}

.navbar-toggle {
    float: left;
}

.navbar-toggle .icon-bar {
    background-color: #5f6062;
}

.bgblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    filter: alpha(opacity=0);
    opacity: 0.6 !important;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    display: none;
}

.dropdown-backdrop {
    display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-toggle {
        display: block;
    }
}

#main-menu {
    margin-top: 50px;
}

@media(min-width: 768px) {
    #main-menu {
        margin-top:130px;
    }
}

#main-menu > li {
    color: #fff;
    position: static;
}

#main-menu > li > a {
    font-size: 1.2em;
    color: inherit;
    padding: 10px 30px;
}

#main-menu > li > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

#main-menu > li:hover > a, #main-menu > li.open > a {
    background-color: #f58426;
    outline: initial;
}

#main-menu > li > ul {
    background-color: #9fa1a4;
    padding-bottom: 0;
}

#main-menu > li > ul > li a {
    font-size: 16px;
    color: inherit;
    padding: 10px 30px;
}

#main-menu > li > ul > li:hover a {
    background-color: #f58426;
}

#main-menu .level-one.dropdown > a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    transition: transform 0.3s ease-in-out;
}

#main-menu .level-one.dropdown.open > a:after {
    transform: rotate(90deg);
}

@media(max-width: 767px) {
    #main-menu > li > a {
        font-size:1em;
    }
}

/*--------------------------------------------------*\
         logo-bar
\*--------------------------------------------------*/
.home .logo-bar-wrapper {
    position: absolute;
    z-index: 8;
    width: 100%;
    left: 0;
    background-color: #fff;
}

.logo-bar {
    padding: 50px 45px;
    background-color: #fff;
    z-index: 5;
}

.navbar-toggle {
    padding-top: 15px;
}

@media(min-width: 768px) {
    .navbar-toggle {
        padding-top: 55px;
    }
}

.logo-bar a:first-child img {
    max-height: 45px;
    margin-top: 3px;
}

.logo-bar a:last-child img {
    max-height: 40px;
}

.logo-bar a:last-child img {
    float: right;
    clear: right;
    margin: 5px 0;
}

@media (max-width: 991px) {
    .logo-bar {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .logo-bar {
        padding: 5px 0;
        min-height: 100%;
    }

    #main .logo-bar img {
        max-height: 20px;
        float: right;
    }

    .logo-bar-wrapper {
        padding: 0 10px;
    }

    .navbar-toggle {
        padding-left: 0;
    }

    #main .logo-bar a:first-child img {
        margin-bottom: 8px;
        max-height: 25px;
    }
}

@media(max-width: 1200px) {
    .navbar {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------*\
         banner
\*--------------------------------------------------*/
#banner {
    overflow: hidden;
    background-color: #f58426;
    clear: both;
}

#banner h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
}

#banner.home {
    background-color: transparent;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    position: relative;
}

#banner.home .banner-content {
    position: relative;
    padding: 30px;
    /*background-color: rgba(245, 132, 38, 0.8);*/
    font-family: HelveticaNeueLTStd-LtEx, Helvetica, Arial, sans-serif;
    color: #fff;
}

#banner.home .banner-content h2 {
    font-size: 50px;
    font-weight: 600; 
    margin-bottom: 10px;
}


#banner.home .banner-content p:first-of-type {
    font-size: 25px !important;
}

#banner.home .banner-content p {
    font-size: 16px;
    font-weight: lighter;
}

@media(max-width: 990px) {
    
    #banner.home .banner-content h2 {
        font-size: 30px;
        font-weight: 600; 
        margin-bottom: 10px;
    }
    
    #banner.home .banner-content p:first-of-type {
        font-size: 18px !important;
    }
    
    #banner.home .banner-content p {
        font-size: 16px;
        font-weight: lighter;
    }
}

@media(max-width: 768px) {
    
    #banner.home .banner-content h2 {
        font-size: 24px;
        font-weight: 600; 
        margin-bottom: 10px;
    }
    
    #banner.home .banner-content p:first-of-type {
        font-size: 14px !important;
    }
    
    #banner.home .banner-content p {
        font-size: 10px;
        font-weight: lighter;
    }
}

@media(max-height: 660px) {
    #banner.home .banner-content h2 {
        font-size: 40px;
    }
    
    #banner.home .banner-content p:first-of-type {
        font-size: 16px !important;
    }
    
    #banner.home .banner-content p {
        font-size: 10px;
        font-weight: lighter;
    }
}

#banner.home h1 {
    margin-top: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 27px;
    text-align: left;
    color: #ffffff;
    font-family: HelveticaNeueLTStd-LtEx, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

@media (min-width: 768px) {
    #banner.home .banner-content {
        position:absolute;
        bottom: 10%;
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    #banner.home {
        height: 50vh;
    }

    #banner.home .banner-content {
        position: absolute;
        bottom: 5%;
        max-width: 100%;
        padding: 15px 30px;
    }

    #banner.home h1 {
        font-size: 18px;
        line-height: 1.5em;
    }

    #banner h1 {
        font-size: 27px;
    }
}

/*--------------------------------------------------*\
         section
\*--------------------------------------------------*/
/***home***/
section {
    padding: 50px 30px;
}

.home section {
    padding: 0 30px;
    padding-top: 50px;
}

section.help, section.management {
    padding: 50px 15px;
}

.section-content h3 {
    margin-top: 0;
}

.home .video, .home .pic, .home .video-iframe {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
}

.home .video:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 550px;
    background: rgba(95, 96, 98, 0.5);
    top: 0;
    left: 0;
}

.home .video, .home .video-iframe {
    text-align: center;
}

.home .video-iframe iframe {
    width: 100%;
    height: 100%;
}

.home a.play-button {
    font-size: 8em;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.2s;
    opacity: 0.6;
}

.home a.play-button:hover, .home .play-button:focus, .home .play-button:active {
    opacity: 0.9;
}

.home-top .section-content {
    padding-right: 15px;
}

.home .video, .home .video-iframe {
    position: relative;
}

.home-bottom {
    padding-top: 100px;
    padding-bottom: 50px;
}

.home-bottom .col-sm-6:first-child {
    margin-right: 10px;
}

.home-bottom .col-sm-6:last-child {
    margin-left: 10px;
}

.home-bottom .section-content {
    height: 0px;
    padding-bottom: 66.67%;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

.home-bottom .section-button {
    text-align: center;
}

.home-top .section-content p, .home-middle .section-content p {
    font-size: 1.1em;
}

.btn-adviser {
    display: inline-block;
    font-size: 1.4em;
    border-radius: 0;
    margin-top: 20px;
    padding: 5px 50px;
    color: #fff;
    background-color: #9fa1a4;
    width: 280px;
}

@media(max-width: 480px) {
    .btn-adviser {
        width:100%;
    }
}

.btn-adviser:hover {
    color: #fff;
    background-color: #5f6062;
}

@media (min-width: 768px) {
    .home section .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-content {
        position: relative;
    }

    .home-middle .section-content {
        margin-left: 15px;
    }
}

@media (max-width: 1600px) {
    .btn-adviser {
        font-size:1.2em;
    }

    .home .video, .home .video:before, .home .pic, .home .video-iframe {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .home-bottom {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .home section {
        padding: 0;
    }

    .home .pic, .home .video, .home .video-iframe {
        height: 300px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .home .video:before {
        height: 300px;
    }

    .home a.play-button {
        font-size: 5em;
    }

    .home a.play-button:hover {
        font-size: 8em;
    }

    .home-top .section-content, .home-middle .section-content {
        padding: 30px 15px;
    }

    .home .home-bottom {
        padding-top: 50px;
    }

    .home-bottom .col-sm-6:first-child {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .home-bottom .col-sm-6:last-child {
        margin-left: 0px;
    }

    section {
        padding: 30px 15px;
    }
}

/***other pages***/
#page-content h3 {
    margin-bottom: 0.8em;
    color: #f58426;
    margin-top: 0;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
}

#page-content h3:not(:first-child) {
    margin-top: 1.5em;
}

#page-content p {
    margin-bottom: 1em;
}

/*--------------------------------------------------*\
         search-toolbar
\*--------------------------------------------------*/
.search-toolbar {
    background-color: #f58426;
    margin-bottom: 0px;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-header {
    padding: 10px 0;
    max-width: 100%;
}

/**search box**/
.input-group .form-control {
    width: 400px;
    border-radius: 0;
    border: none;
    max-width: 100%;
}

@media(max-width: 500px) {
    .input-group.search-box, .input-group .form-control {
        width: 100%;
    }

    .input-group .form-control {
        max-width: 80%;
    }
}

#search-submit {
    border-radius: 0;
    background-color: #5f6062;
    border-color: #5f6062;
    color: #fff;
}

/**view switch**/
.view-switch {
    margin-bottom: 0px;
    margin-top: 0px;
}

.view-switch a {
    margin-left: 5px;
    color: #fff;
    border-bottom: 2px solid transparent;
}

.nav.view-switch > li > a:focus, .nav.view-switch > li > a:hover, .nav.view-switch > li.active > a {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.nav.view-switch > li {
    display: inline-block;
}

@media(max-width: 500px) {
    .view-switch a {
        font-size:12px;
        padding: 10px 8px !important;
    }
}

@media (max-width: 991px) {
    .view-switch.navbar-right {
        float:left!important;
        width: 100%;
        border-top: 1px solid #ddd;
    }
}

/**mapView**/
#map {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    top: 175px;
}

#map-canvas #searchLoadingImg {
    padding-top: 30px;
    padding-left: 30px;
}

@media (min-width: 768px) {
    #map-canvas {
        margin-right: 300px;
    }
}

#map .gm-style {
    font-family: inherit;
}

@media (min-width: 768px) {
    #map-canvas {
        margin-right: 300px;
    }

    #map {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0px;
        top: 206px;
    }
}

@media (min-width: 1200px) {
    #map {
        top: 206px;
        left: 300px;
    }
}

#map #result-list {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
}

.list-item {
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.item-title {
    background-color: #5f6062;
    font-size: 1em;
    padding: 5px 10px;
    color: #fff;
}

.item-content {
    padding: 5px 10px;
}

.item-content.no-result {
    font-size: 16px;
    font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
    line-height: 35px;
}

.item-advisers {
    padding: 0 10px;
    padding-bottom: 10px;
}

.adviser-name {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 0.8em;
}

.adviser-email {
    font-size: 0.8em;
    word-break: break-all;
}

.btn-advisers {
    border-radius: 0;
    padding: 5px 10px;
    color: #fff;
    background-color: #f58426;
}

.btn-advisers:hover, .btn-advisers:focus {
    border-color: #f58426;
    color: #fff;
    background-color: #f58426;
}

.btn-advisers:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f138";
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.collapse-box-check {
    position: fixed;
    left: -9999px;
    opacity: 0;
}

.custom-body label.collapse-box-label {
    margin-top: 10px;
}

.collapse-box {
    padding-top: 5px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    margin-top: 0px;
    padding-right: 1px;
}

.collapse-box-check:checked + label.collapse-box-label:after {
    transform: rotate(90deg);
}

.collapse-box-check:checked + label.collapse-box-label + .collapse-box {
    height: auto;
    opacity: 1;
    margin-top: 0px;
}

.collapse-box a:hover {
    opacity: 0.8;
}

/*list view*/
.search-header {
    font-family: inherit;
    margin-bottom: 20px;
}

.search-result {
    padding: 0px 30px;
}

@media(max-width: 767px) {
    .search-result {
        padding: 0px 30px 30px;
    }
}

.practice-info {
    margin-bottom: 20px;
}

.advisorMap {
    border: 1px solid #ccc;
    height: 185px;
    max-width: 100%;
    width: 220px;
    display: block;
    text-indent: -9000px;
    float: left;
    border-image: initial;
}

.practice-name {
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 1em;
    color: #f58426;
}

.practice-advisers {
    margin-top: 10px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination li a {
    border-radius: 0;
    border-color: transparent;
    color: #f58426;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #f58426;
    border-color: transparent;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f58426;
    border-color: transparent;
}

@media (max-width: 767px) {
    .practice-name {
        padding-top: 10px;
    }
}

/*--------------------------------------------------*\
         News
\*--------------------------------------------------*/
.post-area.animated, .category-area.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.news .post-area.animated:nth-child(-n+3) {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
}

.post-area .col-sm-4, .category-area .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.post-title a {
    text-decoration: none;
    font-weight: normal;
    color: #f58426;
}

#page-content .post-title .p-title {
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.post-more {
    margin-top: 10px;
}

.post-more a {
    color: #f58426;
    line-height: 20px;
    text-decoration: none;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
}

.post-more .fa {
    display: inline-block;
    margin-top: -3px;
    font-size: 20px;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-more a:hover .fa {
    padding-left: 10px;
}

.post-area .preview-image, .category-area .preview-image {
    padding-bottom: 100%;
    background-size: cover;
    width: 100%;
    border: 1px solid #f58426;
}

.post-area:not(:nth-last-child(2)) {
    margin-bottom: 40px;
}

.category-area .col-sm-4 {
    margin-bottom: 50px;
}

.know-video-section h4 {
    color: #f58426;
    height: 30px;
}

.preview-content, .category-content {
    font-size: 16px;
    line-height: 1.69231;
    clear: both;
}

.load-more {
    text-align: center;
    clear: both;
}

@media(min-width: 1600px) {
    .post-area .preview-image, .category-area .preview-image {
        padding-bottom:80%;
    }
}

@media(max-width: 767px) {
    .post-area .preview-image, .category-area .preview-image {
        height: auto!important;
    }

    .post-area .preview-image img, .category-area .preview-image img {
        width: 100%;
        height: auto;
    }
}

/*--------------------------------------------------*\
         Let us help
\*--------------------------------------------------*/
.help-intro {
    padding-left: 30px;
    padding-right: 30px;
}

.set > .container-fluid > .row {
    padding-left: 15px;
    padding-right: 15px;
}

.bk-img {
    background-size: cover;
    padding-bottom: 80%;
}

.set > .container-fluid > .row {
    display: flex;
    margin-bottom: 30px;
}

.opengroup {
    height: auto !important;
}

.content-wrapper {
    margin-bottom: 30px;
}

#sets .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
}

#sets .alias {
    padding-left: 15px;
    padding-right: 15px;
}

.content-display {
    border-top: 1px solid #f58426;
    border-bottom: 1px solid #f58426;
    padding: 30px;
}

.arrow-up {
    width: 20px;
    height: 20px;
    border-left: 1px solid #f58426;
    border-top: 1px solid #f58426;
    background-color: #fff;
    position: absolute;
    bottom: -41px;
    transform: rotate(225deg);
    left: -10px;
    right: 0;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}

#sets .content-wrapper .close-icon {
    float: right;
    font-size: 2.25rem;
    position: relative;
    top: -15px;
    left: 15px;
    cursor: pointer;
    color: #f58426;
}

.moreinfo {
    display: block;
    position: relative;
}

.moreinfo:hover {
    cursor: pointer;
}

.moreinfo .img-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

#page-content .moreinfo .img-title h4 {
    color: #fff;
    padding: 10px;
    text-align: center;
}

.moreinfo .img-title:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient( to top, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0) 100% );
    z-index: -1;
}

.moreinfo .img-selected.img-title:after, .moreinfo:hover .img-selected.img-title:after {
    background: none;
    background-color: rgba(245, 132, 38, 0.8);
}

.moreinfo:hover .img-title:after {
    background: linear-gradient( to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.2) 100% );
}

#page-content .set .content-display p {
    line-height: 1.5em;
}

.set .content-display h4 {
    color: #f58426;
    margin-top: 0;
}

.set .content-display .content-intro {
    font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
    font-style: italic;
}

.call-to-action {
    text-align: center;
}

.call-to-action .btn-outline {
    padding: 10px 80px;
}

@media (max-width: 767px) {
    .bk-img {
        padding-bottom: 100%;
    }

    .content-display {
        padding: 20px 15px;
    }

    #sets .content-wrapper .close-icon {
        font-size: 1.5rem;
        top: -10px;
        left: 5px;
    }
}

/*--------------------------------------------------*\
         Our Management
\*--------------------------------------------------*/
@media(min-width: 768px) {
    #team .alias:first-child {
        /* margin-left:12.5%; */
    }
}

.profile {
    margin-bottom: 80px;
}

.set:last-child .profile:last-child {
    margin-bottom: 0;
}

.opengroup {
    height: auto !important;
}

.set>.container {
    margin-bottom: 30px;
    max-width: 100%;
}

.bio {
    border-top: 1px solid #f58427;
    border-bottom: 1px solid #f58427;
    padding: 30px 50px 40px 50px;
}

.set > .container > .row {
    display: flex;
}

#team .profile .close-icon {
    float: right;
    font-size: 2.25rem;
    position: relative;
    top: -20px;
    left: 30px;
    cursor: pointer;
    color: #f58426;
}

#cross {
    background: red;
    height: 100px;
    position: relative;
    width: 20px;
}

#cross:after {
    background: red;
    content: "";
    height: 20px;
    left: -40px;
    position: absolute;
    top: 40px;
    width: 100px;
}

.moreinfo:hover {
    cursor: pointer;
}

.moreinfo .img-wrapper {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
}

.set .bio p {
    margin-bottom: 15px;
    font-size: 16px;
}

.set .bio p.subheading {
    font-weight: bold;
}

.set .alias .name {
    color: #f58427;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
}

.set .alias .title {
    color: #5f6062;
    font-size: 15px;
    font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
}

.set .bio .advisername {
    text-align: left;
    display: block;
    font-size: 3rem;
    line-height: 1.875;
    margin: 0;
    color: #f58426;
    vertical-align: bottom;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
}

.set .bio .advisertitle {
    color: #5D87a1;
    font-size: 1.8rem;
    line-height: 1.5625;
    margin-top: 0;
    display: block;
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
}

.set .bio li {
    font-size: 16px;
    font-weight: lighter;
}

@media(max-width: 767px) {
    .bio {
        padding:20px 15px;
    }

    #team .profile .close-icon {
        float: right;
        font-size: 2.25rem;
        position: relative;
        top: -10px;
        left: 0px;
        cursor: pointer;
    }
}

@media(min-width: 768px) {
    .openbio .row .col-sm-6:first-child {
        padding-right:40px;
    }
}

#page-content.management p {
    margin-bottom: 15px;
}

/*--------------------------------------------------*\
         Contact us
\*--------------------------------------------------*/
#map-contact {
    height: 300px;
    width: 100%;
}

section.get-in-touch .row:first-child {
    padding-bottom: 60px;
}

.contact-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact-content, .contact-form-content {
    text-align: center;
    padding-bottom: 25px;
}

.contact-content {
    padding-bottom: 35px;
}

.contact-content h1:after {
    content : "";
    display: block;
    height : 1px;
    width: 45px;
    margin: 20px auto;
    border-bottom: 2px solid #656668;
}

.contact-form-content h1 {
    padding-bottom: 20px;
}

.contact-address {
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
    margin: 25px 0;
}

.contact-details .contact-info {
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #f58427;
    line-height: 40px;
}

.contact-details .contact-info i {
    width: 40px;
    font-size: 25px;
}

.contact-details .contact-info a {
    color: #f58426;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-details .contact-info a:hover {
    color: #f58427;
}

.contact-details h2 {
    font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 0;
    color: #f58427;
}

@media(max-width: 767px) {
    .contact-details {
        padding-top: 20px;
    }

    .contact-details .contact-info {
        font-size: 13px;
    }
}

@media(min-width: 768px) {
    .contact-details {
        padding-left: 50px;
    }
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    padding-left: 5px;
    padding-bottom: 15px;
    padding-top: 5px;
    border-width: 0 0 2px 0;
    border-color: #E5E5E5;
    color: #f58427;
    font-size: 30px;
    line-height: 26px;
    font-weight: lighter;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form .input-text:focus {
    outline: none;
    border-color: #f58427;
}

.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.help-block {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #a94442;
}

.form-field.has-error input {
    border-color: #a94442;
}

.contact-form .submit {
    text-align: center;
    margin: 15px 0;
}

.g-recaptcha>div {
    width: 100% !important;
}

@media(max-width: 767px) {
    .form-field {
        padding-top: 30px;
    }

    .g-recaptcha {
        transform: scale(0.8, 0.8);
        margin-left: -5px;
    }
}

.get-started>.row:first-child {
    margin-bottom: 50px;
}

.get-started-map {
    padding-top: 6em;
}

#formWidgetSubmitResultText {
    clear: both;
    color: #f58427;
    text-align: center;
    margin-bottom: 15px;
    font-size: 25px;
}

#divFWLoadingImg {
    margin-top: 20px;
}

/*--------------------------------------------------*\
         Footer
\*--------------------------------------------------*/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 20;
    font-size: 14px;
}

.footer-social {
    background-color: #9fa1a4;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 300px;
    padding: 25px 30px;
}

.footer-social h4 {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    padding-left: 25px;
}

.footer-social .at-style-responsive .at-share-btn {
    margin: 4px;
    padding: 3px;
    background-color: transparent !important;
    border: 2px solid #ffffff;
}

.footer-social .at-style-responsive .at-share-btn svg {
    fill: #ffffff !important;
}

.footer-disclaimer {
    padding: 15px 0px;
    padding-left: 345px;
    background-color: #f58426;
    color: #fff;
}

.footer-disclaimer a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.footer-disclaimer a:hover {
    color: #5f6062;
}

.footer-disclaimer p {
    margin-bottom: 5px;
}

.footer-links a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.footer-links {
    padding-top: 20px;
    padding-bottom: 5px;
}

.footer-links .copyright {
    padding-left: 20px;
}

.footer .ytml a {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .footer-social {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        width: 100%;
    }

    .footer-social h4 {
        text-align: center;
        padding-left: 0;
    }

    .footer-disclaimer {
        padding: 15px 45px;
    }
}

@media(max-width: 767px) {
    .footer-disclaimer {
        padding:15px 30px;
    }

    .footer-links .copyright {
        padding-left: 0px;
        display: block;
    }
}

/*--------------------------------------------------*\
         Pages
\*--------------------------------------------------*/
/*Community*/
.community-video {
    margin-top: 50px;
}

.community-video h5 {
    text-align: center;
}

.community-video .video, .community-video .pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    text-align: center;
}

.community-video .video:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    background: rgba(95, 96, 98, 0.5);
    top: 0;
    left: 0;
}

.community-video a.play-button {
    font-size: 6em;
    color: #fff;
    display: inline-block;
    transition: all 0.2s;
    opacity: 0.6;
    position: relative;
    top: 30%;
}

.community-video a.play-button:hover, .community-video .play-button:focus, .community-video .play-button:active {
    opacity: 0.9;
}

/*become an adviser*/
.page-banner {
    max-height: 300px;
    padding-bottom: 40%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.become-adviser-benefit {
    margin-top: 30px;
}

.become-adviser-benefit h5 {
    color: #f58426;
    font-size: 1em;
}

/*Wealth report*/
.wealth-report-bg {
    padding-bottom: 54.5%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.wealth-report-bg img {
    position: absolute;
    z-index: 5;
    right: 4.5%;
    bottom: 7.6%;
    width: 35.3%;
    transition: 0.3s all ease-in-out;
}

.wealth-report-bg img:hover {
    transform: scale(1.1);
}

/*In the know*/
.know-video-section .video {
    cursor: pointer;
    text-align: center;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

@media(max-width: 767px) {
    .know-video-section .col-sm-4:not(:last-child) .video {
        margin-bottom:50px;
    }
}

.know-video-section .video a.video-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.know-video-section .video .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: table;
    background-color: rgba(95, 96, 98, 0.5);
}

.know-video-section .video .overlay .play-button {
    display: table-cell;
    vertical-align: middle;
}

.know-video-section .video .fa {
    color: #fff;
    font-size: 5em;
    opacity: 0.6;
    transition: all 0.3s;
}

.know-video-section .video a:hover .fa, .know-video-section .video a:focus .fa, .know-video-section .video a:active .fa {
    opacity: 0.9;
}

/*
.load-more .fa{
    -webkit-animation: jump 1.5s infinite;
    animation: jump 1.5s infinite;
}

@keyframes jump {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}
*/
#payment-form .form-control {
    border-radius: 0;
}

#payment-form .form-control:focus {
    border-color: #f58426;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 132, 38, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 132, 38, 0.6);
}

.btn-fkc{
    text-align:center;
}

.btn-news{
    border: 2px solid #283a69;
    background-color: #283a69;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 15px;
    width:300px;
    font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
}

.btn-news:hover,
.btn-news:focus{
    background-color: #ffffff;
    color: #283a69;
}

@media(max-width:766px){
    .alias a{
        display: inline-block;
        width: 200px;
        justify-content:center;
    }
}


/* Virus MSG*/

.virus-msg {
    width: 100%;
    background-color: #fff084;
    padding: 5px;
}

.virus-msg-text {
    max-width: 100em;
    margin: auto;
    color: #000;
}

.virus-msg-text p {
    font-weight: 400;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.center {
  margin: auto;
  width: 60%;
  padding: 10px;
}

/* Bios */
.bio-container {
  width: 60%;
  height: 200px;
  margin: auto;
  padding: 10px;
}

.one {
  width: 15%;
  height: 200px;
  float: left;
}

.two {
  margin-left: 15%;
  height: 200px;
}

@media (max-width: 375px) {
    .media-left {
        display: block;
    }
}
img.media-object {
    width: 125px;
}

.media-object {
    width: 150px;
}

iframe#WP {
    width: 100%;
    max-width: 600px;
    height: 380px;
    margin: auto;
    border: 0;
    display: block;
}