body.tax_library #contentWrapper,
body.resources #contentWrapper {
    max-width: 1200px;
    margin: auto;
}

.full-img {
    background-size: cover;
    background-position: bottom;
    max-height: 176vh;
    height: 100%;
}

.framed-img {
    width: 600px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 6em;
    box-shadow: 4px 2px 6px black;
    border-radius: 15px;
}

.inspired-box {
    display: flex;
    width: 100%;
    position: relative;
}

.inspired-box-text {
    padding: 1em 3em;
    width: 70%;
}

.promo {
    height: fit-content;
    width: 100%;
}

#content {
    overflow: hidden;
    width: 100%;
    margin-top: -20px;
}

.icon-circle {
    position: relative;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-bottom: 2em;
}

.primary-bg {
    background-color: #1410ad;
}

.secondary-bg {
    background-color: #10ada9;
}

.tertiary-bg {
    background-color: #165ba0;
}

.white {
    color: #fff !important;
}

.white h1 {
    color: #fff !important;
}

.white h2 {
    color: #fff !important;
}

.white h3 {
    color: #fff !important;
}

.white a {
    color: #fff !important;
}

.white-bg {
    background-color: #fff;
}

.grey-list-bg li {
    background-color: #cecece;
    color: #000;
}

.grey-list-bg li {
    background-color: #cecece;
    color: #000;
    list-style-position: inside !important;
    margin: 5px;
    width: 25em;
}

.advisor-intro-text {
    width: 100%;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2em;
    align-content: center;
}

.card {
    display: grid;
    grid-template-rows: max-content 100% 1fr;
    box-shadow: 1px 2px 6px #000;
}

.rounded {
    border-radius: 15px;
}

.card-content {
    padding: 2em;
    text-align: left;
}

.sm-btn {
    margin-top: 2em;
    padding: 1em;
    width: fit-content;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    /* width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; */
}

.col-padding {
    padding: 60px;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

#navigation>ul.u-c li {
    margin: auto;
    position: relative;
    background-color: inherit;
}

#container[data-masthead-location="logo-left"] #navigation,
#container[data-masthead-location="logo-right"] #navigation {
    max-width: 1920px;
    height: 150px;
}

#navigation .nav_ul.u-c {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    flex: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.txt-center {
    text-align: center !important;
}

.icon-number {
    display: flex;
    font-size: 2em;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

/* new styles */

.associatepage #content {
    background-color: #165BA0;
}
.associatepage #hCardWrapper .contact-method .value,
.associatepage #hCardWrapper .contact-method .value.url, 
.associatepage #hCardWrapper .contact-method .value.email,
.associatepage #hCardWrapper .contact-method,
.associatepage #hCardWrapper .contact-method .type,
.associatepage  #hCardWrapper .name-title h2,
.associatepage  #content h1, 
.associatepage body.agents_list #content>h1,
.associatepage #content p {
    color: #fff;
}

.associatepage #hcard {
  max-width: 980px;
   margin: auto;
   color: #fff;
   padding: 3rem;
}

@media only screen and (max-width: 600px) {
   
   .rowHm_top div {
       padding: 15px !important;
   }
   
   .rowHm_top div .t1 {
       font-size: 1.8rem;
   }
 #content  h1 {
       font-size: 1.5rem;
     line-height: 2rem;
   }
   
   .topmargin-sm {
   margin-top: 10px !important;
}
   .col-padding {
   padding: 15px;
}
   
   #content h3 {
       margin: 20px 0;
   }
   
   .grey-list-bg li {
       width: auto;
       list-style-position: inherit !important;
   list-style-type: none !important;
   }
   
   .icon-circle {
   position: relative;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   margin-bottom: 1em;
}
   
   .icon-number {
 
   font-size: 1em;

}
   
   .inspired-box {
       margin-top: 40px !important;
       justify-content: start;
}
   
   .inspired-box-text {
   padding: 0 15px;
   width: 100%;
}
   
   #content .inspired-box-text h3 {
       margin-top: 0;
   }
   
}

@media only screen and (max-width: 600px) {
   
    .full-img {
   
        min-height: 300px;
    }
   .rowHm_top div {
       padding: 15px !important;
   }
   
   .rowHm_top div .t1 {
       font-size: 1.8rem;
   }
 #content  h1 {
       font-size: 1.5rem;
     line-height: 2rem;
   }
   
   .topmargin-sm {
   margin-top: 10px !important;
}
   .col-padding {
   padding: 15px;
}
   
   #content h3 {
       margin: 20px 0;
   }
   
   .grey-list-bg li {
       width: auto;
       list-style-position: inherit !important;
   list-style-type: none !important;
   }
   
   .icon-circle {
   position: relative;
   border-radius: 50%;
   width: 45px;
   height: 45px;
   margin-bottom: 1em;
}

   .icon-circle svg {
	width: 45px;
	height: 45px;
	padding-left: 6px!important;
   }
   
   .icon-number {
 
   font-size: 1em;

}
   
   .inspired-box {
       margin-top: 40px !important;
       justify-content: start;
}
   
   .inspired-box-text {
   padding: 0 15px;
   width: 100%;
}
   
   #content .inspired-box-text h3 {
       margin-top: 0;
   }
   
}
@media only screen and (max-width: 1023px) {
	.icon-circle .secondary-bg .icon-number {
		width: 60px;
		height: 60px;
	}
}