/*!
 * Table of Content
 * 1.0 - Fonts
 * 2.0 - Resets
 * 2.1 - General
 * 3.0 - Header/Navbar
 * 4.0 - Banner/Slider
 * 5.0 - Page Content
 * 6.0 - Responsive
 */
/* ====================
	1.0 FONTS ==================== */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;800&display=swap');

/* ==================== 2.0 Resets ====================*/
body { font-family: "Raleway", sans-serif; color: #63656A; font-size: 20px; line-height: 35px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html, body { overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; }
p, ul, ol, table { margin: 0 0 20px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, table:last-child { margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.3; color: #3C4981; }
h1.color-secondary, h2.color-secondary, h3.color-secondary, h4.color-secondary, h5.color-secondary, h6 .h1.color-secondary, .h2.color-secondary, .h3.color-secondary, .h4.color-secondary, .h5.color-secondary, .h6.color-secondary { color: #31536C; }
h1.color-primary, h2.color-primary, h3.color-primary, h4.color-primary, h5.color-primary, h6 .h1.color-primary, .h2.color-primary, .h3.color-primary, .h4.color-primary, .h5.color-primary, .h6.color-primary { color: #FF9933; }
h1 + .image:not([class*="mt-"]), h2 + .image:not([class*="mt-"]), h3 + .image:not([class*="mt-"]), h4 + .image:not([class*="mt-"]), h5 + .image:not([class*="mt-"]), h6 .h1 + .image:not([class*="mt-"]), .h2 + .image:not([class*="mt-"]), .h3 + .image:not([class*="mt-"]), .h4 + .image:not([class*="mt-"]), .h5 + .image:not([class*="mt-"]), .h6 + .image:not([class*="mt-"]) { margin-top: 20px; }

h1, .h1, .heading-lg, .heading-lg-lead { font-size: 2.5em; }

h2, .h2 { font-size: 40px; font-weight: 800; color: #231F20; line-height: 50px; }

h2.title { background-image: url("/wp-content/themes/Strassburger/images/divider.png"); display: block; background-repeat: no-repeat; background-position: center bottom; margin-bottom: 30px; height:90px; text-align: center; }

.bio h2 { font-weight: 600; }

h3, .h3, h4, .h4, .heading-md, .heading-md-lead { font-size: 1.2em; }

h4, .h4, h4.heading-md { font-size: 1.25em; margin-bottom: 12px; }

h5, .h5 { font-size: 1.1em; margin-bottom: 8px; }

h6, .h6, .heading-sm, .heading-sm-lead { font-size: .875em; }

ul, ol { padding: 0px; margin: 0px; }
ul li, ol li { list-style: none; }
.section-content .col-md-8 ul, .section-content .col-md-8 ol { padding: 0 0 0 20px; margin: 0px; }
.section-content .col-md-8 ul li { list-style: disc; }
.section-content .col-md-8 ol li { list-style:decimal; }

blockquote { font-family: "Raleway", sans-serif; padding: 15px 0; color: #008265; border: none; font-size: 24px; font-weight: 800; line-height: 38px; border-top: 4px solid #3C4981; border-bottom: 4px solid #3C4981; width: 90%; margin: 30px auto; }
blockquote strong { font-size: 46px; font-weight: 900; line-height: 56px; text-transform: uppercase; }
blockquote:first-child { margin-top: 0; }
blockquote:last-child { margin-bottom: 0; }
blockquote p:last-child strong { color: #FF9933; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h4, table + h1, table + h2, table + h3, table + h4, table + h5, table + h4 { margin-top: 35px; }

ul + p, ul + ul, ul + ol, ol + ol, ol + ul, ul + table, ol + table { margin-top: 20px; }

b, strong { font-weight: 600; }

a { outline: 0; transition: all 0.5s; color: #3C4981; font-weight: 600; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus, a:active { outline: 0; color: #008265; }

img { outline: 0; border: 0 none; max-width: 100%; height: auto; vertical-align: top; -ms-border-radius: 0px; border-radius: 0px; }
img + h2, img h3, img h4 { margin-top: 15px; }
img.alignright { padding: 0; float: right; margin: 5px 0 10px 30px; }
h3 img.alignright, h4 img.alignright, h2 img.alignright, h1 img.alignright { margin-top: 0; }


img.alignleft { padding: 0; float: left; margin: 5px 30px 10px 0; }
h3 img.alignleft, h4 img.alignleft, h2 img.alignleft, h1 img.alignleft { margin-top: 0; }
img.aligncenter { float: none; display: block; margin: 5px auto 15px; }
img.aligncenter:first-child { margin-top: 0; }
img.aligncenter:last-child { margin-bottom: 0; }

hr, .hr { margin: 45px 0; }
hr:first-child, .hr:first-child { margin-top: 0; }
hr:last-child, .hr:last-child { margin-bottom: 0; }

input:focus { border-color: #66afe9; outline: 0; box-shadow: 0 0 0 transparent; }

.al-center, .center { text-align: center; }
.al-center .with-line:after, .center .with-line:after { left: 50%; margin-left: -35px; }

.al-right { text-align: right; }
.al-right .with-line:after { right: 0; }

.al-left { text-align: left; }

.ucap { text-transform: uppercase; }

.container.thin { max-width: 1000px; }

.section-pad { padding-top: 50px; padding-bottom: 50px; }
.section-pad-xs { padding-top: 20px; padding-bottom: 20px; }
.section-pad-sm { padding-top: 40px; padding-bottom: 40px; }
.section-pad-sm-2 { padding-top: 40px; padding-bottom: 40px; padding-left: 0; padding-right: 0; }
.section-pad-md { padding-top: 60px; padding-bottom: 60px; }
.section-pad-md-2 { padding-top: 60px; padding-bottom: 60px; }
.section-pad-lg { padding-top: 110px; padding-bottom: 110px; }
.section-pad.nopd { padding-top: 0; padding-bottom: 0; }
.section-pad.nopdtop { padding-top: 0; padding-bottom: 60px; }
.nopdbottom { padding-top: 40px; padding-bottom: 0; }

.section-overup[class*="section-pad"] { margin-top: -60px; padding-top: 0; }

.section-overup-lg[class*="section-pad"] { margin-top: -110px; padding-top: 0; }

.section.top { margin-top:180px; }

.bio .section.top { width: 100%; }
.bio .section.top .container { display: flex; }
.bio .section.top .container .col-md-6 { align-self: center; }

.practice .section.top { width: 100%; }
.practice .section.top .container { display: flex; }
.practice .section.top .container .col-md-6 { align-self: center; }

.newsDetail .section.top { width: 100%; }
.newsDetail .section.top .container { display: flex; }
.newsDetail .section.top .container .col-md-6 { align-self: center; }

.about .section.top { width: 100%; }
.about .section.top .container { display: flex; }
.about .section.top .container .col-md-6 { align-self: center; }

.careers .section.top { width: 100%; }
.careers .section.top .container { display: flex; }
.careers .section.top .container .col-md-6 { align-self: center; }

.pad-0, .nopd { padding: 0px; }

.noborder { border:none; }

.npl { padding-left: 0px; }

.npr { padding-right: 0px; }

.space-top { margin-top: 20px; }
.space-top-sm { margin-top: 15px; }
.space-top-md { margin-top: 30px; }
.space-bottom { margin-bottom: 20px; }
.space-bottom-sm { margin-bottom: 15px; }
.space-bottom-md { margin-bottom: 30px; }

.nomg { margin-top: 0; margin-bottom: 0; }

.wide-lg { max-width: 1170px; margin: 0 auto; }
.wide-md { max-width: 970px; margin: 0 auto; }
.wide-sm { max-width: 770px; margin: 0 auto; }
.wide-xs { max-width: 570px; margin: 0 auto; }

.row-vm { align-items: center; display: flex; }
.row-vm.reverses > div:last-child { order: 1; }
.row-vm.reverses > div:first-child { order: 2; }

.container-fluid > .row > .row { margin-left: 0; margin-right: 0; }

.row-column:not(:first-child) { margin-top: 60px; }
.row-column-md:not(:first-child) { margin-top: 45px; }
.row-column-sm:not(:first-child) { margin-top: 30px; }

div[class*="row-column"].mgfix { margin-top: -45px; }
div[class*="row-column"].mgauto { margin-top: 0; }
div[class*="row-column"].mgtop { margin-top: 60px; }
div[class*="row-column"].mgtop-md { margin-top: 45px; }
div[class*="row-column"].mgtop-sm { margin-top: 30px; }

div[class*="wide-"] + div[class*="row-column"]:not([class*="mg"]):not([class*="mt-"]) { margin-top: 60px; }


.clear-all { clear: both; display: block; height: 0; width: 100%; }

.clear { clear: both; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.first[class*="col-"] { clear: left; }

.nomg[class*="wide-"] { margin: 0; }

.img-shadow { box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.16); }

.round { -ms-border-radius: 0px; border-radius: 0px; }

.round-md { -ms-border-radius: 8px; border-radius: 8px; }

.round-lg { -ms-border-radius: 35px; border-radius: 35px; }

.circle { -ms-border-radius: 50%; border-radius: 50%; }

.image { margin-bottom: 20px; }
.image:last-child { margin-bottom: 0; }
.image img { max-width: 100%; height: auto; }
.image[class*="round"] a, .image[class*="round"] img, .image.circle a, .image.circle img { border-radius: inherit; }
.image.circle:not([class*="al-"]) { text-align: center; }
.image.circle:not(.image-md) img { width: 100%; max-width: 555px; }
.image-md img { width: 90%; max-width: 220px; }

.imagebg { position: absolute; height: 100%; right: 0; top: 0; left: 0; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; z-index: 0; opacity: 0; transition: opacity .4s; }
.fixed-bg .imagebg { background-attachment: fixed; }
.imagebg img { display: none; }

.image-on-left .imagebg, .image-on-right .imagebg { width: 50%; }

.image-on-left .imagebg { right: 50%; }

.image-on-right .imagebg { left: 50%; }

.image-slice .imagebg { width: 40%; left: 0; }
.image-slice .imagebg + .imagebg { width: 60%; left: 40%; }
.image-slice .section-bg:not(.section-bg-r):after { content: ""; background: #FF9933; position: absolute; left: 0; bottom: 0; top: 0; opacity: .9; width: 100%; }
.image-slice .section-bg.section-bg-alt:not(.section-bg-r):after { background: #31536C; }

.btn { font-family: 'Raleway', sans-serif; line-height: 1.4; padding: 12px 20px; text-align: center; color: #fff; transition: all 0.4s; width: 100%; background: #008265; font-size: 40px; font-weight: 800; text-transform: none; white-space: normal; }
.btn:hover, .btn:focus { background-color: #3C4981; color: #fff; }
.btn .open { display: inline; padding-left: 20px; font-size: 28px; }

.pd-x1 { padding: 10px; }
.pd-x2 { padding: 20px; }
.pd-x3 { padding: 30px; }
.pd-x4 { padding: 40px; }
.pd-x5 { padding: 50px; }

.mg-x1 { margin: 10px; }
.mg-x2 { margin: 20px; }
.mg-x3 { margin: 30px; }
.mg-x4 { margin: 40px; }
.mg-x5 { margin: 50px; }

.mt-x1 { margin-top: 10px; }
.mt-x2 { margin-top: 20px; }
.mt-x3 { margin-top: 30px; }
.mt-x4 { margin-top: 40px; }
.mt-x5 { margin-top: 50px; }

.mb-x1 { margin-bottom: 10px; }
.mb-x2 { margin-bottom: 20px; }
.mb-x3 { margin-bottom: 30px; }
.mb-x4 { margin-bottom: 40px; }
.mb-x5 { margin-bottom: 50px; }

.bg-light, .box-s2 { background: #f4f8f8; }

.bg-white, .box-s1 { background: #fff; }

.bg-dark { background: #666; }

.bg-grey { background: #e8e8ee; }

.box-s3 { background: #FF9933; }

.bg-secondary, .box-s4 { background: #B52031; }

.bg-alternet { background: #FFC426; }

.bg-light-primary { background-color: rgba(255, 153, 51, 0.1); }

.bg-light-secondary { background-color: rgba(255, 83, 38, 0.1); }

.bg-light-alternet { background-color: rgba(255, 196, 38, 0.1); }

.bdr { border: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-y { border-top: 1px solid rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-x { border-left: 1px solid rgba(0, 0, 0, 0.04); border-right: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-top { border-top: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-bottom { border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-none { border-color: transparent; }

.navbar-toggle { margin-right: 0px; }

.table-responsive { margin-bottom: 30px; }
.table-responsive:last-child, .table-responsive .table { margin-bottom: 0; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { border-color: #ececec; }

.table.bdr-top, .table.bdr-bottom { border-color: #ececec; }


.table-s1 > tbody > tr > td, .table-s1 > tbody > tr > th, .table-s1 > tfoot > tr > td, .table-s1 > tfoot > tr > th, .table-s1 > thead > tr > td, .table-s1 > thead > tr > th { padding: 20px; }

.table-vertical > tbody > tr > td { vertical-align: middle; }

.banner-slider .banner-cpn { background-color: rgba(00,00,00,.6); bottom:0; position: absolute; width: 100%; left: 0; z-index: 5; padding: 25px 0; }

@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-50px, 0, 0); }
  to { opacity: 1; transform: none; } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(50px, 0, 0); }
  to { opacity: 1; transform: none; } }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 50px, 0); }
  to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

/* ========================================================================== 2.1 General / Common ========================================================================== */

.intro { font-weight: 700; margin-bottom: 18px; color:#008265; }
.content ul li { position: relative; margin-left: 20px; list-style: disc; }
.content ul li:last-child { margin-bottom: 0; }
.content ul.nav-tabs li:before { content:none; }
.content ul.nav-tabs li { padding-left: 0;}

ul.badges { display: flex; align-items: center; padding-top:20px; }
ul.badges li::before { content:none; }
ul.badges li { float: left; max-width: 30%; }

.light .content ul li:before, .box-s3 .content ul li:before, .box-s4 .content ul li:before, .call-action:not(.dark) .content ul li:before { color: #fff; }

.blog-posts li:before, .blog-recent li:before { content: none !important; }

.content ul.dots li:before { content: '\f111'; font-size: 6px; top: 5px; }
.content ul.checkmark li { padding-left: 28px; }
.content ul.checkmark li:before { content: '\f00c'; font-size: 18px; line-height: 18px; top: 4px; }
.content ul.list-sitemap li { margin-bottom: 10px; font-weight: 400; }
.content ul.list-sitemap li:last-child { margin-bottom: 0; }
.content ul.list-sitemap li ul { margin-top: 5px; }
.content ul.list-sitemap li ul li { margin-top: 3px; font-weight: 400; }
.content ul.style-v2 li { margin-bottom: 2px; }
.content ul.style-v2 li:before { color: #9aa4ae; font-size: 6px; }
.content ol { margin-left: 25px; }
.content ol li { list-style: decimal; padding-left: 5px; margin-bottom: 8px; }
.content ol li:last-child { margin-bottom: 0; }
.content ul li { list-style: disc; }

.accordion .panel { background-color: transparent; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.accordion .panel:last-child { border-bottom: 0 none; }
.accordion .panel + .panel { margin-top: 0; }
.accordion .panel-title { position: relative; font-size: 1em; font-family: 'Raleway', sans-serif; font-weight: 600; }
.accordion .panel-title a { color: #FF9933; padding: 16px 30px 17px 0; }
.accordion .panel-title a .plus-minus { opacity: 0.4; }
.accordion .panel-title a.collapsed { color: #596570; }
.accordion .panel-title a.collapsed:hover { opacity: 0.7; }
.accordion .panel-title a.collapsed:hover .plus-minus { opacity: 0.4; }
.accordion .panel-title a.collapsed .plus-minus { opacity: 0.7; }
.accordion .panel-title a.collapsed .plus-minus span:before { transform: rotate(-180deg); }
.accordion .panel-title a.collapsed .plus-minus span:after { transform: rotate(0deg); }
.accordion .panel-title a:hover { opacity: 1; }
.accordion .panel-title a:hover .plus-minus { opacity: 1; }
.accordion .panel-body { padding-right: 0; padding-left: 0; padding-bottom: 30px; }
.accordion .plus-minus { opacity: 0.8; cursor: pointer; transition: opacity 350ms; display: block; position: absolute; right: 0; top: 50%; height: 18px; width: 18px; margin-top: -9px; }
.accordion .plus-minus span { position: relative; height: 100%; display: block; }
.accordion .plus-minus span:before, .accordion .plus-minus span:after { content: ""; position: absolute; background: #666; transition: transform 100ms; }
.accordion .plus-minus span:before { height: 2px; width: 100%; left: 0; top: 50%; margin-top: -1px; transform: rotate(180deg); }
.accordion .plus-minus span:after { height: 100%; width: 2px; top: 0; left: 50%; margin-left: -1px; transform: rotate(90deg); }
.accordion .plus-minus:hover { opacity: 0.3; }
.accordion.filled .panel:last-child { border-bottom: 0; }
.accordion.filled .panel-title { background-color: #f5f5f5; }
.accordion.filled .panel-title a { background: #ececec; padding-left: 20px; color: #ED1C24; }
.accordion.filled .panel-title a.collapsed { background-color: transparent; color: #596570; }
.accordion.filled .panel-title a.collapsed:hover { opacity: 0.7; }
.accordion.filled .panel-body { padding-right: 20px; padding-left: 20px; padding-bottom: 20px; }
.accordion.filled .plus-minus { right: 20px; }

.carousel { height: 100%; }
.carousel .stky-banner { position: absolute; top: 0; }
.carousel .carousel-inner, .carousel .item, .carousel .active { height: 100%; }

.position { position: static; }

.slick-dots { display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 10px; height: 10px; margin: 0 5px !important; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button::before { font-size: 25px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button::before { opacity: .75; color: black; }

.filterSidebar .filter { font-size: 22px; color: #3C4981; font-family: 'Raleway', sans-serif; font-weight: 700; text-align: center; letter-spacing: .4rem; text-transform: uppercase; padding-bottom: 20px; }
.filterSidebar .collapseList .title, .filterSidebar ul li h4{ width: 100%; text-align: center; display: block; background: #3C4981; padding: 20px; font-family: 'Raleway', sans-serif; font-size: 22px; text-transform: uppercase; color: #fff; font-weight: 700; letter-spacing: .5rem; max-width: 550px; margin: 0 auto; line-height: 22px; cursor: pointer; }
.filterSidebar ul li h4:hover{ background: #CF8A22;}
.filterSidebar ul li h4.toggled{ background: #CF8A22;}

.filterSidebar .collapseList .title, .filterSidebar ul li h4::after{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f067"; font-size: 18px;position: absolute;right: 27px;}
.filterSidebar .collapseList .title, .filterSidebar ul li h4.toggled::after{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f00d"; font-size: 18px;position: absolute;right: 27px;}
.filterSidebar ul li { padding-bottom: 10px; }
.filterSidebar ul li ul li:last-child { padding-bottom: 0; }
.filterSidebar ul li ul { padding: 25px; background: #fff; }
.filterSidebar .collapseList .title .icon, .filterSidebar ul li .title .icon{top:auto;}
.filterSidebar .widget {margin-bottom:30px;}
.filterElement ul{list-style: none; margin: 0; padding: 0 !important; overflow: auto;}
.filterSidebar .filterElement ul li{display: block; position: relative; float: left; width: 100%;}
.filterSidebar .filterElement ul li input[type=radio]{ position: absolute; visibility: hidden;}
.filterSidebar .filterElement ul li label, .filterSidebar ul li ul li label{font-size: 18px; display: inline-block; position: relative; padding: 0 0 0 30px; z-index: 9; cursor: pointer; -webkit-transition: all 0.25s ease-in-out; color:#3C4981; font-weight: 700; font-family: 'Raleway', sans-serif; display: flex; line-height: 26px; }
.filterSidebar .filterElement ul li .check{display: block; position: absolute; border: 2px solid #3C4981; border-radius: 100%; height: 15px; width: 15px; top: 0px; z-index: 5; transition: border .25s ease-in-out; -webkit-transition: border .25s ease-in-out;}
.filterSidebar .filterElement ul li .check::before {display: block; position: absolute; content: ''; border-radius: 100%; height: 15px; width: 15px; top: 5px; left: 5px; margin: auto; transition: background 0.25s ease-in-out; -webkit-transition: background 0.25s ease-in-out;}
.filterSidebar .filterElement ul li .check i{color:#ffffff; text-align: center; line-height: 17px; display:none; font-size:10px;}
.filterSidebar .filterElement input[type=radio]:checked ~ .check {background:#3C4981;}
.filterSidebar .filterElement input[type=radio]:checked ~ .check i{display:block;}
.filterSidebar .filterElement li:before{display:none;}

.searchandfilter.hide, .searchandfilter.show { display: block; }
.searchandfilter ul { width: 100%; }
.searchandfilter ul li { width: calc((100% - 20px) / 3); float: left; }
.searchandfilter ul li ul li { width: 100%; padding: 10px 20px; }
.news .searchandfilter ul li { width: 100%; float: none; }
.searchandfilter ul li label  { width:95%;}
.searchandfilter ul li.sf-field-search label span { display: none;}
.searchandfilter ul li.sf-field-search input { border: 2px solid #008265; height: 60px; width: 100%; letter-spacing: 3px; color: #008265; text-indent: 20px; }
.news .searchandfilter ul li.sf-field-search input { text-indent: 0; text-align: center; }
.searchandfilter select { height: 60px; background: #008265; color: #fff; border: 2px solid #008265; width: 100%; text-align: center; letter-spacing: 3px; border-radius: 0; }
.searchandfilter ul li.sf-field-reset { float: none; text-align: center; width: 100%; display: inline-block; margin-top: 20px; padding-right: 5%; }
.searchandfilter ul li.sf-field-reset a { font-size: 20px; font-weight: 800; text-transform: uppercase; color: #008265; letter-spacing: 3px; }
.searchandfilter ul li.sf-field-reset a:hover { color: #3C4981; }

.filter .collapseList .title, .filter ul li .filterTitle, .searchandfilter h4{ position: relative; font-size: 20px !important; text-transform: uppercase; display: block; cursor: pointer; padding: 0 !important; color: #fff; background: #008265; height: 60px; line-height: 60px; width: 95%; text-align: center; font-weight: 800; letter-spacing: 3px; margin: 0; }
.filter ul li .filterTitle:hover, .searchandfilter h4:hover, .searchandfilter h4.toggled:hover { color: #fff; }
.filter ul li .filterTitle.toggled, .searchandfilter h4.toggled{ color: #fff; }

.filter .collapseList .title, .filter ul li .filterTitle::after, .filter h4::after {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f067"; font-size: 10px;position: absolute;right: 20px;}
.filter .collapseList .title, .filter ul li .filterTitle.toggled::after, .filter h4.toggled::after {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f00d"; font-size: 10px;position: absolute;right: 20px;}
.filter ul { padding-top: 15px !important; }
.filter ul li { padding-bottom: 10px; padding-top: 0 !important; }
.filter ul li ul li:last-child { padding-bottom: 0; }
.filter ul li ul { padding: 5px 0 20px; background: #fff; border: 2px solid #008265; border-top: none; width: 95%; display: none; }
.filter ul li ul.toggled { display: inline-block !important; }
.filter .collapseList .title .icon, .filter ul li .title .icon{top:auto;}
.filter .widget {margin-bottom:30px;}
.filter .filterElement ul li{display: block; position: relative; float: left; width: 100%;}
.filter .filterElement ul li input[type=radio]{ position: absolute; visibility: hidden;}
.filter .filterElement ul li label, .filter ul li ul li label{ cursor: pointer; -webkit-transition: all 0.25s ease-in-out; line-height: 28px; text-align: left; font-size: 18px; font-weight: 800; color: #008265; display: block; margin-left: 33px; }
.filter .filterElement ul li label:hover, .filter ul li ul li label:hover{color:#3C4981; }
.filter .filterElement ul li .check{display: block; position: absolute; border: 2px solid #41738D; border-radius: 100%; height: 15px; width: 15px; top: 0px; z-index: 5; transition: border .25s ease-in-out; -webkit-transition: border .25s ease-in-out;}
.filter .filterElement ul li .check::before {display: block; position: absolute; content: ''; border-radius: 100%; height: 15px; width: 15px; top: 5px; left: 5px; margin: auto; transition: background 0.25s ease-in-out; -webkit-transition: background 0.25s ease-in-out;}
.filter .filterElement ul li .check i{color:#ffffff; text-align: center; line-height: 17px; display:none; font-size:10px;}
.filter .filterElement input[type=radio]:checked ~ .check {background:#41738D;}
.filter .filterElement input[type=radio]:checked ~ .check i{display:block;}
.filter .filterElement li:before{display:none;}

.searchandfilter { width:100%; }
.searchandfilter li label { padding-left:0 !important;}

.sf-input-checkbox {display: none;}
.sf-input-checkbox + label {display: inline-block;position: relative;vertical-align: middle;margin: 0;cursor: pointer;}
.sf-input-checkbox + label:before { content: '';background: #fff;border: 2px solid #008265;display: inline-block;vertical-align: middle;width: 22px;height: 22px;padding: 2px;margin-right: 10px;text-align: center;margin-top: -3px; margin-left: -33px;}
.sf-input-checkbox:checked + label:before { content: '';background: #3C4981;border: 2px solid #008265;display: inline-block;vertical-align: middle;width: 22px;height: 22px;padding: 2px;margin-right: 10px;text-align: center;margin-top: -3px;}
.sf-input-checkbox + label.toggled:before {background-color: #008265;}
.sf-input-checkbox:checked + label:after {content: "";padding: 2px;text-align: center;position: absolute;width: 1px;height: 12px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);top: 7px;left: 8px; margin-left: -33px;}

.sf-field-reset input {font-size: 22px;color: #41738D;font-family: 'Poppins', sans-serif;font-weight: 700;text-align: center;letter-spacing: .4rem;text-transform: uppercase;padding-top: 10px;border: 0;background: none;width: 100%;}
.sf-field-reset input:hover { color: #CF8A00; }

.sf-field-reset input {font-size: 22px;color: #3C4981;font-family: 'Raleway', sans-serif;font-weight: 700;text-align: center;letter-spacing: .4rem;text-transform: uppercase;padding-top: 10px;border: 0;background: none;width: 100%;}
.sf-field-reset input:hover { color: #CF8A00; }


/* ========================================================================== 3.0 Header/Navbar ========================================================================== */

.site-header { background: #ffffff; position: fixed; top: 0; left: 0; width: 100%; height: 180px; transition: top .5s; box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 12px; z-index: 50; }
.site-header .navbar { border-radius: 0; border: 0 none; min-width: 200px; padding: 20px 0 0; color: #36454e; background: #fff; margin: 0; z-index: 9;  }
.site-header .navbar-brand { height: auto; width: 600px; padding: 0; z-index: 1; position: relative; }
.site-header .navbar-brand img { width: auto; max-width: 500px; max-height: 140px; }
.site-header.sticky .navbar-brand img { max-height:90px; margin-top: 15px !important; }
.site-header .navbar-header .quote-btn { display: none; }
.site-header .navbar-collapse { padding: 0; background-color: transparent; color: #4D4B4B; }
.site-header .logo-light { display: none; }
.site-header .quote-btn { padding: 0; display: inline-block; }
.site-header .quote-btn .btn { font-family: 'Raleway', sans-serif; padding: 6px 25px; font-size: 12px; line-height: 24px; font-weight: 700; text-transform: uppercase; color: #fff; background-color: #31536C; border: 2px solid #31536C; margin: 0; vertical-align: middle; }
.site-header .quote-btn .btn:hover { border-color: #FFC426; color: #fff; background-color: #FFC426; }
.site-header .quote-btn .btn.btn-outline { background: transparent; }
.site-header .quote-btn .btn.btn-outline:hover { background: #31536C; border-color: #31536C; }

.site-header.animate { top: -250px; }
.site-header.sticky { top: -70px; z-index: 11; border-bottom: 1px solid #ccc; height:189px; }


.topbar .top-aside > p { margin: 7px 25px 7px 0; line-height: 20px; }
.topbar .top-aside > p strong { font-weight: 400; }
.topbar .top-aside > * { float: left; }
.topbar .top-left { float: left;  }
.topbar .top-right { float: right;  }
.topbar .top-contact .fa { border: 0 none; width: auto; height: auto; line-height: 34px; }
.topbar .top-contact span { padding: 0 30px 0 15px; }
.topbar .top-nav li a { padding-top: 0; padding-bottom: 0; transition: color .3s; }

.top-contact li { font-family: 'Raleway', sans-serif; font-weight: 400; color:#3C4981; line-height: inherit; position: relative; padding: 40px 12px 0 12px; overflow: hidden; z-index:1; vertical-align: middle; display: inline-block; }
.top-contact li:last-child { padding-right:0; }
.top-contact a { color: #3C4981; font-size: 18px; font-weight: 800; text-transform: uppercase; }
.top-contact a:hover { color: #008265; }

.navbar-nav { width: 100%; }
.navbar-nav > li.mobile { display: none; }
.navbar-nav > li > a { background: transparent; color: inherit; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 18px; line-height: 18px; padding: 14px 16px; transition: background 350ms, color 350ms, border-color 350ms; }
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { color: #ED1C24; background: transparent; }
.navbar-nav > li > ul ul { top: 0; margin-top: 0; }
.navbar-nav > li:hover > ul { top: 100%; padding: 10px 0; opacity: 1; visibility: visible; }
.navbar-nav > li.quote-btn { margin-left: 12px; float: right; }
.navbar-nav > li.quote-btn .btn { padding: 9px 24px 8px; font-size: 14px; font-weight: 700; letter-spacing: inherit; }
.navbar-nav li ul li { position: relative; }
.navbar-nav li ul li ul { left: 240px; opacity: 0; visibility: hidden; }
.navbar-nav li ul li:hover ul { opacity: 1; visibility: visible; z-index: 100; }

.navbar-nav li ul li.has-children > a:after { color: #596570; content: "\f0c8"; display: block; position: absolute; top: 50%; right: 8px; opacity: .5; margin-top: -7px; height: 14px; width: 12px; text-align: center; font-size: 6px; line-height: 14px; font-family: "FontAwesome"; transition: transform .4s; }
.navbar-nav li ul > .active > a, .navbar-nav li ul > .active > a:focus, .navbar-nav li ul > .active > a:hover { color: #ffffff; background-color: #f5f5f5; }
.navbar-nav ul li { color: #596570; }
.navbar-nav ul li.active > a, .navbar-nav ul li.active > a:focus .navbar-nav ul li.active > a:hover, .navbar-nav ul li.rollover > a { }
.navbar-nav ul li.active > a, .navbar-nav ul li.rollover > a {  }
.navbar-nav .label { margin-top: -3px; vertical-align: middle; display: inline-block; font-family: 'Raleway', sans-serif; margin-left: 5px; text-transform: uppercase; padding: 3px 10px 4px; -ms-border-radius: 20px; border-radius: 20px; }

.navbar-nav li.has-children:hover::after { background: #fff; content: " "; position: absolute; width: 200vw; height: 120px; left: -100vw; box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25); }
.navbar-nav li.has-children ul { text-align: center;left: -50%; margin-top: -30px; }
.navbar-nav li ul { position: absolute; border: 0px; border-radius: 0; padding: 0px; left: 0; top: -999em; z-index: 99; display: block; opacity: 0; visibility: hidden; transition: opacity .5s, visibility .4s; }
.navbar-nav li ul li a { padding: 10px 0; display: block; font-size: 18px; font-weight: 800; white-space: nowrap; color: #3C4981; line-height: 20px; text-transform: uppercase; }
.navbar-nav li ul.active > a, .navbar-nav li ul li > a:hover, .navbar-nav li ul li > a:focus { color: #008265; background: none; }

.header-s2 .navbar { padding: 0; }
.header-s2 .navbar-nav > li > a { padding: 37px 12px; }
.site-header.sticky .navbar-nav > li > a { padding: 53px 12px 31px; }
.header-s2 .navbar-nav > li.quote-btn { margin-top: 27px; }
.header-s2 .navbar-nav > li.last { margin-right: -15px; }
.header-s2 .navbar-nav > li.last a { padding-right: 0; }
.header-s2 .navbar-brand { margin-top: 0; margin-bottom: 0; }
.header-s2 .navbar-collapse { float: right; width: auto; }
.header-s2.is-transparent .topbar, .header-s2.is-transparent .navbar { background: #fff; width: 100%; z-index: 9; }
.header-s2.is-transparent .topbar + .navbar { }
.header-s2.is-transparent .topbar { position: relative; }
.header-s2.is-transparent .topbar .social li a { color: inherit; }
.header-s2.is-transparent .navbar-nav li ul { color: #596570; }
.header-s2.is-transparent .navbar-nav > li > a, .header-s2.is-transparent .navbar-nav > li.active > a, .header-s2.is-transparent .navbar-nav > li > a:focus, .header-s2.is-transparent .navbar-nav > li.has-children > a:after, .header-s2.is-transparent .top-contact .fa { color: #3C4981; font-size: 18px; font-weight: 800; text-transform: uppercase; }
.header-s2.is-transparent .navbar-nav > li > a:hover { color: #008265; }
.header-s2.is-transparent .navbar-nav > li.current > a, .header-s2.is-transparent .navbar-nav > li.current > a:hover, .header-s2.is-transparent .navbar-nav > li.current > a:focus, .header-s2.is-transparent .navbar-nav > li.current.has-children > a:after { color: #fff; }
.header-s2.is-transparent .navbar-nav > li.current > a:not(.btn)::before { content: ""; position: absolute; left: 18px; top: 18px; right: 18px; height: 2px; background-color: #B51F30; opacity: 1; transition: all .4s; }
.header-s2.is-transparent .navbar-nav > li.current > a:not(.btn)::after { content: ""; position: absolute; left: 18px; top: 91px; right: 18px; height: 2px; background-color: #B51F30; opacity: 1; transition: all .4s; }
.header-s2.is-transparent .navbar-brand .logo-light { display: block; margin-top: -33px; }
.header-s2.is-transparent .navbar-brand .logo-dark { display: none; }

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.header-s2.header-dark .topbar { background: #ff8c1a; color: #fff; }
.header-s2.header-dark .topbar .icon, .header-s2.header-dark .topbar .fa, .header-s2.header-dark .topbar a:hover { color: #31536C; }
.header-s2.header-dark .navbar { background: #FF9933; }
.header-s2.header-dark .navbar-nav > li > a, .header-s2.header-dark .navbar-nav > li.active > a, .header-s2.header-dark .navbar-nav > li > a:hover, .header-s2.header-dark .navbar-nav > li > a:focus { color: #fff; }
.header-s2.header-dark .navbar-nav li.quote-btn .btn:hover { background: #FFC426; }
.header-s2.header-dark .navbar-brand .logo-dark { display: none; }
.header-s2.header-dark .navbar-brand .logo-light { display: block; }


/* ========================================================================== 4.0 Banner/Slider ========================================================================== */
.banner-text { color: #596570; position: relative; padding-top: 60px; padding-bottom: 60px; z-index: 1; font-size: 16px; }
.banner-text:not([class*="wide-"]) { max-width: 100%; }
.banner-text.pos-left { float: left; }
.banner-text.al-center:not(.pos-center), .banner-text.center:not(.pos-center) { margin: 0 auto; }
.banner-text.light, .banner-text.box-s3, .banner-text.box-s4 { color: #fff; }
.banner-text.dark { color: #15181b; }
.banner-text h1 { font-family: 'Raleway', sans-serif; font-size: 7.3vw; line-height: 0.95em; font-weight: 300;color:#fff;letter-spacing: 0px; text-transform: uppercase; display: inline-block; }
.banner-text h1 strong { font-weight: 900; }
.banner-text h2 { font-size: 78px;line-height: 78px; font-weight: 700;color:rgb(255, 255, 255);letter-spacing: 0px; }
.banner-text p { min-width: 642px;max-width: 642px;white-space: normal;font-size: 20px;line-height: 32px;font-weight: 400;color:rgb(255, 255, 255);letter-spacing: 0px;font-family: 'Raleway', sans-serif; padding-top: 20px; }
.banner-text .animated { animation-delay: 350ms; animation-duration: 1s; }
.banner-text .btn { font-size: 16px;font-weight: 700;color:rgb(255, 255, 255);letter-spacing: 0px;font-family: Asap;border-color:rgb(255, 255, 255);border-style: solid;border-width: 2px;border-radius: 30px;outline: currentcolor none medium;;cursor: pointer;visibility: inherit;text-align: inherit;margin: 0px;padding: 19px 37px;text-transform: none; }
.banner-text .btn:hover { background-color:rgb(255, 255, 255); color:#393970; }
.banner-text .btn-alt { font-size: 16px;font-weight: 700;color:rgb(255, 255, 255);letter-spacing: 0px;font-family: Asap;background-color:rgb(181, 32, 49);border-color:rgb(181, 32, 49);border-style: solid;border-width: 2px;border-radius: 30px;outline: currentcolor none medium;cursor: pointer;visibility: inherit;text-align: inherit;margin: 0px;padding: 19px 37px;text-transform: none; }
.banner-text .btn-alt:hover { background-color:rgb(255, 255, 255); color:#393970;;border-color:rgb(255, 255, 255) }
.banner-text h1 + *, .banner-text h2 + *, .banner-text h3 + *, .banner-text h4 + * { margin-top: 10px; }
.banner-text p:not(:last-child) { margin-bottom: 10px; }
.banner-text.style-modern { font-size: 24px; line-height: 1.4; }

.banner-slider { height: 525px; background: #008265; }

.banner-slider.slider-large { height: 620px; }
.is-transparent .banner-slider { min-height: 640px; }
.banner-slider .carousel-inner .item { transition-property: opacity; }
.banner-slider .carousel-inner .item, .banner-slider .carousel-inner .active.left, .banner-slider .carousel-inner .active.right { opacity: 0; }
.banner-slider .carousel-inner .active, .banner-slider .carousel-inner .next.left, .banner-slider .carousel-inner .prev.right { opacity: 1; }
.banner-slider .carousel-inner .next, .banner-slider .carousel-inner .prev, .banner-slider .carousel-inner .active.left, .banner-slider .carousel-inner .active.right { left: 0; transform: translate3d(0, 0, 0); }
.banner-slider .banner-content { position: relative; z-index: 2; top: 50%; transform: translate(0, -50%); }
.about .banner-slider .banner-content, .news .banner-slider .banner-content, .contact .banner-slider .banner-content { position: relative; z-index: 2; top: 50%; transform: translate(0, -50%); }
.banner-slider .banner-text { width: 100%; position: relative; padding-top: 0; padding-bottom: 0; }
.banner-slider:hover > .carousel-control { opacity: 1; visibility: visible; }
.banner-slider .fill { width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; position: absolute; }
.banner-slider .fill h1 { align-self: center; text-align: center; width: 100%; color: #3C4981; font-weight: 800; font-size: 68px; line-height: 78px; width: 97%; margin: 0 auto; }

@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1.1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1.1);}
}

.banner-static { position: relative; width: 100%; padding: 15px 0; min-height: 380px; }
.banner-static:not(.has-bg-image):not([class*="bg-"]) { background-color: #e8e8ee; }
.banner-static .banner-cpn { bottom:0; position: absolute; width: 100%; left: 0; z-index: 5; padding: 25px 0; }
.is-transparent .banner-static .banner-cpn {  }
.banner-static .banner-cpn .content { position: relative; }
.banner-static .banner-text { float: left; width: 100%; padding-top: 0; padding-bottom: 0; }
.banner-static .banner-text.pos-right { float: right; }
.banner-static .banner-text.pos-center { float: none; }
.banner-static.banner-medium { height: 330px; min-height: inherit; }
.banner-static.banner-small { height: auto; min-height: inherit; padding:28px 0; }
.banner-static.banner-small .banner-cpn { background-color: #e6e6e6; position: relative; width: 100%; left: 0; z-index: 5; padding: 0; }
.banner-static.banner-intro { min-height: 520px; }
.banner-static.only-pg-title { min-height: 160px; }
.banner-static.bg-grey, .banner-static.bg-light, .banner-static.box-s2 { background-color: #e6e6e6; }
.banner-static.bg-grey .banner-text, .banner-static.bg-light .banner-text, .banner-static.box-s2 .banner-text { color: #2A4EA2; }
.banner-static.bg-grey .banner-text .page-title, .banner-static.bg-light .banner-text .page-title, .banner-static.box-s2 .banner-text .page-title { color: #373e45; }
.banner-static.banner-small .banner-text .page-title { color: #fff; }
.banner-static.bg-grey .light, .banner-static.bg-grey .box-s3, .banner-static.bg-grey .box-s4, .banner-static.bg-light .light, .banner-static.box-s2 .light, .banner-static.bg-light .box-s3, .banner-static.box-s2 .box-s3, .banner-static.bg-light .box-s4, .banner-static.box-s2 .box-s4 { color: #fff; }
.banner-static.bg-grey .dark, .banner-static.bg-light .dark, .banner-static.box-s2 .dark { color: #596570; }
.banner-static.bg-grey .breadcrumb a, .banner-static.bg-grey .breadcrumb > .active, .banner-static.bg-grey .breadcrumb > li + li:before, .banner-static.bg-light .breadcrumb a, .banner-static.box-s2 .breadcrumb a, .banner-static.bg-light .breadcrumb > .active, .banner-static.box-s2 .breadcrumb > .active, .banner-static.bg-light .breadcrumb > li + li:before, .banner-static.box-s2 .breadcrumb > li + li:before { color: #596570; }
.banner-static.bg-grey .breadcrumb li:not(.active) a:hover, .banner-static.bg-light .breadcrumb li:not(.active) a:hover, .banner-static.box-s2 .breadcrumb li:not(.active) a:hover { color: #FF9933; box-shadow: none; }
.banner-static .imagebg { position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; -ms-border-radius: 0; border-radius: 0; }
.is-transparent .banner-static { min-height: 330px; }
.banner-static.has-bg-image .container { position: static; }

.banner-intro .container > .content { padding-top: 15px; padding-bottom: 15px; }
.banner-intro .banner-text { padding-top: 128px; padding-bottom: 128px; }
.is-transparent .banner-intro .banner-text { margin-top: 60px; }
.banner-intro .banner-text:not(.style-modern) { font-size: 18px; }

.banner .banner-text:not(.dark) { color: #fff; }
.banner .banner-boxed { padding: 30px 30px 32px; background: rgba(0, 0, 0, 0.75); -ms-border-radius: 0px; border-radius: 0px; }

.team .banner-text { height:180px; width: 100%; }
.team .banner-text h1 { font-size: 68px;line-height: 68px;color: #fff;text-align: center;font-weight: 800; }
.team .banner-text h1::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; }
.team .banner-text h2 { font-size: 50px;line-height: 64px;color: #3C4981;font-weight: 400;font-style: italic;width: 500px;margin: 0 auto; }

.practices .banner-text { height:180px; width: 100%; }
.practices .banner-text h1 { font-size: 68px;line-height: 68px;color: #fff;text-align: center;font-weight: 800; }
.practices .banner-text h1::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; }
.practices .banner-text h2 { font-size: 50px;line-height: 64px;color: #3C4981;font-weight: 400;font-style: italic;width: 500px;margin: 0 auto; }

.news .banner-text { height:180px; width: 100%; }
.news .banner-text h1 { font-size: 68px;line-height: 68px;color: #fff;text-align: center;font-weight: 800; }
.news .banner-text h1::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; }

.contact .banner-text { height:180px; width: 100%; }
.contact .banner-text h1 { font-size: 68px;line-height: 68px;color: #fff;text-align: center;font-weight: 800; }
.contact .banner-text h1::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.contact .banner-text h2 { font-size: 50px;line-height: 64px;color: #3C4981;font-weight: 400;font-style: italic;width: 500px;margin: 0 auto; }

.interior .banner-text { height:180px; width: 100%; }
.interior .banner-text h1 { font-size: 68px;line-height: 68px;color: #fff;text-align: center;font-weight: 800; }
.interior .banner-text h1::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.interior .banner-text h2 { font-size: 50px;line-height: 64px;color: #3C4981;font-weight: 400;font-style: italic;width: 500px;margin: 0 auto; }

.opportunities .banner-text h1 { font-size: 100px;line-height: 100px;letter-spacing: -2px;color: #CF8A22;width: 100%;text-align: center; }

.solutions .banner-text h1 { font-size: 100px;line-height: 100px;letter-spacing: -2px;color: #CF8A22;width: 775px;text-align: center; }

.industries .banner-text h1 { font-size: 100px;line-height: 100px;letter-spacing: -2px;color: #CF8A22;width: 775px;text-align: center; }

.careers .careerSub .banner-text { height:180px; width: 100%; }
.careers .careerSub .banner-text h1 { font-size: 68px;line-height: 68px;color: #fff;text-align: center;font-weight: 800; }
.careers .careerSub .banner-text h1::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.careers .careerSub .banner-text h2 { font-size: 50px;line-height: 64px;color: #3C4981;font-weight: 400;font-style: italic;width: 500px;margin: 0 auto; }

/* ========================================================================== 5.0 Page Content - About, Service etc ========================================================================== */

.tagline { background: #008265; color:#fff; padding:50px 0; font-size: 20px; line-height: 35px; font-weight: 500; }
.tagline .container { background: url("/wp-content/themes/Strassburger/images/divider.jpg"); background-repeat: repeat-y; background-position: center; }
.tagline .col-md-6 { width:48%; }
.tagline .col-md-6:last-child { float: right; }
.tagline h2 { font-size: 40px; font-weight: 800; color:#fff; line-height: 60px; text-align: right; }

.pageIntro { background: #fff; color:#3C4981; padding:50px 0; font-size: 20px; line-height: 35px; font-weight: 500; }
.pageIntro.gray { background: #ECECEB; color:#3C4981; padding:50px 0; font-size: 20px; line-height: 35px; font-weight: 500; }
.pageIntro.ctrLine .container { background: url("/wp-content/themes/Strassburger/images/divider-green.jpg"); background-repeat: repeat-y; background-position: center; }
.pageIntro.leftLine .container { display: flex; }
.pageIntro.leftLine .container .col-md-2 { align-self: center; }
.pageIntro.leftLine .container .col-md-10 { border-left: 2px solid #008265; align-self: center; }
.pageIntro.leftLine .container .col-md-4 { align-self: center; }
.pageIntro.leftLine .container .col-md-8 { border-left: 2px solid #008265; align-self: center; }
.pageIntro.leftLine .container .col-md-8 span { margin:0 20px; }
.pageIntro .col-md-6 { width:48%; }
.pageIntro .col-md-6:last-child { float: right; }
.pageIntro.rightLine .container { background: url("/wp-content/themes/Strassburger/images/divider-green.jpg"); background-repeat: repeat-y; background-position: 64%; display: flex; }
.pageIntro .col-md-7 { width:62%; align-self: center; }
.pageIntro .col-md-5 { width:33%; padding-left: 5%; align-self: center; }
.pageIntro h2 { font-size: 40px; font-weight: 800; color:#008265; line-height: 60px; text-align: right; }
.pageIntro .col-md-12 h2 { text-align: center; }
.pageIntro .container.thin .col-md-12 h2 { text-align: left; }
.pageIntro a { font-weight: 800; color: #3C4981; }
.pageIntro a:hover { font-weight: 800; color: #008265; }

.intro { font-size: 24px; line-height: 35px; font-weight: 700; color: #008265; }

.featAttorneys { background: #fff url("/wp-content/themes/Strassburger/images/blue-corner.svg"); background-position: 101% bottom; background-repeat: no-repeat; background-size: 20%; padding: 80px 0; color: #3C4981; font-weight: 700; font-size: 24px; line-height: 34px; }
.featAttorneys .photo { padding-top: 6px !important; }
.featAttorneys h3 { font-size:20px; font-weight:800; color: #3C4981; text-transform:uppercase; letter-spacing: 3px; text-align: center; border-top: 4px solid #008265; border-bottom: 4px solid #008265; padding: 10px; margin-bottom: 50px; margin-left: -15px; margin-right: -15px; }
.featAttorneys .attName { font-weight: 400; font-size: 20px; line-height: 30px; }

.featNews { background: #3C4981; padding: 80px 0; color: #fff; font-weight: 700; font-size: 24px; line-height: 34px; margin-top: -1px; }
.featNews h3 { font-size:20px; font-weight:800; color: #fff; text-transform:uppercase; letter-spacing: 3px; text-align: center; border-top: 4px solid #008265; border-bottom: 4px solid #008265; padding: 10px; margin-bottom: 50px; margin-left: -15px; margin-right: -15px; }
.featNews .photo { padding-top: 6px !important; }
.featNews .newsDetails { font-weight: 400; font-size: 20px; line-height: 30px; }
.featNews .newsDetails a { color:#fff; }
.featNews .newsDetails a:hover { color:#008265; }

.blockSection h1 { color:#3C4981; font-size: 2.3em; font-style: italic; text-align: center; padding-bottom:25px; }
.blockSection .row { background: #fff; margin-bottom:100px; display: flex; }
.home .blockSection .row .photo { background-size: cover; min-height: 75vh; }
.blockSection .row .content { padding: 50px 125px 50px 125px; display: grid; align-content: center; }
.blockSection .row .content h2 { color:#CF8A22; font-weight: 700; font-size: 2.4em; text-transform: uppercase; text-align: center; margin-bottom: 30px; }
.blockSection .row .featPhoto div { width:100%; height:100%; min-height: 500px; background-size: cover; }

.team .blockSection .row { margin-bottom:0; padding: 15px; position: relative; display: block; width: 26.94%; }
.team .blockSection .row::before { content: ""; background-color: #fff; position: absolute; height: 100%; width: 4000px; left: 0; top: 0; z-index: -1; }
.team .blockSection .row .attorneyDetails { margin-top: 25px; }
.team .blockSection .row .attorneyDetails h3 { font-size:24px; line-height: 34px; color: #3C4981; margin-bottom: 0; font-weight: 700; }
.team .blockSection .row .attorneyDetails a { color: #3C4981; }
.team .blockSection .row .attorneyDetails a:hover { color: #008265; }
.team .blockSection .row .attorneyDetails .position { color:#3C4981; }

.attorneyBio .content.row { display: flex; }
.attorneyBio h1 { color:#CF8A22; font-size:54px; font-weight: 700; line-height: 67px; margin-bottom: 0; }
.attorneyBio .contact { font-size: 28px;font-weight: 400;line-height: 48px; color:#fff; }
.attorneyBio .contact a { color:#fff; text-decoration: none; }
.attorneyBio .contact a:hover { color: #CF8A22; }
.attorneyBio .contact .phone { padding-top: 40px; }

.bio .section.top { background: linear-gradient(90deg, #3C4981 75%, #fff 25%); display: flex; }
.bio .section.top .col-md-6 img { z-index: 1; position: relative; }
.bio .section.top .col-md-6:last-child::after { background: #fff; content: " "; width: 100%; height: 100%; position: absolute; right: -50%;; display: block; ; z-index: 0; top: 0; }
.bio .section.top h1 { color: #fff; font-size: 68px; font-weight: 800; margin: 0; }
.bio .section.top .position { color: #fff; font-size: 42px; font-weight: 400; margin: 0; }
.bio .section.top .contact { color: #fff; font-size: 42px; font-weight: 400; margin: 0; margin: 40px 0 0; line-height: 49px; }
.bio .section.top .contact a { color: #fff; }
.bio .section.top .contact a:hover { color: #008265; }
.bio .section.top .social { margin: 40px 0 0; }
.bio .social ul li { float: left; }
.bio .social ul li a, .bio .save-as-pdf-pdfcrowd-button-wrap { font-size: 25px; margin-right: 15px; border-radius: 50%; background: #fff; color: #3C4981; height: 50px; width: 50px; line-height: 50px; text-align: center; transition: all 0.5s; }
.bio .social ul li a:hover, .bio .save-as-pdf-pdfcrowd-button-wrap:hover { background: #008265; }
.bio h2 { text-align: center; color: #3C4981; font-size: 20px; text-transform: uppercase; font-weight: 800; letter-spacing: 3px; margin-bottom: 0; }
.bio .sidebar { border-left: 2px solid #3C4981; text-align: center; color: #3C4981; font-size: 20px; line-height: 30px; }
.bio .sidebar h2 { background: #008265; padding: 20px; text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 800; letter-spacing: 3px; margin-bottom: 20px; line-height: 30px; }
.bio .sidebar li { border-bottom: 2px solid #008265; padding: 5px 0; }
.bio .sidebar li ul { border-top: 1px solid #008265; margin-top: 5px; }
.bio .sidebar li ul li { border-bottom: none; padding: 5px 0; }
.bio .sidebar .awards img { padding:20px; }
.slbadge.slbadge-blue { margin: 0 auto; }

.practices .practList { background: #3C4981; }
.practices .practList ul li { display: flex; cursor: pointer; border-top: 4px solid #008265; border-bottom: 4px solid #008265; padding: 5px; text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 800; letter-spacing: 3px; margin-bottom: -4px; }
.practices .practList li a, .practices .practList li a:hover { width: 100%; color:#fff; }
.practices .practList ul li { transition: opacity .25s ease-in-out; }
.practices .practList .pracTitle ul:hover li { opacity: 0.25; }
.practices .practList .pracTitle ul:hover li:hover { opacity: 1; }
.practices .practList .pracTitle ul:hover li ul li { opacity: 1; padding:10px; }
.practices .practList .pracTitle ul:hover li ul li:hover { background:#fff; }
.practices .practList .pracTitle ul:hover li ul li:hover a { color:#008265; }
.practices .practList li .open { position: absolute; right: 20px; font-size: 12px; }
.practices .practList ul li:hover .sub { display: block; }
.practices .practList ul li .sub { display: none; position: absolute; left: 98%; width: 100%; height: 100%; }
.practices .practList ul li ul { position: absolute; left: 15px; z-index: 2; width: 400px; background: rgba(81,94,150,.90); padding: 10px 20px 20px; }
.practices .practList ul li:nth-last-child(-n+7) .sub { top:0 }
.practices .practList ul li:nth-last-child(-n+7) ul { bottom:0 }
.practices .practList ul li ul li { font-size: 18px; font-weight: 500; text-transform: none; letter-spacing: normal; text-align: left; line-height: 22px; border-top: none; border-bottom: 1px solid #fff; padding: 10px 0; }
.practices .practList ul li ul li:first-of-type { padding-top:0; }
.practices .practList ul li ul li:last-child { border-bottom: 1px solid #fff; }

.practice .section.top { background: linear-gradient(90deg, #3C4981 75%, #fff 25%); display: flex; }
.practice .section.top .col-md-6 img { z-index: 1; position: relative; }
.practice .section.top .col-md-6:last-child::after { background: #fff; content: " "; width: 100%; height: 100%; position: absolute; right: -50%;; display: block; ; z-index: 0; top: 0; }
.practice .section.top h1 { color: #fff; font-size: 68px; font-weight: 800; margin: 0; text-transform: uppercase; line-height: 78px; }
.practice .section.top .parentPractice { font-size: 20px; color: #ECECEB; text-transform: uppercase; font-weight: 700; padding-bottom:40px; }
.practice .intro { margin-bottom: 0; }
.practice .intro .container { background: #ECECEB; padding: 50px 125px; font-size: 20px; line-height: 35px; color: #3C4981; font-weight: 500; }
.practice .intro .container .border { border-top:2px solid #fff; border-bottom: 2px solid #fff; padding: 40px 0; }
.practice .intro h2 { color: #3C4981; }
.practice .relatedPrac .container { background: #008265; color:#fff; padding:40px; }
.practice .relatedPrac h2 { color:#fff; max-width: 700px; margin: 0 auto; }
.practice .relatedPrac ul { margin-top:30px; }
.practice .relatedPrac ul li { display: flex; border-top: 2px solid #fff; border-bottom: 2px solid #fff; padding: 5px; text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 800; letter-spacing: 3px; margin-bottom: -2px; }
.practice .relatedPrac li:hover { cursor: pointer; background: #fff; color:#008265; }
.practice .relatedPrac ul li .open { align-self: center; }
.practice .relatedPrac li a { width: 100%; color:#fff; }
.practice .relatedPrac li a:hover, .practice .relatedPrac li:hover a { width: 100%; color:#008265; }
.practice .relatedPrac li:hover .open { color:#008265; }
.practice .contentRow .container { padding-left: 15px; padding-right: 15px; }
.practice .contentRow h2 { color: #008265; }
.practice .contentRow h3 { color: #008265; font-size: 24px; line-height: 34px; font-weight: 700; }
.practice .title { background: #ECECEB; padding:30px; margin-bottom: 30px; margin-left: -15px; margin-right: -15px; }
.practice .contentRow ul { text-align: left; width: 75%; margin: 0 auto; }
.practice .contentRow ul.twoCol { column-count: 2; width: 100%; }
.practice .contentRow ul.threeCol { column-count: 3; width: 100%; }
.practice .contentRow ul li { list-style: disc; }
.practice .repMatters .container { padding-left: 0; padding-right: 0; }
.practice .repMatters h2 { color: #008265; }
.practice .featNews { padding: 60px 0; }
.practice .blueRight { background: transparent url("/wp-content/themes/Strassburger/images/blue-corner.svg"); background-position: 101% bottom; background-repeat: no-repeat; }
.fastFacts { padding: 60px 0; margin-top:40px; background: #008265; color: #fff; font-weight: 500; font-size: 20px; line-height: 30px; }
.practice .fastFacts.blueRight { background: #008265 url("/wp-content/themes/Strassburger/images/blue-corner.svg"); background-position: 101% bottom; background-repeat: no-repeat; }
.fastFacts h3 { font-size: 20px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 3px; text-align: center; border-top: 4px solid #3C4981; border-bottom: 4px solid #3C4981; padding: 10px; margin-bottom: 50px; }
.fastFacts .amount { font-size: 68px; line-height: 80px; font-weight: 800; text-align: center; padding-bottom: 20px; }
.fastFacts .col-md-4 { border-right: 2px solid #fff; }
.fastFacts .col-md-4:nth-child(4n) { border-right: none; }
.practice .relatedAttorneys .container { padding-left: 0; padding-right: 0; margin-bottom: 40px; }
.practice .relatedAttorneys .back { text-align: center; padding: 40px 0 60px; }
.practice .relatedAttorneys .back a { font-weight: 400; color: #3C4981; letter-spacing: 3px; text-transform: uppercase; }
.practice .relatedAttorneys .back a:hover { font-weight: 400; color: #008265; letter-spacing: 3px; }

.accordion { border-top: 4px solid #008265; }
.accordion:first-of-type { margin-top:40px; }
.accordion:last-child { border-bottom: 4px solid #008265; margin-bottom:40px; }
.accordion .accordionRow { cursor: pointer; }
.accordion .accordionRow .heading { display: flex; }
.accordion .accordionRow .heading h2 { width: 100%; align-self: center; text-align: center; color: #3C4981; font-size: 20px; text-transform: uppercase; font-weight: 800; letter-spacing: 3px; margin-bottom: 0; }
.accordion .accordionRow .heading .open { display: block; color: #3C4981; font-size: 16px; text-align: center; align-self: center; padding-right: 20px; }
.accordion .accordionRow .heading .close { display: none; }
.accordion .accordionRow.toggled .heading .open { display: none; }
.accordion .accordionRow.toggled .heading .close { display: block; color: #3C4981; font-size: 16px; text-align: center; opacity: 1; align-self: center; padding-right: 20px; }
.accordion .content { padding:20px 0 40px; text-align: left; }
.bottom .accordion .accordionRow .heading h2 { width: 100%; align-self: center; text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 800; letter-spacing: 3px; margin-bottom: 0; }
.bottom .accordion .accordionRow .heading .open { display: block; color: #fff; font-size: 16px; text-align: center; align-self: center; padding-right: 20px; }
.bottom .accordion .accordionRow.toggled .heading .open { display: none; }
.bottom .accordion .accordionRow .heading .close { display: none; }
.bottom .accordion .accordionRow.toggled .heading .close { display: block; color: #fff; font-size: 16px; text-align: center; opacity: 1; align-self: center; padding-right: 20px; }

.sectionHeader h4 { font-size: 50px; font-weight: 900; color: #231F20; border-top: 2px solid #233A74; border-bottom: 2px solid #233A74; padding: 15px 0 6px 0; line-height: 50px; text-transform: uppercase; letter-spacing: .4rem; }
.attorneys .sectionHeader h3 { font-size: 50px; font-weight: 900; color: #231F20; border-top: 2px solid #233A74; border-bottom: 2px solid #233A74; padding: 15px 0 6px 0; line-height: 50px; text-transform: uppercase; letter-spacing: .4rem; }

.opportunities .content .accordion { position: relative; clear:both; }
.opportunities .row .content { padding: 50px 80px; display: block; }
.opportunities .accordion .content { padding:0; margin-left:-15px; margin-bottom: 40px; display: inline-block; }
.opportunities .accordion .content .col-md-8 { padding-right: 50px; }
.opportunities .content .accordion h2 { color: #CF8A22;text-transform: uppercase;font-size: 22px;border-top: 1px solid #3C4981;padding-top: 20px;line-height: 28px; cursor: pointer; text-align: left; margin-bottom: 20px; display: grid;}
.opportunities .content .accordion:first-child h2 { border-top: 1px solid #3C4981;padding-top: 20px;}
.opportunities .content .accordion h2.toggled { color: #CF8A22; }
.opportunities .content .accordion h2::after{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f067"; font-size: 18px; position: absolute;right: 0;align-self: center;}
.opportunities .content .accordion h2.toggled::after{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f00d"; font-size: 18px; position: absolute;right: 0;}
.opportunities .col-md-4 .relatedAttorney .photo { height: 400px; width: auto; background-size: cover !important; }
.opportunities .accordion .content li { list-style: none; margin-left: 0; border-bottom: 2px solid #CC802D; margin-bottom: 20px; padding-bottom: 20px; }
.opportunities .col-md-4 .text { padding: 30px 0; }
.opportunities .col-md-4 .text .name { font-size: 28px; font-weight: 700; color: #CF8A22; }
.opportunities .blockSection .intro { color:#3C4981; font-size: 2.3em; font-style: normal; text-align: center; padding-bottom:50px; font-weight: 700; max-width: 1300px; margin: 0 auto; line-height: 1.3;}

.about .section.top { background: linear-gradient(90deg, #3C4981 75%, #ECECEB 25%); display: flex; }
.about .section.top .col-md-6 img { z-index: 1; position: relative; }
.about .section.top .col-md-6:last-child::after { background: #ECECEB; content: " "; width: 100%; height: 100%; position: absolute; right: -50%;; display: block; ; z-index: 0; top: 0; }
.about .section.top h1 { color: #fff; font-size: 68px; font-weight: 800; margin: 0; line-height: 80px; text-transform: uppercase; }
.about .section.top .pageType { font-size: 20px; color: #ECECEB; text-transform: uppercase; font-weight: 700; padding-bottom:40px; }
.about .pageContent .container { display: flex; }
.about .pageContent h2 { font-size: 40px; color: #008265; font-weight: 800; line-height: 45px; text-align: center; }
.about .pageContent.blueRight { background: transparent url("/wp-content/themes/Strassburger/images/blue-corner.svg"); background-position: 101% bottom; background-repeat: no-repeat; background-size: 25%; padding-bottom: 80px; }
.about .aboutBottom { background-color: #3C4981; color: #fff; padding:60px 0 100px; margin-top: -1px; }
.about .aboutBottom .container { padding-left: 30px; padding-right: 30px; }
.about .aboutBottom h2 { font-size: 40px; color: #fff; font-weight: 800; line-height: 45px; text-align: center; }
.about .aboutBottom h3 { clear:both; font-family: 'Raleway', sans-serif; line-height: 45px; padding: 10px 50px; text-align: center; color: #fff; width: 100%; max-width: 1000px; font-size: 36px; font-weight: 800; text-transform: none; margin: 20px auto; }
.about .aboutBottom p { max-width: 1000px; margin: 0 auto; }
.about .aboutBottom a { color:#fff; }
.about .organizations { padding:40px 0 20px 0; display: flex; flex-wrap: wrap; justify-content: center; }
.about .organizations .item { float: left; width: 33%; padding: 0 10px 60px; }
.about .organizations .item a { font-weight: 700; color:#3C4981; }
.about .aboutBottom .organizations .item a { font-weight: 700; color:#fff; }
.about .organizations .item a:hover { color:#008265; }
.about .organizations .item .logo {  }
.about .organizations .item .details { font-size: 20px; line-height: 30px; max-width: 300px; margin: 0 auto; padding-top: 20px; }
.about #timeline-content { margin-top: 50px; text-align: center; }
.about .timelineWrapper { height: 75vh; overflow: hidden; }
.about .timeline { border-bottom-right-radius: 4px; border-top-right-radius: 4px; margin: 50px auto; position: relative; padding: 0; list-style: none; text-align: left; font-weight: 500; font-size: 20px; line-height: 35px; color: #008265; }
.about .timeline .event { padding-bottom: 15px; position: relative; list-style: none; margin-top: -15px; }
.about .timeline .event:last-of-type { padding-bottom: 0; margin-bottom: 0; border: none; }
.about .timeline .event:before, .about .timeline .event:after { position: absolute; display: block; top: 0; }
.about .timeline .event:before { left: 0; content: attr(data-date); text-align: right; font-size: 24px; width: 125px; font-weight: 800; line-height: 30px; top: -12px; }
.about .timeline .event:after { background: #008265; box-shadow: 0 0 0 4px #008265; left: 142px;; border-radius: 50%; height: 10px; width: 10px; content: ""; top: 0; }
.about .timeline .event .content { top: 0; margin-left: 146px; padding-left: 25px; padding-bottom: 25px; position: relative; border-left: 2px solid #63656A; }
.about .timeline .event:last-of-type .content { border-left: none; }
.about .timeline .event .content p:first-of-type { top: -12px; position: relative; }
.about .sidebar .scrollButtons { padding-top:40px !important; }
.about .sidebar .scrollButtons li { float: left; color: #fff; z-index: 1; position: relative; font-size:18px; font-weight:800; text-transform: uppercase; width: 45%; max-width: 400px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin-left: 20px; }
.about .sidebar .scrollButtons li:first-child { margin-left: 0; }
.about .sidebar .scrollButtons li:hover { color: #fff; transition: all 0.5s; }
.about .sidebar .scrollButtons li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.about .sidebar .scrollButtons li:hover::after { content: " "; color: #fff; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }
.more { text-align: center; padding: 80px 0 0; position: relative; clear: both; }
.more a { font-weight: 400; color: #fff; letter-spacing: 3px; text-transform: uppercase; }
.more a:hover { font-weight: 400; color: #008265; letter-spacing: 3px; }

.aboutxx .timeline { border-left: 2px solid #63656A; border-bottom-right-radius: 4px; border-top-right-radius: 4px; margin: 50px auto; position: relative; padding: 0  0 0 50px; list-style: none; text-align: left; font-weight: 500; font-size: 20px; line-height: 35px; color: #008265; }
.aboutxx .timeline .event { padding-bottom: 25px; position: relative; list-style: none; }
.aboutxx .timeline .event:hover { color: #008265; }
.aboutxx .timeline .event:last-of-type { padding-bottom: 0; margin-bottom: 0; border: none; }
.aboutxx .timeline .event:before, .about .timeline .event:after { position: absolute; display: block; top: 0; }
.aboutxx .timeline .event:before { left: -200px; content: attr(data-date); text-align: right; font-size: 24px; width: 125px; font-weight: 800; line-height: 30px; top: -12px; }
.aboutxx .timeline .event:after { background: #008265; box-shadow: 0 0 0 4px #008265; left: -56px; border-radius: 50%; height: 10px; width: 10px; content: ""; top: 0; }
.aboutxx .timeline .event:hover:after { background: #008265; box-shadow: 0 0 0 4px #008265; left: -56px; border-radius: 50%; height: 10px; width: 10px; content: ""; top: 0; }
.aboutxx .timeline .event .content { top: -12px; position: relative; left: -25px; }

.careers .section.top { background: linear-gradient(90deg, #008265 75%, #ECECEB 25%); display: flex; }
.careers .section.top .col-md-6 img { z-index: 1; position: relative; }
.careers .section.top .col-md-6:last-child::after { background: #ECECEB; content: " "; width: 100%; height: 100%; position: absolute; right: -50%;; display: block; ; z-index: 0; top: 0; }
.careers .section.top h1 { color: #fff; font-size: 68px; font-weight: 800; margin: 0; line-height: 80px; text-transform: uppercase; }
.careers .section.top .pageType { font-size: 20px; color: #ECECEB; text-transform: uppercase; font-weight: 700; padding-bottom:40px; }
.careers .section.top.careerSub .pageType { padding-bottom:10px; }
.careers .section.top.careerSub .banner-text { padding-top: 40px; padding-bottom: 40px; }
.careers .quotes { padding-bottom:20px !important; }
.careers .quotes .col-md-12 { display: flex; }
.careers .quotes .quote { padding: 40px 60px; font-size: 20px; line-height: 30px; color: #fff; font-weight: 700; margin-right: 40px; }
.careers .quotes .quote:last-child { margin-right: 0; }
.careers .attName { font-size: 16px; color: #fff; font-weight: 500; margin-top: -20px; }
.careers .quote:after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; }
.careers .pageContent h2 { font-size: 40px; color: #008265; font-weight: 800; line-height: 45px; text-align: center; }
.careers .pageContent.blueRight { background: transparent url("/wp-content/themes/Strassburger/images/blue-corner.svg"); background-position: 101% bottom; background-repeat: no-repeat; background-size: 25%; padding-bottom: 80px; }
.careers .bottom { background-color: #3C4981; color: #fff; padding:60px 0 100px; margin-top: -1px; }
.careers .bottom .container { padding-left: 30px; padding-right: 30px; }
.careers .bottom h2 { font-size: 40px; color: #fff; font-weight: 800; line-height: 45px; text-align: center; }
.careers .bottom h3 { clear:both; font-family: 'Raleway', sans-serif; line-height: 45px; padding: 10px 50px; text-align: center; color: #fff; width: 100%; max-width: 1000px; font-size: 36px; font-weight: 800; text-transform: none; margin: 20px auto; }
.careers .bottom a { color:#fff; }
.careers .attorneyName { font-size: 16px; color: #3C4981; font-weight: 500; margin-top: -20px; }
.careers .pageLinks { padding-bottom:0; }
.careers .pageButtons li { float: left; color: #fff; z-index: 1; position: relative; font-size:16px; line-height: 18px; font-weight:800; text-transform: uppercase; width: 23%; max-width: 400px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin-left: 20px; padding:0 20px; }
.careers .pageButtons li:first-child { margin-left: 0; }
.careers .pageButtons li:hover { color: #fff; transition: all 0.5s; }
.careers .pageButtons li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.careers .pageButtons li:hover::after { content: " "; color: #fff; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }

.careers .topButton li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; }
.careers .topButton li:hover::after { content: " "; color: #3C4981; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #fff; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }
.careers .topButton li { float: left; color: #fff; z-index: 1; position: relative; font-size:16px; line-height: 18px; font-weight:800; text-transform: uppercase; width: 100%; max-width: 400px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin-top: 20px; padding:0 20px; }
.careers .topButton li:hover { color: #3C4981; }

.careers .section.top.careerSub { background: #ECECEB; }
.careers .section.top.careerSub .container { display: block; }
.careers .section.top.careerSub h1 { line-height: 58px; padding: 0 35px; }

.careers.opportunities .section.top.careerSub { background: #fff; }
.careers.opportunities .section.top.careerSub .container { display: block; }
.careers.opportunities .section.top.careerSub h1 { line-height: 58px; padding: 0 35px; }

.pageContent ul, .pageContent ol { padding: 0 0 0 20px; margin: 0px; }
.pageContent ul li, .pageContent ol li { list-style: disc; }

.news .article { border-top: 1px solid #63656A; display: flex; }
.news .article img { margin: 15px 15px 15px 0; max-width: 400px; max-height: 200px; }
.news .article img.icon { width: 25px; margin-left: 5px; margin-top: 5px; margin-bottom: 0; display: inline; }
.news .article h2 { font-size: 20px; color: #3C4981; font-weight: 500; align-self: center; line-height: 28px; padding: 15px 0; }
.news .article h2 a { color: #3C4981; }
.news .article h2 a:hover { color: #008265; }
.news .article h2 span { font-size: 12px; text-transform: uppercase; }
.news .pageButtons { display: grid; padding-right: 5%; }
.news .pageButtons li { float: left; color: #fff; z-index: 1; position: relative; font-size:16px; line-height: 18px; font-weight:800; text-transform: uppercase; width: 90%; max-width: 400px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin: 0 auto; padding:0 20px; }
.news .pageButtons li:hover { color: #fff; transition: all 0.5s; }
.news .pageButtons li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.news .pageButtons li:hover::after { content: " "; color: #fff; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }

.news.opportunities .article { border-top: 1px solid #63656A; display: block; }
.news .job h2 { margin-bottom: 3px; padding-bottom: 0; text-transform: uppercase; padding-top: 20px; }
.news .job p:last-of-type { margin-bottom: 0; }
.news .job .link { padding-bottom: 15px; }

.newsDetail .section.top { background: linear-gradient(90deg, #3C4981 75%, #fff 25%); display: flex; }
.newsDetail .section.top.whiteRight { background: #008265 url("/wp-content/themes/Strassburger/images/white-green-corner.svg"); background-repeat: no-repeat; background-position: 101% bottom; display: flex; }
.newsDetail .section.top .col-md-6 img { z-index: 1; position: relative; }
.newsDetail .section.top .col-md-6:last-child::after { background: #fff; content: " "; width: 100%; height: 100%; position: absolute; right: -50%;; display: block; ; z-index: 0; top: 0; }
.newsDetail .section.top h1 { color: #fff; font-size: 58px; font-weight: 800; margin: 0; line-height: 68px; padding-bottom: 40px; }
.newsDetail .section.top .newsType { font-size: 20px; color: #ECECEB; text-transform: uppercase; font-weight: 700; padding:40px 0; }
.newsDetail .intro { margin-bottom: 40px; background: #ECECEB; padding: 50px 125px; font-size: 20px; line-height: 35px; color: #3C4981; font-weight: 500; }
.newsDetail .intro .border { border-top:2px solid #fff; border-bottom: 2px solid #fff; padding: 40px 0; }
.newsDetail .intro .border a { color: #3C4981; }
.newsDetail .intro .border a:hover { color: #CC802D; }
.newsDetail h2 { font-size: 24px; color: #008265; font-weight: 800; line-height: 35px; }
.newsDetail .sidebar .attorneyDetails { margin: 15px 0 25px; }
.newsDetail .sidebar .attorneyDetails h3 { font-size:24px; line-height: 34px; color: #3C4981; margin-bottom: 0; font-weight: 800; }
.newsDetail .sidebar .attorneyDetails a { color: #3C4981; }
.newsDetail .sidebar .attorneyDetails a:hover { color: #008265; }
.newsDetail .sidebar .attorneyDetails .position { color:#3C4981; }
.newsDetail .newsPhoto { column-count: 2; column-gap: 0; }
.newsDetail .newsPhoto .col-md-6 { padding-left:0; width: 100%; margin: 0 0 1em; float: none; }
.newsDetail .share { margin-top: 100px; }
.newsDetail .share strong { font-size: 24px; color: #008265; font-weight: 700; }
.newsDetail .share a { display: inline-block; font-size: 25px; margin-left: 15px; border-radius: 50%; background: #3C4981; color: #fff; height: 50px; width: 50px; line-height: 50px; text-align: center; }
.newsDetail .share a:hover { background: #008265; }
.newsDetail .back { text-align: center; padding: 40px 0 60px; }
.newsDetail .back a { font-weight: 400; color: #3C4981; letter-spacing: 3px; text-transform: uppercase; }
.newsDetail .back a:hover { font-weight: 400; color: #008265; letter-spacing: 3px; }
.newsDetail .blueRight { background: #fff url("/wp-content/themes/Strassburger/images/blue-corner.svg"); background-position: 101% bottom; background-repeat: no-repeat; background-size: 25%; margin-top: -1px; }
.newsDetail .newsButtons { padding-top:40px !important; }
.newsDetail .newsButtons li { float: left; color: #fff; z-index: 1; position: relative; font-size:18px; font-weight:800; text-transform: uppercase; width: 45%; max-width: 400px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin-left: 20px; }
.newsDetail .newsButtons li:first-child { margin-left: 0; }
.newsDetail .newsButtons li:hover { color: #fff; transition: all 0.5s; }
.newsDetail .newsButtons li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.newsDetail .newsButtons li:hover::after { content: " "; color: #fff; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }
.newsDetail .sidebarWrapper { height: 1620px; overflow: hidden; }
.newsDetail .sidebar .scrollButtons { padding-top:40px !important; }
.newsDetail .sidebar .scrollButtons li { float: left; color: #fff; z-index: 1; position: relative; font-size:18px; font-weight:800; text-transform: uppercase; width: 100%; max-width: 400px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin-top: 20px; }
.newsDetail .sidebar .scrollButtons li:first-child { margin-top: 0; }
.newsDetail .sidebar .scrollButtons li:hover { color: #fff; transition: all 0.5s; }
.newsDetail .sidebar .scrollButtons li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.newsDetail .sidebar .scrollButtons li:hover::after { content: " "; color: #fff; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }

.interior .section.top.whiteRight { background: #008265 url("/wp-content/themes/Strassburger/images/white-green-corner.svg"); background-repeat: no-repeat; background-position: 101% bottom; display: flex; }
.interior .section.top .col-md-6 img { z-index: 1; position: relative; }
.interior .section.top .col-md-6:last-child::after { background: #fff; content: " "; width: 100%; height: 100%; position: absolute; right: -50%;; display: block; ; z-index: 0; top: 0; }
.interior .section.top .newsType { font-size: 20px; color: #ECECEB; text-transform: uppercase; font-weight: 700; padding:40px 0; }
.interior .intro { margin-bottom: 40px; background: #ECECEB; padding: 50px 125px; font-size: 20px; line-height: 35px; color: #3C4981; font-weight: 500; }
.interior .intro .border { border-top:2px solid #fff; border-bottom: 2px solid #fff; padding: 40px 0; }
.interior h2 { font-size: 24px; color: #008265; font-weight: 800; line-height: 35px; }
.interior .buttons { padding-top:20px !important; padding-bottom:20px !important; display: flex; }
.interior .buttons li { float: left; color: #fff; z-index: 1; position: relative; font-size:18px; font-weight:800; text-transform: uppercase; width: 45%; max-width: 400px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin-left: 20px; }
.interior .buttons li a { color: #fff; width: 80%; margin: 0 auto; line-height: 22px; }
.interior .buttons li a:hover { color: #fff; }
.interior .buttons li:first-child { margin-left: 0; }
.interior .buttons li:hover { color: #fff; transition: all 0.5s; }
.interior .buttons li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.interior .buttons li:hover::after { content: " "; color: #fff; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }

.interior .buttons.full { padding-top:20px !important; padding-bottom:20px !important; display: block; margin: 0 auto; max-width: 500px; }
.interior .buttons.full li { float: none; color: #fff; z-index: 1; position: relative; font-size:18px; font-weight:800; text-transform: uppercase; width: 100%; max-width: 500px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; margin-left: 0; }
.interior .buttons.full li:last-of-type { margin-top: 20px; }

.contact .officeList { background: #3C4981; }
.contact .officeList ul li { display: grid; cursor: pointer; border-top: 4px solid #008265; border-bottom: 4px solid #008265; padding: 25px 5px; text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 800; letter-spacing: 3px; margin-bottom: -4px; }
.contact .officeList li a, .contact .officeList li a:hover { width: 100%; color:#fff; }
.contact .officeList ul li { transition: opacity .25s ease-in-out; }
.contact .officeList .officeTitle ul:hover li { opacity: 0.25; }
.contact .officeList .officeTitle ul:hover li:hover { opacity: 1; }
.contact .officeList .officeTitle .officeDetails { width:100%; }
.contact .officeList .officeTitle .top { font-size: 26px; line-height: 36px; text-align: left; letter-spacing: 0; padding-left: 0; padding-right: 0; }
.contact .officeList .officeTitle .top .address, .contact .officeList .officeTitle .top .contact { padding-left: 0; padding-right: 0; }
.contact .officeList .officeTitle .bottom { font-size: 20px; line-height: 30px; text-align: left; letter-spacing: 0; font-weight: 500; padding: 20px 0 0; text-transform: none; }
.contact .officeList .officeTitle .bottom .location, .contact .officeList .officeTitle .bottom .directions { padding-left: 0; padding-right: 0; }
.contact .officeList .officeTitle .photo { display: none; }
.contact .officeList .officeTitle .col-md-5 { text-align: right; }

.interior .sidebar { padding-top:0; }
.interior .sidebar .links { border-top: 1px solid #3C4981; border-bottom:none; margin-top: 30px; }
.interior .sidebar .links a { margin-bottom: 10px; }

.practice.content { padding-left: 110px; padding-right: 50px; }
.practice.content::before { content: ""; background-color: #fff !important; position: absolute; height: 100%; width: 4000px; right: 0; top: 0; z-index: -1; }
.practice.content .accordion { position: relative;}
.practice.content .accordion h2 { color: #CF8A22;text-transform: uppercase;font-size: 22px;border-top: 1px solid #3C4981;padding-top: 20px;line-height: 28px; cursor: pointer; display: grid;}
.practice.content .accordion h2.toggled { color: #3C4981;}
.practice.content .accordion h2::after{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f067"; font-size: 18px; position: absolute;right: 0; align-self: center;}
.practice.content .accordion h2.toggled::after{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f00d"; font-size: 18px; position: absolute;right: 0;}

.button { width: 100%; text-align: center; display: block; background: #3C4981; padding: 20px; font-family: 'Raleway', sans-serif; font-size: 21px; text-transform: uppercase; color: #fff; font-weight: 700; letter-spacing: .1rem; max-width: 550px; margin: 0 auto; line-height: 22px;}
.button:hover { background: #CF8A22; color:#fff; margin-top: -1px; }

.home .footer, .newsDetail .footer { background: #3C4981; color:#fff; font-size: 18px; font-weight: 800; padding-bottom: 0; margin-top: -1px; }
.footer { background: #fff; color:#3C4981; font-size: 16px; line-height: 32px; font-weight: 800; text-align: left; padding-bottom: 0 !important; }
.footer .section-pad-md { display: flex; padding-bottom: 75px; }
.footer .section-pad-md .col-xs-12 { align-self: center; }
.footer .logo img { max-width:460px; }
.footer .footButtons { float: right; }
.footer .footButtons li { float: left; color: #fff; z-index: 1; position: relative; font-size:18px; font-weight:800; text-transform: uppercase; width: 350px; text-align: center; height: 65px; display: grid; align-items: center; cursor: pointer; }
.footer .footButtons li:last-child { margin-left: 20px; }
.footer .footButtons li:hover { color: #fff; transition: all 0.5s; }
.home .footer .footButtons li:hover, .newsDetail .footer .footButtons li:hover { color: #008265; transition: all 0.5s; }
.footer .footButtons li::after { content: " "; color: transparent; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #008265; transform: skew(-13deg); border-radius: 50px 0; }
.footer .footButtons li:hover::after { content: " "; color: #fff; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #3C4981; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }
.home .footer .footButtons li:hover::after, .newsDetail .footer .footButtons li:hover::after { content: " "; color: #008265; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: -1; background-color: #fff; transform: skew(-13deg); border-radius: 50px 0; transition: all 0.5s; }
.footer .offices { margin-top: 60px; border-top: 2px solid #CF8A22; border-bottom: 2px solid #CF8A22; padding: 15px 0; font-family: 'Raleway', sans-serif; font-size: 32px; font-weight: 400; }
.footer .offices span { margin:0 5px; }
.footer .social ul { display: inline-block; width:100%; }
.footer .social ul li { list-style: none; float: left; }
.footer .social ul li a { font-size: 25px; margin-right: 15px; border-radius: 50%; background: #3C4981; color: #fff; height: 50px; width: 50px; line-height: 50px; text-align: center; }
.footer .social ul li:nth-child(4n+4)  a { margin-right: 0; }
.footer .social ul li a:hover { background: #008265; }
.home .footer .social ul li a, .newsDetail .footer .social ul li a { font-size: 25px; margin-right: 15px; border-radius: 50%; background: #fff; color: #3C4981; height: 50px; width: 50px; line-height: 50px; text-align: center; }
.home .footer .social ul li a:hover, .newsDetail .footer .social ul li a:hover { background: #008265; }
.home .footer .social ul li a.lisi:hover, .newsDetail .footer .social ul li a.lisi:hover { background: none; }
.footer .social ul li:last-child { float: right; }
.footer .social ul li:last-child a { font-size: 20px; margin-right: 0; margin-left:25px; border-radius: 0; background: transparent; color: #3C4981; width: 70px; height: auto; line-height: 50px; text-align: center; display: block; }
.footer .copyright { margin-top: 100px; font-family: 'Raleway', sans-serif; font-size: 18px; font-weight: 400; }
.footer .offices span { margin:0 5px; }
.footer a { color:#3C4981; }
.footer a:hover { color:#008265; transition: all 0.5s; }
.home .footer a, .newsDetail .footer a { color:#fff; }
.home .footer a:hover, .newsDetail .footer a:hover { color:#008265; transition: all 0.5s; }
.footer #LISI { margin-top:20px; }
.footer #LISI a { width: 75px;display: block;margin: 0 auto; }


/* ========================================================================== 6.0 Responsive Style ========================================================================== */
@media screen and (min-width: 1600px) {
  .banner-slider { height: 531px; background: #008265; }
  .practice .banner-slider { height: 400px; }
  .banner-slider.slider-large { height: 720px; }
    
  .section-pad { padding-top: 60px; padding-bottom: 60px; }
  .section-pad-xs { padding-top: 20px; padding-bottom: 20px; }
  .section-pad-sm { padding-top: 40px; padding-bottom: 40px; }
  .section-pad-sm-2 { padding-top: 40px; padding-bottom: 40px; padding-left: 0; padding-right: 0; }
  .section-pad-md { padding-top: 80px; padding-bottom: 80px; }
  .section-pad-md-2 { padding-top: 60px; padding-bottom: 60px; }
  .section-pad-lg { padding-top: 125px; padding-bottom: 125px; }
  .section-pad.nopd { padding-top: 0; padding-bottom: 0; }
}
    

@media only screen and (max-width: 1625px) {
    .newsDetail .sidebarWrapper { height: 1500px; overflow: hidden; }
    .newsDetail .sidebar .scrollButtons li { font-size: 14px; }
}
    

@media only screen and (max-width: 1599px) {
    .newsDetail .section.top h1 { font-size: 48px; line-height: 60px; }
    
    .practices .practList ul li .sub { left: 97%; }
    
    .tagline { font-size: 18px; line-height: 33px; }
    .tagline h2 { font-size: 36px; line-height: 56px; }
    
    .newsDetail .sidebarWrapper { height: 1475px; overflow: hidden; }
}
    

@media only screen and (max-width: 1400px) {
    .newsDetail .sidebarWrapper { height: 1435px; overflow: hidden; }
}

@media only screen and (max-width: 1300px) {
.footer .footButtons li { width: 300px; }
    .newsDetail .sidebarWrapper { height: 1380px; overflow: hidden; }
}

@media only screen and (max-width: 1199px) { body { }
  .navbar-nav > li > a { padding:46px 16px 47px; }
  .navbar-nav > li.quote-btn .btn { font-size: 12px; }
  .navbar-nav .dropdown-menu { font-size: 13px; }
  .header-s2 .navbar-nav > li:last-child:not(.quote-btn) { margin-right: -10px; }
  .header-s2 .navbar-nav > li.quote-btn { margin-top: 17px; }
  .header-s2 .navbar-nav > li.quote-btn .btn { font-size: 11px; }
    
  .banner-text { font-size: 14px; }
  .banner-text.wide-md { max-width: 480px; }
  .banner-text.wide-lg { max-width: 580px; }
  .banner-static .banner-text:not([class*="wide-"]) { padding: 0; }
  .banner-slider .banner-text { max-width: 100%; }
  .banner-slider .banner-text, .banner-intro .banner-text { font-size: 15px; }
.footer .footButtons li { width: 250px; }
    
    .newsDetail .sidebar .scrollButtons li { width: 100%; margin-top: 10px; margin-left: 0; }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) { 
  .is-transparent .banner-slider .banner-content { padding-top: 100px; }
}

@media only screen and (max-width: 950px) { 
.footer .footButtons li { width: 200px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
  .navbar-nav > li > a { font-size: 11px; padding: 15px 8px; }
  .navbar-nav > li.quote-btn { margin-left: 5px; }
  .navbar-nav > li.quote-btn .btn { padding: 5px 15px; font-size: 11px; }
  .top-contact a { font-size: 13px; }
  .header-s2 .navbar-nav > li > a { font-size: 13px; padding: 20px 6px; }
  .header-s2 .navbar-nav > li:last-child:not(.quote-btn) { margin-right: -10px; }
  .header-s2 .navbar-nav > li.quote-btn { margin-top: 12px; }
  .header-s2 .navbar-nav > li.quote-btn .btn { font-size: 10px; }
  .header-s2 .navbar-brand { margin-top: 15px; margin-bottom: 0; }
  .banner-slider .banner-text { max-width: 100%; }
}

@media only screen and (max-width: 1450px) { 
    .container { width: 100%; }
    
    .top-contact a { font-size: 18px; }
    .navbar-nav > li > a { font-size: 18px; line-height: 18px; }
    .navbar-nav li.has-children ul { margin-top: 0; }
    .top-contact li { padding: 1.5em 15px 0 15px; }
    .header-s2 .navbar-nav > li > a { padding: 56px 15px 0; }
    .header-s2 .navbar-brand { margin-top: 25px; }
    .site-header.sticky .navbar-nav > li > a { padding: 75px 15px 0; }
    .site-header.sticky .navbar-brand img { margin-bottom: 0; margin-top: 0; }
    .topbar .container { width: 95%; max-width: 95%; }
    .navbar .container { width: 95%; max-width: 95%; }
    .site-header .navbar-brand { width:35%; }
    
    .tagline { font-size: 18px; line-height: 33px; }
    .tagline h2 { font-size: 32px; line-height: 52px; }
    
    .team .banner-text, .about .banner-text, .careers .banner-text, .practices .banner-text, .news .banner-text, .contact .banner-text, .interior .banner-text { width:95%; margin: 0 auto;}
    
    .blockSection .row .content { padding: 50px 75px; }
    
    .bio .section.top h1 { font-size: 50px; line-height: 60px; padding-left:4vw; }
    .bio .section.top .position { font-size: 30px; line-height: 40px; padding-left:4vw; }
    .bio .section.top .contact { font-size: 30px; line-height: 40px; padding-left:4vw; }
    .bio .section.top .social { padding-left:4vw; }
    
    .opportunities .blockSection .row .accordion .content { padding: 20px 0; }
    
    .practice.content { padding-left: 60px; }
    
    .team .blockSection .row .attorneyDetails { padding-left: 15px; }
    
    .practice .section.top .parentPractice { padding-left:4vw; }
    .practice .section.top h1 { padding-left:4vw; }
    .practice .fastFacts.blueRight { background-size: 20%; }
    
    .newsDetail .intro { padding: 50px; }
    .newsDetail .section.top h1 { font-size: 38px; line-height: 50px; padding-right:4vw; padding-left:4vw; }
    .newsDetail .section.top .newsType { padding: 40px 4vw 20px 4vw; }
    
    .about .section.top .pageType { padding-left:4vw; }
    .about .section.top h1 { padding-left:4vw; }
    
    .careers .section.top .pageType { padding-left:4vw; }
    .careers .section.top.careerSub .pageType { padding-left:0; }
    .careers .section.top h1 { padding-left:4vw; }
    .careers .section.top.careerSub h1 { font-size: 58px; line-height: 58px; }
        
    .footer .offices { font-size: 26px; }
}

@media only screen and (max-width: 1300px) { 
    
    .container.thin { max-width: 95%; }
    
    .more a { font-size: 18px; }
    
    .tagline .container { background: none; }
    .tagline .col-md-6 { width: 100%; }
    .tagline .col-md-6:last-child { padding-top: 30px; }
    .tagline h2 { text-align: center; }
    
    .featAttorneys { padding-bottom: 20px; }
    .featAttorneys .container { padding:0; display: grid; }
    .featAttorneys .col-md-6 { width:100%; max-width: 1000px; padding: 0 30px 20px; margin: 0 auto; }
    .featAttorneys .col-md-6 .col-md-6 { width:50%; }
    .featAttorneys .photo img { max-height: 350px; }
    
    .featNews { padding-bottom: 20px; }
    .featNews .container { padding:0; display: grid; }
    .featNews .col-md-6 { width:100%; max-width: 1000px; padding: 0 30px 20px; margin: 0 auto; }
    .featNews .col-md-6 .col-md-6 { width:50%; }
    .featNews .photo img { max-height: 350px; }
    
    .practice .contentRow ul.twoCol { column-count: 2; }
    .practice .contentRow ul.threeCol { column-count: 3; }
    
    .team .blockSection .row { width: 52.4%; }
    .team .banner-text { width: 93%; margin: 0 auto; padding: 0; height: auto;}
    .team .banner-text h1 { padding: 35px 0; font-size: 50px; line-height: 60px; width: 100%; }
    
    .bio .section.top h1 { font-size: 50px; line-height: 60px; padding-left: 4vw; }
    .bio .section.top .position { font-size: 30px; line-height: 40px; padding-left: 4vw; }
    .bio .section.top .contact { font-size: 30px; line-height: 40px; padding-left: 4vw; }
    .bio .section.top .social { padding-left: 4vw; }
    .bio .sidebar { border-left: none; padding: 0; font-size: 18px; }
    .bio .sidebar h2 { font-size: 18px; padding: 10px; }
    .bio .sidebar li { padding: 5px 15px; }    
    .bio .content { padding: 20px 40px; }
    .bio .col-md-8 { width: 100%; }
    .bio .col-md-3 { width: 100%; }
    
    .accordion { margin:0 -15px; border-top: 2px solid #008265; }
    .accordion:last-child { border-bottom: 2px solid #008265; }
    .accordion .accordionRow .heading h2 { font-size: 20px; line-height: 26px; letter-spacing: 2px; margin:12px 24px; }
    .accordion .accordionRow .heading .open { position: relative; right: 20px; }
    .accordion .accordionRow .heading .close { position: relative; right: 20px; }
    .accordion .content { max-width: 95%; margin: 0 auto; padding-left: 30px; padding-right: 30px; }
    
    .pageIntro { font-size: 18px; line-height: 32px; }
    .pageIntro.gray { padding: 30px 0; }
    .pageIntro .col-md-6 { width: 100%; }
    .pageIntro .col-md-6:last-child { width: 85%; margin:0 auto; float: none; padding-top: 20px; display: flex;}
    .pageIntro .col-md-2 { width: 100%; }
    .pageIntro .col-md-10:last-child { width: 85%; margin:0 auto; float: none; padding-top: 20px; display: flex; }
    .pageIntro.leftLine .container .col-md-10 { border-left:none; }
    .pageIntro h2 { width: 85%; text-align: center; margin: 0 auto; font-size: 40px; line-height: 50px; border-bottom: 2px solid #008265; margin-bottom: 0; padding-bottom: 20px; }
    .pageIntro .col-md-12 h2 { border-bottom: none; padding-bottom: 0; }
    .pageIntro.ctrLine .container { background: none; }
    .pageIntro.leftLine .container { display: block; }
    .pageIntro.rightLine .container { display: block; background: none; }
    .pageIntro.leftLine .container .col-md-4 { width: 100%; }
    .pageIntro.leftLine .container .col-md-8 { width: 100%; margin: 0 auto; float: none; padding-top: 20px; display: flex; border-left: none; }
    .pageIntro.rightLine .container .col-md-7 { width: 100%; }
    .pageIntro.rightLine .container .col-md-5 { width: 100%; margin: 0 auto; float: none; padding-top: 20px; border-left: none; display: inline-block; }
    .careers .pageIntro.rightLine .container .col-md-5 { text-align: center; }
    .about .pageIntro.leftLine .container .col-md-8 { text-align: center; display: inline-block; }
    .about .pageIntro h2 { width: 85%; }
    .careers .pageIntro h2 { width: 85%; }
    
    .intro { font-size: 20px; line-height: 35px; }
    
    .searchandfilter { width: 90%; margin: 0 auto; }
    .searchandfilter ul li { width: 100%; float: none; }
    .searchandfilter ul li label { width: 100%; }
    .searchandfilter ul li.sf-field-reset { padding-right: 0; }
    .filter ul li .filterTitle.toggled, .searchandfilter h4.toggled { width: 100%; }
    .filter .collapseList .title, .filter ul li .filterTitle, .searchandfilter h4 { width: 100%; }
    .filter ul li ul { width: 100%; }
    
    .practices .banner-text { width: 93%; margin: 0 auto; padding: 0; height: auto;}
    .practices .banner-text h1 { padding: 35px 0; font-size: 50px; line-height: 60px; width: 100%; }
    .practices .practList ul li { font-size: 16px; letter-spacing: 1px; line-height: 26px; padding: 5px 0; }
    
    .practice .section.top .container .col-md-6 { width: 50%; }
    .practice .section.top .parentPractice { padding-top: 20px; padding-bottom: 20px; padding-left: 4vw; }
    .practice .section.top h1 { padding: 0 0 0 4vw; font-size: 50px; line-height: 60px; width: 100%; }
    .practice .intro .container { padding: 50px; }
    
    .fastFacts .col-md-4 { width: 75%; height: auto !important; border-right: none; border-bottom: 2px solid white; margin: 40px 12.5% 0; padding-bottom: 40px; }
    .fastFacts .col-md-4:first-of-type { margin-top: 0; }
    .fastFacts .col-md-4:last-child { border-bottom: none; }
    .fastFacts h3 { margin-left: -15px; margin-right: -15px; }
    
    .news .banner-text { width: 93%; margin: 0 auto; padding: 0; height: auto;}
    .news .banner-text h1 { padding: 35px 0; font-size: 50px; line-height: 60px; width: 100%; }
    .news .col-md-4 { width: 100%; }
    .news .col-md-8 { width: 100%; padding-top:40px; }
    .news .pageButtons { padding-right: 0; }
    
    .newsDetail .section.top .container .col-md-6 { padding-left: 15px; }
    .newsDetail .section.top .container .col-md-12 { padding-left: 15px; }
    .newsDetail .section.top .newsType { padding: 40px 0 20px 4vw; }
    .newsDetail .section.top h1 { padding-left: 4vw; }
    
    .about .section.top .container .col-md-6 { padding-left: 15px; }
    .about .section.top .pageType { padding-left: 4vw; }
    .about .pageContent.blueRight { padding-bottom: 160px; }
    .about .pageContent .container { display: block; }
    .about .section.top .container .col-md-6 { width: 50%; }
    .about .section.top h1 { font-size: 52px; line-height: 60px; padding-left: 4vw; }
    .about .col-md-7 { width: 100%; }
    .about .col-md-1 { display: none; }
    .about .col-md-4 { width: 100%; padding-top:0; }
    .about .timelineWrapper { height: auto; }
    .about .timeline { max-width: 600px; }
    .about .scrollButtons { display: none; }
    
    .careers .careerSub .banner-text { width: 93%; margin: 0 auto; padding: 0; height: auto;}
    .careers .section.top.careerSub h1 { font-size: 50px; line-height: 60px; width: 100%; }
    .careers .section.top .container .col-md-6 { padding-left: 15px; }
    .careers .section.top .container .col-md-6 { width: 50%; }
    .careers .section.top .pageType { padding-left: 4vw; }
    .careers .section.top h1 { font-size: 52px; line-height: 60px; padding-left: 4vw; }
    .careers .quotes .quote { font-size: 18px; line-height: 28px; }
    
    .bottom .accordion { margin: 0 -30px; }
    .bottom .accordion .accordionRow .heading h2 { margin-bottom: 12px; }
    
    .contact .banner-text { width: 93%; margin: 0 auto; padding: 0; height: auto;}
    .contact .banner-text h1 { padding: 35px 0; font-size: 50px; line-height: 60px; width: 100%; }
    .contact .officeList .officeTitle .top { font-size: 20px; line-height: 30px; }
    .contact .officeList .officeTitle .bottom { font-size: 18px; line-height: 28px; display: table; }
    
    .interior .banner-text { width: 93%; margin: 0 auto; padding: 0; height: auto;}
    .interior .banner-text h1 { padding: 35px 0; font-size: 50px; line-height: 60px; width: 100%; }
    
    .footer .col-sm-12 { text-align: center; }
    .footer .logo { padding-bottom: 60px; width:100%; text-align: center; }
    .footer .col-md-7 { width:100%; display: flex; }
    .footer .col-md-7 ul { float: none; margin: 0 auto; }
    .footer .section-pad-md { display: block; }
    .footer .section-pad-md .col-xs-12 { width:100%; }
    .footer .col-sm-12 span { width: 100%; display: block; opacity: 0; height: 0px; }
    .footer .social { padding-top: 40px; }
    .footer .social ul { width: auto; }
    .footer .social ul li:last-child { float: none; }
    .footer .social ul li:last-child a.lisi { margin: 100px auto 0; }
    .footer #LISI { float: none; margin-top: 0; }
    .footer .footButtons li { width: 350px; }
}

@media only screen and (max-width: 1200px) { 
    .top-contact a { font-size: 16px; }
    .navbar-nav > li > a { font-size: 16px; line-height: 16px; }
    .navbar-nav li ul li a { font-size: 16px; padding: 8px 25px; }
    .navbar-nav li.has-children:hover::after { height:140px; }
    
    .blockSection .row .content { padding: 50px; }
    
    .tagline h2 { font-size: 34px; line-height: 44px; }
    
    .practice.content { padding-left: 35px; }
    
    .footer .phone span { padding-left: 0; width: 100%; display: block; }
    
    .filterSidebar .collapseList .title, .filterSidebar ul li h4 { padding: 16px; font-size: 18px; }
    
    .attorneyBio h1 { font-size:44px; line-height: 57px; }
    .attorneyBio .contact { font-size: 22px;line-height: 42px; }
    
    .about .blockSection .intro { font-size: 3.5vw; }
    .about .blockSection .accordion .accordionRow .heading h2 { font-size: 2.0em; }
    
    .careers .quotes .col-md-12 { display: block; margin-left: 20px; }
    .careers .quotes .quote { width: 44%; margin: 0 20px 20px 20px; }
    
    .contact .officeList .officeTitle { width:60%; }
    .contact .officeList .officeTitle .top { font-size: 22px; line-height: 32px; }
    .contact .officeList .officePhoto { width:40%; }
}

@media only screen and (max-width: 1125px) { 
    .site-header { height:175px; }
    .site-header.sticky .navbar-brand img { margin-top:15px; }
    .header-s2 .navbar-brand { margin-top: 10px; }
    .header-s2 .navbar-nav > li > a { padding: 35px 15px 20px; }
    .top-contact a { font-size: 14px; }
    .navbar-nav li ul li a { font-size: 14px; padding: 5px 25px; }
    .navbar-nav > li > a { font-size: 14px; line-height: 14px; }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { position: absolute; bottom: 0;}
    .header-s2 .navbar-nav > li > a { padding: 35px 15px 0; }
    .site-header { height:135px; }
    .section.top { margin-top: 135px; }
    
    .bio .section.top h1 { font-size: 40px; line-height: 50px; }
    .bio .section.top .position { font-size: 25px; line-height: 35px; }
    .bio .section.top .contact { font-size: 25px; line-height: 35px; }
    .bio .section.top .social { font-size: 25px; line-height: 35px; }
    
    .about .section.top .pageType { padding-bottom: 10px; font-size: 16px; }
    .about .section.top h1 { font-size: 48px; line-height: 56px; }
    .about .pageIntro .col-md-12 h2 { font-size: 30px; line-height: 40px; }
    
    .careers .section.top .pageType { padding-bottom: 10px; font-size: 16px; }
    .careers .section.top h1 { font-size: 48px; line-height: 56px; }
    .careers .col-md-3 { width: 33%; }  
    .careers .col-md-1 { display: none; }  
    .careers .pageIntro h2 { font-size: 30px; line-height: 40px; }
    
    .newsDetail .section.top .newsType { padding-bottom: 10px; font-size: 16px; }
    
    .practice .section.top .parentPractice { padding-bottom: 10px; font-size: 16px; }
    
    .filter .collapseList .title, .filter ul li .filterTitle, .searchandfilter h4 { letter-spacing: 1px; }
    
    .footer .offices { font-size: 22px; }
}

@media only screen and (max-width: 1024px) {
    
    body { font-size: 20px; line-height: 35px; }
    
  .topbar { display: none; }
  .site-header { height:162px;}
  .section.top { margin-top:162px; }
  .home .section.top { background: #008265; }
  .site-header.sticky { top:0; height: 162px; }
    .site-header .navbar-brand img { margin: 0 0 0 50px; }
  .site-header.sticky .navbar-brand img { max-height: 140px; margin-top: 25px; }
  .header-s2.is-transparent .navbar-brand .logo-light { margin-top:0; }
    
  .navbar .container { width: 100%; max-width: 100%; }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { position: relative; }
    
  .navbar-toggle { float: left; margin-top: 8px; margin-bottom: 8px; padding: 10px 12px; }
  .navbar-toggle .icon-bar { background-color: #3C4981; }
  .navbar-header { background: #FF9933; clear: both; width: 100%; padding: 0 15px; }
  .navbar-nav { margin: 0; float: none; text-align: left; padding-bottom: 40px; }
  .header-s2 .navbar-nav > li > a, .header-s1 .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
  .navbar-nav > li.has-children.nav-opened > a::after { content: "\f068" !important; position: relative; }
  .navbar-nav { padding-top:10px; padding-left: 25%; }
  .navbar-nav li a { padding: 10px 15px; font-size: 14px; font-weight: 400; color: #596570; position: relative; transition: color .4s, background .4s; }
  .navbar-nav li a.btn { width: 150px; margin: 6px auto 0; }
  .navbar-nav li.quote-btn { float: none; border-bottom: 0; }
  .navbar-nav li.quote-btn .btn:hover { background: #FFC426; }
  .navbar-nav li ul { position: static; background: none; width: 100%; display: none; opacity: 1 !important; visibility: visible !important; box-shadow: none; text-align: left; float: none; margin: 10px 0; }
  .navbar-nav li ul li { border-bottom: 0 none; padding: 0 0 0 25px; }
  .navbar-nav li ul li a { padding: 5px; font-size: 22px; color: #231F20; font-weight: 700; }
  .navbar-nav li ul li.nav-opened > a { font-weight: 700; }
  .navbar-nav li ul li ul li a { padding: 3px 15px; }
  .navbar-nav li ul li ul li:last-child > a { padding-bottom: 14px; }
  .navbar-nav li ul .active > a, .navbar-nav li ul .active > a:focus, .navbar-nav li ul .active > a:hover { background: rgba(255, 153, 51, 0.05); color: #FF9933; }
  .navbar-nav li.nav-opened { background: #fff; }
  .navbar-nav li.nav-opened .nav-opened, .navbar-nav li.nav-opened .nav-opened.has-children > a { background: rgba(255, 255, 255, 0.9); }
  .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { color: #ED1C24; }
  .navbar-nav ul li.has-children > a::after { top: 22px; margin-right: 10px; }
  .navbar-nav ul li.has-children.nav-opened > a::after { transform: rotate(90deg); }
  .navbar-nav ul li.has-children li a::before { color: #596570; content: "\f0c8"; display: inline-block; opacity: .5; width: 12px; text-align: center; margin-right: 5px; font-size: 6px; line-height: inherit; font-family: "FontAwesome"; }
  .navbar-nav.is-expanded li ul { display: block; }
  .navbar-nav > li:hover > ul { padding:0; }
  .navbar-nav li.has-children ul { left: -400px; }
  .navbar-nav li ul li a { padding: 5px 25px; font-size: 12px;}    
  .navbar-nav li.has-children:hover::after { height: 100px; }
  .site-header .navbar-header { float: left; margin: 5px 0 0; }
  .site-header .navbar-collapse { float: none; text-align: center; }
  .header-s2 .navbar .container { padding-left: 0; padding-right: 0; }
    .site-header.sticky .navbar-brand img { margin-top: 0 !important; }
  .header-s2 .navbar-brand { position: relative; text-align: center; width: 100%; margin-top: 30px; margin-bottom: 20px; }
  .header-s2 .navbar-toggle { float: right; border-radius: 2px; padding: 12px; position: absolute; top: 0; right: 0; z-index: 1; }
  .header-s2 .navbar-toggle:not(.collapsed) span.first-bar { display: none; }
  .header-s2 .navbar-toggle:not(.collapsed) span.second-bar { -webkit-transform: translateZ(0) rotate(-45deg); transform: translateZ(0) rotate(-45deg); top: 0; position: relative; }
  .header-s2 .navbar-toggle:not(.collapsed) span.third-bar { -webkit-transform: translate3d(0, -10px, 0) rotate(45deg); transform: translate3d(0, -10px, 0) rotate(45deg); top: 4px; position: relative; }
  .header-s2 .navbar-header { background: none; padding: 0; margin-top: 0; }
  .header-s2 .navbar-header .quote-btn { display: inline-block; float: right; margin: 10px 12px 10px 0; }
  .header-s2 .navbar-header .quote-btn .btn { padding: 6px 15px; }
  .header-s2 .topbar .top-contact span { line-height: 30px; }
  .header-s2 .navbar-collapse { margin: 0; background-color: #fff; color: #FF9933; width: 100%; padding:10px 0 15px; box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25); }
  .header-s2 .navbar-nav > li:last-child:not(.quote-btn) { margin-right: 0; }
  .header-s2 .navbar-nav > li.has-children > a:after { color: #596570; content: "\f067"; font-weight: 900; display: inline-block; text-align: center; margin-left: 15px; font-size: 10px !important; line-height: .9; font-family: "Font Awesome 5 Free"; transition: transform .4s; align-self: center; }
  .header-s2.is-transparent .topbar, .header-s2.is-transparent .navbar { position: static; }
  .header-s2.is-transparent .navbar-brand .logo-dark { display: block; margin: 0 auto; }
  .header-s2.is-transparent .topbar { color: #fff; background: #2a2d33; border-color: rgba(0, 0, 0, 0.0667); }
  .header-s2.is-transparent .topbar a:hover:not(.btn) { color: #fff; }
  .header-s2.is-transparent .topbar + .navbar { margin-top: 0; }
  .header-s2.is-transparent:after { display: none; }
  .navbar-nav li.mobile { display: block; }
  .header-s2.is-transparent .navbar-nav > li.has-children a { display: flex; }
  .header-s2.is-transparent .navbar-nav > li > a { font-size: 18px; text-align: left;font-weight: 800; padding-left: 0; border-bottom: 2px solid #008265; line-height: 18px; padding: 10px 0; }
  .header-s2.is-transparent .navbar-nav > li > span { width:100%; display: block; font-weight: 800; }
  .header-s2.is-transparent .navbar-nav > li > span a { font-size: 32px; text-align: center;font-weight: 700; color: #231F20; padding:0; }
  .header-s2.is-transparent .navbar-nav > li > span a:hover { color: #008265; }
  .header-s2.is-transparent .navbar-nav .quote-btn .btn { color: #fff; font-size: 12px; }
  .header-s2.is-transparent .navbar-nav > li > a, .header-s2.is-transparent .navbar-nav > li.active > a, .header-s2.is-transparent .navbar-nav > li.has-children > a:after { color: #3C4981; }
  .header-s2.is-transparent .navbar-collapse, .header-s2.is-transparent .top-contact .fa { color: #fff; z-index: 2; position: relative; }
  .navbar-nav li.has-children ul { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; margin: 0; border-bottom: 2px solid #008265; }
  .navbar-nav li ul li a { padding: 10px 0; line-height: 18px; font-size: 18px; color: #3C4981; font-weight: 800; text-align: left; border-bottom: 2px solid #008265; }
  .navbar-nav li ul li:last-child a { border-bottom: none; }
  .navbar-nav li.has-children:hover::after { background: #fff; content: " "; position: absolute; width: auto; height: auto; left: -100vw; box-shadow: none; padding:0; }
  .header-s2 .navbar-nav > li.last { margin-right: 0; }
  .header-s2 .navbar-nav > li.last a { padding-left:0;}
  .header-s2 .navbar-nav > li:last-child { margin-top: 0; }
  .site-header.sticky .navbar-nav > li > a { padding: 10px 0; }
  .section-pad, .section-pad-lg { padding-top: 50px; padding-bottom: 50px; }
  .section-overup[class*="section-pad"] { margin-top: -40px; }
  .section-overup-lg[class*="section-pad"] { margin-top: -60px; }
  .section-pad-sm { padding-left: 0; padding-right: 0; }

    .bio .section.top { background: #3C4A82; }
    .bio .section.top .col-md-6:first-child { background: #3C4A82 url("/wp-content/themes/Strassburger/images/white-blue-corner.svg"); background-repeat: no-repeat; background-position: right 1px; background-size: contain; padding-bottom: 40px; }
    .bio .section.top .container { flex-direction: column-reverse; }
    .bio .section.top .container .col-md-6 { width: 100%; margin-right: -30px; padding-right: 50px; }
    .bio .section.top .col-md-6:last-child { padding:0 0 25px 15px; }
    .bio .section.top .col-md-6:last-child::after { background: #3C4A82; }
    .bio .section.top h1 { font-size: 50px; line-height: 60px; padding-left:0; }
    .bio .section.top .position { font-size: 30px; line-height: 40px; padding-left:0; }
    .bio .section.top .contact { font-size: 30px; line-height: 40px; padding-left:0; }
    .bio .section.top .social { font-size: 30px; line-height: 40px; padding-left:0; }
    
    .contact .officeList .officeTitle { width: 100%; }
    .contact .officeList ul li { display: flex; }
    .contact .officeList .officeTitle .officeDetails { width: 70%; }
    .contact .officeList .officeTitle .photo { display: block; }
    .contact .officeList .officeTitle .photo img { max-height: 200px; }
    .contact .officeList .officePhoto { display: none; }
    
    .practice .section.top h1 { font-size: 36px; line-height: 46px; }
}

@media only screen and (max-width: 991px) { 
  body { -webkit-text-size-adjust: 100%; }
    
  .container { max-width: 100%; width:100%; } 

  .site-header { height:162px; }
    .section.top { margin-top: 162px; }
  .site-header.sticky { height: 162px; }
  .site-header.sticky .navbar-brand img { margin-top: 25px; }
  .site-header.sticky .navbar-nav > li > a { padding: 70px 8px 0; }
    .header-s2.is-transparent .navbar-nav > li > a, .header-s2.is-transparent .navbar-nav > li.active > a, .header-s2.is-transparent .navbar-nav > li > a:focus, .header-s2.is-transparent .navbar-nav > li.has-children > a::after, .header-s2.is-transparent .top-contact .fa { font-size: 18px; }
  .header-s2 .navbar-nav > li > a { padding: 30px 10px 0; }
    
  .section-pad, .section-pad-lg { padding-top: 50px; padding-bottom: 50px; }
    
  .al-center-md, .center-md { text-align: center; }
  .al-right-md { text-align: right; }
  .al-left-md { text-align: left; }
    
  .npr { padding-left: 0; }
  .npl { padding-right: 0; }

  .first[class*="col-"].odd { clear: inherit; }
    
  .topbar, .top-nav a { font-size: 12px; }
  .top-contact .t-phone span { font-size: 1em; }
  .topbar .top-contact .t-phone span { font-size: 1.1em; }
    
  .header-top { margin-top: 15px; }
  .header-top > * { margin-left: 20px; }
  .header-top > *:first-child { margin-left: 0; }
  .header-top .social.social-s2 li a { height: 30px; width: 30px; line-height: 28px; font-size: 13px; }
  .header-top .top-contact .fa { font-size: 14px; }
  .header-top .quote-btn .btn { padding: 7px 12px; font-size: 12px; letter-spacing: inherit; }
    
  .site-header .navbar-brand img { max-height: 125px; max-width: 500px; margin: 0 0 0 40px; }
    
  .banner-text .page-title, .banner-text.style-modern .page-title { font-size: 1.75em; }
  .banner-text .lead { font-size: 1.15em; }
  .banner-text.style-modern { font-size: 16px; }
  .banner-slider { height: 450px; }
  .banner-slider.slider-large { height: 500px; }
  .is-transparent .banner-slider { min-height: 480px; }
  .banner-slider .banner-content { padding-top: 20px; padding-bottom: 20px; }
  .bio .banner-slider .banner-content { padding-top: 20px; padding-bottom: 0; }
    
  .content .list-style li:before { top: 1px; }
    
  hr, .hr { margin-top: 30px; margin-bottom: 30px; }
  hr:last-child, .hr:last-child { margin-bottom: 0; }
  hr:first-child, .hr:first-child { margin-top: 0; }

  .content img.alignright, .content img.alignleft { max-width: 350px; }
    
  .blockSection .row { display: block; }
  .blockSection .row.reverse { display: flex; flex-direction: column-reverse; }
  .about .blockSection .row.reverse { display: block; }
  .about .blockSection .row .content { padding: 40px; }
  .home .blockSection .row .photo { min-height: 75vw; }
  .about .blockSection .accordion { margin-bottom: 50px; padding: 0; }
  .about .blockSection .accordion .accordionRow .heading h2 { margin-bottom: 0; }
  .blockSection h1 { font-size: 4.5vw; padding-top: 25px; margin: 0; }
  .newsDetail .blockSection h1 { padding-top: 0; }
  .blockSection.locations { padding-top:0; }
    
  .filterSidebar .collapseList .title, .filterSidebar ul li h4 { max-width: 95%; }
    
  .team .banner-slider .banner-text { margin-top: 75px; }
  .team .banner-text h2 { font-size: 30px; line-height: 44px; padding-top: 100px; width: 100%; }
  .industries .banner-text h1 { font-size: 10vw; line-height: 10vw; width:500px; }
  .about .banner-text h1 { font-size: 10vw; line-height: 10vw; width:auto; }
  .opportunities .banner-text h1 { font-size: 10vw; line-height: 10vw; width:auto; }
    
  .bio .equal { height: auto !important; }
  .bio .content .back { padding: 40px 0;}
  .bio .sidebar .awards img { padding: 20px; display: block; margin: 0 auto; }
    
    .accordion .content ul { padding: 0px 0 20px 0; }
    
  .attorneyBio h1 { font-size: 34px; line-height: 47px; }
  .attorneyBio .contact { font-size: 18px; line-height: 38px; }
    
  .newsSection .container .slick-list { height: auto !important; }
  .newsSection .container .slick-list .slick-slide.slick-current { border-right: 2px solid #fff; }
    
  .practice.content { padding-left: 40px; padding-right: 40px; }
    
  .newsDetail .sidebar .relatedAttorney .photo { height:50vh; }
  .opportunities .col-md-4 .relatedAttorney .photo { height:50vh; }
    
  .button { max-width: 100%; }
    
  .newsSection { padding-left: 30px; padding-right:30px; }
    
    .about .sidebar { margin-left: 10px; margin-right: 10px; width: auto; }
    
  .newsDetail .content .newsType { display: inline-block; margin-bottom: 20px; }
  .newsDetail .content .newsType .col-md-4 { display: block; margin-bottom: 20px; }
  .newsDetail .practice.content { padding-left: 40px; padding-right: 40px; }
  .newsDetail .practice img.photo { display: block; margin: 0 auto; width: 100%; }
 .newsDetail .sidebar { margin: 30px 0 0; }
  .newsDetail .sidebar .relatedAttorneys, .newsDetail .sidebar .relatedIndustries { margin-top: 0; }
  .newsDetail .relatedAtt { width: 50%; float: left; }
    .newsDetail .section.top h1 { font-size: 30px; line-height: 40px; }
    .newsDetail .sidebarWrapper { height: auto; }
    .newsDetail .scrollButtons { display: none; }
    
    .careers .col-md-8 { width: 100%; }
    .careers .col-md-3 { width: 100%; max-width: 400px; padding-top: 40px; }  
    .careers .col-md-1 { display: none; }
    .careers .pageButtons li { width:45%; margin-left: 0; margin-bottom: 20px; }
    .careers .pageButtons li:nth-child(odd) { margin-right: 40px; }
    
  .opportunities .blockSection .intro { font-size: 3.5vw; padding-top: 50px; }
  .opportunities .accordion .content .col-md-8 { padding-bottom: 50px; padding-right: 0; }
  .opportunities .accordion .content .col-md-4 { padding-right: 0; }
    
  .contact .locations .row .content { max-width: 800px; padding: 50px 0; }
  .contact .locations .row .content .officeRow { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
  .contact .locations .row .content .officeRow .office { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 2px solid #3C4981; }
  .contact .officeList .officeTitle .bottom .directions { padding-top: 20px; }
  .contact .officeList .officeTitle .photo img { max-height: 300px; }
  .contact .officeList .officeTitle .col-md-5 { text-align: left; }
    
  .interior .section-content.nopdbottom { padding-top:40px; }
}

@media only screen and (max-width: 900px) { 
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { top:5px; }
  .top-contact a { font-size: 12px; }
  .header-s2 .navbar-nav > li > a { padding: 25px 8px 0; }
    
    .pageIntro h2 { width: 85%; text-align: center; margin: 0 auto; font-size: 40px; line-height: 50px; border-bottom: 2px solid #008265; margin-bottom: 0; padding-bottom: 20px; }
    .pageIntro .col-md-12 h2 { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .pageIntro.leftLine .container .col-md-8 span { margin: 0; width: 100%; opacity: 0; display: block; height: 1px; }
    
  .attorneysTitle .col-md-6:last-child { padding: 40px 20px; }
  .attorneyBio .col-md-6:last-child { padding: 40px 20px; }
    
    .news .article { display: block; }
    .news .article img { max-width: 100%; margin: 15px 0 0 0; }    
    .news .article h2 { font-size: 18px; line-height: 28px; padding: 10px 0; }
    .news .article h2 span { font-size: 12px; }
    .news .article img.icon { margin-top: 5px; }
    
    .newsDetail .section.top { background: #3C4981; }
    .newsDetail .section.top.whiteRight { background: #008265; }
    .newsDetail .section.top h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 15px 0 35px 4vw; text-align: center; }
    .newsDetail .section.top .col-md-12 h1 { padding-left: 0; }
    .newsDetail .section.top .col-md-6 h1 { text-align: left; }
    .newsDetail .section.top .newsType { font-size: 18px; padding-top: 20px; padding-bottom: 0; text-align: center; }
    .newsDetail .section.top .col-md-6 .newsType { text-align: left; }
    .newsDetail .section.top .col-md-12 .newsType { padding-left: 0; }
    .newsDetail .section.top .container .col-md-6 { width: 100%; }
    .newsDetail .section.top .col-md-6:last-child { padding:0; }    
    .newsDetail .section.top h1 { font-size: 30px; line-height: 32px; }
    
    .practices .practList ul li .sub { left: 95%; }
    
    .about .section.top h1 { font-size: 40px; line-height: 42px; }
    .about .organizations .item { width: 50%; }
    
    .careers .section.top h1 { font-size: 40px; line-height: 42px; }
    
  .footer .offices { font-size: 18px; }
}

@media only screen and (max-width: 767px) {
  body { font-size: 18px; line-height: 34px; }
    
  .topbar { display: none; }
  .site-header { height:162px;}
  .section.top { margin-top:162px; }
  .home .section.top { background: #008265; }
  .site-header.sticky { top:0; height: 140px; }
  .site-header.sticky .navbar-brand img { max-height: 65px; margin-top: 25px; }
  .header-s2.is-transparent .navbar-brand .logo-light { margin-top:0; }
    
  .site-header .navbar-brand img { max-height: inherit; width: 90%; max-width: 500px;  margin: 0 auto; }
    
  .xxxx .home .banner-slider .fill { background-size: contain; background-position: bottom; }
  .home .banner-slider .fill h1 { font-size: 40px; line-height: 50px; width: 90%; margin: 20px auto; }
    
  .container { width: 100%; max-width: 100%; padding: 0;  }
    
  .navbar .container { width: 100%; max-width: 100%; }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { position: relative; }
    
  .row { margin-left:0; margin-right: 0; }
  .row-vm { display: block; }
    
  div[class*="row-column"].mgtop-md, div[class*="row-column"].mgtop { margin-top: 30px; }
  div[class*="row-column"] > [class*='col-'] { width: 100%; }
  div[class*="row-column"] > [class*='col-'].col-xs-6 { width: 50%; }
  div[class*="row-column"] > [class*='col-'].col-xs-6:nth-child(2n+1) { clear: left; }
  .row-column > [class*='col-']:not(.col-xs-6):not(:first-child) { margin-top: 60px; }
  .row-column-md > [class*='col-']:not(.col-xs-6):not(:first-child) { margin-top: 45px; }
  .row-column-sm > [class*='col-']:not(.col-xs-6):not(:first-child) { margin-top: 30px; }
  .row-column > .col-xs-6:nth-child(1n+3) { margin-top: 60px; }
  .row-column-md > .col-xs-6:nth-child(1n+3) { margin-top: 45px; }
  .row-column-sm > .col-xs-6:nth-child(1n+3) { margin-top: 30px; }
  .al-center-sm, .center-sm { text-align: center; }
  .al-right-sm { text-align: right; }
  .al-left-sm { text-align: left; }
  .image.circle:not(.image-md) img { max-width: 320px; }
  .image-on-left .imagebg, .image-on-right .imagebg { width: 100%; position: static; margin-top: 60px; margin-bottom: -60px; height: 320px; }
    
  .top-contact li { margin-left: 12px; display: inline-block; float: none; vertical-align: middle; }
  .top-contact li:first-child { margin-left: 0; }
  .topbar .top-contact span { line-height: 24px; }
  .topbar .top-contact .fa { line-height: 22px; }
  .topbar .top-aside { max-width: 100%; margin: 0; width: 100%; float: left; text-align: center; }
  .topbar .top-aside > * { float: none; display: inline-block; vertical-align: middle; width: auto; }
  .topbar .top-aside:not(.hidden-xs) + .top-aside { margin-top: 5px; }
  .header-top .top-contact .fa { font-size: 16px; }
    
  .navbar-toggle { float: left; margin-top: 8px; margin-bottom: 8px; padding: 10px 12px; }
  .navbar-toggle .icon-bar { background-color: #3C4981; }
  .navbar-header { background: #FF9933; clear: both; width: 100%; padding: 0 15px; }
  .navbar-nav { margin: 0; float: none; text-align: left; padding-bottom: 40px; }
  .header-s2 .navbar-nav > li > a, .header-s1 .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
  .navbar-nav > li.has-children.nav-opened > a::after { content: "\f068" !important; position: relative; }
  .navbar-nav { padding-top:10px; padding-left: 25%; }
  .navbar-nav li a { padding: 10px 15px; font-size: 14px; font-weight: 400; color: #596570; position: relative; transition: color .4s, background .4s; }
  .navbar-nav li a.btn { width: 150px; margin: 6px auto 0; }
  .navbar-nav li.quote-btn { float: none; border-bottom: 0; }
  .navbar-nav li.quote-btn .btn:hover { background: #FFC426; }
  .navbar-nav li ul { position: static; background: none; width: 100%; display: none; opacity: 1 !important; visibility: visible !important; box-shadow: none; text-align: left; float: none; margin: 10px 0; }
  .navbar-nav li ul li { border-bottom: 0 none; padding: 0 0 0 25px; }
  .navbar-nav li ul li a { padding: 5px; font-size: 22px; color: #231F20; font-weight: 700; }
  .navbar-nav li ul li.nav-opened > a { font-weight: 700; }
  .navbar-nav li ul li ul li a { padding: 3px 15px; }
  .navbar-nav li ul li ul li:last-child > a { padding-bottom: 14px; }
  .navbar-nav li ul .active > a, .navbar-nav li ul .active > a:focus, .navbar-nav li ul .active > a:hover { background: rgba(255, 153, 51, 0.05); color: #FF9933; }
  .navbar-nav li.nav-opened { background: #fff; }
  .navbar-nav li.nav-opened .nav-opened, .navbar-nav li.nav-opened .nav-opened.has-children > a { background: rgba(255, 255, 255, 0.9); }
  .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { color: #ED1C24; }
  .navbar-nav ul li.has-children > a::after { top: 22px; margin-right: 10px; }
  .navbar-nav ul li.has-children.nav-opened > a::after { transform: rotate(90deg); }
  .navbar-nav ul li.has-children li a::before { color: #596570; content: "\f0c8"; display: inline-block; opacity: .5; width: 12px; text-align: center; margin-right: 5px; font-size: 6px; line-height: inherit; font-family: "FontAwesome"; }
  .navbar-nav.is-expanded li ul { display: block; }
  .navbar-nav > li:hover > ul { padding:0; }
  .navbar-nav li.has-children ul { left: -400px; }
  .navbar-nav li ul li a { padding: 5px 25px; font-size: 12px;}    
  .navbar-nav li.has-children:hover::after { height: 100px; }
  .site-header .navbar-header { float: left; margin: 5px 0 0; }
  .site-header .navbar-collapse { float: none; text-align: center; }
  .header-s2 .navbar .container { padding-left: 0; padding-right: 0; }
    .site-header.sticky .navbar-brand img { margin-top: 0 !important; }
  .header-s2 .navbar-brand { position: relative; text-align: center; width: 100%; margin-top: 45px; margin-bottom: 20px; }
  .header-s2 .navbar-toggle { float: right; border-radius: 2px; padding: 12px; position: absolute; top: 0; right: 0; }
  .header-s2 .navbar-toggle:not(.collapsed) span.first-bar { display: none; }
  .header-s2 .navbar-toggle:not(.collapsed) span.second-bar { -webkit-transform: translateZ(0) rotate(-45deg); transform: translateZ(0) rotate(-45deg); top: 0; position: relative; }
  .header-s2 .navbar-toggle:not(.collapsed) span.third-bar { -webkit-transform: translate3d(0, -10px, 0) rotate(45deg); transform: translate3d(0, -10px, 0) rotate(45deg); top: 4px; position: relative; }
  .header-s2 .navbar-header { background: none; padding: 0; margin-top: 0; }
  .header-s2 .navbar-header .quote-btn { display: inline-block; float: right; margin: 10px 12px 10px 0; }
  .header-s2 .navbar-header .quote-btn .btn { padding: 6px 15px; }
  .header-s2 .topbar .top-contact span { line-height: 30px; }
  .header-s2 .navbar-collapse { margin: 0; background-color: #fff; color: #FF9933; width: 100%; padding:10px 0 15px; box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25); }
  .header-s2 .navbar-nav > li:last-child:not(.quote-btn) { margin-right: 0; }
  .header-s2 .navbar-nav > li.has-children > a:after { color: #596570; content: "\f067"; font-weight: 900; display: inline-block; text-align: center; margin-left: 15px; font-size: 10px !important; line-height: .9; font-family: "Font Awesome 5 Free"; transition: transform .4s; align-self: center; }
  .header-s2.is-transparent .topbar, .header-s2.is-transparent .navbar { position: static; }
  .header-s2.is-transparent .navbar-brand .logo-dark { display: block; margin: 0 auto; }
  .header-s2.is-transparent .topbar { color: #fff; background: #2a2d33; border-color: rgba(0, 0, 0, 0.0667); }
  .header-s2.is-transparent .topbar a:hover:not(.btn) { color: #fff; }
  .header-s2.is-transparent .topbar + .navbar { margin-top: 0; }
  .header-s2.is-transparent:after { display: none; }
  .navbar-nav li.mobile { display: block; }
  .header-s2.is-transparent .navbar-nav > li.has-children a { display: flex; }
  .header-s2.is-transparent .navbar-nav > li > a { font-size: 18px; text-align: left;font-weight: 800; padding-left: 0; border-bottom: 2px solid #008265; line-height: 18px; padding: 10px 0; }
  .header-s2.is-transparent .navbar-nav > li > span { width:100%; display: block; font-weight: 800; }
  .header-s2.is-transparent .navbar-nav > li > span a { font-size: 32px; text-align: center;font-weight: 700; color: #231F20; padding:0; }
  .header-s2.is-transparent .navbar-nav > li > span a:hover { color: #008265; }
  .header-s2.is-transparent .navbar-nav .quote-btn .btn { color: #fff; font-size: 12px; }
  .header-s2.is-transparent .navbar-nav > li > a, .header-s2.is-transparent .navbar-nav > li.active > a, .header-s2.is-transparent .navbar-nav > li.has-children > a:after { color: #3C4981; }
  .header-s2.is-transparent .navbar-collapse, .header-s2.is-transparent .top-contact .fa { color: #fff; z-index: 2; position: relative; }
  .navbar-nav li.has-children ul { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; margin: 0; border-bottom: 2px solid #008265; }
  .navbar-nav li ul li a { padding: 10px 0; line-height: 18px; font-size: 18px; color: #3C4981; font-weight: 800; text-align: left; border-bottom: 2px solid #008265; }
  .navbar-nav li ul li:last-child a { border-bottom: none; }
  .navbar-nav li.has-children:hover::after { background: #fff; content: " "; position: absolute; width: auto; height: auto; left: -100vw; box-shadow: none; padding:0; }
  .header-s2 .navbar-nav > li.last { margin-right: 0; }
  .header-s2 .navbar-nav > li.last a { padding-left:0;}
  .header-s2 .navbar-nav > li:last-child { margin-top: 0; }
  .site-header.sticky .navbar-nav > li > a { padding: 10px 0; }
  .section-pad, .section-pad-lg { padding-top: 50px; padding-bottom: 50px; }
  .section-overup[class*="section-pad"] { margin-top: -40px; }
  .section-overup-lg[class*="section-pad"] { margin-top: -60px; }
  .section-pad-sm { padding-left: 0; padding-right: 0; }
    
    .tagline { font-size: 18px; line-height: 28px; }
    .tagline .container { background-image: none; }
    .tagline .col-md-6 { width: 90%; margin: 0 auto; float: none; }
    .tagline h2 { text-align: center; font-size: 30px; line-height: 40px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; margin: 0 auto; padding: 20px 0; margin-bottom: 20px; }
    .tagline .col-md-6:last-child { float: none; }
    
    .featAttorneys { padding:50px 0; font-size: 20px; line-height: 30px; background-image: none; }
    .featAttorneys h3 { margin-left: 0; margin-right: 0; }
    .featAttorneys .photo { margin-bottom: 20px; }
    .featAttorneys .content { margin-bottom: 20px; }
    .featAttorneys .attName { font-size: 16px; line-height: 28px; }
    
    .featNews { padding: 50px 0; font-size: 28px; line-height: 34px; }
    .featNews h3 { margin-left: 0; margin-right: 0; }
    .featNews .photo { margin-bottom: 20px; }
    .featNews .content { margin-bottom: 20px; }
    .featNews .newsDetails { font-size: 18px; line-height: 28px; }
    
    .footer, .home .footer, .newsDetail .footer { font-size: 14px; line-height: 40px; margin-top: -1px; }
    .footer { padding-top:30px; }
    .footer .logo img { max-width: 100%; max-height: 65px; margin: 0 auto 40px auto;}
    .home .footer .logo a { text-align: center; display: block; }
    .footer .footButtons { width:100%; float:none; }
    .footer .footButtons li { max-width: 400px; width: 90%; float:none; margin: 0 auto 15px auto; }
    .footer .footButtons li:last-child { margin-left: auto; }
    .footer .section-pad-md { display: block; }
    .footer .social { padding-top: 40px; }
    .footer .social ul { width: auto; }
    .home .footer .social ul li a { margin-left:7px; margin-right:7px; }
    .footer .social ul li:last-child { float: none; }
    .footer .social ul li:last-child a { margin-left: 25%; margin-top: 100px; }
    .footer .social ul li:last-child a.lisi { margin: 100px auto 0; }
    
  .blockSection .row { display: block; padding: 40px; }
  .blockSection .row .content { padding: 40px 0; }
  .blockSection .row.reverse { display: flex; flex-direction: column-reverse; }
  .blockSection .row .content h2 { font-size: 2.0em; line-height: 1.2em; }
  .blockSection .row .featPhoto div { min-height: 50vw; }
    
  .opportunities .col-md-4 .text .name { font-size: 22px; }
    
  .footer .logo { padding-bottom: 0; text-align: center; }
  .footer .offices { font-size: 18px; line-height: 24px; }
  .footer .offices span { margin: 0 5px; clear: both; display: block; opacity: 0; height: 10px; }
  .footer .copyright { margin-top: 40px; font-size: 14px; line-height: 22px;}
  .copyright .footerLink { display: block; }
  
  .practiceTitle h1 { font-size: 48px; line-height: 48px; }
  .practice.content .accordion h2 { font-size: 18px; padding-right: 25px; }
  blockquote { font-size: 21px; line-height: 31px; }
  blockquote strong { font-size: 35px; line-height: 45px; }
    
  .rightCol { padding-top: 40px; }
  .rightCol h2, .rightCol h3 { font-size: 24px; }
    
  .pracPhoto { display: none; }
    
  .newsSection .feature.boxed .content { font-size: 18px; line-height: 24px; }
  .newsSection .blog { padding-right: 5px; }
    
  .mobile { display: none; }
  .hide { display: none !important; }
  .show { display: block !important; }
    
  .clearFilter a { font-size: 20px; }
    
  .team .banner-text { height: auto; width: 87%; margin: 0 auto; display: flex; padding: 0; }
  .team .banner-text .center { display: flex; margin: 0 auto; width: 100%; }
  .team .banner-text h1 { font-size: 40px; line-height: 40px; align-self: center; padding: 35px 0; width: 100%; }
  .team .banner-text h2 { font-size: 20px; line-height: 34px; padding-top: 100px; width: 100%; }
  .team .content { padding:0; }
  .team .blockSection .row { width: 50%; }
  .team .blockSection .row .attorneyPhoto { padding: 0; }
  .team .blockSection .row .attorneyPhoto img { width:100%; }
  .team .blockSection .row .attorneyDetails { padding-left: 15px; padding-top: 0; margin-top: 10px; text-align: center; }
  .team .blockSection .row .attorneyDetails .position, .team .blockSection .row .attorneyDetails .office { line-height: 25px; }
  .team .blockSection .row .attorneyDetails .contact .numbers { line-height: 25px; }
  .team .blockSection .row .attorneyDetails .contact .numbers { width: auto; }
  .team .blockSection .row .attorneyDetails .contact .email { float: right; margin-top:0; }
    
    .pageIntro { padding:25px 0; font-size: 18px; line-height: 28px; }
    .pageIntro .col-md-6 { width:100%; }
    .pageIntro .col-md-12 h2 { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .pageIntro.ctrLine .container { background: none; }
    .pageIntro.leftLine .container { display: block; }
    .pageIntro.leftLine .container .col-md-10 { border: none; }
    .pageIntro.leftLine .container .col-md-8 { border: none; }
    .pageIntro.leftLine .container .col-md-8 { text-align: center; }
    .pageIntro.rightLine .container { display: block; background: none; }
    .pageIntro .col-md-7 { width: 100%; }
    .pageIntro .col-md-5 { width: 100%; padding: 0 15px; }
    
    .searchandfilter { padding:0 15px; }
    .searchandfilter ul li { width: 100%; float: none; }
    .searchandfilter label { margin-bottom: 0; }
    .searchandfilter ul li.sf-field-search input { text-indent: 0; text-align: center; }
    .filter .collapseList .title, .filter ul li .filterTitle, .searchandfilter h4 { width:100%; }
    .filter ul li ul { width:100%; }
    .searchandfilter ul li.sf-field-reset a { font-size: 16px; }
        
  .bio .banner-slider .fill { background-position: left; }    
  .attorneyBio .contact { color: #000; }
  .attorneys .sectionHeader h3 { font-size: 8vw; line-height: 8vw; }

    .bio .section.top { background: #3C4A82; }
    .bio .section.top .col-md-6:first-child { background: #3C4A82 url("/wp-content/themes/Strassburger/images/white-blue-corner.svg"); background-repeat: no-repeat; background-position: right 1px; background-size: contain; padding-bottom: 40px; }
    .bio .section.top .container { flex-direction: column-reverse; }
    .bio .section.top .container .col-md-6 { width: 100%; }
    .bio .section.top .col-md-6:last-child { padding:0 0 25px 15px; }
    .bio .section.top .col-md-6:last-child::after { background: #3C4A82; }
    .bio .section.top h1 { font-size: 30px; line-height: 40px; }
    .bio .section.top .position { font-size: 18px; line-height: 28px; }
    .bio .section.top .contact { font-size: 18px; line-height: 28px; }
    .accordion { margin:0 -15px; border-top: 2px solid #008265; }
    .accordion:last-child { border-bottom: 2px solid #008265; }
    .accordion .accordionRow .heading h2 { font-size: 16px; line-height: 20px; letter-spacing: 2px; margin:12px 24px; }
    .bio .sidebar { border-left: none; padding: 0; font-size: 18px; }
    .bio .sidebar h2 { font-size: 18px; }
    .bio .sidebar li { padding: 5px 15px; }
    
    .practices .banner-text { height: auto; width: 87%; margin: 0 auto; display: flex; padding: 0; }
    .practices .banner-text .center { display: flex; margin: 0 auto; width: 100%; }
    .practices .banner-text h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 35px 0; width: 100%; }
    .practices .practList .pracTitle { padding: 0; }
    .practices .practList { padding: 40px 0; }
    .practices .practList ul {  }
    .practices .practList ul li { font-size: 16px; line-height: 20px; padding: 10px 0; display: grid; }
    .practices .practList li a, .practices .practList li a:hover { width:90%; margin: 0 auto; }
    .practices .practList ul li .sub { position: relative; width: 100%; left: 0; border-top: 4px solid #008265; margin-bottom: -10px; margin-top: 10px; padding-bottom: 0; }
    .practices .practList ul li ul { position: relative; left: 0; width: 100%; padding: 10px 20px 10px; }
    .practices .practList ul li ul li { padding-left: 0; padding-right: 0; }
    .practices .practList ul li ul li:last-child { border-bottom: none; padding-bottom: 0; }
    .practices .practList .pracTitle ul:hover li ul li { padding-left: 0; padding-right: 0; }
    .practices .practList .pracTitle ul:hover li ul li:hover { margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px; }
    .practices .practList li ul li a, .practices .practList li ul li a:hover { width: 100%; }
    
    .practice .section.top { background: #3C4A82; }
    .practice .section.top h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 35px 0; text-align: center; }
    .practice .section.top .parentPractice { font-size: 18px; padding-top: 20px; padding-bottom: 0; padding-left: 0; text-align: center; margin-bottom: -10px; }
    .practice .section.top .container { flex-direction: column; padding-bottom: 0; }
    .practice .section.top .container .col-md-6 { width: 100%; }
    .practice .section.top .col-md-6:last-child { padding:0; }
    .practice .intro .container { padding: 40px 15px; font-size: 18px; line-height: 28px; }
    .practice .intro .container .border { padding: 30px 0; }
    .practice .relatedPrac h2 { font-size: 30px; line-height: 40px; }
    .practice .relatedPrac ul { margin: 30px -40px 0; }
    .practice .relatedPrac li a { font-size: 16px; line-height: 20px; margin: 6px 20px; }
    .practice .contentRow h2 { font-size: 30px; line-height: 40px; }
    .practice .contentRow h3 { font-size: 18px; line-height: 28px; }
    .practice .contentRow ul { width: 90%; }
    .practice .accordion .accordionRow .heading h2 { padding: 0 15px; }
    .practice .accordion .content { padding: 20px 25px 40px; }
    .practice .fastFacts.blueRight { background-image: none; }
    .practice .relatedAttorneys .back a { letter-spacing: 1px; }
    .practice .relatedAttorneys .back a:hover { letter-spacing: 1px; }    
    .practice .contentRow ul.twoCol { column-count: 2; }
    .practice .contentRow ul.threeCol { column-count: 2; }
    
    .news .banner-text { height: auto; width: 87%; margin: 0 auto; display: flex; padding: 0; }
    .news .banner-text .center { display: flex; margin: 0 auto; width: 100%; }
    .news .banner-text h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 35px 0; width: 100%; }
    .news .article { display: block; }
    .news .article h2 { font-size: 18px; line-height: 28px; padding: 10px 0; }
    .news .article h2 span { font-size: 12px; }
    .news .article img { max-width: 100%; margin: 15px auto 0; display: block; }
    .news .article img.icon { margin-top: 5px; }
    .news .searchandfilter { padding-bottom: 0; margin-top: -30px; padding-left: 0; padding-right: 0; }

  .news .blockSection .row { display: block; padding: 20px 0; }
  .news .blockSection .col-md-9 { border:none; }
  .news .blockSection .row .newsPhoto { padding-bottom: 20px; }
  .news .blockSection .row a.readMore { font-size: 15px; }
    
    .searchandfilter { padding-bottom: 30px; }
    .searchandfilter ul li label { width: 100%; }
    
    .newsDetail .section.top { background: #3C4981; }
    .newsDetail .section.top.whiteRight { background: #008265; }
    .newsDetail .section.top h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 15px 0 35px 0;; text-align: center; }
    .newsDetail .section.top .col-md-6 h1 { text-align: center; }
    .newsDetail .section.top .col-md-6 .newsType { padding-left: 0; text-align: center; }
    .newsDetail .section.top .newsType { font-size: 18px; padding-top: 20px; padding-bottom: 0; text-align: center; }
    .newsDetail .section.top .container { flex-direction: column; padding-bottom: 0; }
    .newsDetail .section.top .container .col-md-6 { width: 100%; }
    .newsDetail .section.top .col-md-6:last-child { padding:0; }
    .newsDetail .intro { padding: 40px 15px; font-size: 18px; line-height: 28px; margin-left: -15px; margin-right: -15px; }
    .newsDetail .intro .border { padding: 30px 0; }
    .newsDetail h2 { font-size: 20px; line-height: 30px; }
    .newsDetail .newsPhoto .col-md-6 { padding-bottom: 20px; }
    .newsDetail .sidebar { padding-top: 20px; max-width: 500px; }
    .newsDetail .relatedAtt { width: 100%; float: none; }
    .newsDetail .sidebar .attorneyPhoto { padding: 0; }
    .newsDetail .sidebar .attorneyPhoto img { width:100%; }
    .newsDetail .sidebar .attorneyDetails { padding-left: 15px; padding-top: 0; margin-top: 10px; text-align: center; }
    .newsDetail .sidebar .attorneyDetails .position { line-height: 25px; }
    .newsDetail .back a { letter-spacing: 1px; }
    .newsDetail .back a:hover { letter-spacing: 1px; }
    .newsDetail .share { margin-top: 50px; margin-bottom: 25px; text-align: center; }
    .newsDetail .newsButtons { padding-left: 0 !important; }
    .newsDetail .newsButtons li { max-width: 400px; width: 90%; float: none; margin: 0 auto 15px auto; }
    .newsDetail .newsButtons li:first-child { margin-left: auto; }
    
    .btn { font-size: 20px; }
    .btn .open { font-size: 20px; }
    
    .fastFacts { font-size: 18px; line-height: 28px; }
    .fastFacts .amount { font-size: 60px; line-height: 70px; border-bottom: 2px solid #fff; margin-left: -15px; margin-right: -15px; margin-bottom: 20px; }
    .fastFacts .equal { height: auto !important; padding-bottom: 40px; }
    
    .about .section.top { background: #3C4981; }
    .about .section.top.whiteRight { background: #3C4981; }
    .about .section.top h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 15px 0 35px 0;; text-align: center; text-transform: uppercase; }
    .about .section.top .pageType { font-size: 18px; padding-top: 20px; padding-bottom: 0; padding-left: 0; text-align: center; }
    .about .section.top .container { flex-direction: column; padding-bottom: 0; }
    .about .section.top .container .col-md-6 { width: 100%; }
    .about .section.top .col-md-6:last-child { padding:0; }
    .about .aboutBottom .container { padding:0 15px; }
    .about .aboutBottom h3 { padding: 10px 0; }
    .about .organizations .item { width: 100%; height: auto !important; }
    .about .aboutBottom h3 { font-size: 24px; line-height: 34px; }
    .featNews { font-size: 18px; line-height: 28px; }
    .more { letter-spacing: 1px; padding: 40px 0 0; }
    .about .pageContent.blueRight { padding-bottom: 100px; }
    
  .careers .careerSub .banner-text { height: auto; width: 87%; margin: 0 auto; display: flex; padding: 0; }
  .careers .careerSub .banner-text .center { display: block; margin: 0 auto; width: 100%; }
    .careers .section.top.careerSub .banner-text { padding-top: 0; padding-bottom: 20px;}
  .careers .section.top.careerSub h1 { font-size: 40px; line-height: 40px; align-self: center; width: 100%; }
  .careers .section.top.careerSub h2 { font-size: 20px; line-height: 34px; padding-top: 100px; width: 100%; }
    
    .careers .section.top { background: #008265; }
    .careers .section.top.whiteRight { background: #008265; }
    .careers .section.top h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 15px 0 35px 0;; text-align: center; text-transform: uppercase; }
    .careers .section.top .pageType { font-size: 18px; padding-top: 20px; padding-bottom: 0; text-align: center; }
    .careers .section.top .container { flex-direction: column; padding-bottom: 0; }
    .careers .section.top .container .col-md-6 { width: 100%; }
    .careers .section.top .col-md-6:last-child { padding:0; }
    .careers .intro { padding: 40px 15px; font-size: 18px; line-height: 28px; margin-left: -15px; margin-right: -15px; }
    .careers .intro .border { padding: 30px 0; }
    .careers .quotes .col-md-12 { display: block; padding-left: 6%; }
    .careers .quotes .quote { margin-bottom: 20px; margin-left: 10px; display: flex; align-items: center; font-size: 16px; line-height: 26px; padding: 40px 40px; }
    .careers .quote::after { width: 95%; height: 95%; left: 0;}
    .careers .quotes { padding-top: 30px; }
    .careers .bottom .container { padding: 0 15px; }
    .careers .sidebar { padding-top: 25px; }
    .bottom .accordion .accordionRow .heading h2 { font-size: 16px; line-height: 20px; letter-spacing: 2px; margin: 12px 24px; }
    .bottom .accordion .content { padding: 0 40px 20px; }
    .careers .pageButtons { padding-left: 0 !important; }
    .careers .pageButtons li { max-width: 400px; width: 90%; float: none; margin: 0 auto 15px auto; }
    .careers .pageButtons li:first-child { margin-left: auto; margin-right: auto; }
    .careers .pageButtons li:nth-child(odd) { margin-left: auto; margin-right: auto; }
    .careers .bottom h3 { padding: 10px 0; }
    
    .contact .banner-text { height: auto; width: 87%; margin: 0 auto; display: flex; padding: 0; }
    .contact .banner-text .center { display: flex; margin: 0 auto; width: 100%; }
    .contact .banner-text h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 35px 0; width: 100%; }
    .contact .officeList .officeTitle .bottom .directions { padding-top: 20px; }
    .contact .officePhoto { display: none; }
    
    .interior .banner-text { height: auto; width: 87%; margin: 0 auto; display: flex; padding: 0; }
    .interior .banner-text .center { display: flex; margin: 0 auto; width: 100%; }
    .interior .banner-text h1 { font-size: 40px; line-height: 42px; align-self: center; padding: 35px 0; width: 100%; }
    .interior .buttons { padding-left: 0 !important; display: block; }
    .interior .buttons li { max-width: 400px; width: 90%; float: none; margin: 0 auto 15px auto; }
    .interior .buttons li:first-child { margin-left: auto; }
    
    .interior .buttons.full li:first-child { margin-left: 0; }
    
    .interior .section.top.whiteRight { background: #008265; }
    .interior .section.top h1 { font-size: 40px; line-height: 42px; align-self: center; text-align: center; text-transform: uppercase; padding: 35px 0; }
    .interior .section.top .newsType { font-size: 18px; padding-top: 20px; padding-bottom: 0; text-align: center; }
    .interior .section.top .container { flex-direction: column; padding-bottom: 0; }
    .interior .section.top .container .col-md-6 { width: 100%; }
    .interior .section.top .col-md-6:last-child { padding:0; }
    .interior .intro { padding: 40px 15px; font-size: 18px; line-height: 28px; margin-left: -15px; margin-right: -15px; }
    .interior .intro .border { padding: 30px 0; }
    .interior h2 { font-size: 20px; line-height: 30px; }
    
  .footer .col-sm-12 { text-align: center; }
  .footer .col-sm-12 span { width: 100%; display: block; opacity: 0; height: 0px; }
  .footer #LISI { float: none; margin-top: 40px; }
    
  .res-s-bttm { margin-bottom: 30px; }
  .res-s-bttm-lg { margin-bottom: 45px; }
  .res-s-bttm-sm { margin-bottom: 15px; }
  .res-s-bttm-xs { margin-bottom: 10px; }
    
  .accordion .panel-title { font-size: 1.125em; font-weight: 400; }
  .content .npl + .pad-0 { margin-top: 25px; }
    
  .pad-xs-0 { padding: 0px; }
    
  .banner-text { font-size: 11px; }
  .banner-text.wide-md { max-width: 320px; }
  .banner-text.wide-lg { max-width: 420px; }
  .banner-text .btn { padding: 10px 16px; font-size: 12px; letter-spacing: 0; }
  .banner-text .btn + .btn { margin-left: 10px; }
  .banner-static { min-height: 200px; }
  .banner-static.banner-intro { min-height: 320px; }
  .is-transparent .banner-static { min-height: 200px; }
  .banner-static .banner-cpn .page-breadcrumb { max-width: 100%; transform: translateY(0); position: static; margin-top: 15px; float: left; text-align: left; }
  .banner-static .imagebg { background-position: 35% 50%; }
  .banner-static .banner-cpn { padding: 25px 0; }
  .banner .banner-sider { display: none; }
  .banner .banner-boxed { padding: 16px 16px 18px; }
  .banner .more-cta:not(:first-child) { margin-top: 15px; }
  .xxxx .banner-slider { height: 350px; }
  .banner-slider.slider-large { height: 380px; }
  .banner-intro .container > .content { padding-top: 0; padding-bottom: 0; }
  .banner-intro .banner-text { padding-top: 40px; padding-bottom: 40px; }
  .is-transparent .banner-intro .banner-text { margin-top: 0; }
  .is-transparent .banner-static .banner-cpn { margin-top: 0; }
  .banner-slider .banner-text, .banner-intro .banner-text { font-size: 12px; }

}

@media only screen and (max-width: 599px) { 
  .banner-slider { height: 60vw; }
  .feature-s1 .feature, .feature-s2 .feature { padding: 20px; min-height: 280px; }
  .content img.alignright, .content img.alignleft { float: none; display: block; max-width: 100%; margin: 0 0 15px; }
  .btn.btn-lg { padding: 14px 20px; }
  .image.circle:not(.image-md) img { max-width: 220px; }
    
  .topbar { display: none; }
  .banner-static .banner-text:not([class*="wide-"]) { padding:10px 0; }
    
    .tagline .col-md-6 { width: 95%; }
    
    .featAttorneys .col-md-6 .col-md-6 { width: 100%; padding: 0; }
    .featNews .col-md-6 .col-md-6 { width: 100%; padding: 0; }
    
    .pageIntro h2 { width: 85%; font-size: 30px; line-height: 40px; }
    .about .pageIntro h2 { width: 95%; font-size: 30px; line-height: 40px; }
    .careers .pageIntro h2 { width: 95%; font-size: 30px; line-height: 40px; }
    
    .team .blockSection .row { width: 100%; }
    
    .searchandfilter { padding-bottom: 0; }
    .news .searchandfilter { padding-bottom: 0; }
    
    .newsDetail .newsPhoto { column-count: 1; column-gap: 0; }
    
    .practice .title { margin-left: -15px; margin-right: -15px; }
    
    .fastFacts .col-md-4 { width: 100%; margin: 40px auto 0; border-bottom: none; }
    
    .careers .quotes .quote { width:100%; margin-left: 0; }
    
    .careers .pageContent h2 { font-size: 30px; line-height: 40px; }
    .careers .bottom h2 { font-size: 30px; line-height: 40px; }
    .practice .repMatters h2 { font-size: 30px; line-height: 40px; }
    .about .pageContent h2 { font-size: 30px; line-height: 40px; }
    .about .aboutBottom h2 { font-size: 30px; line-height: 40px; }
    
    .contact .officeList .officeTitle .officeDetails { width:100%; }
    .contact .officeList .officeTitle .photo { display: none; }
    
    .about .timelineWrapper { padding-top:25px; }
    .about .timeline .event { margin-top: -35px; }
    .about .timeline .event::before { text-align: left; width: auto; position: relative; left: 45px; }
    .about .timeline .event .content { top: -20px; margin-left: 20px; padding-top: 25px; }
    .about .timeline .event::after { left: 16px; }
    
    .newsDetail .sidebarWrapper { padding-top:25px; }
  
}

@media only screen and (max-width: 480px) { 
  body { min-width: 320px; font-size: 18px; line-height: 28px; }
  .button { padding: 15px; font-size: 14px; letter-spacing: normal; }
  .section-overup[class*="section-pad"], .section-overup-lg[class*="section-pad"] { margin-top: 0; padding-top: 50px; }
    
  .site-header { height:142px;}
  .section.top { margin-top:142px; }

  .heading-section { font-size: 1.5em; }
  .heading-section.heading-sm { font-size: 1.125em; }
  .heading-lead { font-size: 1.875em; }
  .heading-lead.heading-sm { font-size: 1.5em; }
  .banner-slider { height: 75vw; }
  .banner-text { font-size: 12px; }
  .banner-text h1, .banner-text h2 { font-size: 1.25em; }
  .banner-text .btn { padding: 8px 12px; font-size: 11px; }
  .banner-text .banner-cta:not(:first-child) { margin-top: 18px; }
  .banner-text.wide-sm, .banner-text.wide-md, .banner-text.wide-lg { max-width: 100%; width: 90%; }
  .banner-text .page-title { font-size: 1.375em; }
  .banner-text p:not(.more-cta) { padding-right: 50px; }
  .banner-text.pos-right { float: left; }
  .banner-slider { height: 300px; }
  .home .banner-slider { height: 330px; }    
  .banner-slider .banner-text:not(.banner-boxed) { width: 100%; }
  .banner-slider.slider-large { height: 300px; }
  .is-transparent .banner-slider { min-height: 240px; }
  .banner .banner-boxed { padding: 12px 12px 12px; font-size: 9px; max-width: 80%; }
  .banner .banner-boxed .btn-link { font-size: 11px; }
  .banner .banner-text .banner-boxed { max-width: 100%; }
  .banner-static.banner-intro { min-height: 220px; }
  .banner-static .banner-cpn { padding-top: 15px; padding-bottom: 15px; }
  .banner-intro .banner-text { padding-top: 15px; padding-bottom: 15px; }
  .banner-intro .banner-cpn { padding-top: 0; padding-bottom: 0; }
  .banner-slider .banner-text h1, .banner-intro .banner-text h1 { font-size: 36px; line-height: 36px; }
  .banner-slider .banner-text h2, .banner-intro .banner-text h2 { font-size: 18px; line-height: 18px; }
  .banner-slider .banner-text .lead, .banner-intro .banner-text .lead { font-size: 1em; }
  .banner .boxed p:not(:last-child):not(.more-cta), .banner-boxed > p:not(.more-cta) { display: none; }
    
  .blockSection .row { margin-bottom: 50px; }
    
  .newsSection .section-pad-sm { padding:0; }
  .newsSection .container .border { width: 100%; }
  .newsSection .container .slick-list { border:0; padding: 0; }
  .newsSection .container .slick-list .slick-slide { padding:0; }
  .newsSection .container .slick-list .slick-slide .content { padding:0 40px; }
  .news .blockSection .row a.readMore { font-size: 12px; }
    
  .team .banner-slider .banner-content { top: 0; transform: none; }

  .newsDetail .sidebar .relatedAttorney .photo { height:240px; }
  .careers .sidebar .relatedAttorney .photo { height:240px; }
  .opportunities .col-md-4 .relatedAttorney .photo { height:240px; }
    
  .banner-slider .banner-content.light-mb:after { background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.85) 100%); }

  .attorneyBio .contact { font-size: 15px; line-height: 25px; color: #000; }
    
  .opportunities .col-md-4 .text .name { font-size: 18px; }
    
  .contact .blockSection .intro { font-size: 30px; line-height: 35px; }
    
  .contact .locations .row .content .officeRow .office h3 { font-size: 18px; margin-bottom: 0; }
}

@media only screen and (max-width: 439px) { 
  .header-s2 .navbar-header .quote-btn .btn { padding: 5px 12px; }
  .header-s2 .navbar-header .quote-btn .btn:before { font-family: "FontAwesome"; content: "\f298"; display: inline-block; font-size: 18px; vertical-align: middle; }
  .header-s2 .navbar-header .quote-btn .btn span { display: none; }
}

@media only screen and (max-width: 375px) {
  .site-header { height:127px;}
  .section.top { margin-top:127px; }
  .btn + .btn { margin-top: 5px; }
  h1, .h1, .heading-lg, .heading-lg-lead { font-size: 1.875em; }
  h2, .h2 { font-size: 1.5em; }
  .banner-slider .banner-text, .banner-intro .banner-text { font-size: 10px; }
  .banner-slider .banner-text p:not(.more-cta), .banner-intro .banner-text p:not(.more-cta) { padding-right: 25px; } 
}

@media only screen and (max-width: 1280px) { /* parallax disable on ipad/iphone */
  .has-parallax { background-position: 50% 50% !important; background-attachment: scroll !important; }
}