/*HVM CUSTOM STYLES*/

@media (min-width: 1199px)
{
.container {
    width: 85%;
}
}
/*==========Spacing==========*/

html {
    margin-top: 0px !important;
}

.left-slider-margin {
	margin-left: 10%;
	}
	
 .color-333 label{
    color: #0b1c34 !important;
    font-size: 20px !important;
    
}   

.color-primary {
    color: #04289c !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    color: #333 !important;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}

#wpforms-988 div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: transparent !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border-top: none !important;
		border-bottom: 1px solid #ccc !important;
		border-left: none !important;
		border-right: none !important;
		border-radius: 0px !important;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

div.wpforms-container .wpforms-form .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: transparent !important;
    padding: 4px 6px 1px;
    border-top: none !important;
		border-bottom: 1px solid #cccccc !important;
		border-left: none !important;
		border-right: none !important;
		border-radius: 0px !important;
    min-height: 35px;
    overflow: hidden;
}

div.wpforms-container .wpforms-form .choices__placeholder {
    opacity: 1 !important;
}

#wpforms-submit-988 {
	float: right !important;
	padding: 10px 0 0 0;
    clear: both;
    position: relative;
    margin-top: -150px;
}
	
#wpforms-submit-989 {
	background: transparent !important;
	border: none !important;
	color: #eee;
	display: block;
	padding: 0px 5px !important;
	margin-top: -10px !important;
}

#wpforms-submit-990 {
	background: #0b1c34 !important;
	color: #fafafa;
	min-width: 100% !important;
}

#wpforms-form-990 .wpforms-field-label {
	color: #0b1c34 !important;
}

#wpforms-989-field_1::-webkit-input-placeholder {
	color: #eee !important;
}	

#wpforms-989-field_3::-webkit-input-placeholder {
	color: #eee !important;
}

#wpforms-989-field_4::-webkit-input-placeholder {
	color: #eee !important;
}

#wpforms-989-field_5::-webkit-input-placeholder {
	color: #eee !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline;
    color: #333 !important;
    vertical-align: baseline;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.3;
}

.wpforms-button-styles {
	background: transparent !important;
	color: #0b1c34 !important;
	padding: 10px 40px !important;
	border: 1px solid #0b1c34 !important;
}


#wpforms-988-field_24-container {
	margin-left: 0% !important;
}



#wpforms-988-field_25-container .wpforms-field-description {
    font-size: 13px;
    line-height: 1.3;
    margin: 8px 0 0 0;
    margin-left: 25px;
    margin-top: -22px;
    color: #0b1c34;
}

.swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
	  max-height: 500px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 20%;
    }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible !important;
    list-style: none;
    padding: 0;
    z-index: 1;
}

 .ms-navbar .navbar-brand {
    font-weight: 300;
    word-spacing: -4px;
    font-size: 20px;
    padding-top: 0px;
    margin: 0px 20px;
    color: #f5f5f5;
    display: none;
    height: 50px;
    width: 110px;
    white-space: nowrap;
}

.ms-subscribre-btn {
    background-color: rgba(0,0,0,.0);
    border: none;
    display: block;
    max-width: 100%; 
    border-radius: 0px !important;
    padding: 0px !important;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    text-transform: uppercase;
}

.form-group {
    padding-bottom: 1px;
    margin: 25px 0 0;
}


.form-group .form-control {
    margin-bottom: 1px;
}

.ms-subscribre-btn:hover {
    background-color: rgba(0,0,0,.0);
    border: none;
    display: block;
    max-width: 100%; 
    border-radius: 0px !important;
    padding: 0px !important;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    text-transform: uppercase;
        content: none;
}

.sticky-menu-btns {
 position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1000;
}

.ms-subscribre-btn:after {
    font-family: Material-Design-Iconic-Font;
    content: none;
    margin-left: 10px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.uk-dotnav>.uk-active>* {
    background-color: #23bcdc !important;
    border-color: transparent;
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(35, 189, 220, 0.20) !important;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102,102,102,.0) !important;
    transition: .2s ease-in-out;
    transition-property: background-color,border-color;
}

.mw-950 {
    max-width: 950px;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-1200 {
    max-width: 1200px;
}


.mb-25 {
    margin-bottom: 25px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-15{
    margin-top: 15px;
}

.mt-1{
    margin-top: 10px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-5 {
    margin-top: 50px;
}

.fw-400 {
    font-weight: 400 !important;
}

.border-btm-gray {
    border-bottom: 2px solid #d6d6d6;
}

.top-m15 {
        top: -15px;
}

.padding-2 {
    padding: 5px;
}

.fund-page-top-padding {
    padding-left: 90px;
}

.blog-page-top-padding {
    padding-left: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 0px solid #ddd !important;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: inherit !important;
}

.list-group a.list-group-item.active:hover {
    color: #d6d6d6;
    border-top: 3px solid #003057;
    border-bottom: 1px solid #eee;
    background-color: #003057;
    font-size: 20px !important;
}
    
.fund-details-table-sizing {
    line-height: 0.6 !important;

}

.distribution-table-sizing {
    line-height: 0.6 !important;

}

.fund-details-table-sizing-th {
    line-height: 1.0 !important;

}

.list-group a.list-group-item.active {
    color: #d6d6d6;
    border-top: 3px solid #003057;
    border-bottom: 1px solid #eee;
    background-color: #003057;
    font-size: 20px ;
    font-weight: 400;
}

.h1-spacing {
    margin: 2rem 0 1.5rem;
}

.border-right-fund-page {
    border-right: 1px solid rgb(54, 62, 89, .5);
}

.dist-info-line-height {
    line-height: 1.79 !important;
}

.dist-info-line-height-th {
    line-height: 1.25 !important;
}

.sb-site-container {
    min-height: 0px !important;
}

.blog-post-picture {

max-width: 670px !important;
height: auto;

}


element.style {
}
.list-group .list-group-item:first-child, .list-group a.list-group-item:first-child {
    border-top: solid 1px #eee;
}
.list-group .list-group-item, .list-group a.list-group-item {
    border: 0;
    padding: 10px 15px;
    margin: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: solid 1px #eee;
    vertical-align: middle;
}
.list-group .list-group-item {
    background-color: transparent;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    padding: 0 16px;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
a.list-group-item, button.list-group-item {
    color: #eee !important;
}

.home-post-img {
	max-height: 250px !important;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

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

.mobile-show-header {
	display: none;
}

.border-angle-bottom-left:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 200px; /* Change this to whatever width you want. */
    border-bottom: 15px solid #83b971; /* This creates the border. Replace black with whatever color you want. */
    border-left: 15px solid #528e93;
    height: 200px;
    padding-top: 10px;
    margin-top: -177px;
    margin-left: -23px;
}

.border-angle-bottom-right:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 200px; /* Change this to whatever width you want. */
    border-bottom: 15px solid #59ad9b; /* This creates the border. Replace black with whatever color you want. */
    border-left: 15px solid #354b63;
    height: 200px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: -40px;
    margin-top: -175px;
}

.border-angle-bottom-right-clients:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 200px; /* Change this to whatever width you want. */
    border-bottom: 15px solid #23bcdc; /* This creates the border. Replace black with whatever color you want. */
    border-right: 15px solid #23bcdc;
    height: 200px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: -25px;
    margin-top: -175px;
}

/*==========Spacing==========*/



/*==========Backgrounds==========*/



.nav-tabs-ver-container .nav-tabs-ver li.active a {
    color: #23bcdc !important;
    border-left: 6px solid #23bcdc !important;
}

.nav-tabs-ver-container .nav-tabs-ver:after {
    content: "";
    display: block;
    width: 0px;
    position: absolute;
    z-index: 10;
    box-shadow: -1px 0 1px 0 rgba(0,0,0,.3);
    height: 100%;
    top: 0;
    right: 0;
}

.btn.btn-lg, .btn-group-lg .btn, .input-group-btn .btn.btn-lg, .btn-group-lg .input-group-btn .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px; 
    padding-right: 40px; 
    padding-left: 40px;
}

.ms-hero-bg-primary:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 46, 61, 0.81);
    z-index: 0;
}

.btn-home-blog {
	background-color: transparent !important;
    color: #0c1b34;
    box-shadow: none !important;
    border: 2px solid #0c1b34;
    padding: 15px;
}

.home-blog-img{
	max-height: 250px;
}

.ms-slidebar .ms-slidebar-header {
    min-height: 150px;
    background: #02132c;
    position: relative;
}

.ms-hero-img-homebg {
    background-image: url(../img/bg5.jpg);
    background-size: cover;
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.ms-slidebar .ms-slidebar-menu>li>a:after {
    font-family: Material-Design-Iconic-Font;
    font-size: 1.2em;
    float: right;
    content: '\f2fb';
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    color: #666;
}

.ms-slidebar .ms-slidebar-menu>li>a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    background-color: #fff;
}

.ms-hero-bg-light:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 82, 82, 0.0); 
    z-index: 0;
    border-bottom: 0px solid #c2c2c2;
    border: none !important;
    box-shadow: none !important;
}


.ms-tag.ms-tag-primary:hover {
    background-color: #003057;
    color: #fafafa;
    border: 1px solid #003057;
}

.bg-fafafa {
    background-color: #fafafa;
}


.distribution-table-th { 
    font-size: 18px; 
    font-weight: 300; 
    background-color: #04289c; 
    color: #fafafa; 
    border-bottom: 2px solid #b4b4b5 !important;
}

.ms-hero-img-fundbg {
    background-image: url(../wp-content/uploads/2020/03/fund-page-bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: rgba(19, 33, 78, 0.72);
}

.dark-bg {
    background-color: rgba(42, 42, 42, 0.15) !important;
}

.bg-hvm-darknavy {
    background-color: #0B1c37;
}

.bg-hvm-Sapphire {
    background-color: #285783;
}

.bg-hvm-lightsilver {
    background-color: #d6d6d6;
}


.ms-hero-bg-dark:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 49, 61, 0.54);
    z-index: 0;
}


.bg-lightsilver {
    background-color: #d6d6d6;
}

.bg-offwhite {
    background-color: #f4f4f5;
}

.ms-footbar {
    background-color: #003057;
    color: #eee;
    position: relative;
    margin-top: 0px;
}

.ms-footer-alt-color {
    background-color: #0b1c37;
}


.color-danger-light {
    color: #d6d6d6;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

body .sb-site-container {
    -webkit-transform: none;
    transform: none;
    background-color: #fafafa;
    min-height: 0;
}

.ms-footbar:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0px !important;
    z-index: 2;
    background-color: #f5f5f5;
}

.ms-footbar:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: -10px;
    box-shadow: none;
    height: 10px;
    z-index: 1;
}

.ms-slidebar .ms-slidebar-menu>li>a:after {
    font-family: Material-Design-Iconic-Font;
    font-size: 1.2em;
    float: right;
    content: '\f2fb';
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.ms-hero-img-blog-bg {
    background-image: url(../img/hvm-main-bg.png);
    background-size: cover;
    background-position: center center;
}


.featured-image-style {
/*     box-shadow: 0 0px 0px 0 rgba(0,0,0,.14), 0 0px 1px -2px rgba(0,0,0,.2), 0 1px 2px 0 rgba(0,0,0,.12); */
box-shadow: none !important;
}

.shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.ms-tag-primary-blogpost {
    background-color: #003057;
    border: 1px solid rgba(96,96,96,.5);
}

.form-group .radio label, .form-group label {
    font-size: 16px;
    line-height: 1.2;
/*     color: #bdbdbd; */
    font-weight: 400;
    text-align: left !important;
}


.ms-timeline {
    list-style-type: none;
    border-left: dashed 1px #003057 !important;
    padding: 0;
    margin-left: 100px !important;
}
/*==========Backgrounds==========*/


/*==========NAVBAR==========*/

.navbar-mode .navbar-nav {
    float: right;
    margin-right: 0px !important;
}

.ms-navbar .navbar-nav.navbar-right {
    margin-right: 0px !important;
}

.ms-navbar-white.navbar-mode .navbar-nav>li.active a:before, .ms-navbar-dark.navbar-mode .navbar-nav>li.active a:before, .ms-navbar-primary.navbar-mode .navbar-nav>li.active a:before, .ms-header-dark+.ms-navbar-dark .navbar-nav>li.active a:before, .ms-header-white+.ms-navbar-white .navbar-nav>li.active a:before, .ms-header-primary+.ms-navbar-primary .navbar-nav>li.active a:before {
    height: 2px;
    background-color: #CEB400;
}

.ms-navbar .navbar-nav li.active>a, .ms-navbar .navbar-nav li.active>a:hover, .ms-navbar .navbar-nav li.active>a:hover {
    background-color: transparent;
    color: #d7d7d7;
}

.ms-navbar-white.navbar-mode .navbar-nav>li>a:before, .ms-navbar-dark.navbar-mode .navbar-nav>li>a:before, .ms-navbar-primary.navbar-mode .navbar-nav>li>a:before, .ms-header-dark+.ms-navbar-dark .navbar-nav>li>a:before, .ms-header-white+.ms-navbar-white .navbar-nav>li>a:before, .ms-header-primary+.ms-navbar-primary .navbar-nav>li>a:before {
    position: absolute;
    display: block;
    content: "";
    background-color: #d6d6d6 !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height ease .3s;
    transition: height ease .3s;
    z-index: -1;
}

.ms-navbar-white.navbar-mode .navbar-nav>li.active a:before, .ms-navbar-dark.navbar-mode .navbar-nav>li.active a:before, .ms-navbar-primary.navbar-mode .navbar-nav>li.active a:before, .ms-header-dark+.ms-navbar-dark .navbar-nav>li.active a:before, .ms-header-white+.ms-navbar-white .navbar-nav>li.active a:before, .ms-header-primary+.ms-navbar-primary .navbar-nav>li.active a:before {
    height: 2px;
    background-color: #003a67;
}

.ms-navbar {
    background-color: #fafafa;
    color: #f2f3f6 !important;
    border: none;
    height: 75px;
    border-bottom: 0px solid #ddd;
    padding-top: 10px;
    margin-bottom: 40px;
    box-shadow: rgba(73, 73, 73, 0.0) 0px 1px 1px;
}

.ms-navbar .navbar-nav li a {
    font-weight: 400;
    color: #333;
    padding: 18px 25px !important;
    font-size: 15px;
}

.ms-navbar .navbar-nav li a:hover {
    font-weight: 400;
    color: #0b1c34;
    padding: 15px 15px;
    font-size: 15px;
    background: #fafafa !important;
}

.ms-navbar-primary.navbar-mode .navbar-nav>li>a:hover {
	background-color: transparent !important;
}

.ms-navbar .navbar-nav li.active>a, .ms-navbar .navbar-nav li.active>a:hover, .ms-navbar .navbar-nav li.active>a:hover {
    background-color: transparent !important;
    color: #d7d7d7 !important;
}

.btn-circle.btn-circle-raised.btn-circle-primary {
    background-color: #04289c;
    padding: 10px;
}

.navbar-mode .btn-navbar-menu {
    display: none;
}

.nav.nav-tabs-transparent {
    background-color: transparent;
    border-bottom: solid 3px #999;
}


::placeholder {
  color: #111 !important;
  opacity: 1; /* Firefox */
  font-size: 15px !important;
}

:-ms-input-placeholder { 
  color: #111 !important;
  font-size: 15px !important;
}

::-ms-input-placeholder { 
  color: #111 !important;
  font-size: 15px !important;
}

.white-placeholder::placeholder {
  color: #a0a0a0 !important;
  opacity: 1; /* Firefox */
}

.white-placeholder:-ms-input-placeholder { 
  color: #a0a0a0 !important;
}

.white-placeholder::-ms-input-placeholder { 
  color: #a0a0a0 !important;
}

.nav.nav-tabs.indicator-primary .ms-tabs-indicator {
    background-color: #04289c !important;
    bottom: -3px !important;
}

/*
.nav.nav-tabs-transparent li a {
    color: #333 !important;
}
*/

ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}

li.angle {
background: url('/wp-content/uploads/angles.png') no-repeat left top;
}

.active_selection {
	background-color: #04289c;
	color: #fff !important;
	font-weight: 500;
	transition: .5s;
	z-index: 0;
}

.active_selection:hover {
	background-color: #23bcdc !important;
	color: #fff !important;
	font-weight: 500;
	transition: .5s;
	z-index: 0;
}

.btn, .input-group-btn .btn {
    padding: 12px 30px;
    margin: 0px !important;
    text-transform: none !important;
    border-radius: 0px !important;

}


.about-tabs-height-sizing {
	height: 310px;	
}


.ms-navbar.shrink {
    -webkit-animation: fadeInDownPerso;
    animation: fadeInDownPerso;
    -webkit-animation-duration: .1s !important;
    animation-duration: .1s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

	
.border-angle-bottom-left:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 200px; /* Change this to whatever width you want. */
    border-bottom: 15px solid #23bcdc; /* This creates the border. Replace black with whatever color you want. */
    border-left: 15px solid #23bcdc;
    height: 200px;
    padding-top: 10px;
    margin-top: -177px;
    margin-left: -23px;
}

#menu-center {
    width: 100%;
    height: auto;
    background: #f2f3f6 !important;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
 
}
#menu-center ul {
    margin: 8px 50px 8px 0px;
}
#menu-center ul li a{
		padding: 12px 125px;
		width: 400px;
		transition: .5s;
}

#menu-center ul li {
    list-style: none;
    display: inline;

}

.ms-navbar.shrink .btn-navbar-menu {
   /* display: block;*/
    display: none;
}

.sticky-fund-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 74px;
    z-index: 1000;
	box-shadow: 0 1px 1px rgba(0,0,0,.09);
	border-bottom: 1px solid #ddd;
	}

.sticky-arrow-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 118px;
    z-index: 1000;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border: none !important;
}

.sticky-blog-menu {
	position: sticky;
    top: 125px;
    z-index: 0;
}

.home-about-neos .info-card.seek-high-monthly-income1 {
	background-image: url();
}
.home-about-neos .info-card.tax-efficient-portfolio-management1 {
	background-image: url();
}
.home-about-neos .info-card.ongoing-data-driven-research1 {
	background-image: url();
}

.fund-page-menu-style {
  border-bottom: 1px solid #d0d0d0;
  box-shadow: 0 1px 1px rgba(0,0,0,.29);
  background-color: #f5f5f5;

}

.fund-page-nav {
    float: none !important; 
    margin-left: auto !important; 
    margin-right: auto !important; 
    text-align: center !important; 
    display: inline-block;
}

.fund-page-nav-padding {
    padding-right: 40px !important; 
    padding-left: 40px !important;
}

.nav.nav-tabs-transparent.indicator-primary li.active a {
    color: #0b1c34;
    background-color: transparent !important;
	border-top: 0px solid #23bcdc !important;
    transition: 0.2s;
    border-radius: 0px !important;

}


.nav.nav-tabs-transparent.indicator-white li a {
    color: #fff !important;
}

.nav.nav-tabs-transparent.indicator-white li.active a {
    color: #23bcdc !important;
    background-color: transparent !important;
    border-top: 8px solid #23bcdc !important;
    transition: 0.2s;
    border-radius: 0px !important;
    border-bottom: 3px solid #0b1c34 !important;
    padding-top: 15px !important;
}

.nav.nav-tabs .ms-tabs-indicator {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.padding-wrap-alt {
    padding: 0 !important;
}

.search {
  width: 150px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  background-image: url('searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.search:focus {
  width: 60%;
  background-color: white;
}

/*==========NAVBAR==========*/


/*==========Font Sizing==========*/

.ms-list-arrow li {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    padding-left: 55px;
}
.performance-table-disclosure-text {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}


.performance-as-of-date { 
    font-size: 18px; 
    font-weight: 300; 
    margin-top: -25px;
}

.ETF-lead-text {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    color: #fafafa;
}

.ETF-lead-text-title {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #fafafa;
}

.lead.lead-sm {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-bottom: 30px;
}

.ms-list-arrow li:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f301";
    background-color: #003057;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    margin-left: -55px;
    vertical-align: middle;
    color: #d7d7d7;
}

.ticker-title {
    font-size: 40px;
    color: #fff;
    letter-spacing: 7px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 15px !important;
}

.top-ticker-title {
    font-size: 40px;
    color: #fff;
    letter-spacing: 7px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 5px !important;
}

.ticker-btn-icon {
    font-size: 12px !important;
}

.ul-pic {
    font-size: 16px;
    font-weight: 300;
}

.rb-icon {
    max-height: 50px;
}

.fund-details-font {
    font-size: 16px;
    font-weight: 300;
}

.fund-details-font-big {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.service-list li:before {
    content: counter(myIndex);
    font-size: 20px;
    padding: 8px 16px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.fund-page-ticker-title {
    font-weight: 700;
    font-size: 70px;
    letter-spacing: 5px;
    color: #fafafa;
    line-height: .4 !important;

}

.fund-page-fund-name {
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 1px;
    color: #fafafa;
    line-height: 1 !important;

}

.th-dark-blue-style {
    font-size: 20px; 
    font-weight: 300; 
    background-color: #04289c !important; 
    color: #fafafa; 
    border-bottom: 2px solid #b4b4b5 !important;
}

.line-height-space {
    padding-bottom: 20px;
}

.sector-chart-sizing {
    height: 440px !important;
}

.sector-chart-sizing-pie {
    max-height: 310px;
    vertical-align: top !important;
    margin-left: 75px;
}

.sector-table-sizing {
    line-height: 0.68 !important;
    vertical-align: top !important;
}

.geo-table-sizing {
    line-height: 1.75 !important;
    vertical-align: top !important;
}

.resources-icon-download {
    max-height: 14px;
}

.resources-icon-new-window {
    max-height: 12px;
}

/*==========Font Sizing==========*/



/*==========Buttons==========*/

.btn.btn-app {
    padding-top: 8px !important;
    padding-bottom: 8px;
    width: 250px !important;
    margin-bottom: 0px;
    margin-top: 0px;
    border: none !important;
}

.btn.btn-app:hover {
    padding-top: 8px !important;
    width: 250px !important;
    margin-bottom: 0px;
    background-color: #285783 !important;
}

.btn.btn-app .btn-container {
    display: inline-block;
    text-transform: none;
    text-align: center !important;
    font-size: 16px;
}

.btn-warning {
    color: #fff;
    background-color: #CFB400 !important;
    border-color: #CFB400 !important;
}

.quick-buttons{
    font-size: 14px !important;
    color: #f4f4f4 !important;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #b4b4b5;
}

.btn.btn-raised.btn-primary, .btn.btn-fab.btn-primary, .btn-group-raised .btn.btn-primary, .input-group-btn .btn.btn-raised.btn-primary, .input-group-btn .btn.btn-fab.btn-primary, .btn-group-raised .input-group-btn .btn.btn-primary {
    background-color: #003057;
    color: rgba(255,255,255,.84);
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn.btn-raised.btn-primary, .btn.btn-fab.btn-primary, .btn-group-raised .btn.btn-primary, .input-group-btn .btn.btn-raised.btn-primary, .input-group-btn .btn.btn-fab.btn-primary, .btn-group-raised .input-group-btn .btn.btn-primary:hover {
    background-color: #003057 !important;
    color: rgba(255,255,255,.84) !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn.btn-raised.btn-primary:hover {
    background-color: #003057 !important;
    color: rgba(255,255,255,.84) !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn-primary:hover {
    background-color: #003057 !important;
    color: rgba(255,255,255,.84) !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}	
}

.arrow {
  text-align: center;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/*==========Buttons==========*/

/*=============Diamonds and horizontal lines=============*/

.diamond-white {    
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
    margin: 20px auto;
    display: block;

}

#top-divider .diamond-white {
    background: #fff;
}

.diamond-hr {
    border: none;
    border-top: 2px solid #ffffff;
    color: #fff;
    overflow: visible;
    text-align: center;
    height: 5px;
}

.diamond-hr:after {
    background: #fff;
    padding: 0 4px;
    position: relative;
    top: -13px;nter;
    height: 5px;
}

.border-top-white {
 border-top: 2px solid #fff;
}

#hr-logo-white {
    overflow: hidden;
    text-align: center;
}
#hr-logo-white:before {
    background: #fff;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
#hr-logo-white:after {
    background: #fff;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
#hr-logo-white:before {
    right: 1.5em;
    margin-left: -50%;
}
#hr-logo-white:after {
    left: 1.5em;
    margin-right: -50%;
}

.dotted-border-right{
border-right: 2px dotted #D0D0D0;
}

.dotted-border-left {
    border-left: 2px dotted #D0D0D0;
}

.performance-line-chart {
    max-height: 400px !important;
}
/*=========================Card Styling=========================*/


/*Card Styling*/


.card.card-primary {
    border-bottom: none;
    border-top: none; 
    border-radius: 0px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
}


.img-home-card {
    max-width: 440px;
    max-height: 300px;
    border-radius: 0;
    top: 0px;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    transition: all ease .5s;
    position: relative;
    z-index: 0;
}

.mobile-menu-show {
    display: none !important;
}

.img-avatar-circle {
    height: 107px;
    max-width: 100% !important;
    border-radius: 1%;
    border: solid 1px rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    margin: auto;
    display: block;
    -webkit-transform: translateY(30px) !important;
    transform: translateY(30px) !important;
    -webkit-transition: none !important;
    transition: none !important;
    position: relative;
    z-index: 1;
}

.ms-hero-bg-info:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 85, 0.35);
    z-index: 0;
}

.ms-tag.ms-tag-primary:hover {
    background-color: rgba(0, 48, 88, 0.69);;
    border: none;
    transition: .5s;
    color: #fff;
}


.card {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.08) !important;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.show-icon-on-mobile {
	display: none;
	}
	
.middle-footer-padding {
	
	padding: 0px 50px 0px 50px;
	}
	
.padding-committment-section {
	padding: 15px 75px 0px 175px;
	}		

.home-page-tabs-sizing {
	height: 315px;
	
}

.clients-page-tab-height {
	height: 450px;
}

.capabilities-page-tabs-height {
height: 425px;
 }
 
.team-spacing {
	width: 100%;
	margin-left: 7%
} 

.checkbox label {
text-align: left;
margin-left: -15px;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 0;
    margin-top: 0px;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 0px !important;
    margin-top: 10px !important;
    z-index: 1;
}
.clients-wide-img-sizing {
	max-width: 100% !important;
	height: 235px !important;
	}	

.show-990 {
	display: none !important;
}

.mt-100 {
	margin-top: 100px;
}

.mt-125 {
	margin-top: 125px;
}

.our-firm-top-section-padding{
    padding: 50px 70px 50px 70px;
}

.corp-responsibility-numbers-mobile {
    display: none;
}

/*===============1275 Styling=================*/

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

.team-spacing {
	width: 100%;
	margin-left: 6.5%
}

}
/*===============1275 Styling=================*/

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

.capabilities-top-textbox-sizing {
	height: 350px !important;
}

.capabilities-abstract-img-sizing {
	margin-top: 80px !important;
	
	}
	
.client-middle-text-height{
	height: 220px !important;
}	

.team-spacing {
	width: 100%;
	margin-left: 5.5%
} 

.lightbulb-styling {
	width: 650px !important;
	margin-left: -50px;
	}
	
.about-tabs-height-sizing {
	height: 325px;
	
}

.home-page-tabs-sizing {
	height: 325px;
	
}	

 .text-shrink-swiper {
	 font-size: 16px !important;
 }
 
 #wpforms-submit-988 {
    float: right !important;
    padding: 10px 0 0 0;
    clear: both;
    position: relative;
    margin-top: -75px !important;
}

.benefits-tabs-title {
	font-size: 30px !important;
}

}

/*===============1199 Styling=================*/

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

.mobile-no-show-header {
	font-size: 32px !important;
}

.benefits-tabs-title {
	font-size: 27px !important;
	margin-top: 60px !important;
}

.lightbulb-styling {
	width: 650px !important;
	margin-left: -50px;
	}

.mobile-text-shrink {
	font-size: 18px !important;
	
	}

.capabilities-top-textbox-title-font-sizing {
	font-size: 34px !important;
}

.corp-responsibility-numbers {
    display: none !important;
}

.corp-responsibility-numbers-mobile {
    display: block;
}

.mobile-font-sizing {
	font-size: 25px !important; 
	line-height: 1.2;
}

.team-spacing {
	width: 100%;
	margin-left: 4.5%
}

.img-home-card {
    width: 250px;
    height: 100px;
    border-radius: 0;
    top: 0px !important;
    box-shadow: none; 
    margin: 0 auto;
    display: block;
    transition: all ease .5s;
    position: relative;
    z-index: 0 !important;
}

.fund-page-top-padding {
    padding-left: 50px;
}

.sector-chart-sizing {
    height: 442px !important;
}

.ms-navbar .navbar-nav li a {
    font-weight: 400;
    color: #0b1c34;
    padding: 15px 10px;
    font-size: 14px;
}
.padding-committment-section {
    padding: 15px 75px 0px 105px;
}

.capabilities-boxes-mobile-sizing
{
	font-size: 15px !important;
	
}

.capabilities-boxes-height{
	height: 475px !important;
}

.about-tabs-height-sizing {
	height: 375px;
	
}

.home-page-tabs-sizing {
	height: 375px;
	
}

.clients-page-tab-height {
	height: 475px;
}

.capabilities-page-tabs-height {
height: 475px;
 } 
 
 .text-shrink-swiper {
	 font-size: 16px !important;
 }
 
 }  

/*================1199 Styling===============*/

/*================991 Styling===============*/

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


.img-home-card {
    width: 350px;
    height: 100px;
    border-radius: 0;
    top: 0px !important;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    transition: all ease .5s;
    position: relative;
    z-index: 0;
}

.about-tabs-height-sizing {
	height: 85%;	
}

.benefits-tabs-title {
	font-size: 32px !important;
	margin-top: -50px !important;
}

.cav-title-sizing {
	font-size: 32px !important;
}

.title-alignment-mobile {
	text-align: center !important;
}

div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
    
 } 
 
 .no-mt-990 {
	 margin-top: 0px !important;
 }  

.show-990 {
	display: block !important;
}

.no-show-990 {
	display: none !important;
}

.find-consultant-990-formatting {
	margin-top: 0px !important;
	margin-left: 0px !important;
}

#wpforms-submit-988 {
    float: left !important;
    padding: 10px 0 0 0;
    clear: both;
    position: relative;
    margin-top: 5px !important;
}

.wpforms-button-styles {
    background: transparent !important;
    color: #0b1c34 !important;
    width: 100% !important;
    border: 1px solid #0b1c34 !important;
}

.lightbulb-styling {
	display: none;
	}

.fund-page-top-padding {
    padding-left: 50px;
}

.capabilities-boxes-height{
	height: auto !important;
}

.team-spacing {
	width: 100%;
	margin-left: 0.5%
}

.border-right-fund-page {
    border-right: none !important;
}
.sector-chart-sizing {
    display: none !important;
}

.sector-chart-sizing-pie {
    display: none !important;

}

.mobile-menu-no-show {
display: none !important;
}

.mobile-menu-show {
    display: block !important;
    border-right: none !important;
}

.mobile-no-show-header {
	display: none!important;
}

.mobile-show-header {
	display: block !important;
	font-size: 24px;
	line-height: 1.2
}

.mobile-font-sizing {
	font-size: 20px !important; 
}

.ms-navbar .navbar-nav li a {
    font-weight: 400;
    color: #0b1c34;
    padding: 22px 20px !important;
    font-size: 12px;
}

.no-show-on-mobile {
	display: none !important;
}

.show-icon-on-mobile {
	display: block;
	}
	
.padding-committment-section {
	padding: 15px 75px 20px 75px;
	}
	
.clients-page-tab-height {
	height: auto;
}	

.capabilities-page-tabs-height {
height: auto;
 }

.ms-timeline {
    list-style-type: none;
    border-left: dashed 1px #003057 !important;
    padding: 0;
    margin-left: 75px !important;
}

.swiper-img-mobile-sizing {
 height: 250px !important;	
}

.border-angle-bottom-left:after {
    content: "";
    display: none !important;
}

.border-angle-bottom-right:after {
    content: "";
    display: none !important;
}

.home-page-tabs-sizing {
    height: auto !important;
}

.height-auto {
	height: auto !important; 
}

.no-ml-mobile {
	margin-left: 0px !important;
}

.featured-post-mobile-title-size {
	font-size: 30px !important;
}

.mobile-margin-bottom-30 {
	margin-bottom: 30px !important;
}

.negative-margin-mobile {
	margin-top: -60px !important;
}


}
/*================991 Styling===============*/

/*=============Tablet sizing=================*/

@media only screen and (max-width: 768px) {
  
  .navbar-mode .btn-navbar-menu {
    display: block;
}

.ms-slidebar .ms-slidebar-header .ms-slidebar-title {
    position: absolute;
    background-color: rgba(0,0,0,0);
    display: block;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    height: 70px !important;
    overflow: hidden;
}

.benefits-tabs-title {
	font-size: 28px !important;
	margin-top: -30px !important;
}

.btn-circle.btn-circle-raised.btn-linkedin {
    background-color: #007bb6;
    padding: 15px !important;
}

.ms-slidebar .ms-slidebar-header {
    min-height: 90px !important;
    background: #02132c;
    position: relative;
}

.swiper-img-mobile-sizing {
 height: 225px !important;	
}

.ms-navbar.shrink .btn-navbar-menu {
   display: block;
}

.nav.nav-tabs-transparent li a {
    color: #333 !important;
}

.hidden-xs {
    display: block !important;
}

.ms-footer-alt-color {
    background-color: #0b1c37;
    padding: 20px;
}

.fund-page-top-padding {
    padding-left: 40px;
}

.blog-post-picture {
	max-width: 525px !important;
	height: auto !important;
}

.mobile-text-center {
	text-align: center !important;
}

.cav-title-sizing {
	font-size: 28px !important;
}

.cav-pp-sizing {
	font-size: 20px !important;
}

.team-spacing {
	width: 100%;
	margin-left: 8%
}

.mobile-show-header {
	display: block !important;
	font-size: 24px;
	line-height: 1.2
}

.mobile-font-sizing {
	font-size: 18px !important; 
	width: 70%;
}

.img-home-card {
    width: 320px;
    height: 100px;
    border-radius: 0;
    top: 0px !important;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    transition: all ease .5s;
    position: relative;
    z-index: 0;
}

.sticky-blog-menu {
	position: relative;
    top: 0px;
    z-index: 0;
}

.mobile-white {
	color: #f4f4f4 !important;
}

.featured-post-mobile-title-size {
	font-size: 26px !important;
}

#phone-text-white a{
	color:#fafafa !important; 
	text-decoration:none !important;
}

.middle-footer-padding {
	
	padding: 0px 15px 0px 15px;
	}
	
.ms-navbar .btn-navbar-menu {
    display: inline-block;
    color: #333 !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 21px;
    display: none;
}

.mobile-sizing-logo-header {
	margin-top: -14px !important;
}

.ms-timeline {
    list-style-type: none;
    border-left: dashed 1px #003057 !important;
    padding: 0;
    margin-left: 40px !important;
}

.white-footer-logo {
	margin-left: 20px !important;
	}
.footer-form-spacing {
	margin-left: 0px !important; 
	max-width: 100% !important;
}

.mobile-margin-bottom-10 {
	margin-bottom: 10px !important;
}

.mobile-margin-top-10 {
	margin-top: 10px !important;
}

.mobile-margin-top-30 {
	margin-top: 30px !important;
}


.mobile-margin-top-50 {
	margin-top: 50px !important;
}

.no-padding-mobile {
	padding: 0px !important;
}

.tab-headings-mobile-font-sizing {
	font-size: 18px !important;
	text-align: center !important;
}

.home-title-mobile-sizing {
	font-size: 34px !important;
	}
	
.show-768 {
	display: block !important;
}

.no-show-768 {
	display: none !important;
}	

}

/*=============625px sizing=================*/

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

.mobile-sizing-logo-header {
    margin-top: -14px !important;
}

.btn.btn-lg, .btn-group-lg .btn, .input-group-btn .btn.btn-lg, .btn-group-lg .input-group-btn .btn {
    font-size: 15px !important;
    border: 2px solid #fafafa;
    padding: 10px !important;
}

.home-title-mobile-sizing {
	font-size: 30px !important;
	margin-top: -20px;
	}

.img-home-card {
    max-width: 250px;
    height: 100px;
    border-radius: 0;
    top: 0px !important;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    transition: all ease .5s;
    position: relative;
    z-index: 0;
}


.mobile-white {
	color: #f4f4f4 !important;
}

.team-spacing {
	width: 100%;
	margin-left: 3%
}

.swiper-img-mobile-sizing {
 height: 200px !important;	
}

.no-show-smartphone {
	display: none !important;
}

.no-padding-mobile {
	padding: 0px !important;
}

.tab-paragraph-mobile-font-sizing {
	font-size: 16px !important;
	margin-top: -30px !important;
}

.featured-post-mobile-title-size {
	font-size: 22px !important;
}

.mobile-btn-text-subscribe-sizing {
	font-size: 10px !important;
}

}


/*=============Smartphone sizing=================*/

@media only screen and (max-width: 525px) {
 
.mobile-sizing-logo-header {
    margin-top: -14px !important;
}

.nav.nav-tabs-transparent li a {
    color: #333 !important;
}

.btn-mobile-bio-contact {
	font-size: 9px !important;
	padding: 3px 6px !important;
}

.tab-headings-mobile-font-sizing {
	font-size: 12px !important;
	text-align: center !important;
}

.swiper-img-mobile-sizing {
 height: 190px !important;	
}

.ms-navbar.shrink .btn-navbar-menu {
   display: block;
}

.fund-page-top-padding {
    padding-left: 20px;
}

.team-spacing {
	width: 100%;
	margin-left: 0%
}

.blog-post-picture {

max-width: 400px !important;
height: auto !important;

}
.mobile-show-header {
	display: block !important;
	font-size: 24px;
	line-height: 1.2
}

.mobile-font-sizing {
	font-size: 18px !important; 
	width: 100%;
}

.mobile-btn-text-subscribe-sizing {
	font-size: 14px !important;
	padding: 8px 16px !important;
}

.mobile-white {
	color: #f4f4f4 !important;
}

}

/*=============Smartphone sizing=================*/