@media screen and (min-width: 991px) {
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a{
	line-height:25px !important;}
}

body {
    letter-spacing: 0;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    text-transform: capitalize;
}

a {
	color: #0a81da;
}

a:hover {
		color: #0a81da;
	text-decoration: underline;
}

.breadcrumb > .active {
    color: #fff;
}

#page-content.header-static {
    margin-top: -80px !important;
}

.content-post h2:not(.title) {
    margin: 0px 0 16px 0 !important;
}

.content-post h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 9px 9px 0;
    color: #4e495c;
}

.text-wide {
    letter-spacing: 3px !important;
}

p {
    font-size: 14px;
}

ul {
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
}

.content-post ul {
    list-style: upper-roman;
    padding-left: 20px;
    font-family: "Roboto", sans-serif;
    color: #414141;
    font-size: 14px !important;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0 0 32px 0px;
}

.content-post ul > li {
	margin-bottom: 16px;	
}

.content-post ul > li > ul{
	list-style: square;
}
/* Showcase overrides */

.item {
    overflow: hidden !important;
}

.single_box {
    padding: 25px 25px 50px 25px;
}

.single_box_article {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 2px;
    overflow: hidden;
    transition: all .4s ease;
}

.single_box_img {
    max-width: 100%;
    display: block;
}

.single_box-content {
    padding: 36px;
    position: relative;
}

.single_box-read {
    position: absolute;
    top: -20px;
    right: -40px;
    background-color: #004b88;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    transition: right .3s ease;
}

.single_box_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0 9px 0;
    color: #4e495c;
    transition: opacity .4s ease;
}

.single_box_description {
    transition: color .4s ease;
    margin-bottom: 0;
    color: #888B8D;
}

.single_box_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* BEM */

:root {
    --color-cpa-blue: #004B88;
    --color-title: #223F5C;
    --color-slide-light: white;
    --color-text: #414345;
    --color-text-light: #88888d;
    --color-violet: #483698;
    --color-violet-semi: rgba(72, 54, 152, 0.75);
    --color-kpmg-blue: #00338D;
    --color-kpmg-blue-semi: rgba(0, 51, 141, 0.75);
    --color-medium-blue: #005EB8;
    --color-medium-blue-semi: rgba(0, 94, 184, 0.75);
    --color-light-blue: #0091DA;
    --color-light-blue-semi: rgba(0, 145, 218, 0.75);
    --color-purple: #470A68;
    --color-purple-semi: rgba(71, 10, 104, 0.75);
    --color-light-purple: #6D2077;
    --color-orange: #F68D2E;
    --color-green: #00A3A1;
    --color-green-semi: rgba(0, 163, 161, 0.75);
    --color-dark-green: #009A44;
    --color-light-green: #43B02A;
}

.bem-main-wrap {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    overflow: hidden;
    background: white;
}

.bem-page-content {
    position: relative;
    z-index: 2;
    background-color: white;
}

/* Flexslider BEM */

.bem-flexslider {
}

.bem-slide {
    height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 80px;
}

.bem-slide__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #004B88, transparent);
    opacity: 0.3;
}

@media (max-width:640px) {
    .bem-flexslider-slide-text__title {
        padding: 0 !important;
    }
}

.bem-text {
    color: #4e495c;
    text-align: left;
}

.bem-text_accented_t {
    color: #888B8D;
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    letter-spacing: 0;
}

.bem-text_align_c {
    text-align: center;
}

.bem-text_align_l {
    text-align: left;
}

.bem-text_align_r {
    text-align: right;
}

.bem-text_shadow {
    text-shadow: 2px 2px 20px #333;
}

.bem-slide__text {
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
}

.bem-title {
    color: #223F5C;
    display: block;
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 25px;
}

.bem-title_size_xl {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 25px;
}

.bem-title_size_l {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
}

.bem-title_size_m {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}

.bem-title_size_s {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 8px;
}

.bem-title_size_xs {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
}

.bem-title_bold {
    font-weight: bold !important;
}

.bem-title_white {
    color: white !important;
}

.bem-title_blue {
    color: #004b88;
}


.bem-title_styled {
    /*text-transform: capitalize !important;*/
    position: relative;
    letter-spacing: 0;
    /*font-size: 22px;*/
    line-height: 32px;
    font-weight: 300;
    margin: 0 0 50px 0;
}

    .bem-title_styled::after {
        border-bottom: 2px solid #004b88;
        position: absolute;
        content: '';
        display: block;
        left: 0;
        right: 0;
        width: 50px;
        margin: 25px auto;
    }

.bem-title_styled_left::after {
    margin: 25px 0;
}

.bem-title_white.bem-title_styled:after {
    border-bottom: 2px solid white;
}

.bem-title_font_serif {
    font-family: Garamond, serif;
    letter-spacing: 0.1em;
}

.bem-title_font_sans {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
}

.bem-title_font_futura {
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.1em !important;
}

.bem-title_font_caps {
    text-transform: uppercase;
}

.bem-slide__description {
    color: white;
    margin-bottom: 25px;
    /*font-size: 25px;*/
    line-height: 1.7rem;
    font-size: 18px;
}

.bem-button {
    background-color: #004b88;
    color: white;
    margin: 0;
    padding: 0 30px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    outline: none;
    border-radius: 2px;
    font-weight: 300;
    text-decoration: none;
    transition: all .12s ease;
}

.bem-button_shadow_dark {
    box-shadow: #333 3px 3px 3px;
}

.bem-button_animate_shadow:hover {
    box-shadow: #444 5px 5px 5px;
}

.bem-button_animate:hover {
    color: #004b88;
    background-color: white;
}

.bem-button_animate_raise:hover {
    transform: translate(-10px);
}

.bem-button_size_small {
    font-size: 12px;
    line-height: 43px;
}

.bem-slide__button {
    box-shadow: #333 3px 3px 7px;
    font-size: 12px;
    line-height: 43px;
    transition: all .12s ease;
}

    .bem-slide__button:hover {
        box-shadow: #444 5px 5px 10px;
        color: #004b88;
        background-color: white;
        transform: translate(-1px);
    }

/* Typed.js style */

.bem-text_typed {
}

.typed-cursor {
    font-size: 25px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: white;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

/* BEM Icons */

/* https://useiconic.com/open */

.bem-icon {
    text-align: center;
    width: 100%;
    /*height: 100%;*/
    color: white;
    /*background-color: #004b88;*/
    opacity: 1;
    transition: all .4s ease;
}

    .bem-icon:hover {
        opacity: 0.8;
    }

.bem-icon__oi.oi {
    font-size: 25px;
    line-height: 150px;
    /*height: 100px;
    top: 50%;
    position: absolute;
    margin-top: -50px;
    left: 0;
    width: 100%;*/
    display: inline-block;
    vertical-align: middle;
}

/* BEM section */

.bem-section {
}

.bem-section_padding_lg {
    padding: 50px;
}

.bem-section_align_c {
    text-align: center;
}

/* BEM box */

.bem-card {    
    width: 50%;
    overflow: hidden;
    z-index: 1;
    padding: 0 !important;
}


.bem-card_float_left {
    float: left;
}

.bem-card_col_md_4 {
    width: 25%;
}

.bem-card_col_md_3 {
    width: 33.3%;    
}

.bem-card_fx_masonry {
}

@media screen and (max-width: 767px) {
    .bem-card_col_md_4 {
        width: 33%;
    }

    .bem-card_col_md_3 {
        width: 50%;
    }

}

@media screen and (max-width: 991px) {
    .bem-card_col_md_4 {
        width: 50%;
    }

    .bem-card_col_md_3 {
        width: 50%;
    }
	/* Added by IFA to enforce responsiveness on the new section */
	#newsflashes .bem-card_col_md_3 {
	  display: contents !important;
	}
	#newsflashes .bem-title_size_m{
	  line-height: 30px !important;
      margin-top: 10px !important;
      font-size: initial !important;
	}
	#newsflashes .single_box{
		padding: 10px 10px 25px 25px !important;
	}
	/* End of additions by IFA */
}


.bem-card-inner {
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 2px;
    overflow: hidden;
    margin:25px;
    position:relative;
    transition: all .4s ease;
}

.bem-card__image {
    max-width: 100%;
    display: block;
}

.bem-card__content {
    padding: 10px 26px;
    position: relative;
    text-align: center;
}

.bem-card__title {
    color: #223F5C;
    display: block;
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400;
    margin-bottom: 10px;
}

.bem-card__category {
    color: #223F5C;
    display: block;
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0;
    margin-bottom: 9px;
    display: inline-block;
    margin-right: 9px;
}

.bem-card__icon {
    position: absolute;
    top: -20px;
    right: -40px;
    background-color: #004b88;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    transition: right .3s ease;
}


.bem-card__icon i {
    line-height: 40px;
    color: white;
}
.bem-card__link{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.bem-card:hover article {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    transition: all .4s ease;
}

.bem-card:hover .bem-card__category,
.bem-card:hover .bem-card__date {
    color: #888B8D;
    transition: color .4s ease;
}

.bem-card:hover .bem-card__icon {
    right: 36px;
    transition: right .3s ease;
}

.bem-card:hover .bem-card__title {
    color: #004b88;
    transition: color .4s ease;
}

.bem-card:hover .bem-card__button {
    opacity: .7;
    transition: all .4s ease;
}

.bem-card:hover .bem-card__content {
    color: #4e495c;
    transition: color .4s ease;
}


/* BEM Insights */
.bem-insights {
}

.bem-insights_bgcolor_all {
    background-color: var(--color-light-blue);
}

.bem-insights_bgcolor_article {
    background-color: var(--color-cpa-blue);
}

.bem-insights_bgcolor_tax-newsflash {
    background-color: var(--color-green);
}

.bem-insights_bgcolor_newsflash {
    background-color: var(--color-orange);
}

.bem-insights_bgcolor_presentation {
    background-color: var(--color-violet);
}

.bem-insights_single-news {
    max-height: 222px;
    overflow: hidden;
}

/* bem nav */

.bem-nav-global {
}

.bem-subnav-global {
}

.bem-nav-global__item {
}

.bem-subnav-global__item:first-child,
.bem-subnav-global__item {
    margin: 2px !important;
}

.bem-nav-global__link,
.bem-subnav-global__link {
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif !important;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 16px !important;
}

.bem-newslist {
}

.bem-newslist__title {
}

.bem-newslist__content {
    padding: 20px;
}

/* BEM Flexslider*/

.bem-flexslider {
}

.bem-flexslider__title {
    color: white;
    display: block;
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 25px;
}

.bem-flexslider__slide {
    background-color: #004B88 !important;
}

/* BEM insight */

.bem-insight-meta {
    border-top: 1px solid #d1d2d3;
    border-bottom: 1px solid #d1d2d3;
    padding: 36px 0;
    margin: 50px 0;
}

.bem-insight-meta__info {
    margin-right: 9px;
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
}

.bem-insight-meta__value {
    color: #999
}


.bem-insight-meta-tags {
    padding-left: 0;
    display: inline-block;
    white-space: nowrap;
}

.bem-insight-meta-tags_margin_bottom {
    margin-bottom: 9px;
}

.bem-insight-meta-tags_margin_top {
    margin-top: 9px;
}

.bem-insight-meta-tags__title,
.bem-insight-meta-tags__item {
    display: inline-block;
    /*margin: 9px 9px 9px 0;*/
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
}

.bem-insight-meta-tags__link {
    color: #2979FF;
    font-family: "Didact Gothic", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 9px 0;
    border: 1px solid #2979FF;
    padding: 6px;
    border-radius: 2px;
    font-weight: 300;
    transition: box-shadow .4s ease;
}

.bem-insight__date,
.bem-insight__category {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #004b88;
    line-height: 26px;
    letter-spacing: 0;
    display: inline-block;
}

.bem-insight {
}

.bem-insight__title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.bem-insight__body p,
.bem-insight__abstract p {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #444444;
}

@media (max-width: 640px) {
    .bem-insight__body p,
    .bem-insight__abstract p {
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 25px;
        color: #444444;
    }
}

/* BEM Lawyer */
.bem-lawyer-image {
    overflow: hidden;
    width: 100%;    
    position: relative;
    text-align: center;
    /*border:1px solid red;*/
}


.bem-lawyer__image {
    position:absolute;
    
    border-radius: 360px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    
}
    

.bem-lawyer-profile {

}

.bem-lawyer-text{
    padding: 50px 50px 50px 50px;
}

.bem-lawyer-text p:last-child{
    margin-bottom:0;
}

/* BEM Lawyer 2 */

.bem-lawyer-image2 {
    
}


.bem-lawyer__image2 {
    border-radius: 360px;
    float:right;
    margin: 9px;
    width:250px;
}

.bem-lawyer-profile2 {
}

.bem-lawyer-text2 {
    padding: 50px 0px 50px 0px;
}

@media (max-width: 991px){
    .bem-lawyer-text2 {
        padding: 50px 50px 50px 50px;
    }

}

.bem-lawyer-text2 p{
    font-size: 14px;
    line-height:28px;
}

    .bem-lawyer-text2 p:first-of-type::first-letter {
        color: #0E3D64;
        float: left;
        font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
        font-size: 6em;
        margin: 0 0.2em 0.2em -3px;
    }


.cpa-badge {
	vertical-align: middle;
	margin: 30px 30px 0 30px;	
}

.solution {
    background-color: aliceblue;
    padding: 30px;
}