/*@import 'https://fonts.googleapis.com/css?family=Arvo:400,700'; */
:root {
	--navy: #0e1c2c;
    --gray: #dbdddc;
}
body, h1, h2, h3, h4, p, a {
 	font-family: 'Open Sans', serif;
  	color: #121a2c;
}

strong.logo {
    width: 145px;
    height: 154px;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    background-color: #fff;
}

#header_main .container, .main_menu ul:first-child>li a {
    height: 45px;
    line-height: 45px;
}

#avia-menu li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #121a2c;
}

.cross-section-title {
    text-align: center;
    position: relative;
}

.cross-section-title .the-text {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    top: -20px;
    position: relative;
    background: #fff;
    color: var(--navy);
}
/*
.alternate_color .cross-section-title .the-text {
	background: #f8f8f8;
}
*/
span.line {
    background-color: var(--navy);
    width: 70%;
    height: 1px;
    display: block;
    margin: 0 auto;
}
.header-landing  .cross-section-title .the-text {
    color: #fff;
    background: var(--navy);
}
.header-landing span.line { 
	background-color: #fff;
}
#contact-us {
    background-position: 50% 25% !important;
}
@media (max-width: 767px) {
    .cross-section-title .the-text {
        padding: 0;
    }
    span.line {
        display: none;
    }
}

.first-row {
    margin: 0 auto;
    overflow: hidden;
    width: 70%;
}

.secon-row {
    margin: 0 auto;
    overflow: hidden;
    width: 50%;
}

.first-row .icon-item {
    width: 33.33%;
    float: left;
    text-align: center !important;
}

.first-row .icon-item span, .secon-row .icon-item span {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #121a2c;
    text-transform: uppercase;
}

.secon-row .icon-item {
    width: 50%;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.icon-item {
    margin-bottom: 50px;
}

.secon-row .icon-item:nth-child(2) {
    margin-top: -20px;
}

.secon-row .icon-item:nth-child(2) img {
    margin-bottom: -10px;
}

.section-title-over-image {
    color: #fff;
    font-size: 46px;
  	line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 10px #000;
    padding: 200px 0;
}

#our-clients {
    padding: 60px 0;
}

.dark-title {
    font-size: 32px;
    text-transform: uppercase;
    color: #121a2c;
  	line-height: 50px;
}

#home-p-h-fund p {
    color: #121a2c;
    font-size: 20px;
    line-height: 35px;
}

#home-p-h-fund .flex_column.av_one_half {
    margin-top: 0 !important;
}

strong {
    font-size: 18px;
    text-transform: uppercase;
}

#home-p-h-fund .flex_column.av_one_half li {
    font-size: 17px;
    color: #121a2c;
}

#home-p-h-fund {
    padding: 20px 0;
}

.white-title {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
}

.white-title-small {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}

.with-white-border {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 30px;
    border: 1px solid #fff !important;
    margin-top: 20px;
}

#value-proposition {
    padding-top: 40px;
}

#insights {
    padding: 100px 100px 50px 100px;
}

#insights .cross-section-title .the-text {
    background-color: #dbdddc;
}

.dark-title.centered {
    text-align: center;
}

.disclaimer-under-form {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #contact-us {
        padding-left: 190px;
    }
}
.home-contact-text {
    font-size: 20px;
    color: #121a2c;
    line-height: 30px;
    margin-top: 30px;
}

.home-contact-text span.gap-before {
    display: block;
    margin-top: 25px;
}

.value-title {
    font-size: 45px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.value-title span {
    text-transform: none;
}

.value-content {
    color: #fff !important;
    font-size: 28px;
    line-height: 45px
}

.on-hover-show {
    text-align: center;
    opacity: 0;
    z-index: 99;
    position: relative;
  	transition: .8s;
  	padding: 100px 100px
}

.value-list .flex_cell:hover .on-hover-show {
    opacity: 1;
}

.value-list .flex_cell:hover:after {
    background-color: #121a2c;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.flex_cell {
    position: relative;
  	transition: .8s;
}

.hero-focus {
    background-color: rgba(18, 26, 44, 0.5);
    padding: 20px 30px 30px 30px;
    color: #fff;
    width: 50%;
}

.hero-focus-title h1 {
    color: #fff;
    line-height: 1.5;
    font-size: 40px;
}

.hero-focus-title {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 40px;
}

@media (max-width: 767px) {
    .hero-focus-title h1 {
        font-size: 18px;
    }
}

.hero-focus-content {
    font-size: 18px;
    line-height: 30px;
}

#home-toggle {
	padding: 30px 0;  
}

#home-toggle .single_toggle p.toggler {
    background: none !important;
    border: none;
    padding: 30px 0 50px 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #121a2c;
    line-height: 46px;
}

#home-toggle .single_toggle .toggle_wrap .toggle_content {
    background: transparent !important;
    font-size: 18px;
    line-height: 26px;
  	padding-top: 0; 
}

#home-toggle .single_toggle .toggle_icon {
    display: none;
}

#home-toggle .single_toggle {
    text-align: center;
    border-top: 1px solid #000 !important;
}

@media (min-width:768px) {
    #home-toggle .av_toggle_section {
        width: 70%;
        margin: 0 auto;
    }
}

#home-toggle .av_toggle_section:last-child .single_toggle {
    border-bottom: 1px solid #000 !important;
}

#home-form {
    width: 50%;
    margin: 0 auto;
}

#home-form * {
    font-family: 'Arvo',serif !important;
    font-size: 15px;
}

#home-form label.gfield_label {
    display: none;
}

#home-form textarea {
    margin-bottom: 0;
}

#home-form .gfield_checkbox label {
    margin-left: 5px !important;
    top: 2px;
    position: relative;
    font-size: 16px;
}

#home-form textarea,
#home-form input,
#home-form select {
    border: 1px solid #121a2c !important;
}

#home-form input[type=submit] {
    padding: 10px 80px;
    text-transform: uppercase;
}

#home-form .gform_footer {
    text-align: center;
}

#custom-footer {
    border: none;
}

#custom-footer .content {
    padding-top: 20px;
}

#custom-footer .footer-logo {
    position: absolute;
    top: -30px;
    border: 1px solid #fff;
}

#custom-footer .footer-text {
    display: block;
    padding-left: 130px;
    color: #a5a5a5;
}

#custom-footer .footer-text a {
    color: #dadada;
}

#custom-footer .powered-by {
  	display: none
}

@media (max-width: 1225px) {
    nav.main_menu {
        /* display: none; */
    }    
}

@media (max-width: 925px) {
    .first-row .icon-item img, .secon-row .icon-item img {
        width: 40%;
    }

    .first-row .icon-item span, .secon-row .icon-item span {
        font-size: 18px;
        line-height: 25px;
    }
    
    .secon-row .icon-item:nth-child(2) {
        margin-top: -15px;
    }

    .secon-row .icon-item:nth-child(2) img {
        margin-bottom: -5px
    }
}

@media (max-width:900px) {
    .hero-focus {
        width: 70%;
        margin: 0 auto;
    }
    strong.logo img {
        width: 90px;
    }

    strong.logo {
        width: 100px;
        height: 99px;
        padding: 5px 5px 5px 5px;
    }    
}

@media (max-width:767px) {
    .first-row .icon-item img, .secon-row .icon-item img {
        width: auto;
    }

    .first-row .icon-item span, .secon-row .icon-item span {
        font-size: 22px;
        line-height: 30px;
    }
    .first-row .icon-item, .secon-row .icon-item {
        width: 100%;
    }
    .secon-row .icon-item:nth-child(2) {
        margin-top: 0;
    }
    .secon-row .icon-item:nth-child(2) img {
        margin-bottom: 0;
    }
    .secon-row .icon-item {
        margin-bottom: 50px
    }
    .secon-row .icon-item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 1300px) {
    .on-hover-show .value-title {
        font-size: 28px;
        line-height: 35px;
    }

    .on-hover-show .value-content {
        font-size: 18px;
        line-height: 38px;
    }

    .flex_cell {
        height: 570px !important;
        min-height: 570px !important;
    }
}

@media (max-width: 890px) {
    .on-hover-show {
        padding: 100px 50px;
    }

    .flex_cell {
        height: 500px !important;
        min-height: 500px !important;
    }
}

@media (max-width: 767px) {
    .value-title {
        font-size: 35px !important;
        line-height: 45px !important;
        color: #fff;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .value-title span {
        text-transform: none;
    }

    .value-content {
        color: #fff !important;
        font-size: 22px !important;
        line-height: 38px !important
    }

    .on-hover-show {
        text-align: center;
        opacity: 0;
        z-index: 99;
        position: relative;
        transition: .8s;
        padding: 100px 100px
    }

    .flex_cell {
        height: 550px !important;
        min-height: 550px !important;
    }
}

@media (max-width:640px) {
    .flex_cell {
        height: auto !important;
        min-height: auto !important;
    }

    .value-content {
        color: #fff !important;
        font-size: 20px !important;
        line-height: 35px !important
    }
    .value-title {
        font-size: 32px !important;
        line-height: 42px !important;
        color: #fff;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    
}

@media (max-width: 1300px) {
    .on-hover-show .value-title {
        font-size: 28px;
        line-height: 35px;
    }

    .on-hover-show .value-content {
        font-size: 18px;
        line-height: 38px;
    }

    .flex_cell {
        height: 570px !important;
        min-height: 570px !important;
    }
}

@media (max-width: 890px) {
    .on-hover-show {
        padding: 100px 50px;
    }

    .flex_cell {
        height: 500px !important;
        min-height: 500px !important;
    }
}

@media (max-width: 767px) {
    .value-title {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .value-content {
        font-size: 22px !important;
        line-height: 38px !important
    }

    .on-hover-show {
        padding: 100px 40px
    }

    .flex_cell {
        height: 550px !important;
        min-height: 550px !important;
    }
}

@media (max-width:640px) {
    .flex_cell {
        height: auto !important;
        min-height: auto !important;
    }

    .value-content {
        font-size: 20px !important;
        line-height: 35px !important
    }
    .value-title {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    
}

#insights .slide-entry h3 a {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px
}

@media (max-width: 960px) {

    #insights {
        padding: 30px;
    }

    #insights .slide-entry {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    #home-form {
        width: 80%;
    }

}

@media (max-width: 1160px) {
    #contact-us:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #contact-us {
        position: relative;
    }
}

@media (max-width: 650px) {
    #contact-us {
        padding-left: 100px !important;
    }
}

@media (max-width: 485px) {
    .dark-title {
        font-size: 25px;
    }

    .home-contact-text {
        font-size: 18px;
        line-height: 25px;
    }
}


@media (max-width: 440px) {
    #contact-us {
        padding: 0 !important;
    }
}

@media (max-width: 500px) {
    #custom-footer .footer-text {
        padding-left: 0;
        padding-top: 70px;
    }
}

@media (max-width: 670px) {
   .hero-focus {
        width: 100%;
    }

    .hero-focus-title {
        font-size: 18px;
    }

    .hero-focus-content {
        font-size: 15px;
        line-height: 25px;
    } 
}

@media only screen and (max-width: 1225px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
        display: block;
    }
    
    #header_main {
        /* padding: 10px; */
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 67px;
    }

}

@media (max-width:1225px) and (min-width: 901px) {
    strong.logo {
        height: 134px;
        padding: 0 10px 10px 10px;
    }

}

@media (max-width: 990px) {
    .section-title-over-image {
        padding: 100px 0;
    }
}

@media (max-width: 500px) {
    .section-title-over-image {
        line-height: 40px;
        font-size: 30px;
    }
}

@media (max-width:1024px) {
    .on-hover-show {
        opacity: 1 !important;

    }
    .value-title {
        z-index: 99 !important;
        position: relative;
    }
    .flex_cell_inner .avia_codeblock:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0,0,0,.8);
        z-index: 9 !important;
    }
	.flex_cell_inner {
        position: static
    }	
}

html.avia-ipad .on-hover-show {
  	opacity: 1 !important;
}

html.avia-ipad .flex_cell_inner .avia_codeblock:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,.5);
    z-index: 9 !important;
}

html.avia-ipad .flex_cell_inner {
    position: static
}

.social-links {
    position: absolute;
    top: 85px;
    left: 15px;
}

.social-links a {
    color: #fff;
    margin-right: 10px;
}

.social-links a span{
    font-size: 25px !important;
    line-height: 25px !important;
}

#custom-footer {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .social-links {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 20px;   
    }
    
    #custom-footer {
        padding-bottom: 0px;
    }
  
  	.logo img {
      width: 170px !important;
  }
}

.social-links a:hover, .social-links a:focus {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.spacer {
    margin-top: 10px;
}

.footer-text a {
    color: #d2d2d2 !important;
}

.single-post .post-entry p, .single-post .post-entry ul li {
    font-size: 18px;
    line-height: 1.7;
}

.single-post .small-text p {
	font-size: 12px;
  	line-height: 20px
}

.single-post h3 {
    line-height: 1.5;
    color: #002060;
}

.single main .entry-content-wrapper {
    width: 800px !important;
		max-width: 100% !important;
    margin: 0 auto !important;
}

.post-heading h1 {
    font-weight: bold !important;
    text-transform: none !important;
    color: #002060;
    font-size: 35px;
  	line-height: 1.5;
}

/*
@media (max-width: 1400px) {
    .single-post .main_color > .container {
        padding-left: 160px;
    }
}

@media (max-width: 1360px) {
    .single-post .main_color > .container {
        padding-left: 180px
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .single-post .main_color > .container {
        padding-left: 60px;
        padding-top: 60px;
    }
}
*/

span.blog-categories.minor-meta {
    display: none;
}

.slide-meta .slide-meta-comments,
.slide-meta .slide-meta-del {
    display: none !important;
}

.logo img {
    padding: 5px 0 !important;
}

/*.logo a:before {
    content: 'GREENWICH';
    font-size: 22px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.logo a:after {
    content: 'ADVISORS';
    letter-spacing: 5px;
}

.logo a:before,
.logo a:after {
    display: block;
    line-height: 1 !important;
}

.logo a:hover {
    text-decoration: none !important;    
}*/

.avia_cookie_text, .avia_cookie_text a {
    color: #fff;
}
.hero-focus-cta a.bordered-button {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 16px;
}

.hero-focus-cta a.bordered-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.avia_textblock ol li {
    font-size: initial;
    color: #121a2c;
    line-height: 1.8;
}

.slide-content .slide-meta {
    display: none;
}

.slide-content header.entry-content-header {
    margin-bottom: 12px;
}

.ref-text p {
    font-size: 14px !important;
}

.wp-caption {
    border: none !important;
    margin-bottom: 30px !important;
}

.wp-caption-text {
    text-align: left;
    padding: 0;
    font-family: inherit;
    font-style: normal;
    font-size: 14px !important;
    color: #7f7f7f;
}

@media (max-width: 767px) {
    .inner-insights .slide-entry {
        margin-bottom: 25px !important;
    }

    .avia-content-slider .slide-entry-wrap {
        margin-bottom: 0 !important;
    }
}
#contact-us .template-page {
    padding-block: 90px;
}

.header-landing .template-page {
    padding: 100px 0 50px;
}

@media (min-width: 768px) {
    .custom-heading {
        font-size: 40px !important;
    }
}
p.gform_required_legend {
    display: none !important;
}
.gform_wrapper .gfield_label {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #000;
}
.gform_wrapper .gform-footer input[type="submit"] {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1px;
    width: 200px;
    background-color: var(--navy);
    color: #fff;
}
.gform_wrapper .gform-footer input[type="submit"]:hover {
	background-color: #000;
}
#top form,
#top textarea,
#top fieldset {
    margin-bottom: 0 !important;
}

/* Center Three/Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Three/Four Col - Center - END */
.big-preview.single-big {
    width: 700px;
    max-width: 100% !important;
    margin-inline: auto;
}