/*THE FLEURY LAW FIRM*/

/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: normal;
font-size: 36px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
color: #006838;
}

H2  {
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: normal;
font-size: 28px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
color: #006838;
}

H3  {
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
color: #006838;
}

H4  {
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: italic;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
color: #A7A9AC;
}

H5  {
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: italic;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.5;
color: #006838;
}

H6  {
}

p {
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.25;
color: #52575E;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*HEADER*/

.banner-cta {
    background-color: #006838;
    padding: 1em 5vw 0.5em;
    text-align: center;
}

.banner-cta > p > span {
   padding-right: .25em;
}


.banner-cta > p, .banner-cta > p > a, .banner-cta > p > span {
    color: #F7F7F7;
    font-style: italic;
}

.banner-cta > p > a:hover {
    color: #A7A9AC;
}

#dnngo_megamenu > div > ul > li > a > span {
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
color: #52575E;
}

.nav_ico:before {
    display: none;
}

.header_bg {
    border-bottom: solid 1px #A7A9AC;
}

.mobile_nav > .shade {
    background-color: #f7f7f7;
  box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    border-bottom: 1px solid #A7A9AC;
}

.roll_menu.roll_activated .headerBox > .shade {
      box-shadow: 0 0 0px rgb(0 0 0 / 0%);
}

#dnngo_megamenu .dnngo_slide_menu li a {
    font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
letter-spacing: 1px;
}

.mm-menu .mm-navbar.mm-navbar-top-2 a {
    font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
color: #006838;
}

#mm-0 > ul > li > a, .mobile_menu.mm-menu em.mm-counter, .mobile_menu .mm-next:after, #mm-1 > ul > li > a > span {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.25;
    color: #52575E;
}

.mobile_menu.mm-menu .mm-listview > li .mm-next:after, .mobile_menu.mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #52575E;
    color: #52575e;
}

.mm-navbar .mm-btn {
    padding-top: 9px;
}

/*FOOTER*/

.footer-10 .footer-bottom, .kyb_web_credits {
color: #f7f7f7;
background-color: #006838;
font-size: 14px;
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
line-height: 1.25;
}

.footer-news li .title a:hover, .footer-news02 li .title a:hover, .footer-blogs .title a:hover, .footer-number li .number, .footer-menu03 li a:hover, .footer-news04 .title a:hover {
color: #A7A9AC;
}

.footer_box a:hover {
color: #006838;
}

div.dg-line03 {
    width: 200px;
    height: 1px;
    background: #A7A9AC;
    clear: both;
    margin-bottom: 1em;
}

.flf_footer_section {
padding-top: 7.5vw;
}

div.flf_footer_section > p {
    padding-left: 1em;
}

.footer-top  {
    border-top: solid 1px #A7A9AC;
}

.flf_footer_logo {
padding-bottom: 1em;
}

div.flf_footer_logo > img {
width: 80%;
}

/*BREADCRUMB*/

div.pagetitle-left > h1 {
font-family: adobe-caslon-pro, serif;
font-weight: 700;
font-style: normal;
font-size: 36px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
color: #006838;
}

.pagetitleBox .pagetitletoken a {
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.25;
color: #52575E;
}

.pagetitleBox .pagetitletoken .fa {
    display: none;
}

/*BUTTONS*/

.dg-btn-1, div.Theme_01_Default .form_submit .submit_but {
padding: 13px 20px 10px;
font-size: 16px;
letter-spacing: 1px;
line-height: 1.25;
text-transform: capitalize;
font-family: adobe-caslon-pro, serif;
font-weight: 600;
font-style: normal;
color: #FFF;
border-radius: 1000px;
display: inline-block;
border: 1px solid transparent;
background-size: 105%!important;
background-position: center!important;
-webkit-transition: all ease-in 300ms;
background-color: #006838;
text-shadow: 0 0px 0px rgb(255 255 255 / 0%);
background-image: none;
box-shadow: inset 0 0px 0 rgb(255 255 255 / 0%), 0 1px 2px rgb(0 0 0 / 0%);
}

.dg-btn-1:hover, .Theme_01_Default .form_submit .submit_but:hover  {
    background-color: #52575E!important;
    color: #F7F7F7!important;
}

.flf_button_cta, .flf_text_cta{
    padding-top: 2em;
}

div.flf_text_cta > a {
background-color: transparent;
color: #006838!important;
padding: 13px 0px 10px;
}

div.flf_text_cta > a:hover {
background-color: transparent!important;
border: solid 1px transparent!important;
color: #52575E!important;
padding: 13px 0px 10px;
}

/*TXT CLASSES*/

.center_align {
    text-align: center;
}

/*CONTENT SPACING CLASSES*/

.container, .dnn_layout, .flf_benefits_1_txt, .flf_benefits_2_txt, .flf_benefits_3_txt, .flf_benefits_4_txt {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    margin-right: 0;
    margin-left: 0;
}

.highlight_2col_parent, #dnn_ctr904_HtmlModule_lblContent, #dnn_ctr920_HtmlModule_lblContent, .highlight_2x2_1_txt, .highlight_2x2_2_txt, .highlight_2x2_3_txt, .highlight_2x2_4_txt, .highlight_1x3_1_txt, .highlight_1x3_2_txt, .highlight_1x3_3_txt, .grid_4x1_3sections_1_txt, .grid_4x1_3sections_2_txt, #dnn_ctr909_HtmlModule_lblContent, #dnn_ctr915_HtmlModule_lblContent,  #dnn_ctr906_ModuleContent, .grid_4x1_3sections_parent {
padding-top: 7.5vw;
}

#dnn_content, .highlight_2x2_1_txt, #dnn_ctr904_HtmlModule_lblContent, .highlight_2x2_2_txt, .highlight_2x2_3_txt, .highlight_2x2_4_txt,  #dnn_ctr905_HtmlModule_lblContent, #about_bio, .highlight_1x3_1_txt, .highlight_1x3_2_txt, .highlight_1x3_3_txt, #dnn_ctr920_HtmlModule_lblContent, .grid_4x1_3sections_1_txt, .grid_4x1_3sections_2_txt, #dnn_ctr905_HtmlModule_lblContent{
padding-bottom: 7.5vw;
}

.flf_benefits_1_txt, .flf_benefits_2_txt, .flf_benefits_3_txt, .flf_benefits_4_txt {
    padding-top: 4em;
    padding-bottom: 4em;
}

.highlight_2col_txt {
    padding-top: 2em;
    padding-bottom: 2em;
}

/*FORMS*/

.dg-form-content.form-line .form-control-wrap > .form_input {
    padding-top: 11px;
    background-color: #ECECED;
}

#form_div_896 .form_list > li {
    padding: 0px 0px 0em 2em!important;
}

.form_submit.text-left {
    padding-top: 2em;
}

.dg-form-content.form-line label.fixlabel {
opacity: 1;
 padding-left: 1em;
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
letter-spacing: 1px;
color: #52575E!important;
}

.dg-form-content.form-line .form-control-wrap input[type=text], .dg-form-content.form-line .form-control-wrap input[type=email], .dg-form-content.form-line .form-control-wrap input[type=url], .dg-form-content.form-line .form-control-wrap input[type=tel], .dg-form-content.form-line .form-control-wrap input[type=number], .dg-form-content.form-line .form-control-wrap input[type=date], .dg-form-content.form-line .form-control-wrap select, .dg-form-content.form-line .form-control-wrap textarea {
    font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
letter-spacing: 1px;
color: #52575E!important;
 padding-left: 1em!important;
}

.dg-form-content.form-line .form-control-wrap {
    padding: 1.5em 0 0px!important;
}

/*HOME PAGE - HERO - MOBILE */

.flf_hero_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
position: relative;
    overflow: hidden;
}

.flf_hero_fullbkgd { 
grid-area: 1 / 1 / 3 / 2; 
transform: scaleX(-1);
background-image: url("/portals/5/FLF_ScalesofJustice_TransparentBkgd.png");
    background-size: contain;
    background-position: bottom;
    height: 75vh;
    background-repeat: no-repeat;
}

.flf_hero_txt { 
    grid-area: 1 / 1 / 2 / 2; 
    padding-left: 5vw;
    padding-top: 2em;
    padding-right: 5vw;
    padding-bottom: 2em;
    }

div.flf_hero_txt > h1 {
    font-size: 48px;
margin-bottom: -0.25em;
}

div.flf_hero_txt > p {
    font-size: 18px;
}

.flf_hero_img { 
grid-area: 2 / 1 / 3 / 2; 
}

div.flf_hero_img > img {
    width: 100%;
}

/*BENEFITS - MOBILE*/

.flf_benefits_parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.flf_benefits_1_bkgd { grid-area: 1 / 1 / 2 / 2; }
.flf_benefits_1_txt { grid-area: 1 / 1 / 2 / 2; }
.flf_benefits_2_bkgd { grid-area: 2 / 1 / 3 / 2; }
.flf_benefits_2_txt { grid-area: 2 / 1 / 3 / 2; }
.flf_benefits_3_bkgd { grid-area: 3 / 1 / 4 / 2; }
.flf_benefits_3_txt { grid-area: 3 / 1 / 4 / 2; }
.flf_benefits_4_bkgd { grid-area: 4 / 1 / 5 / 2; }
.flf_benefits_4_txt { grid-area: 4 / 1 / 5 / 2; }

.flf_benefits_parent, .flf_benefits_1_bkgd, .flf_benefits_2_bkgd, .flf_benefits_3_bkgd {
    border-bottom: solid 1px #A7A9AC;
}

.flf_benefits_1_txt, .flf_benefits_2_txt, .flf_benefits_3_txt, .flf_benefits_4_txt {
    place-self: center start;
}

/*HIGHLIGHT 2Col - MOBILE*/
.highlight_2col_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

#dnn_ctr902_HtmlModule_lblContent > div {
border-top: solid 1px #A7A9AC;
}

.highlight_2col_bkgd { grid-area: 1 / 1 / 3 / 2; }
.highlight_2col_img { 
    grid-area: 1 / 1 / 2 / 2; 
    }

.highlight_2col_img > img {
 width: 100%;
} 

.highlight_2col_txt { grid-area: 2 / 1 / 3 / 2; }

.testimonial_smallitalic {
padding-top: 4em;
}

.testimonial_smallitalic > p {
    color: #006838;
}

#home_about > div.highlight_2col_img, #about_bio > div.highlight_2col_img, #thankyou > div.flf_hero_img {
    background-image: url("/portals/5/DowntownDetroitHartPlaza.jpg");
}

#home_about > div.highlight_2col_txt {
    padding: 2em 0em 2em 0em;
}

#dnn_ctr909_HtmlModule_lblContent > div, #dnn_ctr915_HtmlModule_lblContent > div {
    text-align: left;
}

.dg-line05 {
    border-bottom: 1px solid #A7A9AC;
    margin: 0 0 2em;
    clear: both;
}

/*HIGHLIGHT 2X2 - MOBILE*/

.highlight_2x2_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.highlight_2x2_fullbkgd { grid-area: 1 / 1 / 5 / 2; }
.highlight_2x2_1_bkgd { grid-area: 1 / 1 / 2 / 2; }
.highlight_2x2_1_txt { grid-area: 1 / 1 / 2 / 2; }
.highlight_2x2_2_bkgd { grid-area: 2 / 1 / 3 / 2; }
.highlight_2x2_2_txt { grid-area: 2 / 1 / 3 / 2; }
.highlight_2x2_3_bkgd { grid-area: 3 / 1 / 4 / 2; }
.highlight_2x2_3_txt { grid-area: 3 / 1 / 4 / 2; }
.highlight_2x2_4_bkgd { grid-area: 4 / 1 / 5 / 2; }
.highlight_2x2_4_txt { grid-area: 4 / 1 / 5 / 2; }

div.highlight_2x2_1_txt > img {
    text-align: center;
}

.highlight_2x2_img {
    text-align: center;
}

div.highlight_2x2_img > img {
    width: 16vh;
}

.highlight_2x2_1_bkgd, .highlight_2x2_2_bkgd, .highlight_2x2_3_bkgd, .highlight_2x2_4_bkgd, .highlight_1x3_1_bkgd, .highlight_1x3_2_bkgd, .highlight_1x3_3_bkgd {
    border-top: 1px solid #A7A9AC;
}

.highlight_2x2_4_bkgd, .highlight_1x3_3_bkgd {
    border-bottom: 1px solid #A7A9AC;
}

/*HIGHLIGHT 1x3 - MOBILE */
.highlight_1x3_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.highlight_1x3_fullbkgd { grid-area: 1 / 1 / 4 / 2; }
.highlight_1x3_1_bkgd { grid-area: 1 / 1 / 2 / 2; }
.highlight_1x3_1_txt { grid-area: 1 / 1 / 2 / 2; }
.highlight_1x3_2_bkgd { grid-area: 2 / 1 / 3 / 2; }
.highlight_1x3_2_txt { grid-area: 2 / 1 / 3 / 2; }
.highlight_1x3_3_bkgd { grid-area: 3 / 1 / 4 / 2; }
.highlight_1x3_3_txt { grid-area: 3 / 1 / 4 / 2; }

/*CLIENTS SECTION - MOBILE*/

div.flf_highlight_clients > div.row {
    border: solid 1px #A7A9AC;
    margin-left: 0px;
    margin-right: 0px;
    padding: 4em;
}

div.flf_highlight_clients > div.center_align > h1 {
background-color: #F7F7F7;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-bottom: -0.75em;
    position: relative;
}

div.flf_highlight_clients > div.row > div > img {
    width: 100%;
}

/*ABOUT PAGE - MOBILE*/

/*GRID 4 Col 1 Row 3 Contect Sections*/

.grid_4x1_3sections_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.grid_4x1_3sections_fulbkgd { grid-area: 1 / 1 / 4 / 2; }
.grid_4x1_3sections_1_bkgd { 
    grid-area: 1 / 1 / 2 / 2; 
    border-bottom: 1px solid #A7A9AC;
    }
.grid_4x1_3sections_1_txt { grid-area: 1 / 1 / 2 / 2; }
.grid_4x1_3sections_2_bkgd { grid-area: 2 / 1 / 3 / 2; }
.grid_4x1_3sections_2_txt { grid-area: 2 / 1 / 3 / 2; }

.grid_4x1_3sections_3_bkgd { 
grid-area: 3 / 1 / 4 / 2; 
background-image:url("/Portals/5/Images/LawLibrary.jpg");
height: 40vh;
background-size: cover;
background-position: center;
}

.grid_4x1_3sections_3_txt { grid-area: 3 / 1 / 4 / 2; }

/*PRACTICE AREAS - .mobile*/

#businesslaw > div.highlight_2col_img, #collection > div.highlight_2col_img, #contractlaw > div.highlight_2col_img, #litigation > div.highlight_2col_img, #home_about > div.highlight_2col_img, #about_bio > div.highlight_2col_img, #thankyou > div.flf_hero_img  {
    background-size: cover;
    background-position: center;
    height: 40vh;
}

#businesslaw > div.highlight_2col_img {
    background-image: url(/Portals/5/Images/businesslaw.jpg);
}

#collection > div.highlight_2col_img {
    background-image: url(/Portals/5/Images/collections.jpg);
}

#litigation > div.highlight_2col_img {
  background-image: url(/Portals/5/Images/Litigation.jpg);
}

 #contractlaw > div.highlight_2col_img {
  background-image: url(/Portals/5/Images/ContractLaw.jpg);
 }

#collection > div.highlight_2col_txt > h4, #contractlaw > div.highlight_2col_txt > h4, #businesslaw > div.highlight_2col_txt > h4, #litigation > div.highlight_2col_txt > h4 {
    padding-top: 1em;
}

/*CONTACT PAGE - MOBILE*/

#contact_map {
    grid-area: 2 / 1 / 3 / 2;
}

#contact > div.highlight_2col_txt{
grid-area: 1 / 1 / 2 / 2;
}

#contact_map > iframe {
height: 40vh;
width: 100%;
}

#contact > div.highlight_2col_txt {
    padding-top: 0em;
}

#contact_map {
    padding-top: 2em;
}

/*THANK YOU - MOBILE*/

#thankyou {
    border-bottom: 0px;
    margin-bottom: -4em;
}

#thankyou > div.flf_hero_txt {
    padding: 4em 2em 4em 5vw;
}

#thankyou > div.flf_hero_img {
    margin: 0em 5vw 4em 5vw;
        transform: scaleX(1);
}

#thankyou > div.flf_hero_txt > p:nth-child(3) {
    padding-top: 1em;
}



/*404 ERROR PAGE - MOBILE*/

.grid_1x1_parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
padding: 5vw 5vw;
margin-bottom: -4em;
}

#errorpage {
    height: 100vh;
}

.grid_1x1_bkgd { 
    grid-area: 1 / 1 / 2 / 2; 
    border: solid 1px #A7A9AC;
    }
.grid_1x1_txt { 
    grid-area: 1 / 1 / 2 / 2; 
    place-self: center center;
    }

#errorpage > div.grid_1x1_txt {
    text-align: center;
}

#errorpage > div.grid_1x1_txt > div > h1 {
    font-size: 124px;
    font-style:  italic;
}

#errorpage > div.grid_1x1_txt > div > h2 {
    font-size: 36px;
}

#errorpage > div.grid_1x1_txt {
    padding: 4em 2em;
}
#errorpage > div.grid_1x1_txt > div {
    padding: 0em;
}

/*END MOBILE VIEW*/

/*MEDIA QUERIES*/

/*DESKTOP*/

@media screen and (min-width: 1025px) {

.mobile {
    display: none;
}

/*CONTENT SPACING*/
.highlight_2col_txt, .highlight_2x2_1_txt, .highlight_2x2_2_txt, .highlight_2x2_3_txt, .highlight_2x2_4_txt {
padding-left: 2em;
}

.highlight_2x2_1_txt, .highlight_2x2_2_txt, .highlight_2x2_3_txt, .highlight_2x2_4_txt, .highlight_2col_txt {
padding-right: 2em;
}

#dnn_ctr906_ModuleContent {
padding-top: 2em;
}



/*BANNER CTA - DESK*/
.banner-cta {
    text-align: right;
}

/*HOME PAGE - HERO - DESK */

.flf_hero_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
height: 39vw;
}

.flf_hero_txt { 
    grid-area: 1 / 1 / 2 / 2; 
    place-self: center center;
    }

div.flf_hero_txt > h1 {
    font-size: 64px;
}

/*div.flf_hero_txt > p {
    font-size: 24px;
}*/

.flf_hero_fullbkgd { 
grid-area: 1 / 1 / 2 / 3;
transform: scaleX(1);
height: 100%;
background-position: right;
margin-right: -10vw;
    }

.flf_hero_img { 
    grid-area: 1 / 2 / 2 / 3; 

    }


/*BENEFITS - DESK*/

.flf_benefits_parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.flf_benefits_1_bkgd { grid-area: 1 / 1 / 2 / 2; }
.flf_benefits_1_txt { grid-area: 1 / 1 / 2 / 2; }
.flf_benefits_2_bkgd { grid-area: 1 / 2 / 2 / 3; }
.flf_benefits_2_txt { grid-area: 1 / 2 / 2 / 3; }
.flf_benefits_3_bkgd { grid-area: 1 / 3 / 2 / 4; }
.flf_benefits_3_txt { grid-area: 1 / 3 / 2 / 4; }
.flf_benefits_4_bkgd { grid-area: 1 / 4 / 2 / 5; }
.flf_benefits_4_txt { grid-area: 1 / 4 / 2 / 5; }

.flf_benefits_1_bkgd, .flf_benefits_2_bkgd, .flf_benefits_3_bkgd {
    border-bottom: solid 0px #A7A9AC;
     border-right: solid 1px #A7A9AC;
}

.flf_benefits_1_txt, .flf_benefits_2_txt, .flf_benefits_3_txt, .flf_benefits_4_txt {
    place-self: center center;
}

/*HIGHLIGHT 2Col - DESK*/

.highlight_2col_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
    height: 39vw;
}

#collection, #contractlaw, #litigation, #thankyou {
    height: 100%;
}



.highlight_2col_bkgd{ grid-area: 1 / 1 / 2 / 3; }
.highlight_2col_img { grid-area: 1 / 1 / 2 / 2; }
.highlight_2col_txt { 
    grid-area: 1 / 2 / 2 / 3; 
    place-self: start;
    }

#about_bio {
    height: 100%;
}

/*HIGHLIGHT 2X2 - DESK*/

.highlight_2x2_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.highlight_2x2_fullbkgd { grid-area: 1 / 1 / 3 / 3; }
.highlight_2x2_1_bkgd { grid-area: 1 / 1 / 2 / 2; }
.highlight_2x2_1_txt { grid-area: 1 / 1 / 2 / 2; }
.highlight_2x2_2_bkgd { grid-area: 1 / 2 / 2 / 3; }
.highlight_2x2_2_txt { grid-area: 1 / 2 / 2 / 3; }
.highlight_2x2_3_bkgd { grid-area: 2 / 1 / 3 / 2; }
.highlight_2x2_3_txt { grid-area: 2 / 1 / 3 / 2; }
.highlight_2x2_4_bkgd { grid-area: 2 / 2 / 3 / 3; }
.highlight_2x2_4_txt { grid-area: 2 / 2 / 3 / 3; }

.highlight_2x2_1_bkgd {
    border-top: 0px solid #A7A9AC;
    border-right: 1px solid #A7A9AC;
}

.highlight_2x2_2_bkgd {
    border-top: 0px solid #A7A9AC;
}

.highlight_2x2_3_bkgd {
    border-right: 1px solid #A7A9AC;
}

.highlight_2x2_4_bkgd {
    border-bottom: 0px solid #A7A9AC;
}

.highlight_2x2_1_txt, .highlight_2x2_2_txt, .highlight_2x2_3_txt, .highlight_2x2_4_txt {
    place-self: center center;
    text-align: center;
}

/*HIGHLIGHT 1X3 - DESK*/
.highlight_1x3_parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
padding: 4em 0em;
}

.highlight_1x3_fullbkgd { grid-area: 1 / 1 / 2 / 4; }
.highlight_1x3_1_bkgd { grid-area: 1 / 1 / 2 / 2; }
.highlight_1x3_1_txt { 
    grid-area: 1 / 1 / 2 / 2; 
    padding: 0em 2em 0em 0em;
    place-self: center center;
    }
.highlight_1x3_2_bkgd { grid-area: 1 / 2 / 2 / 3; }
.highlight_1x3_2_txt  { 
grid-area: 1 / 2 / 2 / 3; 
padding: 0em 2em 0em 2em;
place-self: center center;
    }
.highlight_1x3_3_bkgd { grid-area: 1 / 3 / 2 / 4; }
.highlight_1x3_3_txt  { 
grid-area: 1 / 3 / 2 / 4; 
padding: 0em 0em 0em 2em;
place-self: center center;
    }

.highlight_1x3_1_bkgd, .highlight_1x3_2_bkgd, .highlight_1x3_3_bkgd {
    border-top: 0px solid #A7A9AC;
}

.highlight_1x3_3_bkgd {
    border-bottom: 0px solid #A7A9AC;
}

.highlight_1x3_2_bkgd {
border-right: 1px solid #A7A9AC;
border-left: 1px solid #A7A9AC;
}

div.highlight_1x3_1_txt, div.highlight_1x3_2_txt, div.highlight_1x3_3_txt {
    text-align: center;
}

div.flf_highlight_clients > div.center_align > h1 {
    margin-left: 35vw;
    margin-right: 35vw;
}

/*ABOUT PAGE - DESK*/

/*GRID 4 Col 1 Row 3 Contect Sections - DESK*/

.grid_4x1_3sections_parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.grid_4x1_3sections_fulbkgd { grid-area: 1 / 1 / 2 / 5; }
.grid_4x1_3sections_1_bkgd { 
    grid-area: 1 / 1 / 2 / 2; 
    border-bottom: 0px solid #A7A9AC;

    }
.grid_4x1_3sections_1_txt { 
    grid-area: 1 / 1 / 2 / 2; 
padding-right: 2em;
    }
.grid_4x1_3sections_2_bkgd { grid-area: 1 / 2 / 2 / 3; }
.grid_4x1_3sections_2_txt { 
    grid-area: 1 / 2 / 2 / 3; 
    }

.grid_4x1_3sections_3_bkgd { 
    grid-area: 1 / 3 / 2 / 5; 
    margin-left: 2em;
    height: 100%;
    }

.grid_4x1_3sections_3_txt { grid-area: 1 / 3 / 2 / 5; }


.grid_4x1_3sections_1_txt, .grid_4x1_3sections_2_txt, .grid_4x1_3sections_3_txt {
    place-self: start center;
}

#form_div_896 > ul > li.from-footer > div, #dnn_ctr909_HtmlModule_lblContent > div, #dnn_ctr915_HtmlModule_lblContent > div {
    text-align: center!important;
}


/*PRACTICE AREAS -  DESK*/

#businesslaw > div.highlight_2col_img, #collection > div.highlight_2col_img, #contractlaw > div.highlight_2col_img, #litigation > div.highlight_2col_img, #about_bio > div.highlight_2col_img, #home_about > div.highlight_2col_img, #contact {
    height: 100%;
}



#collection > div.highlight_2col_img, #litigation > div.highlight_2col_img {
    grid-area: 1 / 2 / 2 / 3;
}

#collection > div.highlight_2col_txt, #litigation > div.highlight_2col_txt {
grid-area: 1 / 1 / 2 / 2;
}

#collection > div.highlight_2col_txt, #litigation > div.highlight_2col_txt {
    padding-left: 0em;
}

#home_about > div.highlight_2col_txt, #about_bio > div.highlight_2col_txt, #contractlaw > div.highlight_2col_txt, #businesslaw > div.highlight_2col_txt {
    padding-right: 0em;
    place-self: start center;
    padding-left: 2em;
}

/*CONTACT PAGE - DESK*/

#contact_map {
grid-area: 1 / 1 / 2 / 2;
}

#contact > div.highlight_2col_txt{
grid-area: 1 / 2 / 2 / 3;
padding: 2em 0em 2em 2em;
}

#contact_map > iframe {
height: 100%;
width: 100%;
}

/*CONTACT PAGE - DESK*/
#contact_map {
    padding-top: 0em;
}

/*THANK YOU - DESK*/
#thankyou {
    padding: 4vw 5vw 3vw;
}

#thankyou > div.flf_hero_img {
    margin: 0em 0vw 0em 0vw;
    height: 100%;
}

#thankyou > div.flf_hero_txt {
    padding: 2em 2em 2em 0em;
}

/*404 Error Page - DESK*/

#errorpage > div.grid_1x1_txt > div > h1 {
    font-size: 224px;
}

#errorpage > div.grid_1x1_txt > div > h2 {
    font-size: 64px;
}

/*END DESKTOP*/
}




/*TABLET*/

@media all and (min-width:769px) and (max-width:1024px) {

    .mobile {
    display: none;
}

/*HOME PAGE - HERO - TABLET*/

.flf_hero_parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 43vw;
}

.flf_hero_fullbkgd {
    grid-area: 1 / 1 / 2 / 3;
    transform: scaleX(1);
height: 100%;
    background-position: right;
    margin-right: -12vw;
}

.flf_hero_txt {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center center;
}

.flf_hero_img {
    grid-area: 1 / 2 / 2 / 3;
}

/*BENEFITS - TABLET*/

.flf_benefits_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.flf_benefits_1_bkgd { grid-area: 1 / 1 / 2 / 2; }
.flf_benefits_1_txt { grid-area: 1 / 1 / 2 / 2; }
.flf_benefits_2_bkgd { grid-area: 1 / 2 / 2 / 3; }
.flf_benefits_2_txt { grid-area: 1 / 2 / 2 / 3; }
.flf_benefits_3_bkgd { grid-area: 2 / 1 / 3 / 2; }
.flf_benefits_3_txt { grid-area: 2 / 1 / 3 / 2; }
.flf_benefits_4_bkgd { grid-area: 2 / 2 / 3 / 3; }
.flf_benefits_4_txt { grid-area: 2 / 2 / 3 / 3; }

.flf_benefits_1_bkgd, .flf_benefits_2_bkgd {
    border-bottom: solid 1px #A7A9AC;
}

.flf_benefits_3_bkgd {
    border-bottom: solid 0px #A7A9AC;
}

.flf_benefits_1_bkgd, .flf_benefits_3_bkgd {
     border-right: solid 1px #A7A9AC;
}

div.highlight_1x3_1_txt, div.highlight_1x3_2_txt, div.highlight_1x3_3_txt {
    text-align: center;
}

/*ABOUT PAGE - TABLET*/

/*GRID 4 Col 1 Row 3 Contect Sections - TABLET*/

.grid_4x1_3sections_parent{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
padding-top: 4em;
}

.grid_4x1_3sections_fulbkgd { grid-area: 1 / 1 / 3 / 3; }
.grid_4x1_3sections_1_bkgd { 
    grid-area: 1 / 1 / 2 / 2; 
    border-bottom: 0px;
    }
.grid_4x1_3sections_1_txt { 
    grid-area: 1 / 1 / 2 / 2; 
    border-right: solid 1px #A7A9AC;
padding-right: 2em;
    }
.grid_4x1_3sections_2_bkgd { grid-area: 1 / 2 / 2 / 3; }
.grid_4x1_3sections_2_txt { 
    grid-area: 1 / 2 / 2 / 3; 
    padding-left: 2em;
    }
.grid_4x1_3sections_3_bkgd{ grid-area: 2 / 1 / 3 / 3;
margin-top: 4em;
 }
.grid_4x1_3sections_3_txt { grid-area: 2 / 1 / 3 / 3; }

/*THANK YOU - TABLET*/

#thankyou > div.flf_hero_img {
    margin: 0em 0vw 0em 0vw;
    height: 100%;
}

/*END TABLET*/
}

























































