/*
 ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
    background: #ffffff;
    color: #000000;
    font-family: 'Lato', sans-serif!important;
    font-size: 18px;
    font-weight: 400;
}


a {
    color: #1162aa;
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
    body .section-container:not(#billboard-container):not(#footer-container) {
        max-width: 90%;
    }
    
    #primary-nav-container {
        max-width: 700px !important;
        margin: 0 0 0 auto;
    }

    #billboard img,
    #int-billboard-our-practice img,
    #int-billboard-our-people img,
    #int-billboard-our-impact img,
    #int-billboard-our-values img {
        height: auto !important;
        object-fit: inherit !important;
    }

    #billboard .billboard-content-container,
    #int-billboard-our-practice .billboard-content-container,
    #int-billboard-our-people .billboard-content-container,
    #int-billboard-our-impact .billboard-content-container,
    #int-billboard-our-values .billboard-content-container {
        max-width: 90% !important;
    }

    .blog #int-billboard .int-billboard-content, 
    .category #int-billboard .int-billboard-content, 
    .tag #int-billboard .int-billboard-content, 
    .search #int-billboard .int-billboard-content{
	   /*max-width: 100% !important;*/
       max-width: 90% !important;
    }

/*    .blog #int-billboard-container,
    .category #int-billboard-container,
    .tag #int-billboard-container,
    .search #int-billboard-container {
        max-width: 90% !important;
    }*/
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #1162aa!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h1 {
    color: #1162aa!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}
	
/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #003e6e;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    scroll-margin-top: 125px!important;
}


h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #003e6e;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #1163aa;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
/*     text-transform: uppercase; */
    letter-spacing: 1px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
    color: #1162aa;
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}

body #call-to-action h3{
    line-height: 24px;
}

@media screen and (max-width: 700px) {
    body #call-to-action h3{
        line-height: normal;
    }
}

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #003e6e;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h4 a,
.tmf-post > h4 a {
    color: #003e6e;
    text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 a:hover {
    text-decoration: underline;
}

/* ======================================== *
        Header 5
 * ======================================== */
h5,
.editor-content > h5 {
    color: #1162aa;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h5 a,
.editor-content > h5 a {
    color: #1162aa;
    text-decoration: none;
}

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}



/* ======================================== *
        Home and Interior Top Area
 * ======================================== */
body #header-wrapper.sticky {
    -webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    top: -90px;
    left: 0;
    position: fixed !important;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    background: #ffffff;
    border-bottom: none;
    min-height: auto;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

body #header-wrapper.sticky.sticky_animate {
    top: 0;
}

body #header-wrapper.sticky #header {
    padding: 25px 0 20px;
}

body #header-wrapper.sticky #header-cell-1,
body #header-wrapper.sticky #header-cell-2 {
    vertical-align: middle;
}

body #header-wrapper.sticky #header .desktop-view{
    display: none;
}

body #header-wrapper.sticky #primary-nav {
    padding-top: 0px; 
}

@media screen and (max-width: 1200px) {
    body #header-wrapper.sticky {
        position: relative !important;
    }

    body #header-wrapper.sticky #header {
        padding: 25px 0 0;
    }
}

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.header-top-2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
}

#header-top p{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    line-height: 26px;
    margin-bottom: 0;
}

#header-top a{
    color: #333333;
    text-decoration: none;
}

#header-top a:hover{
    text-decoration: underline;
}

#header-top .phone-1 {}

#header-top .phone-1::after {
    content: "|";
    color: #1162aa;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px;
}

/* Search Style */ 
.search-form{
    display: inline-block;
    vertical-align: top;
}

.search-icon {
/*     background: #808080; */
    background: #999999;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    margin-left:7px;
}

#search-lg,
#search-sm {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(17,98,170,0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    display: none;
}

#search-lg.open,
#search-sm.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 9999;
    display: block;
}

#search-lg input[type="search"],
#search-sm input[type="search"] {
    position: absolute;
    top: 50%;
    /* top: 50px; */
    left: 0;
    /* margin-top: -51px; */
    margin-top: 0px;
    max-width: 1300px;
    width: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
    margin: 0 auto;
    right: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    transform: translateY(-50%);
}

#search-lg input[type="search"]::placeholder,
#search-sm input[type="search"]::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

#search-lg input[type="search"]::-ms-input-placeholder,
#search-sm input[type="search"]::-ms-input-placeholder {
  color: #ffffff;
}

#search-lg input[type="search"]::-ms-input-placeholder,
#search-sm input[type="search"]::-ms-input-placeholder {
  color: #ffffff;
}

#search-lg .close,
#search-sm .close {
    position: absolute;
    top: 50px;
    right: 25px;
    opacity: 1;
    font-size: 18px;
    color: #ffffff;
}

#search-lg .close::after,
#search-sm .close::after {
    content: "\f00d";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
}

#search-lg .close:hover,
#search-sm .close:hover{
    color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width: 950px) {
    #header-top{   
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #header-top,
    .header-top-2 {
        display: block;
        padding-left: 0;
    }

    .header-top-2 {
        display: block;
        padding-top: 15px;
    }

    #header-top p{
        text-align: center;
    }

    #header-top .phone-1 {
        display: block;
    }

    #header-top .phone-1::after {
        display: none;
    }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header .main-logo:focus, a:active, a:hover {
    text-decoration: none;
}

#header-container {
    max-width: 1300px;
}

#header {
    padding: 25px 0 30px!important;
}

#header .logo {
    max-width: 398px;
    width: 90%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: auto !important;
}

#header .logo a:hover {
    text-decoration: none!important;
}

#header .logo-40{
    margin-left: 20px;
}

#header-cell-1 {
    vertical-align: bottom;
}

#header-cell-2 .inner{
    padding-left: 0;
}

#header .desktop-view {
    text-align: right;
}

#header .mobile-view{
    display: none;
}

@media screen and (max-width: 1200px) {
    #header {
        padding: 25px 0 0 !important;
    }

    #header-cell-2 .inner{
        padding: 0;
    }
    
    #header .logo {
	   width: 70%;
	}

    #header .desktop-view{
        display: none;
    }

    .header-top-row {
        display: table;
        width: 100%;
    }
    
    #header .main-logo,
    #header .mobile-view{
        display: table-cell;
        vertical-align: middle;
    }

    #header .mobile-view{
        width: 45%;
        text-align: right;
    }
}

@media screen and (max-width: 950px) {
    #header .logo {
        width: 100%;
    }

    #header .main-logo,
    #header .mobile-view{
        display: block;
        width: 100%;
        text-align: center;
    }

    #header .mobile-view{
        padding-top: 15px;
/*         margin-left:35px; */
	    margin-right:auto;
	    margin-left:auto;
    }
    
    #header .main-logo {
	    margin-right:auto;
	    margin-left:auto;
    }
}

@media screen and (max-width: 600px) {
    #header .logo-40 {
        display: block;
        margin: 0 auto;
        max-width: 80px;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    #header .logo-40 {
        max-width: 60px;
    }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    font-family: 'Lato', sans-serif!important;
}

#primary-nav-container {
    max-width: 700px !important;
    margin: 0 0 0 auto;
}

#primary-nav {
    padding-top: 15px;
}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}

#primary-nav .menu > .menu-item > a {
    color: #343434;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 5px;
    text-decoration: none;
}

#primary-nav .menu > .menu-item > a:after {
    background-color: transparent;
    bottom: 0px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    margin: 0 auto;
}

#primary-nav .menu > .menu-item:hover > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:hover:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:focus:after {
    background-color: #1162aa;
    width: 70%;
    height: 3px;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {}

#primary-nav .menu .sub-menu {
    min-width: 280px;
}

#primary-nav .menu > li.left-edge > div > ul {
    left: inherit;
    right: 0;
}

#primary-nav .menu .sub-menu .menu-item{
    background: #003e6e;
}

#primary-nav .menu .sub-menu .menu-item {}
#primary-nav .menu .sub-menu .menu-item.first {}
#primary-nav .menu .sub-menu .menu-item.last {}
#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-family: 'Lato', sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #1162aa;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    #primary-nav-container {
        max-width: 100% !important;
        margin: 0 auto;
    }

    #primary-nav {
        padding-top: 0;
    }
}

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Lato', sans-serif!important;
    text-align: left;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #fff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
    background: #003e6e;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #003e6e;
}

#mobile-nav .mobile-menu .current-menu-item {
    background: transparent;
}

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
    overflow: hidden;
}

#billboard-container{
    max-width: 100%;
}

#billboard .modern-slider {
    background: transparent;
    border: none;
    margin: 0;
}

#billboard img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#billboard .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#billboard strong {
    font-weight: 700;
}

/*---------- Slide 1 CSS ----------*/
#billboard .slide-1 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 590px;
    margin: 0 0 0 auto;
}

#billboard .slide-1 h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

#billboard .slide-1 h2:first-child {
    padding-left: 35px;
    margin-bottom: 0px;
}

#billboard .slide-1 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    max-width: 530px;
    margin: 0 0 0 auto;
}

/*---------- Slide 2 CSS ----------*/
#billboard .slide-2 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 570px;
    left: 11.5%;
}

#billboard .slide-2 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-2 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-2 p:nth-child(1) {
    padding-left: 80px;
}

#billboard .slide-2 .tmf-button {
    margin-left: 80px;
}

/*---------- Slide 3 CSS ----------*/
#billboard .slide-3 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 570px;
    left: 10%;
}

#billboard .slide-3 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-3 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-3 p:nth-child(2),
#billboard .slide-3 p:nth-child(3) {
    padding-left: 80px;
}

#billboard .slide-3 p:nth-child(4) {
    text-align: right;
}

/*---------- Slide 4 CSS ----------*/
#billboard .slide-4 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 520px;
    left: 11.5%;
}

#billboard .slide-4 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-4 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-4 p:nth-child(1) {
    padding-left: 100px;
}

#billboard .slide-4 .tmf-button {
    margin-left: 100px;
}

/*---------- Slide 5 CSS ----------*/
#billboard .slide-5 .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 560px;
    margin: 0 0 0 auto;
    padding-right: 7%;
}

#billboard .slide-5 .large-text {
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

#billboard .slide-5 p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#billboard .slide-5 p:nth-child(2),
#billboard .slide-5 p:nth-child(3) {
    padding-left: 80px;
}

#billboard .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 25%);
    font-size: 20px;
    max-width: 200px;
    width: 100%;
    padding: 8px 15px;
    margin-top: 15px;
    letter-spacing: 1px;
}

#billboard .flex-direction-nav {
    opacity: 1 !important;
}

#billboard .flex-direction-nav a {
    width: 40px;
    height: 40px;
    top: 50%;
    color: #ffffff;
    font-size: 0;
    overflow: inherit;
    opacity: 1 !important;
}

#billboard .flex-direction-nav a:before {
    content: '';
    color: #ffffff;
    font-size: 0;
}

#billboard .flex-direction-nav a.flex-prev:before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -439px 0px;
    background-size: 487px;
    display: block;
    width: 90px;
    height: 75px;
    transform: rotate(-180deg);
    margin-left: -54px;
}

#billboard .flex-direction-nav a.flex-next:before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -439px 0px;
    background-size: 487px;
    display: block;
    width: 90px;
    height: 75px;
}

#billboard .flexslider .flex-direction-nav .flex-prev {
    opacity: 0 !important;
    margin-left: 25px;
}

#billboard .flexslider .flex-direction-nav .flex-next {
    opacity: 0 !important;
    margin-right: 25px;
}

#billboard .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1 !important;
}

#billboard .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1 !important;
}

#billboard .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important;
}

#billboard .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1 !important;
}

#billboard .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 9;
}

#billboard .flex-control-paging li a {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
    display: none;
}

#billboard .flex-control-paging li a.flex-active {
    background: #fff;
}

#billboard .mobile-view{
    display: none;
}

@media screen and (max-width: 1200px) {
    #billboard .desktop-view{
        display: none;
    }

    #billboard .flexslider .flex-direction-nav .flex-prev {
        margin-left: 0;
    }

    #billboard .flexslider .flex-direction-nav .flex-next {
        margin-right: 0;
    }

/*#billboard .flexslider .flex-direction-nav .flex-prev {
display: none;
}

#billboard .flexslider .flex-direction-nav .flex-next {
display: none;
}*/
    #billboard .mobile-view{
        display: block;
    }

    #billboard-cell-1,
    #billboard-cell-2{
        vertical-align: middle;
    }

    #billboard .slide-1 p,
    #billboard .slide-2 p,
    #billboard .slide-3 p,
    #billboard .slide-4 p,
    #billboard .slide-5 p {
        line-height: 38px;
    }

    /*---------- Slide 1 CSS ----------*/
    #billboard .slide-1{
        background: rgba(0,62,110,1);
    }

    #billboard .slide-1 #billboard-cell-1 .inner{
        padding: 0;
    }

    #billboard .slide-1 #billboard-cell-2 .inner{
        padding: 0 50px 0 25px;
    }

    #billboard .slide-1 #billboard-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-1 .mobile-view-left-content,
    #billboard .slide-1 .mobile-view-right-img{
        display: none;
    }

    #billboard .slide-1 img {
        height: auto;
       /* border-top-left-radius: 0px;
        border-top-right-radius: 450px 1000px;
        border-bottom-right-radius: 35px 500px;
        border-bottom-left-radius: 0px; */
    }

    #billboard .slide-1 h2 {
        font-size: 24px;
        text-shadow: inherit;
        margin-bottom: 0;
        line-height: 38px;
    }

    #billboard .slide-1 h2:first-child {
        padding-left: 0;
    }

    /*---------- Slide 2 CSS ----------*/
    #billboard .slide-2{
        background: rgba(18,99,171,1);
    }

    #billboard .slide-2 #billboard-cell-1 .inner{
        padding: 0 25px 0 50px;
    }

    #billboard .slide-2 #billboard-cell-2 .inner{
        padding: 0;
    }

    #billboard .slide-2 #billboard-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-2 .mobile-view-right-content,
    #billboard .slide-2 .mobile-view-left-img{
        display: none;
    }

    #billboard .slide-2 img {
        height: auto;
     /*   border-radius: 330px 0px 0px 300px/700px 0px 0px 600px; */
    }

    #billboard .slide-2 p:nth-child(1) {
        padding-left: 0px;
    }

    #billboard .slide-2 .tmf-button {
        margin-left: 0px;
    }

    /*---------- Slide 3 CSS ----------*/
    #billboard .slide-3{
        background: rgba(18,99,171,1);
    }

    #billboard .slide-3 #billboard-cell-1 .inner{
        padding: 0 25px 0 50px;
    }

    #billboard .slide-3 #billboard-cell-2 .inner{
        padding: 0;
    }

    #billboard .slide-3 #billboard-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-3 .mobile-view-right-content,
    #billboard .slide-3 .mobile-view-left-img{
        display: none;
    }

    #billboard .slide-3 img {
        height: auto;
     /*   border-radius: 330px 0px 0px 300px/700px 0px 0px 600px; */
    }

    #billboard .slide-3 p:nth-child(2),
    #billboard .slide-3 p:nth-child(3) {
        padding-left: 0px;
    }

    #billboard .slide-3 p:nth-child(4) {
        text-align: inherit;
    }

    /*---------- Slide 4 CSS ----------*/
    #billboard .slide-4{
        background: rgba(18,99,171,1);
    }

    #billboard .slide-4 #billboard-cell-1 .inner{
        padding: 0 25px 0 50px;
    }

    #billboard .slide-4 #billboard-cell-2 .inner{
        padding: 0;
    }

    #billboard .slide-4 #billboard-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-4 .mobile-view-right-content,
    #billboard .slide-4 .mobile-view-left-img{
        display: none;
    }

    #billboard .slide-4 img {
        height: auto;
     /*   border-radius: 330px 0px 0px 300px/700px 0px 0px 600px; */
    }

    #billboard .slide-4 p:nth-child(1) {
        padding-left: 0;
    }

    #billboard .slide-4 .tmf-button {
        margin-left: 0;
    }

    /*---------- Slide 5 CSS ----------*/
    #billboard .slide-5{
        background: rgba(0,62,110,1);
    }

    #billboard .slide-5 #billboard-cell-1 .inner{
        padding: 0;
    }

    #billboard .slide-5 #billboard-cell-2 .inner{
        padding: 0 50px 0 25px;
    }

    #billboard .slide-5 #billboard-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #billboard .slide-5 .mobile-view-left-content,
    #billboard .slide-5 .mobile-view-right-img{
        display: none;
    }

    #billboard .slide-5 img {
        height: auto;        
   /*     border-top-left-radius: 0px;
        border-top-right-radius: 330px 700px;
        border-bottom-right-radius: 300px 600px;
        border-bottom-left-radius: 0px; */
    }

    #billboard .slide-5 p:nth-child(2),
    #billboard .slide-5 p:nth-child(3) {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1100px) {
    /*---------- Slider Global CSS ----------*/
    #billboard .slide-1 p,
    #billboard .slide-2 p,
    #billboard .slide-3 p,
    #billboard .slide-4 p,
    #billboard .slide-5 p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
        margin: 0;
    }

    #billboard .slide-1 h2 {
        font-size: 20px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1000px) {
    /*---------- Slider Global CSS ----------*/
    #billboard .modern-slider {
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
        border: none;
        margin: 0;
    }
    
    #billboard-wrapper {
	    /*margin-top: -30px;*/
    }
    
    #int-billboard-wrapper {
	    /*margin-top: -30px;*/
    }

    #billboard .slide-1 img,
    #billboard .slide-2 img,
    #billboard .slide-3 img,
    #billboard .slide-4 img,
    #billboard .slide-5 img {
        border-radius: 0px;
    }

    #billboard .slide-2 #billboard-cell-1 .inner,
    #billboard .slide-3 #billboard-cell-1 .inner,
    #billboard .slide-4 #billboard-cell-1 .inner{
        padding: 0;
    }

    #billboard .slide-1 #billboard-cell-2 .inner,
    #billboard .slide-5 #billboard-cell-2 .inner{
        padding: 0 25px;
    }

    #billboard .slide-2 .mobile-view-left-img,
    #billboard .slide-3 .mobile-view-left-img,
    #billboard .slide-4 .mobile-view-left-img{
        display: block;
    }

    #billboard .slide-2 .editor-content,
    #billboard .slide-3 .editor-content,
    #billboard .slide-4 .editor-content{
        padding: 25px 25px 70px;
        text-align: center;
    }

    #billboard .slide-2 #billboard-cell-2,
    #billboard .slide-3 #billboard-cell-2,
    #billboard .slide-4 #billboard-cell-2{
        display: none;
    }

    /*---------- Slide 1 CSS ----------*/
    #billboard .slide-1 #billboard-cell-2 {
        text-align: center;
        padding: 25px 0 70px;
    }

    /*---------- Slide 5 CSS ----------*/
    #billboard .slide-5 #billboard-cell-2 {
        text-align: center;
        padding: 25px 0 70px;
    }
}

/* ======================================== *
        Int Billboard Section
 * ======================================== */
#int-billboard-wrapper {
	
}

#int-billboard-container{
    max-width: 100% !important;
}

#int-billboard img.int-billboard-img {
    display: block;
/*     width: 100%; */
    height: auto;
    width: 100%;
    /*margin-left: -90px;*/
}

#int-billboard .int-billboard-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1300px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    transform: translateY(-50%);
}

#int-billboard .int-billboard-title {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    padding: 0px 25px;
    position: relative;
}

#int-billboard h1#page-title {
    color: #ffffff!important;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    line-height:1.1em;
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
    background: rgb(0,62,110);
    background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
}

#int-title-container{
    max-width: 1300px;
}

#int-title{
    padding: 25px 25px;
}

#int-title h1#page-title {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0;
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper{
    background: #dce8f2;
}

#home-body-container {
    max-width: 1100px;
}

#home-body {
    padding: 45px 0 15px;
}

/*#home-body .inner{
    padding: 0;
}*/

#home-body .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    padding: 8px 15px;
    margin-top: 25px;
}

@media screen and (max-width: 1200px) {}

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {}

#body-container {
    max-width: 1300px;
}


#body {
    padding: 45px 0;
}

.single-practice-area #body .editor-content h2 {
    margin-top: 35px;
}

#body .custom-inner{
    padding: 0 25px;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 950px) {}

/* ======================================== *
        Home Award Section
 * ======================================== */
#home-award-wrapper{}

#home-award-container {
    max-width: 1100px;
}

#home-award{
    padding: 35px 0 0;
    text-align: center;
}

#home-award .inner{
    padding: 0;
}

#home-award .tmf-module {
    border-bottom: 2px solid #aaaaaa;
    padding-bottom: 30px;
}

@media screen and (max-width: 950px) {}

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper{}

#home-attorney-container {
    max-width: 1350px;
}

#home-attorney{
    padding: 50px 0;
    text-align: center;
}

#home-attorney .inner{
    padding: 0 4px;
}

#home-attorney h3.tmf-module-title{
    color: #003e6e;
    font-size: 36px;
    padding: 0 21px;
}

#home-attorney p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 25px;
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 950px) {}

/* ======================================== *
        Practice Areas Section
 * ======================================== */
#practice-areas-section-wrapper{
    background: url('../images/practice_areas_bg_3x.jpg') no-repeat center center / cover;
}

/*.post-type-archive-practice-area #practice-areas-section-wrapper{
    background: #5891c3;
}*/

#practice-areas-section-container{
    max-width: 1300px;
}

#practice-areas-section {
    padding: 35px 0;
    text-align: center;
}

#practice-areas-section .inner{
    padding: 0;
}

#practice-areas-section h3.tmf-module-title{
    color: #ffffff;
    font-size: 36px;
    padding: 0 25px;
}

@media screen and (max-width: 1200px) {
    #practice-areas-section-container{
        max-width: 600px;
    }
}

/* ======================================== *
        Archive Practice Area Page CSS
 * ======================================== */
#int-billboard-our-practice-wrapper {}

#int-billboard-our-practice-container{
    max-width: 100% !important;
}

#int-billboard-our-practice img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-practice .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-practice .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 500px;
    padding-left: 13%;
}

#int-billboard-our-practice .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-practice p:first-child {
    max-width: 435px;
    margin: 0 0 0 auto;
}

#int-billboard-our-practice p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-practice strong {
    font-weight: 800;
}

#int-billboard-our-practice .mobile-view{
    display: none;
}

#int-billboard-our-practice .mobile-view-image{
    display: none;
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-practice-wrapper {
        background: rgba(18,99,171,1);
    }

    #int-billboard-our-practice .desktop-view{
        display: none;
    }

    #int-billboard-our-practice .mobile-view{
        display: block;
    }

    #int-billboard-our-practice-cell-1,
    #int-billboard-our-practice-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-practice-cell-2 .inner{
        padding: 0;
    }

    #int-billboard-our-practice-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #int-billboard-our-practice img {
        height: auto;
        /*border-radius: 330px 0px 0px 300px/700px 0px 0px 600px*/
    }

    #int-billboard-our-practice p {
        line-height: 38px;
    }

    #int-billboard-our-practice p:first-child {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-practice p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-practice-cell-1{
        text-align: center;
    }

    #int-billboard-our-practice-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-practice-cell-1 .editor-content{
        padding: 25px 25px;
    }

    #int-billboard-our-practice-cell-2 {
        display: none;
    }

    #int-billboard-our-practice .mobile-view-image{
        display: block;
    }

    #int-billboard-our-practice img {
        border-radius: 0;
    }
}

.post-type-archive-practice-area{}

.post-type-archive-practice-area #body-container {
    max-width: 1160px;
}

.post-type-archive-practice-area #body {
    text-align: center;
}

.post-type-archive-practice-area #body .tmf-archive-top {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.post-type-archive-practice-area #body .tmf-archive-top p{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.post-type-archive-practice-area #body #call-to-action {
    box-sizing: border-box;
    background-color: #1162aa !important;
    color: #fff;
    text-align: center;
    max-width: 900px;
    padding: 40px 25px;
    margin: 0 auto 50px;
}

.post-type-archive-practice-area #body #call-to-action h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

/* ======================================== *
        Single Practice Area Page CSS
 * ======================================== */
.single-practice-area #int-billboard .int-billboard-content {
    padding: 0 25px;
}

.single-practice-area #int-billboard .int-billboard-title-cell-1,
.single-practice-area #int-billboard .int-billboard-title-cell-2 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.single-practice-area #int-billboard .int-billboard-title-cell-1 {
    width: 170px;
}

.single-practice-area #int-billboard .int-billboard-title-cell-2{
    width: auto;
}

.single-practice-area #int-billboard img.int-billboard-icon{
    max-width: 100%;
    width: 141px;
    height: auto;
}

.single-practice-area #int-billboard h1#page-title {
    max-width: 700px;
}

@media screen and (max-width: 1400px) {
    .single-practice-area #int-billboard img.int-billboard-img {
        height: 250px;
        object-fit: cover;
    }
}

@media screen and (max-width: 650px) {
    .single-practice-area #int-billboard .int-billboard-title-cell-1, 
    .single-practice-area #int-billboard .int-billboard-title-cell-2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .single-practice-area #int-billboard img.int-billboard-icon{
        width: 90px;
    }

    .single-practice-area #int-billboard h1#page-title {
        font-size: 24px;
        max-width: 500px;
        margin: 10px auto 0;
    }
}

/* ======================================== *
        Archive Attorney Page CSS
 * ======================================== */
#int-billboard-our-people-wrapper {}

#int-billboard-our-people-container{
    max-width: 100% !important;
}

#int-billboard-our-people img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-people .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-people .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 505px;
    margin: 0 0 0 auto;
    padding-right: 10%;
}

#int-billboard-our-people .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-people p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-people p:nth-child(2),
#int-billboard-our-people p:nth-child(3),
#int-billboard-our-people p:nth-child(4),
#int-billboard-our-people p:last-child {
    max-width: 450px;
    margin: 0 0 0 auto;
}

#int-billboard-our-people strong {
    font-weight: 800;
}

#int-billboard-our-people .mobile-view{
    display: none;
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-people-wrapper {
        background: rgb(0,62,110);
    }

    #int-billboard-our-people .desktop-view{
        display: none;
    }

    #int-billboard-our-people .mobile-view{
        display: block;
    }

    #int-billboard-our-people-cell-1,
    #int-billboard-our-people-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-people-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-people-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #int-billboard-our-people img {
        height: auto;
        /*border-top-left-radius: 0px;
        border-top-right-radius: 330px 700px;
        border-bottom-right-radius: 300px 600px;
        border-bottom-left-radius: 0px;*/
    }

    #int-billboard-our-people p {
        line-height: 38px;
    }

    #int-billboard-our-people p:last-child {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-people p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-people-cell-2 {
        text-align: center;
        padding: 25px 0;
    }

    #int-billboard-our-people img {
        border-radius: 0px;
    }
}

.post-type-archive-attorney{}

.post-type-archive-attorney #body-container {
    max-width: 1300px;
}

.post-type-archive-attorney #body {
    text-align: center;
}

.post-type-archive-attorney #body .tmf-archive-top {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.post-type-archive-attorney #body .tmf-archive-top p{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

/* ======================================== *
        Attorney Single Page CSS
 * ======================================== */
.single-attorney #int-billboard img.int-billboard-img {
    display: block;
    width: 100%;
    height: auto;
}

.single-attorney #body h1#page-title {
    display: block;
    color: #1162aa;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-attorney #body img.primary {
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: none;
    display: block;
    width: 240px;
    margin: 0 0 15px;
}

.single-attorney #body .tmf-taxonomy-list.attorney-titles {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

.single-attorney #body .tmf-taxonomy-list .tmf-taxonomy {
    color: #000000;
    font-size: 20px;
    font-style: italic;
}

.single-attorney #body .contact-information .label {
    display:none;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-attorney #body .contact-information {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.single-attorney #body .contact-information a{
    color: #000000;
}

.single-attorney #body .contact-information .fax {
    display: none;
}

.single-attorney #body.icon-container .vcard-resume-container {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    line-height: normal;
}

.single-attorney #body .icon-container .vcard-resume-container a{
    color: #000000;
}

.single-attorney #body .contact-information,
.single-attorney #body .icon-container {
    line-height: 30px;
}

.single-attorney #body .vcard .label {
    font-size: 0px;
    font-weight: 400;
    margin-top: 0;
    vertical-align: middle;
}

.single-attorney #body-cell-1 .superlawyer {
    padding: 10px 0 40px;
/*     margin-bottom: -85px; */
}

.single-attorney #body-cell-1 .superlawyer img{
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 15px;
}

.single-attorney .attorney-details {
    margin-top: 35px;
}

.single-attorney .attorney-details-item {}

.single-attorney .attorney-details-item .title {
    background: #1162aa;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
}

.single-attorney .attorney-details .editor-content ul {
    margin: 15px 0 0 !important;
    line-height: 1.9em;
}

@media screen and (max-width: 1400px) {
    .single-attorney #int-billboard img.int-billboard-img {
        height: 139px;
        object-fit: cover;
    }
}

@media screen and (max-width: 950px) {
    .single-attorney #body-cell-1 {
        display: none;
    }

    .single-attorney #body-cell-2 {
        width: 100%;
    }
}

/* ======================================== *
    Our Impact Page CSS
 * ======================================== */
#int-billboard-our-impact-wrapper {}

#int-billboard-our-impact-container{
    max-width: 100% !important;
}

#int-billboard-our-impact img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-impact .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-impact .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 505px;
    margin: 0 0 0 auto;
    padding-right: 10%;
}

#int-billboard-our-impact .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-impact p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-impact p:nth-child(2),
#int-billboard-our-impact p:nth-child(3),
#int-billboard-our-impact p:nth-child(4),
#int-billboard-our-impact p:last-child {
    max-width: 435px;
    margin: 0 0 0 auto;
}

#int-billboard-our-impact strong {
    font-weight: 800;
}

#int-billboard-our-impact .mobile-view{
    display: none;
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-impact-wrapper {
        background: rgb(0,62,110);
    }

    #int-billboard-our-impact .desktop-view{
        display: none;
    }

    #int-billboard-our-impact .mobile-view{
        display: block;
    }

    #int-billboard-our-impact-cell-1,
    #int-billboard-our-impact-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-impact-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-impact-cell-2{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #int-billboard-our-impact img {
        height: auto;
        /*border-top-left-radius: 0px;
        border-top-right-radius: 330px 700px;
        border-bottom-right-radius: 300px 600px;
        border-bottom-left-radius: 0px;*/
    }

    #int-billboard-our-impact p {
        line-height: 38px;
    }

    #int-billboard-our-impact p:last-child {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-impact p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-impact-cell-2 {
        text-align: center;
        padding: 25px 0;
    }

    #int-billboard-our-impact img {
        border-radius: 0px;
    }
}

.page-template-our-impact-page{}

.page-template-our-impact-page #body-container {
    max-width: 1250px;
}

.page-template-our-impact-page .tmf-post.page.large{
    text-align: center;
}

.page-template-our-impact-page .tmf-post.page.large h1#page-title{
    display: block;
}

.page-template-our-impact-page .tmf-post.page.large .editor-content p{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

#our-impact-section-1-wrapper{}

#our-impact-section-1-container{
    max-width: 1300px;
}

#our-impact-section-1{
    padding: 25px 0 50px;
    text-align: center;
}

#our-impact-section-1 .inner{
    padding: 0;
}

#our-impact-section-1 .tmf-button{
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
    display: inline-flex;
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
    max-width: 400px;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    margin: 0 15px 25px;
}

#our-impact-section-2-wrapper{}

#our-impact-section-2-container{
    max-width: 1250px;
}

#our-impact-section-2{
    padding: 0 0 70px;
}

#our-impact-section-3-wrapper{}

#our-impact-section-3-container{
    max-width: 1250px;
}

#our-impact-section-3{
    padding: 0 0 70px;
}

#our-impact-section-4-wrapper{
    background: #1162aa;
}

#our-impact-section-4-container{
    max-width: 1250px;
}

#our-impact-section-4{
    padding: 50px 0;
}

#our-impact-section-4 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

#our-impact-section-4 table {
    border-collapse: separate;
    border-spacing: 0;
    color: #fff;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto;
}

#our-impact-section-4 th, 
#our-impact-section-4 td {
    font-weight: 700;
}

#our-impact-section-4 table p{
    font-weight: 700;
}

@media screen and (max-width: 650px) {
    #our-impact-section-4 th, 
    #our-impact-section-4 td {
        width: 100% !important;
        display: block;
    }
}

/* ======================================== *
    Our Values Page CSS
 * ======================================== */
#int-billboard-our-values-wrapper {}

#int-billboard-our-values-container{
    max-width: 100% !important;
}

#int-billboard-our-values img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

#int-billboard-our-values .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#int-billboard-our-values .billboard-content {
    color: #ffffff;
    position: relative;
    max-width: 500px;
    padding-left: 13%;
}

#int-billboard-our-values .large-text {
    text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    color: #ffffff;
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

#int-billboard-our-values p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
}

#int-billboard-our-values p.custom-width {
    max-width: 455px;
    margin: 0 0 0 auto;
}

#int-billboard-our-values p:nth-child(2),
#int-billboard-our-values p:nth-child(3) {
    max-width: 465px;
    margin: 0 0 0 auto;
}

#int-billboard-our-values strong {
    font-weight: 800;
}

#int-billboard-our-values .mobile-view{
    display: none;
}

#int-billboard-our-values .mobile-view-image{
    display: none;
}

@media screen and (max-width: 1200px) {
    #int-billboard-our-values-wrapper {
        background: rgba(18,99,171,1);
    }

    #int-billboard-our-values .desktop-view{
        display: none;
    }

    #int-billboard-our-values .mobile-view{
        display: block;
    }

    #int-billboard-our-values-cell-1,
    #int-billboard-our-values-cell-2{
        vertical-align: middle;
    }

    #int-billboard-our-values-cell-2 .inner{
        padding: 0;
    }

    #int-billboard-our-values-cell-1{
        background: rgb(0,62,110);
        background: linear-gradient(90deg, rgba(0,62,110,1) 0%, rgba(6,73,129,1) 50%, rgba(18,99,171,1) 100%);
    }

    #int-billboard-our-values img {
        height: auto;
        /*border-radius: 330px 0px 0px 300px/700px 0px 0px 600px;*/
    }

    #int-billboard-our-values p {
        line-height: 38px;
    }

    #int-billboard-our-values p.custom-width,
    #int-billboard-our-values p:nth-child(2),
    #int-billboard-our-values p:nth-child(3) {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1050px) {
    #int-billboard-our-values p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media screen and (max-width: 950px) {
    #int-billboard-our-values-cell-1{
        text-align: center;
    }

    #int-billboard-our-values-cell-1 .inner{
        padding: 0;
    }

    #int-billboard-our-values-cell-1 .editor-content{
        padding: 25px 25px;
    }

    #int-billboard-our-values-cell-2 {
        display: none;
    }

    #int-billboard-our-values .mobile-view-image{
        display: block;
    }

    #int-billboard-our-values img {
        border-radius: 0px;
    }
}

.page-template-our-values-page{}

.page-template-our-values-page #body-container {
    max-width: 1250px;
}

.page-template-our-values-page .tmf-post.page.large{
    text-align: center;
}

.page-template-our-values-page .tmf-post.page.large h1#page-title{
    display: block;
}

.page-template-our-values-page .tmf-post.page.large .editor-content p{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

#our-values-section-1-wrapper{
    background: #dce8f2;
}

#our-values-section-1-container{
    max-width: 1150px;
}

#our-values-section-1{
    padding: 40px 0;
    text-align: center;
}

#our-values-section-2-wrapper{}

#our-values-section-2-container{
    max-width: 1300px;
}

#our-values-section-2{
    padding: 60px 0 50px;
    text-align: center;
}

#our-values-section-2 .inner{
    padding: 0;
}

#our-values-section-2 .tmf-button{
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
    display: inline-flex;
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
    max-width: 300px;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    margin: 0 45px 25px;
    vertical-align: top;
}

#our-values-section-3-wrapper{}

#our-values-section-3-container{
    max-width: 1150px;
}

#our-values-section-3{
    padding: 0 0 70px;
}

#our-values-section-4-wrapper{}

#our-values-section-4-container{
    max-width: 1150px;
}

#our-values-section-4{
    padding: 0 0 70px;
}

#our-values-section-5-wrapper{}

#our-values-section-5-container{
    max-width: 1150px;
}

#our-values-section-5{
    padding: 0 0 70px;
}

@media screen and (max-width: 650px) {
    #our-impact-section-4 th, 
    #our-impact-section-4 td {
        width: 100% !important;
        display: block;
    }
}

/* ======================================== *
    Blog, Category, Tag, Search, Archive Page CSS
 * ======================================== */
.blog #int-billboard .int-billboard-content,
.category #int-billboard .int-billboard-content,
.tag #int-billboard .int-billboard-content,
.search #int-billboard .int-billboard-content {
    top: 5%;
    transform: inherit;
}



.blog #int-billboard h1#page-title,
.category #int-billboard h1#page-title,
.tag #int-billboard h1#page-title,
.search #int-billboard h1#page-title {
    color: #ffffff;
    /*font-size: 75px;*/
    font-size: 150px;
    font-weight: 800;
    margin-bottom: 0;
}

.category #int-billboard h1#page-title{
    font-size: 75px !important;
}

.blog #int-billboard h1#page-title .no-bold,
.category #int-billboard h1#page-title .no-bold,
.tag #int-billboard h1#page-title .no-bold,
.search #int-billboard h1#page-title .no-bold {
    font-weight: 400;
/*     KERNING CHANGES START */
    letter-spacing: -7.5px;
/*     margin-left: -18px; */
/*     KERNING CHANGES END */

}

.category #int-billboard h2#cat-title {
    color: #fff;
/*     font-size: 36px; */
    font-size: 26px;
}

.blog #body-cell-1 .inner,
.category #body-cell-1 .inner,
.tag #body-cell-1 .inner,
.search #body-cell-1 .inner{
    padding: 0;
}

.blog .page-navigation,
.category .page-navigation,
.tag .page-navigation,
.search .page-navigation {
    margin: 50px 0 0 0;
    padding: 0 25px;
}

.blog #no-content,
.category #no-content,
.tag #no-content,
.search #no-content {
    padding: 0 25px;
}

@media screen and (max-width: 1400px) {
    .blog #int-billboard img.int-billboard-img,
    .category #int-billboard img.int-billboard-img,
    .tag #int-billboard img.int-billboard-img,
    .search #int-billboard img.int-billboard-img {
        height: 490px;
        object-fit: cover;
    }

    .category #int-billboard img.int-billboard-img {
        height: 350px;
    }
}

@media screen and (max-width: 750px) {
    .blog #int-billboard img.int-billboard-img,
    .category #int-billboard img.int-billboard-img,
    .tag #int-billboard img.int-billboard-img,
    .search #int-billboard img.int-billboard-img {
        height: 245px;
    }

    .category #int-billboard .int-billboard-content{
        top: 50%;
        transform: translateY(-50%);
    }

    .blog #int-billboard h1#page-title,
    .category #int-billboard h1#page-title,
    .tag #int-billboard h1#page-title,
    .search #int-billboard h1#page-title {
        font-size: 75px;
    }

    .category #int-billboard h2#cat-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 400px) {
    .blog #int-billboard img.int-billboard-img,
    .category #int-billboard img.int-billboard-img,
    .tag #int-billboard img.int-billboard-img,
    .search #int-billboard img.int-billboard-img {
        height: 190px;
    }

    .blog #int-billboard h1#page-title,
    .category #int-billboard h1#page-title,
    .tag #int-billboard h1#page-title,
    .search #int-billboard h1#page-title {
        font-size: 55px;
    }

    .category #int-billboard h2#cat-title {
        font-size: 18px;
    }
}

/* ======================================== *
    Single Post CSS
 * ======================================== */
@media screen and (max-width: 1400px) {
    .single-post #int-billboard img.int-billboard-img {
        height: 250px;
        object-fit: cover;
    }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #003e6e;
}

#footer-container {
    max-width: 900px;
}

#footer{
    padding: 50px 0 70px;
}

#footer h3.tmf-module-title{
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

#footer .social-icons a {
    background: #ffffff;
    margin-right: 15px;
}

#footer .social-icons a:last-child {
    margin-right: 0;
}

#footer .social-icons .font-awesome-icon {
    color: #003e6e;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    text-align: left;
}

@media screen and (max-width: 950px) {
    #footer-cell-1 .tmf-module-area {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper{}
#copyright-container{}

#copyright {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 25px 0;
}

#copyright a{
    color: #000000;
}

/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
    margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
    margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module.related-attorneys {
    margin-bottom: 60px;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #1162aa;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tmf-multi-module-area .tmf-module.category-module h3.tmf-module-title,
.tmf-multi-module-area .tmf-module.recent-post-module h3.tmf-module-title {
    font-size: 23px;
}

.practice-area-sidebar-quote{
    margin-bottom: 55px;
/*     border: 2px solid #003e6e; */
    padding: 15px;
    margin-top:-15px!important;
}

.practice-area-sidebar-quote .editor-content p{
    color: #003e6e;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2em;
    background: #dce8f2;
	margin : 20px 20px -20px -20px;
	padding: 20px;
}

.practice-area-sidebar-quote .editor-content p:last-child {
    margin-top: 0px;
}


/* Removed the better styling to match "designers" choice. */

.sq-person {
/*
	color:#040404!important;
	font-weight: 500!important;
	font-size:19px!important;
	text-align: right!important;
*/

	}
	
	
	.sq-personbillboard {
	margin-top:15px;
	}
	

.category-module .taxonomy-list .taxonomy-item{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 15px;
}

.category-module .taxonomy-list .taxonomy-item:last-child{
    padding: 0;
}

.category-module .taxonomy-list .taxonomy-item a{
   color: #000000;
}

@media screen and (max-width: 950px) {}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #666666;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #666666;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #666666;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

select {
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

input[type=text]:focus,
textarea:focus {
    border: 1px solid #aaaaaa;
}

select.gfield_select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.6em;
  background-repeat: no-repeat;
}

.tmf-button,
.prev.page-numbers,
.next.page-numbers,
input[type=submit]{
    font-size: 20px;
    padding: 15px 15px;    
    background: #1162aa;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.tmf-button:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover,
input[type=submit]:hover{   
    background: #146cbb;
    text-decoration: none;
    color: #ffffff;
}

.tmf-button:active,
.prev.page-numbers:active,
.next.page-numbers:active, 
input[type=submit]:active {   
    background: #1162aa;
    text-decoration: none;
    color: #ffffff;
}

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-numbers.current {
    background: #1162aa;
    border: 1px solid #fff;
    color: #fff;
}

.page-navigation a, 
.page-navigation span {
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 10px 15px !important;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    box-sizing: border-box;
}

.page-navigation .page-numbers {
    width: auto;
    padding: 0;
}

.page-numbers{
    font-size: 18px;
    padding: 15px 15px;    
    background: #A9A9A9;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #A9A9A9;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.page-numbers:hover {
	background: #146cbb;
    text-decoration: none;
    color: #ffffff;
}

.page-numbers:active{}

.vcard .value {
    background: transparent;
    background-size: 265px;
    height: auto;
    width: 25px;
    vertical-align: middle;
    margin-right: 0;
}

.vcard .value::before {
    content: "\f2bb";
    color: #1162aa;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
    #breadcrumbs {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #secondary-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 450px) {
/*    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }*/
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

.social-icons a {
    background: #1162aa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.social-icons a:last-child {
    margin-right: 0px;
}

.social-icons .font-awesome-icon {
    color: #ffffff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Payment Icons CSS */
.payment-icons span {
    width: 55px;
    height: 35px;
}

.payment-icons .visa {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -259px 0;
    background-size: 817px;
}

.payment-icons .mastercard {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -321px 0;
    background-size: 817px;
}

.payment-icons .discover {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -382px 0;
    background-size: 817px;
}

.payment-icons .american-express {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -444px 0;
    background-size: 817px;
}

aside {
    border-left: 14px solid #a90c25;
    color: #000000;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    margin: 25px 0;
    padding: 15px 25px;
}

aside.left {
    float: none;
    width: 100%;
}

aside.right {
    float: none;
    width: 100%; 
}

blockquote {
    border-top: 6px solid #a4353b; 
    border-bottom: 6px solid #a4353b;
    color: #2d69ae;
    font-family: 'Lato', sans-serif!important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    margin: 25px 0;
    padding: 15px 0;
    z-index: 9;
}

/*blockquote:after {
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #f2f2f2;
    top: 140px;
    z-index: -9;
    font-style: normal;
}*/

.editor-content img { 
    max-width: 100% !important; 
    height: auto !important;
}

#breadcrumbs {
    font-family: 'Lato', sans-serif!important;
    font-size: 16px;
    margin: 0 0 25px;
    color: #000000;
    line-height: normal;
}

#breadcrumbs a {
    color: #000000;
    text-decoration: none;
}

#breadcrumbs .current {
    font-weight: 700;
}

.title-arrow {
    display: none;
}

.mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lato', sans-serif!important;
    padding: 9px 15px;
    font-weight: 700;
    max-width: 200px;
    width: 100%;
    margin-right: 0;
    line-height: normal !important;
}

/* ======================================== *
        Slider Animation CSS
 * ======================================== */
#billboard li.slide-1.flex-active-slide h2{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-1.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#billboard li.slide-2.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-3.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-4.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#billboard li.slide-5.flex-active-slide p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}*/

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}