/*
Theme Name: Understrap DC
Author: Jamie Anderson
Author URI: digitalchaos.ca
Description: This theme is a modification of the Understrap theme, using Bootstrap 4
Version: 1.1
*/

/* Fonts */
@font-face {
    font-family: "DIN";
	src: url("fonts/DINPro.eot");
    src: url("fonts/DINPro.eot?#iefix") format("embedded-opentype"),
		 url("fonts/DINPro.woff") format("woff"),
		 url("fonts/DINPro.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "DIN-Light";
	src: url("fonts/DINPro-Light.eot");
    src: url("fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"),
		 url("fonts/DINPro-Light.woff") format("woff"),
		 url("fonts/DINPro-Light.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "DIN-Medium";
	src: url("fonts/DINPro-Medium.eot");
    src: url("fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"),
		 url("fonts/DINPro-Medium.woff") format("woff"),
		 url("fonts/DINPro-Medium.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "DIN-Bold";
	src: url("fonts/DINPro-Bold.eot");
    src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"),
		 url("fonts/DINPro-Bold.woff") format("woff"),
		 url("fonts/DINPro-Bold.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "Leitura";
	src: url("fonts/Leitura-Display-Roman.eot");
    src: url("fonts/Leitura-Display-Roman.eot?#iefix") format("embedded-opentype"),
		 url("fonts/Leitura-Display-Roman.woff") format("woff"),
		 url("fonts/Leitura-Display-Roman.otf") format("opentype");
    font-style: normal;
}

/* FlexSlider v2.6.3 */
@font-face { font-family: 'flexslider-icon'; src: url('fonts/flexslider-icon.eot'); src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg'); font-weight: normal; font-style: normal; }
.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; -moz-user-select: none; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }
.flex-control-nav { width: 100%; position: absolute; bottom: -50px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 16px; height: 16px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border: 1px solid #c56b28; }
.flex-control-paging li a:hover { background-color: #c56b28; }
.flex-control-paging li a.flex-active { background-color: #c56b28; cursor: default; }

/* Hamburger Menu - https://github.com/jonsuh/hamburgers/ */
.hamburger { display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
.hamburger:hover { opacity: 0.7; }
.hamburger-box { width: 18px; height: 18px; display: inline-block; position: relative; }
.hamburger-inner { display: block; top: 50%; margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 18px; height: 2px; background-color: #000; border-radius: 4px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }
.hamburger-inner::before { top: -5px; }
.hamburger-inner::after { bottom: -5px; }
.hamburger--squeeze .hamburger-inner { transition-duration: 0.075s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before { transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after { transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner { transform: rotate(45deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Overall */
body { font-family: "DIN"; color: #0b191e; }
body.home { background-image: url(img/wp-bg.png); background-position: center 80px; background-size: 100% auto; background-repeat: no-repeat; }
p {  font-size: 0.9rem; margin-bottom: 1.2em; }
p.p16, .p16 p { font-size: 1rem; }
.content-container ul li, .content-container ol li { font-size: 0.9rem; margin-bottom: 0.4em; }
h1 { font-family: "Leitura"; font-size: 1.9rem; margin-top: 13px; }
h2, .h2 { font-family: "Leitura"; font-size: 1.2rem; margin-bottom: 0.6em; }
h2.smaller { font-size: 1.1rem; }
h3 { font-family: "DIN-Medium"; font-size: 1.2rem; margin-bottom: 0.8em; }
a, a:focus { color: #c56b28; }
a:hover { color: #c56b28; text-decoration: underline; }
a.btn, .navbar-nav li.btn a, .gform_button[type="submit"] { font-family: "DIN-Light"; font-size: 0.75rem; width: auto; color: #fff; background-color: #c56b28; padding: 9px 20px; text-transform: uppercase; border-radius: 7px; border: none; transition: all 0.3s ease; }
.navbar-toggleable-md .navbar-nav .btn .nav-link { padding: 9px 20px; }
a.btn:hover, .navbar-nav li.btn a:hover, .gform_button[type="submit"]:hover { color: #556872; background-color: #ccd8d6; }
.container { width: 100%; }
.page-container { margin: 0 auto; padding: 0 15px; }
.expand { width: calc(100% + 30px); margin-left: -15px; }
.arrow { width: 45px; }
.no-padding { padding: 0; }
hr { border-color: #c56b28; margin: 50px 0; }
footer { background-color: #0b191e; padding-top: 35px; padding-bottom: 35px; }
body:not(.home):not(.contact) footer { margin-top: 50px; }
.footer-logo-container { margin-bottom: 40px; text-align: center; }
.footer-logo { width: 124px }
footer p { font-family: "DIN"; font-size: 0.88rem; color: #ccd8d6; }
footer ul { padding: 0; }
footer ul li { margin-bottom: 12px; }
footer ul li a { font-family: "DIN-Medium"; font-size: 0.97rem; color: #ccd8d6; text-transform: uppercase; }
.footer-contact ul { margin-bottom: 36px; }
footer .menu-item { float: none; display: block; }
footer .current_page_item a { color: #c56b28; }
.footer-menu1, .footer-menu2 { text-align: center; }
.title-split h1, .title-split .h1 { font-family: "DIN-Medium"; font-size: 1.9rem; margin-bottom: 28px; text-transform: uppercase; }
div.title-split { margin-top: 115px; margin-bottom: 45px }
.main-content h2 { margin-bottom: 1.2rem; }
.footer-contact .address { text-align: center; }
.footer-contact .address:before { content: ""; display: block; width: calc(100% + 30px); height: 1px; background-color: #556872; margin: 6px 0 18px -15px; }
.nav-tabs { border: none; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border: 1px solid #c56b28; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border: 1px solid #c56b28; }

/* Navigation */
.dropdown-toggle:after { content: normal; }
.navbar-toggleable-md > .container { justify-content: space-between; }
.navbar-nav { font-family: "DIN-Medium"; justify-content: space-between; flex-grow: 1; }
.navbar-nav a { color: #0b191e; text-transform: uppercase; text-align: center; }
.navbar-nav a:hover { color: #c56b28; }
.navbar-nav li { border-bottom: 1px solid #eceeee; }
.navbar-nav li.btn { padding: 0; position: relative; top: 2px; }
.nav-logo { flex-grow: 1; }
.nav-logo img { width: 316px; position: relative; bottom: 4px; }
.navbar-nav > li.active > a, .navbar-nav > li.current-menu-ancestor a { color: #c56b28; }
.navbar-nav > li.btn.active > a, .navbar-nav > li.btn.current-menu-ancestor a { color: #fff; }
.navbar-nav > li.btn.active > a:hover, .navbar-nav > li.btn.current-menu-ancestor a:hover { color: #556872; }
.navbar-toggler { font-size: 0.7rem; display: block; text-align: right; padding: 10px 30px 10px 0; }
.navbar-toggler[aria-expanded="true"] span.open-btn { display: none; }
.navbar-toggler[aria-expanded="false"] span.close-btn { display: none; }
.class-action-mobile { font-size: 0.7rem; display: block; background-color: #c56b28; color: #fff; padding: 5px 0; text-transform: uppercase; text-align: center; }
.class-action-mobile:hover { color: #fff; }
.class-action-mobile i { transition: all 0.3s ease; }
.class-action-mobile i:last-child { margin-left: 4px; }
.class-action-mobile i:first-child { margin-right: 4px; }
.navbar { padding: 0; background-color: #fff; box-shadow: 0px -5px 11px 1px #000000; position: fixed; top: 0; left: 0; right: 0; z-index: 1030;	}
.navbar > .container { width: 100%; }
.navbar li.dropdown ul.dropdown-menu { width: 100%; padding: 0; margin: 0; border-top: 1px solid #eceeee; border-bottom: none; border-radius: 0; }
.navbar li.dropdown ul.dropdown-menu li { background-color: #f5f7f7; }
.navbar li.dropdown ul.dropdown-menu li a:hover { background-color: transparent; }
.navbar li.dropdown ul.dropdown-menu li:last-child { border-bottom: none;}
.mobile-logo { width: 32px; margin-top: 18px; margin-bottom: 18px; margin-left: 30px; }
.hamburger { float: right; margin-top: 23px; margin-right: 30px; }
.hamburger:before { content: "menu"; font-size: 0.6rem; margin-top: -15px; margin-left: -3px; position: absolute; }

/* Homepage */
.headline { margin-bottom: 70px; }
.headline h1 { font-family: "Leitura"; font-size: 1.9rem; line-height: 1.17; color: #0b191e; margin-top: 112px; margin-bottom: 35px; }
.intro-anchor { display: none; text-align: center; margin-bottom: 35px; }
.intro-anchor img { position: relative; }
.intro { margin-top: 55px margin-bottom: 174px; margin-bottom: 70px; }
.intro p { font-family: "Leitura"; font-size: 1.2rem; }
.home .intro p { text-align: center; }
.testimonial-container { background-color: rgba(204, 216, 214, 0.95); margin-top: 24px; padding-top: 60px; padding-bottom: 100px; overflow: hidden; }
.testimonial-container .container:before { content: none; position: absolute; top: -92px; left: -50px; transform: scale(0.5); }
.testimonial-container .container:after { content: none; position: absolute; top: -92px; right: -50px; transform: scale(0.5); }
.testimonial-slider p { font-family: "DIN"; font-size: 1rem; text-align: center; }
.home-section { margin-bottom: 50px; }
.member-slider { margin-bottom: 80px; }
.member-slider .flex-control-nav { bottom: auto; margin-top: -55px; }
.member-slider .slides img { width: 100%; }
.member-slider:before { content: normal; width: 100%; height: 100%; position: absolute; top: -70px; left: -70px; border: 1px solid #c56b28; z-index: 2; }
.social-bar { width: 60px; text-align: center; position: fixed; top: 276px; right: 0; }
.social-bar.desktop { display: none; }
.social-bar p { font-size: 1.4rem; }
.social-bar a { text-decoration: none; }
.social-bar i { display: block; background-color: #c56b28; color: #fff; border-bottom: 1px solid #fff; padding: 10px 0; }
.social-bar i:hover { background-color: #ccd8d6; color: #556872; }
.social-bar a:last-child i { border-bottom: none; }
.social-bar-md { margin-top: -100px /*-50px*/; margin-bottom: 80px /*124px*/; }
.social-bar-md .social-bar { position: static; width: auto; height: auto; }
.social-bar-md .social-bar p { font-size: 1rem; margin: 0; }
.social-bar-md .social-bar i { width: 50px; height: 35px; display: inline-block; border: none; margin-right: 1px; }
.home .content-container { margin-bottom: 50px; }

/* Our Lawyers */
.lawyers .section-intro2 { margin-top: 40px; }
.lawyers .profile { margin: 2.2rem 0; }
.lawyers .profile-container { display: inline-block; position: relative; }
.lawyers .profile .box { width: 100%; height: 100%; position: absolute; top: -20px; left: -20px; border: 1px solid #c56b28; transition: all 0.5s ease; opacity: 0; }
.lawyers .profile .box a { width: calc(100% + 20px); height: calc(100% + 20px); position: absolute; top: 0; left: 0; }
.lawyers .profile .box a:hover { text-decoration: none; }
.lawyers .profile img { position: relative; transition: all 0.5s ease; }
.lawyers .profile-container:hover img, .lawyers .profile-container:hover .box { opacity: 0.7; }
.lawyers .profile h3 { margin: 55px 0 8px; }
.lawyers .profile p.details { font-size: 1rem; }
p.social { font-family: "DIN-Medium"; font-size: 1.2rem; margin-top: -12px; text-transform: uppercase; }
p.social a:not(:last-child) { margin-right: 16px; }
p.social .text { font-size: 1rem; }

/* Single Lawyer */
.single-lawyer .main-content, .class_action .main-content, .single-post .main-content { margin-top: 100px; margin-bottom: 80px; }
.shadow-box .back-btn { background-color: #c56b28; }
.shadow-box .back-btn a { font-family: "DIN-Medium"; display: block; color: #fff; text-transform: uppercase; text-align: center; padding: 10px; }
.shadow-box .back-btn i { margin-right: 4px; }
.box-img { background-repeat: no-repeat; background-size: cover; background-position: center top; }
.single-lawyer p.title { font-family: "DIN-Medium"; font-size: 1rem; margin-bottom: 0; text-transform: uppercase; }
.single-lawyer p.social { margin-top: -16px; margin-bottom: 1rem; }
.left-btn { display: flex; align-items: center; }
.right-btn { display: flex; align-items: center; justify-content: flex-end; }
.nav-tabs { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 32px; margin-left: -3px; margin-bottom: 34px; }
.nav-tabs:before { content: "Jump To"; font-size: 0.85rem; color: #556872; width: 100%; text-align: center; margin-bottom: 10px; }
.nav-tabs .nav-link { padding-left: 0; border: none; }
.nav-tabs .nav-item { width: calc(50% - 3px); margin: 3px 0 0 3px; }
.nav-tabs .nav-item a { font-family: "DIN"; font-size: 0.7rem; width: 100%; height: 100%; color: #c56b28; border: 1px solid #c56b28; text-transform: none; padding-right: 0; text-align: center; border-radius: 0; }
.nav-tabs .nav-item a.active { background-color: #c56b28; color: #fff; }
.nav-tabs .nav-item a.active:after { content: normal; font-family: "FontAwesome"; margin-left: 8px; }
.single-lawyer .profile-img-small-container { text-align: center; }
.single-lawyer .profile-img-small { margin-top: 10px; }
.bio-container { margin-top: 60px; }
.post-container { margin-top: 36px; }
.mobile-controls { margin-top: 22px; }
.mobile-controls .arrow { width: 32px; }
.mobile-controls .previous { text-align: right; }
.mobile-controls span { display: block; margin-top: 6px; }
.mobile-controls .previous span { margin-right: -14px; }
.mobile-controls .next span { margin-left: -14px; }

/* Subpage w/ Sidebar */
.img-bg { background-image: url(img/img-bg2.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top; margin-top: 46px; margin-bottom: 30px; padding-top: 69px; padding-left: 15px; padding-right: 15px; padding-bottom: 24px; }
.img-bg div.title-split { margin-top: 0; margin-bottom: 0; }
.side-nav:before { content: "Related Pages"; font-size: 0.85rem; display: block; color: #556872; margin-bottom: 10px; text-align: center; }
.side-nav ul { display: flex; flex-wrap: wrap; margin: -3px 0 0 -3px; border: none; padding: 0; }
.side-nav ul li { width: calc(50% - 3px); margin: 3px 0 0 3px; border-bottom: none; list-style-type: none; }
.side-nav ul li:last-child { border-bottom: none; }
.side-nav ul li a { font-size: 0.7rem; display: block; border: 1px solid #c56b28; text-align: center; padding: 7px 0; }
.side-nav ul li.selected a, .side-nav ul li a:hover { background-color: #c56b28; color: #fff; text-decoration: none; }
.subpage1 .main-content { padding-top: 50px; margin-bottom: 50px; }

/* Contact */
.big-p p, p.big-p { font-size: 1.1rem; }
div.title-split.text { margin-top: 0; margin-bottom: 34px; }
.contact .img-bg { height: 140px; background-image: url(img/map2.gif); background-size: cover; background-position: center top; padding: 0; }
.contact-info { margin-bottom: 18px; }
.contact-info h2 { margin-bottom: 10px; }
.contact-info h2:not(:first-child) { margin-top: 40px; }
.contact-dropdown { margin-bottom: 20px; }
.contact-box { border: 1px solid #f2decf; margin-bottom: 40px; padding: 28px; display: none; } 
.contact-box h3 { font-family: "DIN-Medium"; font-size: 1.2rem; margin-bottom: 10px; }
.contact-box p.social { margin-bottom: 0; }
.grey-bg { display: inline-block; background-color: #f9fbfa; margin-top: 30px; padding: 40px 15px 64px; }
.submit-container { margin-top: 24px; text-align: right; }
.submit-container > div { position: relative; display: inline-block; }
.submit-container > div > .ajax-loader { position: absolute; top: 10px; left: -38px; }
.content-container div.gform_wrapper { margin: 0; }
.content-container div.gform_wrapper .gform_body { margin: 0; }
.content-container div.gform_wrapper .gform_body > ul > li:first-child { margin-top: 0; }
.content-container div.gform_wrapper .gform_body > ul > li.message-field:first-child { margin-top: 16px; }
.content-container div.gform_wrapper .gfield_label { display: none; }
.content-container div.gform_wrapper input[type="text"]:not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.content-container div.gform_wrapper input[type="email"]:not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.content-container div.gform_wrapper select:not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.content-container div.gform_wrapper textarea:not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-family: "DIN-Medium"; width: 100%; color: #556872; padding: 0.6rem 1rem; border: 1px solid #ccd8d6; border-radius: 8px; }
.content-container div.gform_wrapper textarea { height: 100%; }
.content-container div.gform_wrapper input[type="email"]::placeholder, .content-container div.gform_wrapper input[type="text"]::placeholder, .content-container div.gform_wrapper select::placeholder, .content-container div.gform_wrapper textarea::placeholder { color: #556872; opacity: 1; }
.gform_wrapper .gform_footer input.gform_button[type="submit"] { font-size: 0.75rem; margin-right: 0; float: right; }
.content-container div.gform_wrapper .gform_body > ul > li.message-field { padding-right: 0; }
.content-container #gform_fields_1 { padding-left: 0; padding-right: 0; }
.content-container ul.gform_fields.column_2 { padding-left: 0; padding-right: 0; }
.content-container div.gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }
.content-container div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { width: 100%; max-width: none !important; }

/* Class Actions */
.class_action .top-section { background-color: #eef2f1; width: calc(100% + 30px); margin-top: -20px; margin-left: -15px; margin-right: -15px; padding-top: 38px; padding-left: 30px; padding-bottom: 22px; }
.class_action .top-section p { font-family: "DIN-Medium"; font-size: 1rem; color: #556872; margin-top: 12px; }
.class_action .top-section .btn { margin-bottom: 20px; }
.class_action .nav-tabs { margin-top: 34px;  }
.back-link { font-family: "DIN-Medium"; font-size: 1rem; color: #c56b28; text-transform: uppercase; margin-top: 55px; margin-bottom: 30px; }
.back-link + .back-link { margin-top: -14px; }
.back-link i:first-child { margin-right: 4px; position: relative; bottom: 1px; }
.back-link i:last-child { margin-left: 4px; position: relative; bottom: 1px; }

/* News */
.news .nav-tabs { margin-top: -12px; margin-bottom: 46px; }
.box-item { box-shadow: 0 1px 7px #d2d2d2; padding: 30px; margin-bottom: 50px; }
.box-item h2 a { color: #0b191e; }
.box-item .back-link { margin-top: 28px; margin-bottom: 0; }
a.cat-btn.btn { font-size: 1rem; background-color: #fff; color: #c56b28; border: 1px solid #c56b28; border-radius: 15px; margin-bottom: 24px; margin-right: 18px; }
a.cat-btn:hover { background-color: #c56b28; color: #fff; }
.paging { text-align: center; margin-top: 34px; margin-bottom: 14px; }
.paging .page-numbers { margin: 0 5px; position: relative; top: 3px; }
.paging .page-numbers.prev { margin-right: 25px; top: 0; }
.paging .page-numbers.next { margin-left: 25px; top: 0; }
.paging .page-numbers.current { color: #c56b28; text-decoration: underline; }

/* Single Post */
.single-post .img-bg { height: 324px; position: absolute; top: 34px; left: -15px; }
.single-post .box-content { padding-top: 20px; padding-bottom: 20px; }
.single-post .shadow-box { margin-top: -92px; background-color: #fff; }
.single-post .main-content { margin-top: 192px; }
.single-post p.social { font-size: 1.6rem; margin-bottom: 0; }

/* Extra Small (xs) - Custom (not included w/ BS4) */
@media (max-width: 575px){
	
	/* Overall */
	.col-xs-5 { flex: 0 0 41.6667%; max-width: 41.6667%; padding-left: 15px; padding-right: 15px; }
	.col-xs-6 { flex: 0 0 50%; max-width: 50%; padding-left: 15px; padding-right: 15px; }
	.offset-xs-2 { margin-left: 16.6667%; }
	
	/* Our Lawyers */
	.lawyers .profile-container, .lawyers .profile-img { width: 100%; }
}

/* Small (sm) */
@media (min-width: 576px){
	
	/* Overall */
	h1 { font-size: 3rem; }
	.footer-contact ul, .footer-contact li, .footer-contact p { margin-bottom: 0; }
	
	/* Homepage */
	.headline { margin-bottom: 40px; }
	.headline h1 { font-size: 3rem; }
	.title-split h1, .title-split .h1 { font-size: 2.4rem; }
	.headline { margin-bottom: 82px; }
	.intro { margin-top: 70px; }
	.intro p { font-size: 1.5rem; }
	.intro { margin-bottom: 90px; }
	.testimonial-container .container:before { content: url(img/quote-left.png); }
	.testimonial-container .container:after { content: url(img/quote-right.png); }
	.social-bar-md { margin-top: -120px; margin-bottom: 110px; }
	.social-bar-md .social-bar p { font-size: 1.4rem; }
	.social-bar-md .social-bar i { width: 60px; height: 44px; }
	
}

/* Medium (md) */
@media (min-width: 768px){
	
	/* Overall */
	p { font-size: 1rem; }
	.content-container ul li, .content-container ol li { font-size: 1rem; }
	.navbar > .container { width: 1400px; max-width: 100%; }
	.container { width: 1220px; max-width: 100%; }	
	.footer-menu1, .footer-menu2 { text-align: left; }
	.single-lawyer .container, .class_action .container, .single-post .container { width: 1400px; }
	.footer-logo-container { text-align: left; margin-bottom: 0; }
	.footer-logo-container > div { height: 100%; border-right: 1px solid #2c3a3f; text-align: center; }
	.footer-logo { width: 175px; margin-right: 10px; }
	.footer-contact .address { text-align: left; }
	.footer-contact .address:before { content: normal; }
	.footer-contact ul, .footer-contact li, .footer-contact p { margin-bottom: 1rem; }
	div.title-split { margin-top: 115px; margin-bottom: 100px; }
	.title-split h1, .title-split .h1 { margin-bottom: 8px; }
	.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border: none; }
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border: none; }
	
	/* Homepage */
	.headline h1 { margin-top: 150px; }
	.intro-anchor { display: block; }
	.title-split h1, .title-split .h1 { font-size: 3rem; }
	
	/* Single Lawyer */
	.shadow-box { box-shadow: 0 1px 7px #8b8b8b; margin-top: 10px; /*margin-bottom: 60px;*/ }
	.box-content { padding: 40px; }
	.single-lawyer p.title { font-size: 1.5rem; }
	.single-lawyer p.social { font-size: 1.6rem; margin-top: 0; }
	.single-lawyer p.social .text { position: relative; bottom: 2px; }
	.nav-tabs { margin-top: 54px; margin-left: 0; margin-bottom: 18px; }
	.nav-tabs:before { content: normal; }
	.nav-tabs .nav-item { width: auto; margin: 0; }
	.nav-tabs .nav-item a { font-family: "DIN-Medium"; font-size: 1rem; color: #0b191e; text-transform: uppercase; text-align: left; border: none; }
	.nav-tabs .nav-item a.active { color: #c56b28; background-color: transparent; }
	.nav-tabs .nav-item a.active:after { content: "\f063"; }
	.nav-tabs.small { justify-content: flex-start; }
	.nav-tabs.small li:not(:first-child) { margin-left: 40px; }
	
	/* Subpage w/ Sidebar */
	.img-bg { margin-bottom: 60px; }
	.side-nav:before { content: "In this section"; font-size: 1rem; margin-bottom: 18px; text-align: left; }
	.side-nav ul { display: block; border: 1px solid #c56b28; margin: 0; }
	.side-nav ul li { width: auto; margin: 0; border-bottom: 1px solid #c56b28; }
	.side-nav ul li a { font-size: 1rem; display: block; padding: 7px 25px; border: none; text-align: left; }
	
	/* Contact */
	.big-p p, p.big-p { font-size: 1.5rem; }
	div.title-split.text { margin-top: 70px; margin-bottom: 54px; }
	.contact .img-bg { height: 270px; }
	.contact-info { margin-bottom: 0; }
	.contact-info h2:not(:first-child) { margin-top: 62px; }
	.grey-bg { margin-top: 42px; padding-top: 0; padding-left: 0; }
	.contact-box h3 { font-size: 1.5rem; margin-bottom: 16px; }
	.content-container div.gform_wrapper .gform_body > ul > li.message-field:first-child { margin-top: 0; }
	.content-container ul.gform_fields.column_2 { padding-left: 30px; }
	.content-container #gform_fields_1 { padding-right: 39px; }
	
	/* Class Actions */
	.box-content.no-top-padding { padding-top: 0; }
	.box-content.reduce-bottom-padding { padding-bottom: 55px; }
	.class_action .top-section { width: auto; margin-top: 0; margin-left: 0; margin-right: 0; padding-top: 40px; padding-left: 40px; }
	
	/* News */
	.box-item { padding: 30px 130px 30px 60px; }
	
	/* Single Post */
	.single-post .shadow-box { margin-top: -36px; }
	.post-container { margin-top: 60px; }
	.single-post .box-content { padding-top: 82px; }
	
	
}

/* Large (lg) */
@media (min-width: 992px){
	
	/* Overall */
	body.home { background-position: center top; }
	p {  font-size: 1.25rem; }
	.content-container ul li, .content-container ol li { font-size: 1.25rem; }
	h2, .h2 { font-size: 2.2rem; }
	h2.smaller { font-size: 1.5rem; }
	h3 { font-size: 1.5rem; }
	a.btn, .navbar-nav li.btn a, .gform_button[type="submit"] { font-size: 0.88rem; }
	
	/* Navigation */
	#navbarNavDropdown { max-width: 870px; margin-left: 40px; }
	.navbar { margin-top: 40px; box-shadow: none; position: relative; }
	.navbar > .container { width: 1400px; }
	.navbar-nav li.dropdown:hover > ul.dropdown-menu { display: block; }
	.navbar-nav li.dropdown > ul.dropdown-menu { width: 200px; border: 1px solid #c56b28; margin: 0; border-radius: 0; padding: 0; }
	.navbar-nav li.dropdown > ul.dropdown-menu a { font-family: "DIN-Light"; text-transform: none; color: #c56b28; padding-left: 25px; padding-right: 25px; }
	.navbar li.dropdown ul.dropdown-menu li a:hover	{ background-color: #c56b28; color: #fff; }
	.navbar-nav li.dropdown > ul.dropdown-menu li:not(:last-child) { border-bottom: 1px solid #c56b28; }
	.navbar-nav li.dropdown:hover > a { color: #c56b28; text-decoration: underline; }
	.navbar { background-color: transparent; }
	.navbar:after { content: normal; }
	.navbar-nav li { border-bottom: none; }
	.navbar li.dropdown ul.dropdown-menu li { background-color: #fff; }
	
	/* Homepage */
	.headline h1 { font-size: 6.4rem; }
	.intro-anchor { margin-top: 110px; }
	.intro { margin-top: 120px; margin-bottom: 172px; }
	.intro p { font-size: 2.2rem; }
	.home-section { margin-bottom: 55px; }
	.testimonial-container { margin-top: 88px; padding-top: 90px; }
	.testimonial-slider p { font-size: 1.5rem; }
	.testimonial-container .container:before { top: -55px; left: 15px; transform: scale(0.8); }
	.testimonial-container .container:after { top: -55px; right: 15px; transform: scale(0.8); }
	.social-bar-md { margin-top: -230px; margin-bottom: 150px; }
	
	/* Subpage w/ Sidebar */
	.side-nav:before { font-size: 1.4rem; }
	
	/* Contact */
	.contact .img-bg { height: 390px; }
	.content-container div.gform_wrapper .gform_body > ul > li.message-field:first-child { margin-top: 0; }
	.gform_wrapper .gform_footer input.gform_button[type="submit"] { font-size: 0.88rem; }
	
	/* Single Post */
	.single-post .img-bg { top: 91px /*auto*/; }
	.single-post .shadow-box { margin-top: 0; }
	
}

/* Extra Large (xl) */
@media (min-width: 1200px){
	
	/* Overall */
	.footer-logo-container > div { text-align: left; }
	.footer-logo { margin-right: 0; }
	
	/* Single Lawyer */
	.box-content { padding: 110px; }
	
	/* Class Actions */
	.class_action .top-section { padding-top: 110px; padding-left: 110px; }
	
}

@media (min-width: 1400px){
	
	/* Homepage */
	.headline h1 { font-size: 7.9rem; }
	.social-bar.desktop { display: block; }
	.social-bar-md { display: none; }
	
}

@media (min-width: 1500px){
	
	/* Homepage */
	.member-slider:before { content: ""; }
	.intro { margin-top: 210px; }
	
}

@media (min-width: 1600px){
	
	/* Homepage */
	.intro-anchor { margin-top: 160px; }
	
}

@media (min-width: 1700px){
	
	/* Homepage */
	.testimonial-container .container:before { transform: none; left: -145px; }
	.testimonial-container .container:after { transform: none; right: -145px; }
	
}