body {
    line-height: 20px;
    overflow: hidden;
}
.bdr {
    position: absolute;
    z-index: 101;
}
.bdr#bdrTop {
    top: 0;
}
.bdr#bdrBottom {
    bottom: 0;
}
.mask {
    position: absolute;
    z-index: 13;
    background-color: #22211f;
    width: 100%;
    height: 100%;
    left: 0;
}
#mainContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /*border-top:#1e435d solid 7px; border-bottom:#1e435d solid 7px;*/
    
    z-index: 10;
    overflow: hidden;
}
#mainContainerInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /*border-top:#1e435d solid 7px; border-bottom:#1e435d solid 7px;*/
    
    z-index: 10;
    overflow: hidden;
}
.logo {
    width: 10.5729%;
    max-width: 203px;
    height: auto;
    top: 25px;
}
.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 135px;
    background: url(../images/common/headerPatch.png) repeat left top;
    display: none;
}
.topNav {
    top: 6px;
    right: 20px;
    font-size: 13px;
    position: absolute;
    min-width: 285px;
}
.topSearch {
    height: 31px;
    width: 75px;
    font-size: 13px;
    padding: 0 10px;
    line-height: 24px;
    float: right;
}
.topNav a {
    height: 25px;
    padding: 6px 12px 0 12px;
    margin: 0 2px 0 0;
    position: relative;
    float: right;
}
.topNav a img {
    width: 12px;
    height: 12px;
    padding-top: 3px;
}
.topNav a span {
    padding: 0 5px;
}
.topNav a:hover {
    background-color: #285879;
}
a.btnSearch {
    display: inline-block;
    float: right;
}
a.btnShowSearch {
    display: none;
    float: right;
}
.loginMenu {
    width: 200px;
    left: -90px;
    top: -300px;
}

.ToolMenu{
    width: 500px;
    
}

.loginMenu li a {
    background: url(../images/common/login.png) no-repeat 15px 12px;
    background-size: 12px auto;
    padding: 10px 18px 8px 42px;
    margin: 0 0px 0 0;
    width: 140px;
    height: auto;
}
.loginMenu li a:hover {
    background-color: #285879;
}
.loginMenu li.login_li2 > a:hover {
    background-color: #1e435d;
    cursor: text;
}
.login_submenu {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/home/loginmenu_divider.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 100%;
    background-color: #234c69;
}

.login_submenu2 {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 100%;
    background-color: #234c69;
}


.login_li2 {
    border-bottom: #4d697e solid 1px;
}
.loginMenu li.login_li2 > a {
    border-bottom: none;
}
.login_submenu > li {
    width: 49.5%;
}
.login_submenu > li:last-child {
    float: right;
}
.login_submenu > li > a {
    padding: 8px 18px 6px 18px;
    width: 70px;
    background: none;
    border-bottom: none;
    background-color: #234c69;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.login_submenu2 > li {
    width: 100%;
}
.login_submenu2 > li:last-child {
    float: right;
}
.login_submenu2 > li > a {
    padding: 8px 18px 6px 18px;
    width: 70px;
    background: none;
    border-bottom: none;
    background-color: #234c69;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.footer {
    position: absolute;
    z-index: 13;
    font-family: 'Conv_FuturaStd-Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    bottom: 20px;
    height: auto;
    width: 73%;
    margin: 0 15% 0 12%;
    color: #fff;
}
.footer a {
    color: #939393;
    margin-right: 7px;
}
.footer a:hover {
    color: #fff;
}
.footer .social {
    padding: 5px 0 0px 0;
    border-bottom: #222423 solid 1px;
}
.footer .social a {
    opacity: 0.5;
    transition: 0.50s ease-in;
}
.footer .social a:hover {
    opacity: 1;
    transition: 0.50s ease-in;
}
.footerlinks {
    border-bottom: #222423 solid 1px;
    padding: 5px 0 5px 0;
}
.footerlinks#sitelnk {
    display: none;
}
.footerlinks:last-child {
    border-bottom: none;
}
.homeLeft {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    top: 0px;
}
.homeRight {
    position: relative;
    width: 19.8958%;
    height: 100%;
    float: right;
    top: 0px;
}
.homeSlideshow {
    position: relative;
    width: 100%;
    margin-bottom: .3000%;
    height: 74.1814%;
    background-color: #000;
    overflow: hidden;
}
#slides {
    position: relative;
    height: 100% !important;
    background: url(../images/common/loader.gif) no-repeat center center;
}
#slides .slides-container {
    display: none;
    filter: brightness(80%);
    /* filter: grayscale(100%); */
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}
.slides-container li img {
    vertical-align: bottom;
}
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
    display: none;
}
.slides-navigation a {
    position: absolute;
    display: block;
}
.slides-navigation a.prev {
    left: 0;
}
.slides-navigation a.next {
    right: 0;
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    text-align: right;
    width: 30%;
    right: 20px;
}
.slides-pagination a {
    border-radius: 2px;
    width: 11px;
    height: 11px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 3px;
    overflow: hidden;
    text-indent: -9999px;
    background: #fdfdfd;
}
.slides-pagination a.current {
    background: #1e527a;
}
.slides-control {
    width: 100% !important;
}
.blurb img.bgBlurb {
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    filter: brightness(40%);
}
.blurb:hover img.bgBlurb {
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.blurb img.bgBlurb2 {
    width: 100%;
    height: 100%;
    position: relative;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.blurb:hover img.bgBlurb2 {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.blurbPan {
    width: 100%;
    height: 26%;
    background-color: #0e0446;
    position: relative;
}
.blurb {
    width: 24.8041%;
    margin-right: 0.2610%;
    height: 100%;
    position: relative;
    overflow: hidden !important;
    vertical-align: middle;
    float: left;
}
#blurbFour {
    margin-right: 0;
}
.blurb:hover .blurbCaption {
    display: none;
}
div.blurbCaption {
    width: 90%;
    padding: 0 5%;
}
div.blurbText {
    width: 90%;
    padding: 0 5%;
    display: block;
    top: 0px;
}
.blurbCaption h3 {
    top: 0%;
    font-size: 23px;
    background-size: 70% auto, 70% auto;
    padding-top: 8%;
    padding-bottom: 8%;
    line-height: 1.2em;
}
.blurbText h3 {
    margin-top: 3%;
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
.blurbText p {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.imgbdr {
    width: 70%;
    height: auto;
}
#vidblurb {
    height: 28%;
    width: 100%;
    margin-bottom: 1.1541%;
}
#manageBlurb {
    height: 22.6666%;
    width: 100%;
    margin-bottom: 1.1541%;
    float: left;
}
#mediaBlurb {
    height: 22.6666%;
    width: 100%;
}
#vidblurb:hover .blurbCaption {
    display: block;
}
#manageBlurb:hover .blurbCaption {
    display: none;
}
#mediaBlurb:hover .blurbCaption {
    display: none;
}
#vidblurb .play {
    width: 0%;
    max-width: 65px;
    margin: 0;
    visibility: hidden;
}

#privBlurb {
    height: 25.4629%;
    width: 100%;
}

.privBlurb{
	margin-top: 1.1541%;
}
.blurbCaption img.icoBlurb {
    position: relative;
    margin: -40px 0 0 0;
}
.bannerCaption {
    width: 90%;
    padding: 0 10% 0 5%;
    bottom: 7%;
}
.bannerCaption h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 0.1em;
}
.bannerCaption p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
/* select dropdown form */

label.custom-select {
    top: 30px;
    right: 15px;
    font-size: 18px;
}
.custom-select select {
    padding: 5px 3px 3px 5px;
    height: 35px;
}
.custom-select:after {
    line-height: 42px;
    padding: 0 10px;
}
/*************************************************************************************************/

.mouse-bg {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
}
.bgParallax {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}
.bgParallax img.bgImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#bgcapitalmanagment{
    background: url(../images/common/Wealth-Managment-bg-img.jpg) no-repeat center top;
    /*background-size: auto 100%; */ 
}
#bgWealthAdvisor {
    background: url(../images/common/wealth-management.jpg) no-repeat center top;
    /* background-size: auto 100%;   */
    opacity: .4;
}
#InvestmentManagement {
    background: url(../images/common/Investment-Management.jpg) no-repeat center top;
   /* background-size: auto 100%;  */
}
#InsuranceManagement {
    background: url(../images/common/insurance-management.jpg) no-repeat center top;
    /* background-size: auto 100%;  */
    opacity: .1;
}
#bgWealthManagement {
    background: url(../images/ask-group/bg-img.html) no-repeat center top;
    /*background-size: auto 100%; */ 
}
#bgMedia {
    background: url(../images/media/bg-img.html) no-repeat center top;
    /*background-size: auto 100%; */ 
}
#bgCareer {
    background: url(../images/careers/bg-img.html) no-repeat center top;
   /*background-size: auto 100%; */ 
}
#bgPravi {
    background: url(../images/pravi/bg-img.html) no-repeat center top;
    /*background-size: auto 100%; */ 
}
.askContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}
.introText {
    position: absolute;
    width: auto;
    left: 14%;
    top: 20%;
    width: 50%;
    text-align: justify;
    text-justify: inter-word;
}
.introText h2 {
    font-size: 55px;
    line-height: 1.2em;
    margin-bottom: 0.1em;
    text-align: justify;
    text-justify: inter-word;

}
.introText p {
    font-size: 16px;
    color: #e2e2e2;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;
}
.introText a {
    color: #1c517b;
}
.bottomPan {
    position: absolute;
    z-index: 12;
    width: 100%;
    bottom: 0;
    padding: 0% 0 1% 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: auto;
}
.bottomBlurbs {
    width: 80%;
    margin: 0 auto;
}
.innerBottomBlurbs {
    width: 80%;
    margin: 0 auto;
}
.lnkBlurbpan {
    float: left;
    width: 47%;
    padding: 3% 0 0 0;
}
.divider {
    float: left;
    width: 6%;
    background-image: url(../images/common/divider.png);
    background-position: center center;
    background-size: 8px 100%;
    background-repeat: no-repeat;
    height: 117px;
    padding-bottom: 0%;
    margin: 3% 0 0 0;
}
.lnkBlurbbottom {
    padding: 0 0 0 15%;
    width: auto;
}
.lnkBlurbbottom h3 {
    font-family: 'futuracondensed_medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 0.1em;
}
.lnkBlurbbottom p {
    font-size: 14px;
    color: #e2e2e2;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-word;
}
#icoRichvalueiafo {
    background: url(../images/common/ico_Richvalueiafo.html) no-repeat left top;
    background-size: 12% auto;
    background-position: 0 0;
}
#icoPWMS {
    background: url(../images/common/ico_pwms.png) no-repeat left top;
    background-size: 12% auto;
    background-position: 0 0;
}
.sideLinks {
    position: fixed;
    top: 10%;
    right: 0px;
    max-width: 103px;
    width: 7.5%;
}
.sideLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sideLinks ul li {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    border: #a5a4a0 solid 1px;
    margin: -1px 0 0 0;
    text-align: center;
    padding-bottom: 0%;
    max-height: 103px;
}
.sideLinks ul li .sideButton {
    /* position: relative; */
    display: inline-block;
    background: none;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    font-family: 'futuracondensed_medium', Arial, Helvetica, sans-serif;
    color: #898884;
    font-size: 20px;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
}
.sideLinks ul li .sideButton img {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 72px;
    z-index: 12;
    left: 50%;
    margin-left: -36px;
}
.sideLinks ul li .sideButton .btntext {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    transition: color 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    z-index: 12;
    width: 100%;
    padding: 0 0% 0 0%;
    line-height: 16px;
    left: 0;
    top: 0%;
    height: 100%;
}
.sideLinks ul li .sideButton .btntext a {
    color: #e1e1e1;
    text-decoration: none;
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.sideLinks ul li .sideButton:hover .btntext a {
    color: #fff;
}
.sideLinks ul li .sideButton .btntext a b {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    z-index: 12;
    width: 80%;
    padding: 0 10% 0 10%;
    line-height: 16px;
    left: 0;
    bottom: 7%;
    height: 30px;
    font-weight: normal;
}
.sideLinks ul li .sideButton .btnBg {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1c517b;
    height: 0;
    transition: height 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    z-index: 11;
}
.sideLinks ul li .sideButton:hover .btnBg {
    height: 100%;
}
.sideLinks#listWealthadvisors {
    top: 45%;
    margin-top: -14%;
}
.sideLinks#listcapitalmanegment {
    top: 50%;
    margin-top: -14%;
}
.sideLinks#listInvestmentManagers {
    top: 45%;
    margin-top: -15%;
}
.sideLinks#listWealthManagement {
    top: 45%;
    margin-top: -7%;
}
.sideLinks#listPropertyInvestment {
    top: 45%;
    margin-top: -7%;
}
.sideLinks#listCareer {
    top: 45%;
    margin-top: -7%;
}
.sideLinks#listMedia {
    top: 45%;
    margin-top: -7%;
}
.bottomLinks {
    width: 100%;
    padding: 2% 0 1% 0;
}
.bottomLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.bottomLinks ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    font-family: 'futuracondensed_medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    background: url(../images/common/divider.png) no-repeat right center;
}
.bottomLinks ul li:last-child {
    background: none;
}
.bottomLinks ul li a {
    color: #8f8e8e;
    text-align: center;
    opacity: 0.5;
    transition: 0.50s ease-out;
}
.bottomLinks ul li span {
    display: block;
}
.bottomLinks ul li a:hover {
    color: #fff;
    opacity: 1;
    transition: 0.50s ease-out;
}

#bLIcapitalmanagment{
    width: 100%;
    padding: 2% 0 1% 0;
    margin: auto !important;
    text-align: center !important;
}

#bLIcapitalmanagment li{
    float: none;
}

#bgcapitalmanagment .bulletList{
    border-bottom: 1px solid #185b8f;
    padding-bottom: 1em;
}

#bgcapitalmanagment .numberList > ol, #bgcapitalmanagment .numberList > ol ol{
    margin-left: 0px;
}

.navfund{
    /* background: url(../images/ask-capital-managment/nav-icon.png) no-repeat right center; */
    float: left;
}

.navPageTitle {
    float: right;
}

.askgem{
    font-weight: bolder;
    font-size: 14px;
    color: #195c90;
    margin-top: 60px;
}

.askGem{
    margin-top: 40px;
}

.askGem h3{
    font-family:'futuracondensed_medium',Arial, Helvetica, sans-serif;
    color: #195c90;
    font-size: 140px;
    float: left;
    display: inline-table;
    line-height: 0.83;
    margin-left: -15px;
}

.askGem #trapezium {
    height: 0;
    width: 107px;
    border-top: 106px solid #c2c2c2;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    float: left;
}

.askGemList{
    float: left;
    text-transform: uppercase;
    color: #8f8f8f;
    font-family: arial;
    font-weight: bold;
    margin-left: 12px;
}

.askGemList li{
    margin-bottom: 11px;
    letter-spacing: 1px;
}
.askGemList li span{
    color: #195c90;
}

.tableList{
    margin-bottom: 3px;
}

.listTitle, .listPara{
    background: #ebebeb;
    display: inline-block;
    padding: 14px 0 14px 20px;
    font-size: 18px;
    box-sizing: border-box;
}

.listTitle{
    width: 38%;
    font-family:'futuracondensed_medium',Arial, Helvetica, sans-serif;
    color: #195c90;
}
.listPara{
    font-size: 14px;
    width: 60%;
    color: #666666;
}

/**********Nav page***********/

button:disabled{
    opacity: 0.5;
}

#nav_submit:disabled {
    background: rgba(254, 254, 254, 0.55);
    color: #185c8e;
}

.navSection .listTitle{
    background: #c5c5c5;
}


.navSection input[type=text]{
    background: #efefef;
}

.datePicker{
    background-color: #ebebeb;
    width: 35.2%;
    height: 35px;
    margin-top: 25px;
    margin-right: 4px;
    padding:10px 8px 5px 18px;
    color: #929292;
    float: left;
}

.datePicker__ip{
    width:90%;
    outline:0;
    margin-right: 0px;
}
.datePicker .ui-datepicker-trigger{
    background:none;
    border:0;
    outline:0;
    padding:0;
    cursor: pointer;
    vertical-align:middle;
    width: 10%;
}

.fundblock{
    overflow: auto;
}

.FundResult{
    width: 99%;
    text-align: left;
    margin-top: 25px;
    font-size: 12px;
}

.FundResult th{
    background: #c5c5c5;
    color: #195c90;
    width: 20%;
    padding: 8px 5px 8px 15px;
}

.FundResult td{
    background: #dbdbdb;
    color: #666666;
    width: 20%;
    padding: 8px 5px 8px 15px;
}

.FundResult_filter{
    width: 99%;
    text-align: left;
    margin-top: 25px;
    font-size: 12px;
}

.FundResult_filter th{
    background: #c5c5c5;
    color: #195c90;
    width: 20%;
    padding: 8px 5px 8px 15px;
}

.FundResult_filter td{
    background: #dbdbdb;
    color: #666666;
    width: 20%;
    padding: 8px 5px 8px 15px;
}

.Downloads{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.Downloads p{
    float: left;
    color: #666666;
}

.Downloads .btntext{
    display: inline-block;
    background: #195c90;
    padding: 2px 8px;
    margin-left: 15px;
    color: #e2e2e2;
    font-size: 12px;
}

.Downloads .btntext:hover{
    background: #e2e2e2;
    color: #195c90;
}

/*NAV slider css start*/
.navSlider{
    top: 50%;
    transform: translateY(-50%);
}
.navContainer{
    position: relative;
    z-index: 12;
    width: 100%;
    height: 103px;
    display: inline-block;
    font-family: 'futuracondensed_medium', Arial, Helvetica, sans-serif;
}
.navWrap{
   /*  padding-left: 10px;
   padding-right: 10px; */
    font-size: 15px;
    font-family: 'futuracondensed_medium', Arial, Helvetica, sans-serif;
    /* color: #ffffff; */
}

.navWrap a{
    width: 103px;
    height: 103px;
    display: block;
}

.navFundData{
    color: #e1e1e1;
    margin-top: 20px;
    display: block;
}

.fundType, .fundClassType{
    font-size: 12px;
}
.fundValue, .fundValue a{
    color: #fff;
}

.navSlider{
    height: 100%;
}

.navImg{
    position: relative !important;
}

/*NAV slider css end*/

@media screen and (max-width: 1920px) and (min-width: 1441px) {
    .introText p {
        font-size: 23px;
    }
    .bottomBlurbs {
        width: 75%;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
	#bgcapitalmanagment{
		background-size: 100% 100%;
	}
    #bgWealthAdvisor {
        background-size: 100% 100%;
    }
    #bgPropertyInvestment {
        background-size: 100% 100%;
    }
    #bgInvestmentManagers {
        background-size: 100% 100%;
    }
    #bgWealthManagement {
        background-size: 100% 100%;
    }
    #bgMedia {
        background-size: 100% 100%;
    }
    #bgCareer {
        background-size: 100% 100%;
    }
    #bgPravi {
        background-size: 100% 100%;
    }

    .datePicker {
        width: 34.2%;
        margin-right: 5px;
    }
    .askGem #trapezium {
        width: 73px;
    }
}
@media screen and (max-width: 1280px) {
    .sideLinks {
        width: 12.5%;
    }
    .sideLinks ul li .sideButton {
        padding-bottom: 0%;
        height: 95px;
        font-size: 13px;
    }
    .sideLinks ul li {
        margin: 0px 0 0 0;
        height: 95px;
    }
    .sideLinks ul li .sideButton .btntext {
        bottom: 6%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
    .logo {
        width: 145px;
        height: auto;
        top: 25px;
    }
    .bannerCaption {
        bottom: 7%;
    }
    .bannerCaption h2 {
        font-size: 25px;
        line-height: 1em;
        margin-bottom: 0.1em;
    }
    .blurbCaption h3 {
        font-size: 18px;
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .blurbText h3 {
        font-size: 18px;
    }
    .blurbText p {
        font-size: 11px;
    }
    .introText {
        left: 14%;
        top: 25%;
        width: 70%;
    }
    .bottomBlurbs {
        width: 96%;
    }
    .innerBottomBlurbs {
        width: 96%;
    }
    .lnkBlurbbottom h3 {
        font-size: 22px;
    }
    .lnkBlurbbottom p {
        font-size: 12px;
    }
    #bgcapitalmanagment{
		background-size: 100% 100%;
	}
    #bgWealthAdvisor {
        background-size: 100% 100%;
    }
    #bgPropertyInvestment {
        background-size: 100% 100%;
    }
    #bgInvestmentManagers {
        background-size: 100% 100%;
    }
    #bgWealthManagement {
        background-size: 100% 100%;
    }
    #bgMedia {
        background-size: 100% 100%;
    }
    #bgCareer {
        background-size: 100% 100%;
    }
    #bgPravi {
        background-size: 100% 100%;
    }
    label.custom-select {
        top: 40px;
        right: 15px;
        font-size: 18px;
    }
    .custom-select select {
        padding: 0px 3px 0px 5px;
    }
}