/*
    Theme Name: Sperling Starter
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/

@media only screen and (max-width: 768px) {
	.case-results p img {
		float: left;
		width: 100%;
		margin-left: 0;
	}
}

.case-results h2, .case-results p {
	float: left;
	width: 100%;
}

.case-results h2 {
	margin-top: 0;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

h1, h2, h3 {
    font-family: "EB Garamond", serif;
}

h4, h5 {
	font-family: "Lato", sans-serif;
}

/* global box-sizing */

*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    color: #444;
    font: 300 13px/1.4 "Lato", sans-serif;
}


/* helpers */

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

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

.orangebg,
.orangebg * {
    background-color: #e4a11b;
    color: #fff;
}

.yellow {
    color: #e4a11b;
}

.whitebg {
    background-color: #fff;
}

.greybg {
    background-color: #e6e6e6;
}

.bluebg {
    background-color: #001648;
    color: #fff;
}

.bluebg h1 {
    color: #fff;
}

.serif {
    font-family: "EB Garamond", serif;
}

.buttons {
    padding-top: 20px;
}

.pl40 {
    padding-left: 40px;
}

.row {
    display: flex;
    flex-direction: row;
}

.center,
.row.center {
    align-items: center;
    justify-content: center;
}

.roumd.shadow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.38);
    overflow: hidden;
}

.btn.roumd {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    padding: 5px 30px;
    transition: all 0.1s ease-in;
    margin-right: 10px;
}

.btn.large {
    font-size: 1.8rem;
    padding: 8px 20px 10px;
}

.btn.blue {
    background-color: #001648;
    color: #fff;
    font-weight: normal;
}

.btn.white {
    background-color: #fff;
    color: #001648;
    font-weight: normal;
    transition: .3s ease;
}

.btn.white:hover {
    background-color: #001648;
    color: #fff;
    font-weight: normal;
    transition: .3s ease;
}

.post-type-archive-team .btn.blue {
    border-radius: 5px;
    border: 2px solid #001648;
    margin-top: 10px;
    display: inline-block;
}

.post-type-archive-team .btn.blue:hover {
    color: #001648;
}

.btn.blue:hover {
    background-color: #e4a11b;
}

.btn.orange {
    background-color: #e4a11b;
    color: #fff;
    font-weight: normal;
}

.btn.orange:hover {
    background-color: #c6902c;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.page-template-default .column.hero {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-default .column.hero a.btn {
    background-color: #e4a11b;
    margin-top: 15px;
}

.lionbg {
    background: url(img/lion-bg.png) no-repeat left center;
    background-size: auto 100%;
    padding: 3em;
}

.columns.is-gapless>.column.p50 {
    padding: 50px !important;
}


/* clear */

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #001648;
}

body main a {
	text-decoration: underline;
}

a:hover {}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04a4cc;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.6rem;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #001648;
    font-weight: normal;
}

h1 {
    font-size: 3.8rem;
    line-height: 1em;
}

h2 {
    font-size: 3.8rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

table th,
table td {
    font-size: 1.4rem;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 25px;
}

.minh {
    margin-bottom: 20px;
    min-height: 200px;
}


.padded-section {
  padding: 3rem 0;
}


/* header */

.topheader {
    background-color: #333;
    color: #fff;
    padding: 7px 0;
    text-align: center;
}

.topheader a,
.topheader p {
    color: #fff;
    margin: 0 20px;
    font-size: 16px;
}

.topheader a i {
    color: #e4a11b;
}


/* button#responsive-menu-button {
    top: 90px !important;
} */

.alert-bar {
    position: relative;
    z-index: 9;
    text-align: center;
    color: white;
    background: #e44242;
    padding: 5px;
    font-weight: 800;
}

.alert-bar a {
    color: #fff;
    transition: .3s ease;
}

.header {
    padding: 20px 0;
    flex-grow: 1;
    display: flex;
    max-width: 1280px;
    width: 100%;
    position: relative;
}

.header .is-two-fifths {
    padding-right: 50px;
}


/*.header .column {padding:15px}*/

.header .column:last-child>a {
    line-height: 0;
}


/* logo */

.logo {
    padding: 0;
    max-width: 480px;
    min-width: 270px;
}

img.logo-img {
    backface-visibility: hidden;
    width: 380px;
    min-width: 200px;
    margin-right: 50px;
}


/* nav */

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

.nav {
    border-left: 2px solid #001648;
}

.nav ul {
    margin: 10px 0 0 50px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.nav>a {
    font-size: 1.2em;
    font-weight: 600;
    padding-left: 20px;
}

.nav>ul>li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.nav li.menu-item-has-children ul.sub-menu {
    background-color: #eee;
    display: none;
    left: -48px;
    padding-left: 0;
    position: absolute;
    top: 38px;
    z-index: 100000;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.38);
}

.nav li.menu-item-has-children ul.sub-menu li {
    font-size: 1.1rem;
    list-style: none;
    text-align: left;
    width: 200px;
}

.nav li.menu-item-has-children ul.sub-menu li a {
    display: block;
    padding: 7px 12px;
    font-size: 1.4rem;
    color: #001648;
}

.nav li.menu-item-has-children ul.sub-menu li.current-menu-item a,
.nav li.menu-item-has-children ul.sub-menu li:hover a {
    background-color: #001648;
    color: #fff;
}

.nav li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.nav>ul>li>a {
    color: #001648;
    font-weight: 700;
    font-size: 1.2em;
    white-space: nowrap;
}

.nav li.current-menu-item a,
.single-attorneys .menu-item-31>a,
.post-type-archive-attorneys .menu-item-31>a,
.nav li.current_page_parent>a,
.nav li.current_page_item>a {
    color: #e4a11b;
}

button#responsive-menu-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* Footer CTA */

.site-footer {
    padding: 40px 0;
}

.footer {
    display: flex;
    flex-direction: column;
}

.footer * {
    font-family: "Lato", sans-serif;
}

.footer-cta {
    background-color: #e4a11b;
    padding: 20px 0;
}

.footer-cta .column {
    padding: 1em 5em;
}

.footer-cta h2 {
    color: #fff;
    margin: 0 10px;
}

.footer-cta .btn {
    font-size: 1.6em;
    margin: 0 15px;
    padding: 10px 20px;
}

.footer-cta .btn:hover {
    background-color: #0f307a;
}

.foot {
    background-color: #001648;
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 20px;
}

.foot a,
.foot p {
    color: #fff;
}

.foot ul {
    padding-left: 0;
}

.footer ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
    font-size: 1.2em;
}

.foot .is-one-third p small {
    color: #9ac1d9;
    font-family: "Lato", sans-serif;
}

.foot .sub-menu {
    display: none;
}

.foot .container:first-child {
    border-bottom: 1px solid #fff;
    font-size: 1.7rem;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.foot .container:first-child a {
    line-height: 1.3em;
    padding-left: 25px;
    position: relative;
}

.foot .container:first-child a img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
}

.foot .menu.is-two-thirds {
    padding-top: 5em;
}

.subfoot .columns {
    width: 100%;
}

.subfoot .socials {
    padding-top: 20px;
}

.subfoot .socials a {
    padding-left: 10px;
}

.subfoot .socials i {
    font-size: 2.5rem;
}

.subfoot .copyright {
    font-size: 1em;
}

.chatbtn {
    background: #e4a11b;
    padding: 15px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 4px 2px 16px -8px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 4px 2px 16px -8px rgba(0, 0, 0, 0.37);
    box-shadow: 4px 2px 16px -8px rgba(0, 0, 0, 0.37);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbtn:hover {
    background-color: #d7981a;
}

.chatbtn i {
    font-size: 1.7em;
}

.chatpopup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #fff;
    z-index: 9;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    width: 300px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.chatcontainer {
    position: relative;
}

.chatcontainer h4 {
    margin: 0 0 15px;
}

.chatcontainer .frm_error_style p,
.chatcontainer .frm_message p {
    font-size: 1.2em !important;
    margin: 5px 0 !important;
}

.chatclose {
    position: absolute;
    top: -27px;
    right: -27px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    font-size: 1.4em;
}

.chatpopup .frm_style_formidable-style.with_frm_style .frm_primary_label {
    display: none;
}


/* home slider */

.home-slide {
    background-position: center;
    background-size: cover;
    min-height: 50vw;
}

.home-slide .columns {
    padding: 2vw 0.5vw;
}

.home-slide .is-two-thirds {
    padding-right: 4vw;
}

.home-slide h3 {
    font-size: 3.4rem;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.home-slide .meta {}

.home-slide .meta h5 {
    border-right: 2px solid #e4a11b;
    font-size: 2rem;
    height: 80px;
    line-height: 1.3em;
    padding-right: 10px;
}

.home-slide .btn {
    border: 1px solid #e4a11b;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 10px 15px 13px;
    margin-bottom: 40px;
}

.home-slide .btn:hover {
    background-color: #e4a11b;
}

.home-slide p {
    font-family: "Lato", sans-serif;
    font-size: 2rem;
}

.home-hero {
    min-height: 38vw;
}

#speeching_button,
#wplc_start_chat_btn,
#wplc_na_msg_btn {
    font-size: 1em !important;
}

#wplc_hovercard_bottom,
#wplc_hovercard_content {
    font-size: 1.5em !important;
}

#wp-live-chat-1 {
    padding: 20px !important;
    font-size: 1.3em !important;
}

.wplc_hovercard_content_left {
    display: none !important;
}

.home-slider .slick-prev:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 4rem;
}

.home-slider .slick-next:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 4rem;
}

.home-slide * {
    color: #fff;
}

.home-slide h1 {
    font-weight: 600;
    font-size: 4rem;
}

.home-slide.slick-slide {
    color: #fff;
    display: flex;
    font-size: 7.2rem;
}

.recent {
    padding-bottom: 40px;
}

.slick-dots {
    bottom: 50px;
    left: 50px;
    text-align: left;
    margin-bottom: 5px;
    width: 30px;
}

.slick-dots li {
    background-color: #fff;
    display: block;
    height: 5px;
    width: 36px;
    margin-bottom: 8px;
}

.slick-dots li.slick-active {
    background-color: #e4a11b;
}

.slick-dots li button {}

.slick-dots li button:before {
    display: none;
}

.pagination {
    font-size: 1.6rem;
}

.error404 h2 {
    font-size: 1.2em;
}

.error404 main.column {
    min-height: 500px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* home */


/* call out */

.callout {
    padding: 20px 0 40px;
    width: 100%;
}

.callout h2 {
    font-size: 4.5rem;
    margin: 0;
}

.callout h4 {
    font-size: 3rem;
    margin: 0 0 30px;
}

.callout a.btn {
    border: 1px solid #001648;
    font-size: 2.4rem;
    padding: 10px 20px 13px;
    margin-right: 0;
}

.callout a.btn:hover {
    background-color: #001648;
    color: #fff;
}


/* services on Home */

.services-dash {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.services-dash .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.services-dash .column img {
    max-height: 107px;
    max-width: 100px;
}

.services-dash h5 {
    font-size: 2em;
    margin: 20px 0 10px;
    line-height: 1em;
}

.services-dash a {
    font-weight: 800;
}

.services-dash a:hover {
    color: #e4a11b;
}

.services-dash p {
    font-size: 1.6rem;
    flex: 1 0 auto;
}

.services-dash .btn {
    display: inline-block;
    font-size: 1.8rem;
    margin: 15px 0 50px;
    padding: 7px 22px 10px;
}

.services-dash .btn:hover {
    color: #fff;
}


/* testimonials on Home */

.testimonials {
    background: url(img/home-testimonial-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 16vw 0 7vw;
}

.slick-initialized .slick-slide:active {
    outline: 0;
}

.testimonials .columns {
    width: 100% !important;
}

.testimonials cite {
    border-left: 10px solid #e4a11b;
    color: #fff;
    display: block;
    font-style: normal;
    font-size: 2.0rem;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin: 0;
    padding-left: 20px;
}

.testimonials .btn {
    border: 1px solid #e4a11b;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    padding: 15px;
}

.testimonials .btn:hover {
    background-color: #e4a11b;
}

.testimonials.services-box {
    margin-bottom: 100px;
}


/* blogs on Home */

.blog-card {
    border: 1px solid #001648;
    padding: 15px;
    height: 100%;
}

.blog-card p {
    font-size: 1.6rem;
}

#recent-posts-3 li {
    margin: 10px 0;
}

#recent-posts-3 ul {
    padding: 0;
    max-width: 350px;
    padding-left: 15px;
}

ul.columns {
    padding-left: 0;
}

ul.columns li {
    list-style: none;
    display: flex;
    flex-direction: column;
}

ul.columns li:nth-child(2) .thumb {
    order: 2;
}

ul.columns li .thumb {
    display: block;
    width: 100%;
}

ul.columns li .thumb img {
    display: block;
    margin: 0 auto;
    width: 280px;
}

ul.columns .blog-title {
    color: #000;
    font-style: italic;
    font-size: 3rem;
}

ul.columns .meta {
    border-bottom: 1px solid #666;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 10px 0;
}

ul.columns li .details {
    padding: 2em 5em;
}


/* Services */

.hero {
    background-color: #0a1736;
    min-height: 300px;
    padding: 50px 0;
}

.hero h1 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 3.4rem;
    margin: 0;
    padding-bottom: 10px;
}

.hero h1.nbdr {
    border-bottom: none;
}

.hero.services {
    background: #001648 url(img/services-hero.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.hero .column {
    padding: 15px 30px;
}

.hero * {
    color: #fff;
}


/* services page */

.quotes {
    background: url(img/quotes.png) no-repeat center center;
    background-size: 100%;
    padding: 40px 0;
}

hr {
    margin: 50px 0 70px;
}

blockquote {
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
}

cite {
    font-family: "Lato", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    color: #001648;
}

cite small {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem !important;
    padding: 0;
    margin: 0;
}

.services .services-form {
    padding: 0 15px;
}

.services .services-form h2 {
    margin: 0 0 10px;
}

.services .services-form h3 {
    margin: 0 0 30px;
}

.services .services-form h3 a {
    color: #e4a11b;
}

.services .services-form .roumd.shadow .column.is-three-quarters {
    padding: 30px 20px;
}


/* about */

.hero.about {
    background-color: #e4a11b;
    background-size: cover;
    color: #fff;
    height: auto;
}

.hero.about h1 {
    border-bottom: none;
}

.hero.about p {
    font-family: "Lato", sans-serif;
    font-size: 2rem;
}

.staggered {
    padding: 0 50px;
}

.staggered p {
    font-size: 1.5rem;
    padding-left: 2em;
}

.staggered h2 {
    line-height: 1.1em;
    margin-bottom: 5px;
}

.staggered.is-offset-one-fifth {
    text-align: right;
}

.staggered.is-offset-one-fifth p {
    padding-right: 3em;
}

.about-1 {
    background: url(img/about-1.png) no-repeat 10px top;
    background-size: 5%;
}

.about-2 {
    background: url(img/about-2.png) no-repeat top right;
    background-size: 5%;
}

.about-3 {
    background: url(img/about-3.png) no-repeat 10px 20px;
    background-size: 5%;
}

.post-type-archive-team .hero {
    padding: 50px 0 30px;
}

.teamlist h4 {
    margin-bottom: 0;
}

.teamlist .column p {
    font-size: 1.2em;
    margin-top: 0;
}

.teamlist {
    padding-bottom: 40px;
}

.team {
    background-color: #eee;
}

.team .row:last-child {
    display: flex;
    flex-direction: row;
}

.team .column .pad {
    padding: 30px;
}

.team .column:first-child {
    order: 1;
}

.team .column:nth-child(2) {
    order: 2;
}

.team .column:nth-child(3) {
    order: 4;
}

.team .column:last-child {
    order: 3;
}

.team .column.pad p {
    font-size: 1.5em;
    line-height: 1.6em;
}


/* case results */

.hero.case-results {
    background: #001648 url(img/case-results-hero.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}


/* forms */

.roumd.shadow .column.is-three-quarters {
    padding: 30px 50px 20px;
}

.roumd.shadow .column.is-three-quarters h3 {
    font-family: "EB Garamond", serif;
    font-size: 1.8rem;
    margin-top: 0;
}

.roumd.shadow .column.is-three-quarters h3 a {
    color: #e4a11b;
}

.roumd.shadow .column.is-three-quarters .frm_style_formidable-style.with_frm_style label.frm_primary_label {
    display: none;
}


/* single page */

.content {
    padding-top: 40px;
    padding-bottom: 70px;
}

.content p {
    font-family: "Lato", sans-serif;
    /* display:inline; */
}

.content h1 {
    margin: 35px 0 10px;
}

.content h2 {
    font-size: 2em;
    margin-top: 2em;
}

.content h3 {
    font-size: 1.8em;
    margin-top: 50px;
    font-weight: 600;
}

.content ul li h3 {
    font-size: 1em;
    display: inline;
}

.content ul li, .content ol li {
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}


/* blog */

.blogs h3 {
    font-size: 2.5rem;
    line-height: 1.2em;
    margin: 10px 0 0;
}

.blogs .date {
    margin: 0 0 20px;
}

.pagination {
    font-size: 2rem;
    padding-bottom: 50px;
}

.contact-page .column {
    padding: 30px;
}

.contact-page h3 {
    font-size: 2rem;
    margin-top: 0;
}


/* SERVICES TEMPLATE */

.car-accident-template .column.is-three-quarters {
    background-color: white;
}

.car-accident-template h2.form-title {
    margin: 0px;
    color: #001648;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.car-accident-template h2.form-title a {
    color: #001648;
}

.hero.car-accident-template {
    padding-bottom: 0px;
}

.car-accident-template h1 {
    font-size: 4rem;
    font-weight: bold;
}

.car-accident-template h1 em.town-name {
    display: block;
    font-weight: 100;
    margin-top: 10px;
}

.car-accident-template .hero img {
    display: block;
}

.car-accident-template .hero p {
    font: 300 13px/1.4 "Lato", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
}

.car-accident-template .columns.roumd.shadow.is-centered {
    margin-bottom: -60px;
}

.services-page-content {
    margin-top: 60px;
}

.services-page-content h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.services-page-content .regular-text p {
    font: 300 13px/1.4 "Lato", sans-serif;
    font-size: 1.6rem;
}

.services-page-content .section-layer {
    margin-bottom: 70px;
}

.section-layer.video-content {
    text-align: center;
}

.services-page-content h2 {
    font-size: 3rem;
    font-weight: 500;
}

.services-page-content .section-layer p {
    font: 300 13px/1.4 "Lato", sans-serif;
    font-size: 1.6rem;
    color: #0A1836;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.services-page-content .video-container {
  padding-bottom: 48%;
}

ul.testimonial-case-list {
    margin: 0px;
    padding: 0px;
}

ul.testimonial-case-list li {
    padding: 10px 10px;
}

ul.testimonial-case-list .content-box-testimonial {
    border: 1px solid #707070;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px 25px;
    height: 100%;
}

ul.testimonial-case-list li h3 {
    text-align: center;
    text-decoration: underline;
    font-size: 2.5rem;
    font-weight: 600;
}

ul.testimonial-case-list .slick-track {
    display: flex !important;
}

ul.testimonial-case-list .slick-track li {
    height: inherit !important;
}

ul.testimonial-case-list .rating-list {
    text-align: center;
}

ul.testimonial-case-list .rating-list i {
    font-size: 15px;
    color: #000000;
}

ul.testimonial-case-list .slick-track li p {
    font-size: 1.8rem;
}

ul.testimonial-case-list .slick-track li img {
    margin-left: auto;
}

ul.testimonial-case-list .slick-arrow:before {
    display: none;
}

ul.testimonial-case-list .slick-arrow {
    background-image: url('./img/chevron-right-solid.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

ul.testimonial-case-list .slick-arrow.slick-prev {
    transform: rotate(180deg);
}

ul.testimonial-case-list .content-box-testimonial {
    background-color: white;
    display: flex;
    flex-direction: column;
}

ul.testimonial-case-list .slick-slide.slick-current .content-box-testimonial {
    background-color: #F2F2F2;
}

ul.testimonial-case-list strong,
ul.testimonial-case-list em {
    font-size: 3rem;
    display: block;
    text-align: center;
    line-height: 1.2;
}

ul.testimonial-case-list em {
    font-size: 2.5rem;
}

.template-section {
    background-color: #F5F5F5;
    border-left: 15px solid #0A1836;
}

.template-section .column {
    padding-bottom: 0px;
}

.template-section .top-box {
    background-color: #EEC46F;
    padding: 1px 20px;
}

.template-section .content-box {
    padding: 20px 40px;
}

.template-section .content-box ol {
    counter-reset: item;
    margin-bottom: 0px;
}

.template-section .content-box ol li {
    list-style: none;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.template-section .content-box ol li:last-child {
    margin-bottom: 0px;
}

.template-section .content-box ol li::before {
    display: inline-block;
    content: counter(item) ") ";
    counter-increment: item;
    width: 2em;
    font-weight: bold;
    font-size: 3rem;
    position: absolute;
    left: -4rem;
    top: 0px;
}

.template-section.dark-blue-section {
    border-left: 0px;
    background-color: #0A1836;
    color: white;
}

.template-section.dark-blue-section h3,
.template-section.dark-blue-section p {
    color: white;
}

.template-section.dark-blue-section .column {
    padding-top: 0px;
}

.template-section.dark-blue-section ul li {
    list-style: none;
    margin-bottom: 10px;
}

.template-section.dark-blue-section ul li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('./img/check-circle-solid.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

.template-section.regular-content .content-box {
    padding: 5% 10%;
}

.template-section.regular-content .content-box .fas {
    font-size: 64px;
    color: #0A1836;
    font-weight: 300;
}

.services-page-content .container-fluid {
    position: relative;
}

.sidebar-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 26%;
}

.sidebar-nav h4 {
    padding: 0px 50px;
    color: white;
    text-decoration: underline;
    padding-bottom: 15px;
    background-color: #E4A11B;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 35px;
}

.sidebar-nav .other-services-list,
.sidebar-nav ul.related-links-list {
    background-color: #E4A11B;
    padding: 25px 0px 15px 0px;
    margin-top: 0px;
}

.other-services-list ul {
    padding-left: 0px;
    margin: 0px;
}

.sidebar-nav ul.related-links-list {
    background-color: #D5D5D5;
}

.sidebar-nav ul li {
    margin-bottom: 15px;
}

.sidebar-nav ul.related-links-list li a {
    background: none;
    color: #0A1836;
    text-decoration: underline;
}

.sidebar-nav ul.related-links-list h4 {
    color: #0A1836;
}

.sidebar-nav ul.related-links-list li a:hover {
    text-decoration: none;
}

.sidebar-nav ul.related-links-list h4 {
    background: none;
}

.sidebar-nav li {
    list-style: none;
}

.sidebar-nav li a {
    display: block;
    width: 100%;
    transition: 0.3s ease;
    background-color: #E4A11B;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.8rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar-nav li.current-menu-item a {
    background-color: #EFC776;
    color: #232B3D;
}

.sidebar-nav li a:hover {
    background-color: #EFC776;
    color: #232B3D;
}

.contact-additional-section h2 {
    font-size: 2.5rem;
}

.below-map-section h2 {
    margin-bottom: 0px;
}

.below-map-section {
    text-align: center;
    padding-top: 0px !important;
}

.mb-100 {
    margin-bottom: 100px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1140px) {
    .nav>a {
        font-size: 1.4em;
    }
    .nav>ul>li>a {
        font-size: 1em;
    }
    .logo {
        max-width: 400px;
    }
    .services-dash .column {
        width: 25% !important;
    }
}

@media only screen and (max-width: 1280px) {
    .nav>ul>li>a {
        font-size: 1.2em;
    }
    .sidebar-nav {
        max-width: 18%;
    }
    .sidebar-nav li a,
    .sidebar-nav h4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1075px) {
  .nav>ul>li>a {
      font-size: 1em;
      padding: 10px 0;
  }
}

@media only screen and (max-width: 1024px) {

    .services-dash .column {
        width: 49%;
    }
    .sidebar-nav {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    button#responsive-menu-button {
        right: -20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .excerpt {
        display: none;
    }
    h1 {
        font-size: 7vw;
    }
    .callout h2,
    h2 {
        font-size: 5vw;
    }
    .chatbtn {
        display: none;
    }
    .column {
        width: 100% !important;
    }
    .services-dash.columns.is-multiline {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row;
    }
    .services-dash.columns .column {
        width: 49% !important;
        display: flex;
        flex-basis: auto !important;
    }
    .topheader a {
        display: inline-block;
    }
    .columns.is-multiline {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .header .column:first-child {
        padding: 15px;
    }
    .nav>ul>li>a {
        font-size: 1.2em;
    }
    .slick-dots {
        display: none !important;
    }
    .home-slide {
        min-height: 50vw !important;
    }
    .home-slide h3 {
        margin-top: 0;
    }
    ul.columns li:nth-child(2) .thumb {
        order: 0 !important;
    }
    canvas {
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .footer-cta .column:last-child {
        border-left: none;
    }
    img.logo-img {
        width: 80%;
    }
    .subfoot,
    .footer .text-right,
    .subfoot .text-right {
        text-align: center !important;
    }
    .row {
        flex-direction: column;
    }
    .home-slide h3 {
        font-size: 5vw;
    }
    .home-slide p {
        font-size: 2vw;
    }
    .home-slide .meta h5 {
        font-size: 3vw;
        padding-right: 0;
        border-right: none;
        text-align: left;
        height: auto;
    }
    .home-slide .btn {
        font-size: 2.5vw;
        padding: 5px 10px;
    }
    .team .row .column {
        min-height: 400px;
        width: 100% !important;
        padding: 25px;
    }
    .team .column:first-child,
    .team .column:nth-child(2),
    .team .column:nth-child(3),
    .team .column:last-child {
        order: 0 !important;
    }
    /*.team .row:last-child .column:first-child {
        order:1 !important;
    }
    .team .row:last-child {
        flex-direction:column;
        order:3;
    }*/
    .foot .container:first-child {
        border-bottom: none;
    }
    .services-page-content .section-layer .image-box {
        max-width: 200px;
        margin: 0px auto;
    }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }
    @page {
        margin: 2cm;
    }
}


.news-posts h2 {
	margin-top: 0;
}

.hero.news {
	background: #001648 url(/wp-content/uploads/2023/09/230919-PBL-Website-Header-News-WEB.jpg) no-repeat;
    background-size: auto;
  background-size: cover;
  color: #fff;
}

.gform_button.button {
	width: auto;
  font-family: "Lato",serif;
  font-size: 14px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #e4a11b;
  border-width: 0;
  border-color: #cccccc;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 10px;
    margin-right: 10px;
    margin-left: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.gform_button.button:hover {
	background: #e2aa38;
  border-color: #cccccc;
  color: #ffffff;
}

.gfield input, .gfield textarea {
	background-color: #f2f2f2;
	  border: 1px solid #e4a11b;
	  font-size: 14px;
	border-radius: 5px;
}

.contact-page #gform_wrapper_3 {
	float: left;
}

.contact-page #gform_wrapper_3 h2 {
	color: #444;
  	font-size: 2em;
  	font-weight: bold;
  	font-family: "Lato", sans-serif;
}

.contact-page #gform_wrapper_3 .gfield_required.gfield_required_text {
	color: #444;
}

.contact-page #gform_wrapper_3 .gform_footer.top_label {
	float: left;
}

#gform_wrapper_3 {
	float: right;
}

#gform_wrapper_3 h2 {
	color: white;
 	font-size: 1.2em;
  	font-weight: bold;
}

#gform_wrapper_3 .gfield_required.gfield_required_text {
	color: white;
}

#gform_wrapper_3 .gform_footer.top_label {
	float: right;
}

body.page-id-3068 > div.columns.container .wp-block-button__link {
	width: auto;
  font-family: "Lato",serif;
  font-size: 1.5em;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #e4a11b;
  border-width: 0;
  border-color: #cccccc;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

body.page-id-3068 > div.columns.container {
  	width: 940px;
}

body.page-id-3068 > div.columns.container h1 {
	margin-top: 0;
	margin-bottom: 40px;
}

body.page-id-3068 > div.columns.container h2 {
	margin-top: 0;
}

body.page-id-3068 > div.columns.container .padding-bottom {
	margin-bottom: 50px;
}

body.page-id-3068 > div.columns.container .padding-top {
	margin-top: 50px;
}