/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

.learn_about_us_wrap {
    display: table;
    table-layout: fixed;
}

@media screen and (max-width: 1200px)
.learn_about_us_img_wrap {
    display: none;
}

.learn_about_us_img_wrap {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff !important;
    background-size: cover !important;
    background-size: center center !important;
}

@media screen and (max-width: 1200px)
.learn_about_us_text_wrap {
    width: 100%;
}
.learn_about_us_text_wrap {
    width: 50%;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 970px)
.learn_about_us_text_wrap_inner {
    padding: 40px;
    padding-bottom: 10px;
}
.learn_about_us_text_wrap_inner {
    padding: 2%;
    float: left;
    padding-left: 5%;
}

@media screen and (max-width: 579px)
.learn_about_us_icon_group_item {
    width: 100%;
}
.learn_about_us_icon_group_item {
    font-size: 0.9em;
    width: 50%;
    float: left;
    margin-bottom: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.learn_about_us_icon_group_icon {
    display: block;
    float: left;
    padding: 0px;
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    font-size: 33px;
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    margin-right: 17px;
}

.large_split_title h3 {
    font-size: 2.2em;
}
.learn_about_us_text_wrap h3 {
    color: #FFFFFF;
}

.large_split_title span {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.learn_about_us_icon_group_title {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
}

@media screen and (max-width: 579px)
{
.learn_about_us_icon_group_item {
    width: 100%;
}

.tax-results {
  width: 90% !important;
}
}
@media screen and (max-width: 1200px)
.learn_about_us_img_wrap {
    display: block;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.team_wrap {
    padding-top: 25px;
}

.team_item {
    float: left;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

.team_item_inner {
    background: #F8F8F8;
    padding-bottom: 35px;
    text-align: center;
}

.team_image {
    overflow: hidden;
    display: block;
    position: relative;
}

.team_details {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
}

.team_name {
    padding-top: 40px;
    color: #000000;
    font-size: 1.3em;
    display: block;
    font-weight: 800;
}

.team_title {
    color: #68bccc !important;
}

.team_text {
    padding-top: 5px;
    display: block;
}

.team_image img {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    width: 100%;
}

.team_image:hover img {
    -ms-transform: rotate(4deg) scale(1.1);
    -webkit-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
    -o-transform: rotate(4deg) scale(1.1);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}


@media screen and (max-width: 970px)
{
.team_wrap {
    margin-bottom: -30px;
}

.team_item {
    width: 50%;
    margin-bottom: 30px;
}
}

.title_404 {
     text-align: center;
}

.nopadding {
     padding: 0 !important;
}

.s5_logo_image img {
  height: 80px !important;
}

#tnlaw_logo {
    background: url(https://www.tnguyenlaw.com/images/theresa_nguyen_logo_footer.png) no-repeat top left;
    height: 25px;
    width: 100%;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
    margin-top: 8px;
    float: left;
}

.hdr_dark {
    margin: 3px;
}

.hdr_dark div {
    margin: 0;
}

.hdr_dark h2 {
    padding: 15px 0 !important;
}

.hdr_dark h2, .hdr_dark a {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #454444;
    color: #fff;
    text-align: center;
    padding: 1% 4%;
    display: block;
    margin: 0 !important;
}

.mainhdr {
    text-align: center;
    font-size: 1.1em;
    color: #518d9b;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 600;
}

.txthovertxt {
    background: #000;
    -moz-opacity: .85;
    opacity: .85;
    transform: translateY(-23%);
    -ms-transform: translateY(-23%);
    -webkit-transform: translateY(-23%);
    height: 150px;
    color: #FFF;
    position: absolute;
    -khtml-opacity: .85;
    filter: alpha(opacity=100);
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 0;
}

.txthovertxt h3 {
    font-size: 100%;
    color: #fff;
    padding: 0 4% 0;
    text-align: center;
    margin: 2%;
}

div.item div.pull-left {
    max-width: 30%;
    margin-right: 5%;
}

#s5_right_column_wrap_inner {
    padding-left: 40px;
    padding-top: 40px;
}


.s5_logo_image img {
  height: 80px !important;
}

#tnlaw_logo {
    background: url(https://www.tnguyenlaw.com/images/theresa_nguyen_logo_footer.png) no-repeat top left;
    height: 25px;
    width: 100%;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
    margin-top: 8px;
    float: left;
}

.hdr_dark {
    margin: 3px;
    background: #dfdfdf;
    text-align: center;
}

.hdr_dark div {
    margin: 0;
}

.hdr_dark h2 {
    padding: 15px 0 !important;
}

.hdr_dark h2, .hdr_dark a {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #454444;
    color: #fff;
    text-align: center;
    padding: 1% 4%;
    display: block;
    margin: 0 !important;
}

.mainhdr {
    text-align: center;
    font-size: 1.1em;
    color: #518d9b;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 600;
}

.txthovertxt {
    background: #000;
    -moz-opacity: .85;
    opacity: .85;
    transform: translateY(-23%);
    -ms-transform: translateY(-23%);
    -webkit-transform: translateY(-23%);
    height: 150px;
    color: #FFF;
    position: absolute;
    -khtml-opacity: .85;
    filter: alpha(opacity=100);
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 0;
}

.txthovertxt h3 {
    font-size: 100%;
    color: #fff;
    padding: 0 4% 0;
    text-align: center;
    margin: 2%;
}

div.item div.pull-left {
    max-width: 30%;
    margin-right: 5%;
}

#s5_right_column_wrap_inner {
    padding-left: 40px;
    padding-top: 40px;
}

figure.left.item-image{
  float: left;
  width: 35%;
  padding-right: 3%;
}

figure.right.item-image {
    float: right;
    padding-left: 3%;
    padding-bottom: 3%;
}

figure.left.item-image {
    float: left;
    padding-right: 3%;
    padding-bottom: 3%;
}

.headline-main { 
  text-align: center; 
  font-size: 3em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.headline-sub {
  text-align: center;
  margin-bottom: 40px;
}

.list-group {
    max-width: 460px;
    margin: 4rem auto;
}

.w-auto {
    width: auto!important;
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.gap-3 {
    gap: 1rem!important;
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.d-flex {
    display: flex!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.rounded-circle {
    border-radius: 50%!important;
}

.flex-shrink-0 {
    flex-shrink: 0!important;
}

img, svg {
    vertical-align: middle;
}

.gap-2 {
    gap: 0.5rem!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.w-100 {
    width: 100%!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.opacity-75 {
    opacity: .75!important;
}

.text-nowrap {
    white-space: nowrap!important;
}

.opacity-50 {
    opacity: .5!important;
}

.small, small {
    font-size: .875em;
}

.pad40 {
  padding: 40px !important;
}

.pad40-sides {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.margin40-sides {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.font2 {
  font-size: 2em !important;
}

.font-9 {
  font-size: 0.9em !important;
}