/*
Theme Name: MayeCreate Theme
Theme URI: http://www.mayecreate.com/
Author: Tim Scheman, Tyler Ernst, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Description: Parent Theme built on Bootstrap v3.3.5
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
*/

.container-callouts {
	max-width: 1200px !important;
}

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
	background: #343434;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-size: 1.7rem; /* 10 ÷ $rembase */
	font-weight: 600; 
	line-height: 140%;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}
.container {
	max-width: 1250px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
}
.hfeed {
	padding-bottom: 50px;
}
#navbarBottom .container, .extra_wide.container {
	max-width: 1850px;
	width: 100%;
}
footer.site-footer .container {
	max-width: 1850px;
}
.mobile_show {
	display: block !important;
}
.mobile_hide {
	display: none !important;
}
.center {
	text-align: center;
}
.pagebreak {
	padding: 50px 0;
	background: #F1F1F1;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pagebreak.white {
	background: #fff;
}

.pagebreak .pagebreak_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .85;
}
.pagebreak .container {
	position: relative;
	z-index: 2; 
    max-width: 1470px;
    width: 90%;
	margin: 0 auto;
}
.pagebreak:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}

.pagebreak_fix {
	padding: 50px 0;
}
.pagebreak_left, .pagebreak_right {
	padding: 0;  
} 

.pagebreak_right_content, .pagebreak_left_content {
	padding: 50px 0;
}
.pagebreak .pagebreak_left_img, .pagebreak .pagebreak_right_img {
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}


/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
} 

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

#page  .alm-btn-wrap {
   position: static !important;
}

form {
	padding:0 !important;
	margin:0 !important;
}
.divider, .wp-block-separator {
	margin: 30px auto;
	border:0 none;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}

/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: #108FBF;
	text-decoration:none; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus {
	color: #F5CC2A;
	text-decoration:none; /* change to none if you don't want links to be underlined wehn hovered */
}

#header_content_wrapper a, #header_content_wrapper a:link, #header_content_wrapper a:visited {
	text-decoration: underline;
}

#header_content_wrapper a:hover, #header_content_wrapper a:active, #header_content_wrapper a:focus {
	text-decoration:none; /* change to none if you don't want links to be underlined wehn hovered */
}


/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0 none;
	border-color: transparent;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 25px 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #09678B;
}
h1, h1.entry-title {
	font-size: 4px;
	font-size: 4rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.h1_size {
	font-size: 4px;
	font-size: 4rem;
}
h2, .h2, .blog_title {
	font-size: 35px;
	font-size: 3rem;
	color: #000000;
}
h3, .h3 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #09678B;
}
h4, .h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2px;
	font-size: 2rem;
	font-weight: 600;
	color: #000000;
}
h5, .h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #818181;
}
h6, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	color: #000000; 
	line-height: 140%;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-size: 17px;
	font-size: 1.7rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
	line-height: 160%;
	color: #000000;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin:20px 0 20px 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style-position:outside; 
}
li ol, li ul {
	margin:20px 0 20px 40px;
	padding:0;
}
li {
	margin:20px 0;
	padding:0;
}
ul li {
	list-style-image: url(img/ul_li.png);
	padding-left: 5px;
}
#page ol li {
    counter-increment: count-me;
	list-style:none;
}
#page ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
    color: #09678B;
    font-weight: 700;
}

/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	max-width: 200px;
}
#branding-container a.brand{
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
}
#branding-container a.brand img.site-logo{
	display: block;
	margin:0 auto;
	padding: 0;
	width: auto;
	height: auto;
}
#aboveNav{
	position: relative;
}
#aboveNav #branding-container{
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 75%;
	max-width: 325px;
	margin: auto;
	z-index: 1100;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: block;
   	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}
div#homefeatured #myCarousel{
	box-shadow: none;
	margin-bottom: 70px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}	
div#homefeatured #myCarousel:hover{
	box-shadow: none;
}
div#homefeatured .carousel, div#homefeatured .carousel-inner{
   	width: 100%;
}
div#homefeatured .carousel-inner>.item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
div#homefeatured .carousel-inner>.item:after {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9,103,139,.75);
	content: '';
	display: block;
	z-index: 1;
} 
div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
   	width: 100%;
}
div#homefeatured .slideDesc {
   	position: absolute;
	z-index: 4000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	text-align: center;
	height: 120px;
}
div#homefeatured .slideDesc .slideTitle {
	display: block;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 120%;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
}
div#homefeatured .slideDesc .slideText {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	line-height: 120%;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 15px;
}			
div#homefeatured .slideDesc .btn-mayecreate:link, div#homefeatured .slideDesc .btn-mayecreate:visited {
	width: 230px;
	color: #fff;
	margin: 0 auto;
	border-color: #FFED50;
	padding: 8px 30px 10px 30px;
	text-transform: uppercase;
}
div#homefeatured .slideDesc .btn-mayecreate:hover, div#homefeatured .slideDesc .btn-mayecreate:active {
	color: #FFED50;
	border-color:#fff;
	background: none;
}
div#homefeatured .carousel-control {
  	display: block;
	height: 75px;
	width: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: none;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
    -webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
	height: 65vh;
}	
.carousel-indicators li  {
	margin: 0 5px;
}
.carousel-indicators .active {
	border: 1px solid #FFED50;
	background: #FFED50;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
#scroll_message {
	display: none;
}

/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
}
#navbarBottom { /* Main Navbar */
	display: block;
	position: relative;
	padding-bottom: 40px;
	/*background-size: cover !important;
	background-position: top center !important;*/
    background-size: cover !important;
	background-position: center center !important;
	background: none;
	border: 0 none;
} 
#navbarBottom.blog-header {
	background-position: bottom center !important;
}
.page-template-page-results #navbarBottom {
	background-position: top left !important;
}
.tax-resultcategory #navbarBottom, .page-template-page-investigations #navbarBottom, .tax-investigationcategory #navbarBottom, .page-id-931 #navbarBottom, .page-id-927 #navbarBottom {
	background-position: top left !important;
}
#navbarBottom:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9,103,139,.75);
	content: '';
	display: block;
	z-index: 1;
}
.home #navigation.affix-top #navbarBottom:after {
	display: none;
}
#navbarBottom .container {
	position: relative;
	z-index: 2;
}
#main_nav {
	display: none;
}

/* NAVIGATION:: Slide Out Drawer
==========================================  */
.navbar-logo-nav-wrapper {
	position: relative;
}
#mobile_menu {
    display: block;
    position: absolute;
    float: right;
    height: 87.7px;
    right: 0;
    top: 0;
	bottom: 0;
	margin: auto;
}
#mobile_menu a{
/* use this rule to add a border around the menu togle button */
}
#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
.navbar-header{
}
.nav-button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 34px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav-button:focus {
	outline: none;
}
.nav-button span {
	display: block;
    position: absolute;
    top: 16px;
    left: 7px;
    right: 7px;
    height: 2px;
    width: 20px;
    background: #fff;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}
.nav-button span::before {
	top: -7px;
}
.nav-button span::after {
	bottom: -7px;
}
.nav-button-x{
	background-color: transparent;
}
.nav-button-x span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-button-x span::before,
.nav-button-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-button-x span::before {
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
}
.nav-button-x span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform;
}
#header_content_wrapper {
	text-align: center;
	padding-top: 10px;
}
#header_content_wrapper * {
	color: #fff;
}
#header_content_wrapper p {
	color: #fff;
	max-width: 1020px;
	margin: 0 auto 15px auto;
	font-weight: 700;
}
#header_content_wrapper h1.team_quote_title {
	text-align: right;
	max-width: 1220px;
	margin: 0 auto 25px auto;
}
#header_content_wrapper .btn-mayecreate:link, #header_content_wrapper .btn-mayecreate:visited {
	color: #fff;
	border: 2px solid #FFED50;
	text-decoration: none;
}
#header_content_wrapper .btn-mayecreate:hover, #header_content_wrapper .btn-mayecreate:active {
	color: #09678B;
	background: #FFED50;
	text-decoration: none;
}

/* NAVIGATION:: Slide Out Drawer (Open)
==========================================*/
.mm-opened .nav-button-x {
	background-color: transparent;
}
.mm-opened .nav-button-x span {
	background: none;
}
.mm-opened .nav-button-x span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-opened .nav-button-x span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-opened .nav-button-x span::before,
.mm-opened .nav-button-x span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.mm-menu {
 	background: #ffffff;
 	color: #6d9e42;
	font-family: 'Open Sans', sans-serif;
}
.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    white-space: normal;
}
.mm-listview > li.active{
	background: #343434;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #cb0032;
	text-transform: uppercase;
}

/* NAVIGATION:: Slide Out Drawer Searcch Box
==========================================  */
.mm-menu > .mm-panel {
    /*You can add padding-top here to make space 
    for the search box at the top of the dawer menu */
}
#drawer-menu .form-group {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 10px 10px 10px 20px;
}

#drawer-menu .form-group .form-control {
    width: 80%;
    float: left;
    margin-right: 1%;
}


/* FOOTER 
==========================================  */
#footer_nav{
	display: none;
}

/* NAVIGATION: SCROLL STICK 
==========================================  */
@keyframes affixFadeIn{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

#navigation.affix-top{
	z-index: 100;
	position: absolute;
	width: 100%;
}
#navigation.affix {
	animation: affixFadeIn 1s  ease-in;
	-webkit-animation: affixFadeIn 1s;
	z-index: 100;
	width: 100%;
}
#navigation.affix #header_content_wrapper {
	display: none !important;
}
#navigation.affix #navbarBottom {
	background: none !important;
	padding-bottom: 0;
	border: 0 none;
}
#navigation.affix #navbarBottom #main_nav {
	padding-top: 20px;
}
#navigation.affix .navbar-header {
	float: left !important;
}

/* NAVIGATION: BREADCRUMB
==========================================  */
.breadcrumb {
	display: none;
	background: none;
	margin: 0;
	padding: 15px 0;
}
.breadcrumb>li {
	margin: 0 0 10px 0;
}
.breadcrumb>li+li:before {
	color: #000;
}

/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 500px;
}
#contentWrap, #page{
	padding-top: 0;
	padding-bottom: 0px;
}
#page > .container:last-child, #page > .pagebreak:last-child {
	padding-bottom: 80px;
}
.home #page > .container:last-child {
	padding-bottom: 60px;
}
#homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:0px;
}
#contentwrap .child{
	outline: 1px solid yellow;
	min-height: 25vh; /* this will come in handy if you want the child page sections to be full screen height */
	padding-top: 25px;
	padding-bottom: 25px;
}

/* CALLOUTS
==========================================  */
#callouts{

}
#callouts a[role="button"]{
    position: relative;
    display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#callouts a[role="button"]:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .5);
}
#callouts a[role="button"] h2{
    position: absolute;
    color: blue;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	bottom: 0;
    left: 5%;
    right: 5%;
    color: #ffffff;
}
#callouts a[role="button"]:hover h2{
	color: #000000;
}
#callouts a[role="button"] p{
	/* Style the callout body text here */
}
#callouts a[role="button"]:hover p{
	/* Style the hover state of the callout body text here */
}
#callouts a[role="button"] img{
	position: relative;
	width: 100%;
	padding: 0;
}



/* BLOG
==========================================  */
.card {
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.card:hover, .card:focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .25);
}
.card-image {
	padding:  0;
	position: relative;
	width: 100%;
}
.card-image img{
	width: 100%;
	height: auto;
}
.cardTitle{
	position: absolute;
	bottom: 18%;
	left: 5%;
	right: 5%;	
}
.cardTitle a{
	font-family: 'Roboto', sans-serif;
	color: #ffffff; 
	font-weight: 300;
}
.card-content{	
	padding: 5%;
	color: #000000;
}
.card-image .postDate{
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat{
	position: absolute;
	bottom: 3%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat a{
	color: #ffffff;
	font-weight: 300;
}


/* SIDEBARS
==========================================  */
.sidebarSection{
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarSection .sidebarTitle{
	margin: 0;
	padding:  5%;
	background: #6d9e42;
	color: #fff;
}
ul.categoryList, 
ul.archiveYearList, 
ul.archiveYearList .archive-sub-menu{
	margin: 0;
}

ul.categoryList li,
ul.archiveYearList li, 
ul.archiveYearList .archive-sub-menu li{
	padding: 0;
	margin: 0;
}
ul.categoryList li a,
ul.archiveYearList li a, 
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5%;
	border-bottom: 1px solid #efefef;
}
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5% 8%;
	border-bottom: 1px solid #efefef;
}

/* FOOTER
==========================================  */
footer.site-footer {
	background-color: #343434;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}
footer.site-footer img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
footer.site-footer p, footer.site-footer a:link, footer.site-footer a:visited {
	color: #fff;
	margin: 0;
}
footer.site-footer a:hover, footer.site-footer a:active {
	color: #D1D3D4;	
}
footer.site-footer #credits p, footer.site-footer #credits a:link, footer.site-footer #credits a:visited {
	color: #D1D3D4;
}
footer.site-footer #credits a:hover, footer.site-footer #credits a:active {
	color: #fff;
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display:block;
	margin: 10px auto 20px auto;
}
img {
	max-width: 100%;
	height: auto;
}

/* Text meant only for screen readers.
==========================================	*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* BUTTONS: From Shortcodes
==========================================  */
a.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button, #page .alm-btn-wrap .alm-load-more-btn, .btn-mayecreate, .collapseomatic {
	background: transparent;
	border-radius: 0;
	border: 2px solid #09678B;
	display: table;
	padding: 15px 30px;
	font-size: 20px;
	font-size: 2.0rem;
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
	color: #09678B;
}
.wp-block-button.aligncenter {
	display: table;
}
.wp-block-button a:link, .wp-block-button a:visited {
	/* COLOR CHANGES GO HERE FOR THE LINK */
	color: #09678B;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button:hover, #page .alm-btn-wrap .alm-load-more-btn:hover, .btn-mayecreate:hover, .collapseomatic.colomat-hover, .collapseomatic.colomat-close {
	background: #09678B;
	color: #FCF085;
}
.wp-block-button:hover a {
	/* COLOR CHANGES GO HERE FOR THE LINK */
	color: #FCF085;
}
a.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large {
	font-size: 30px;
	font-size: 3rem;
	display: block;
	text-transform: uppercase;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus {
}
/* Social Media Icon Links
============================================*/
ul.social{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
ul.social li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
ul.social li a .fa {
    font-size: 32px;
    color: rgba(235,192,28,1);
}
ul.social li a:hover .fa {
    font-size: 32px;
    color: rgba(235,192,28,.7);
}

/* Collapsing Content
==========================================  */
.collapsingContent h2{
	position:relative; 
	padding-left: 30px;
}
.collapsingContent h2::before{
	position:absolute; 
	width: 100px; 
	height: 100%; 
	content: '\f056'; 
	font-family: FontAwesome; 
	left: 0; 
	color: #6c9e41;
}
.collapsingContent h2.collapsed::before{
	position:absolute; 
	content: '\f055'; 
	font-family: FontAwesome; 
	color: #6c9e41;
}

/* Responsive Videos
============================================*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}

/* FEATURE POSTS
==========================================  */
#featuredPosts{
	/* Place to customize the home page featured posts */
}

/* HOME PAGE: FEATURE BOXES
==========================================  */
#callouts{
	/* Place to customize the home page callouts */
}

 
/* PAGE OF PAGES: NAVIGATION
==========================================  */
#childpageNav {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 175px;
	width: 50px;
	outline: 1px solid #000;
	background: #ffffff;
}
#childpageNav li a {
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 2px solid #6c9d30;
}
#childpageNav li a:hover {
	text-decoration: none;
	border: 2px solid #000000;
	background: #000000;
}
#childpageNav li a:active, #childpageNav li a:focus {
	text-decoration: none;
	background: #6c9d30;
}

/* Featured Image Slider
==========================================	*/
#featuredPostsSlider {
	margin-top: 5vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#featuredPostsSlider h2 {
	padding-bottom: 2vh;
}

#featuredPostsSlider #lightSlider li {
	height: auto;
}
#lightSlider-news li {
	list-style: none;
}
.lSSlideWrapper.usingCss {
	position: relative;
}

.lightSlider.lsGrab.lSSlide li {
	padding: 0;
}

.lSAction .lSPrev {
	background: url(img/left.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    left: 1%;
    bottom: 0;
    margin: auto;
}
.lSAction .lSNext {
	background: url(img/right.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    right: 1%;
    bottom: 0;
    margin: auto;
}
#footer_what_we_do {
	background: url(img/wwd_bg.jpg) 0 0 repeat;
	padding: 65px 0;
}
#footer_what_we_do .container {
	max-width: 1775px;
}
.what_we_do_title {
	text-align: center;
	text-transform: uppercase;
}
.what_we_do_wrapper {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.what_we_do_wrapper img {
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.what_we_do_wrapper:hover img.what_we_do_icon, .what_we_do_wrapper img.what_we_do_icon_hover {
	display: none;
}
.what_we_do_wrapper:hover img.what_we_do_icon_hover {
	display: block;
	background: #09678B;
	padding: 25px;
}
.image_wrapper {
	max-width: 148px;
	display: block;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
.what_we_do_wrapper:hover .image_wrapper {
	border-radius: 50%;
}
.what_we_do_wrapper:link .page_title, .what_we_do_wrapper:visited .page_title {
	color: #09678B;
	display: block;
	margin-bottom: 20px;
}
.what_we_do_wrapper:link .page_link, .what_we_do_wrapper:visited .page_link {
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 10px 15px;
	color: #09678B;
	border: 2px solid #09678B;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.what_we_do_wrapper:hover .page_title, .what_we_do_wrapper:active .page_title {
	color: #09678B;
}
.what_we_do_wrapper:hover .page_link, .what_we_do_wrapper:active .page_link {
	color: #FCF085;
	background: #09678B;
	border: 2px solid #09678B;
}
#footer_testimonials {
	background: url(img/testimonial_bg.jpg) center center no-repeat;
	background-size: cover;
	padding:70px 0 55px 0;
	position: relative;
}
#footer_testimonials:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9,103,139,.75);
	content: '';
	display: block;
	z-index: 1;
}
#footer_testimonials .container {
	position: relative;
	z-index: 2;
}
#footer_testimonials h2, #footer_testimonials h2 a:link, #footer_testimonials h2 a:visited {
	text-align: center;
	color: #fff;
}
#footer_testimonials h2 a:hover, #footer_testimonials h2 a:active {
	color: #F5CC2A;
}
#lightSlider li {
	list-style: none;
}
.testimonial_wrapper {
	position: relative;
	padding: 78px 0 30px 0;
	border:3px solid #FFED50;
	border-bottom: 0 none;
	border-radius: 50px 50px 0 0;
	margin-bottom: 110px;
}
.testimonial_wrapper:after {
	content: ''; 
	position: absolute;
	width: calc(100% - 142px);
	height: 110px;
	bottom: -110px; 
	left: 0;
	right: 0;
	margin: auto;
	background: url(img/footer_testimonial_bottom.png) bottom right no-repeat;
}
.testimonial_wrapper_inner {
	padding: 0 20px;
	position: relative;
}
.testimonial_wrapper_inner:before {
	position: absolute;
	content: '';
	left: -3px;
	bottom: -140px;
	height: 110px;
	width: 74px;
	background: url(img/footer_testimonial_bottom_left.png) top left no-repeat;
}
.testimonial_wrapper_inner:after {
	position: absolute;
	content: '';
	right: -3px;
	bottom: -140px;
	height: 110px;
	width: 74px;
	background: url(img/footer_testimonial_bottom_right.png) top left no-repeat;
}
.testimonial_wrapper_inner p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 600px;
	font-size: 22px;
	font-size: 2.2rem;
}
#footer_testimonials .testimonial_outer h2 {
	text-align: right;
	color: #FFED50;
	margin-bottom: 0;
}
#footer_testimonials .testimonial_outer h3 {
	text-align: right;
	color: #FFED50;
}
.lSSlideOuter .lSPager.lSpg>li a {
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	background: transparent;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
	border:1px solid #FFED50;
	background: #FFED50;
}
.lSSlideOuter .lSPager.lSpg>li:first-child:last-child {
	display: none;
}
.post_link_wrapper {
	display: block;
	margin-bottom: 30px;
}
.post_link_wrapper.wide {
	margin-bottom: 50px;
}
.post_link_wrapper p {
	color: #108FBF;
}
.post_link_wrapper h3 + p {
	color: #000000;
}
.post_link_wrapper:hover p {
	color: #F5CC2A;
}
.post_link_wrapper:hover h3 + p {
	color: #000000;
}
.img_wrapper {
	display: block;
	position: relative;
	margin: 0 auto 15px auto;
	max-width: 591px;
}
.col-md-3 .img_wrapper {
	max-width: 284px;
}
.img_wrapper img {
	display: block;
	margin: 0 auto;
}
.img_wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(25,87,120,.6);
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.post_link_wrapper:hover .img_wrapper:after {
	opacity: 1;
}
.post_link_wrapper.wide p {
	margin-bottom: 39px;
}
.post_link_wrapper:hover h3 {
	text-decoration: underline;
}
.single_content {
	margin: 0 auto;
	max-width: 796px;
}
.result_cat_title {
	font-size: 20px;
	font-size: 2.0rem;
	font-family: 'Open Sans Condensed', sans-serif;
}
.result_cat_wrapper:last-child span {
	display: none;
}
.testimonial_outer_page {
	margin-bottom: 100px;
}
.testimonial_wrapper_page {
	border:3px solid #09678B;
	border-radius: 50px;
	margin-bottom: 95px;
	position: relative;
	padding: 50px 0 40px 0;
}
.testimonial_wrapper_inner_page {
	padding: 0 20px;
}
.testimonial_wrapper_page:after {
	position: absolute;
	bottom: -84px;
	left: 10%;
	height: 84px;
	width: 116px;
	content: '';
	background: url(img/testimonial_left.png) top center no-repeat;
}
.testimonial_outer_page:nth-child(even) .testimonial_wrapper_page {
	border:3px solid #F5CC2A;
}
.testimonial_outer_page:nth-child(even) .testimonial_wrapper_page:after {
	position: absolute;
	bottom: -84px;
	right: 10%;
	left: auto;
	height: 84px;
	width: 116px;
	content: '';
	background: url(img/testimonial_right.png) top center no-repeat;
}
.testimonial_outer_page h2, .testimonial_outer_page h3 {
	margin-bottom: 0;
	/*color: #09678B;*/
    color: #333;
}
.testimonial_outer_page:nth-child(even) h2, .testimonial_outer_page:nth-child(even) h3 {
	color: #333;
	text-align: right;
}
.alm-load-more-btn.done {
	display: none !important;
}
.attorney_photo_single {
	margin: 0 auto;
	max-width: 385px;
	display: block;
}
.attorney_contact_wrapper {
	margin: 0 auto 15px auto;
	max-width: 385px;
	padding: 15px 10px 5px 10px;
	background: #D1D3D4;
}
.attorney_contact_wrapper a:link, .attorney_contact_wrapper a:visited {
	color: #09678B;
	font-weight: 300;
	vertical-align: middle;
	display: block;
	margin-bottom: 10px
}
.attorney_contact_wrapper a i {
	font-size: 2em;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top; 
}
.attorney_contact_wrapper a span {
	padding-top: 8px;
	display: inline-block;
}
.attorney_contact_wrapper a i.fa-envelope {
	margin-left: 4px;
}
.collapseomatic {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
.colomat-hover {
	text-decoration: none;
}
.collapseomatic_content {
	padding:50px 0 60px 0;
	margin: 0;	
}
.hanging_indent_wrapper p {
	text-indent: -30px;
	padding-left: 30px
}
.attorney_wrapper {
	display: block;
	margin: 0 auto;
	max-width: 385px;
}
.hover_wrapper {
	position: relative;
	display: block;
}
.hover_wrapper:after {
	position: absolute;
	z-index: 2;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(25,87,120,.6);
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.hover_wrapper .hover_content {
	display: block;
	z-index: 3;
	position: absolute;
	width: 80%;
	max-width: 214px;
	padding-top: 10px;
	height: 60px;
	vertical-align: middle;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	border:2px solid #FCF085;
	color: #FCF085;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.attorney_wrapper:hover .hover_wrapper .hover_content, .attorney_wrapper:hover .hover_wrapper:after {
	opacity: 1;
}
.practice_area_wrapper {
	position: relative;
	display: block;
	margin: 0 auto 20px auto;
	max-width: 591px;
}
.practice_area_wrapper:after {
	position: absolute;
	z-index: 2;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #195778;
	opacity: .5;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.practice_area_wrapper:hover:after {
	opacity: .8;
}
.practice_area_wrapper .hover_content {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 75px;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.practice_area_wrapper .hover_content h2 {
	color: #fff;
	margin-bottom: 10;
	text-align: center;
	vertical-align: middle;
}
.practice_area_wrapper:hover .hover_content h2 {
	color: #FCF085;
}
.practice_area_wrapper .hover_content h2 .practice_area_icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}
.practice_area_wrapper .hover_content h2 .practice_area_title_inner {
	padding-top: 16px;
	display: inline-block;
}
.practice_area_wrapper .hover_excerpt {
	color: #fff;
	max-width: 500px;
	height: 0;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.practice_area_wrapper:hover .hover_excerpt {
	height: auto;
}
.practice_area_wrapper:hover .hover_content {
	height: 168px;
}
.practice_area_personal-injury-lawyer-columbia-mo .practice_area_icon {
	background: url(img/icon_personal-injury_white.png) center center no-repeat;
	background-size: contain;
}
.practice_area_workers-comp-lawyer-missouri .practice_area_icon {
	background: url(img/icon_workers-compensation_white.png) center center no-repeat;
	background-size: contain;
}
.practice_area_employment-lawyer-columbia-mo .practice_area_icon {
	background: url(img/icon_employment_white.png) center center no-repeat;
	background-size: contain;
}
.practice_area_overtime-lawyer .practice_area_icon {
	background: url(img/icon_wage-hour_white.png) center center no-repeat;
	background-size: contain;
}
.practice_area_mass-torts-lawyers .practice_area_icon {
	background: url(img/icon_mass-torts_white.png) center center no-repeat;
	background-size: contain;
}
.practice_area_class-action-lawsuit-lawyers .practice_area_icon {
	background: url(img/icon_class-actions_white.png) center center no-repeat;
	background-size: contain;
}


.practice_area_wrapper:hover .practice_area_personal-injury-lawyer-columbia-mo .practice_area_icon {
	background: url(img/icon_personal-injury_hover.png) center center no-repeat;
	background-size: contain;
}
.practice_area_wrapper:hover .practice_area_workers-comp-lawyer-missouri .practice_area_icon {
	background: url(img/icon_workers-compensation_hover.png) center center no-repeat;
	background-size: contain;
}
.practice_area_wrapper:hover .practice_area_employment-lawyer-columbia-mo .practice_area_icon {
	background: url(img/icon_employment_hover.png) center center no-repeat;
	background-size: contain;
}
.practice_area_wrapper:hover .practice_area_overtime-lawyer .practice_area_icon {
	background: url(img/icon_wage-hour_hover.png) center center no-repeat;
	background-size: contain;
}
.practice_area_wrapper:hover .practice_area_mass-torts-lawyers .practice_area_icon {
	background: url(img/icon_mass-torts_hover.png) center center no-repeat;
	background-size: contain;
}
.practice_area_wrapper:hover .practice_area_class-action-lawsuit-lawyers .practice_area_icon {
	background: url(img/icon_class-actions_hover.png) center center no-repeat;
	background-size: contain;
}
.icon_link a {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.icon_link .icon_wrapper {
	display: inline-block;
	width: 75px;
	height: 75px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	padding: 10px;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.icon_link .text_wrapper {
	display: inline-block;
	width: calc(100% - 90px);
	margin-left: 90px;
	line-height: 140%;
	/*min-height: 75px;
	vertical-align: top;
	padding-top: 18px;*/
	vertical-align: middle;
	color: #09678B'
}
.icon_link:hover a {
	color: #195778;
}
.icon_link .icon_wrapper .icon_wrapper_inner {
	display: block;
	width: 55px;
	height: 55px;
}
.icon_link:hover .icon_wrapper {
	background: #09678B;
}

.icon_wrapper_personal-injury-lawyer-columbia-mo .icon_link .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_personal-injury.png) center center no-repeat;
	background-size: contain;
}
.icon_wrapper_personal-injury-lawyer-columbia-mo .icon_link:hover .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_personal-injury_hover.png) center center no-repeat;
	background-size: contain;
}

.icon_wrapper_workers-comp-lawyer-missouri .icon_link .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_workers-compensation.png) center center no-repeat;
	background-size: contain;
}
.icon_wrapper_workers-comp-lawyer-missouri .icon_link:hover .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_workers-compensation_hover.png) center center no-repeat;
	background-size: contain;
}

.icon_wrapper_employment-lawyer-columbia-mo .icon_link .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_employment.png) center center no-repeat;
	background-size: contain;
}
.icon_wrapper_employment-lawyer-columbia-mo .icon_link:hover .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_employment_hover.png) center center no-repeat;
	background-size: contain;
}

.icon_wrapper_overtime-lawyer .icon_link .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_wage-hour.png) center center no-repeat;
	background-size: contain;
}
.icon_wrapper_overtime-lawyer .icon_link:hover .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_wage-hour_hover.png) center center no-repeat;
	background-size: contain;
}

.icon_wrapper_mass-torts-lawyers .icon_link .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_mass-torts.png) center center no-repeat;
	background-size: contain;
}
.icon_wrapper_mass-torts-lawyers .icon_link:hover .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_mass-torts_hover.png) center center no-repeat;
	background-size: contain;
}

.icon_wrapper_class-action-lawsuit-lawyers .icon_link .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_class-actions.png) center center no-repeat;
	background-size: contain;
}
.icon_wrapper_class-action-lawsuit-lawyers .icon_link:hover .icon_wrapper .icon_wrapper_inner {
	background: url(img/icon_class-actions_hover.png) center center no-repeat;
	background-size: contain;
}
#news_slider_wrapper {
	position: relative;
}
#news_slider_wrapper button {
	width:26px;
	height: 61px;
	border: 0 none;
	text-indent: -999em;
	background-color: none;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
#news_slider_wrapper button#goToPrevSlide {
	background: url(img/slide_prev.png) left center no-repeat;
	left: -26px;
}
#news_slider_wrapper button#goToNextSlide {
	background: url(img/slide_next.png) right center no-repeat;
	right: 0;
}
.home_icon_wrapper_outer .icon_link {
	margin-bottom: 7px;
}
.home_header_phone {
	display: none;
}
.home_header_phone_mobile {
	display: inline;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 82px;
    right: -30px;
    padding-top: 50px;
}
.home_icon_wrapper_outer .icon_link .text_wrapper {
	line-height: 120%;
	font-weight: 400;
}
.result_cat_wrapper_outer.cat_personal-injury-featured, .result_cat_wrapper_outer.cat_workers-compensation-featured, .result_cat_wrapper_outer.cat_employment-featured, .result_cat_wrapper_outer.cat_wage-hour-featured, .result_cat_wrapper_outer.cat_mass-torts-featured, .result_cat_wrapper_outer.cat_class-actions-featured {
	display: none;
}
#frm_field_190_container {
    margin: 0;
}
#form_contact-form276da8a2c9e fieldset {
    padding-bottom: 0;
}
#sub-sub-practice-areas-callout .divider {
    border-bottom: 1px solid #09678B;
    margin: 20px 0;
}

		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			/* TYPOGRAPHY
			===========================================  */
			body {				
			}
			h1, h1.entry-title, .h1_size, .testimonial_title {
				font-size: 50px;
				font-size: 5rem;
			}
			h2, .h2, .blog_title {
				font-size: 40px;
				font-size: 4rem;
			}
			h3, .h3 {
				font-size: 30px;
				font-size: 3.0rem;
			}
			h4, .h4 {
				font-size: 28px;
				font-size: 2.8rem;
			}
			h5, .h5 {
				font-size: 22px;
				font-size: 2.2rem;
			}
			h6, .h6 { 
				font-size: 20px;
				font-size: 2.0rem;
			}
			p {
				font-size: 18px;
				font-size: 1.8rem;
			}
			.testimonial_wrapper_inner p, .testimonial_wrapper_inner_page p {
				font-size: 25px;
				font-size: 2.5rem;
			}
			
			.home_header_phone_mobile {
				display: inline;
				position: absolute;
				top: 0;
				bottom: 0;
				margin: 82px;
				right: -40px;
				padding-top: 33px;
			}
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 15px;
				padding-bottom: 15px;
				width: auto;
				max-width: 300px;
			}
			#branding-container a.brand {
				font-size: 30px;
				color: #000000;
			}
			
			/* HOME SLIDER
			==========================================  */
			div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
				height: 70vh;
			}	
			div#homefeatured .slideDesc .slideTitle {
				font-size: 40px;
				font-size: 4.0rem;
				margin-bottom: 15px;
			}
			div#homefeatured .slideDesc .slideText {
				font-size: 25px;
				font-size: 2.5rem;
			}
			
		  	/* NAVIGATION
			==========================================  */
			#mobile_menu {
				height: 68px;
			}
			
			/* SCROLL STICK NAVIGATION
			==========================================  */
			#navigation {
				margin-top:0;
				margin-bottom:0px;
			}
			#navigation.affix {
				margin-top:0;
				width: 100%;
			}
			#navigation.affix #branding-container {
				max-width: 140px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#navigation .navbar {
				margin-bottom: 0;
			}
			#navigation.affix #main_nav {
				float: right;
				padding-top: 4px;
			}
			#navigation.affix #main_nav ul {
				clear: none;
				float: right;
			}
			#navigation.affix #main_nav a {
		    	font-size: 12px;
				font-size: 1.2rem;
		    	padding: 10px 8px;
		    }
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}

			/* CONTENT SECTIONS
			==========================================	*/

			/* BLOG
			==========================================  */

			/* SIDEBARS
			==========================================  */

			/* IMAGES
			==========================================	*/

			img.alignleft{
				float:left;
				display:block;
				margin: 0 15px 25px 0;
			}
			.wp-caption.alignleft{
				float:left;
				display:block;
				margin: 5px 15px 25px 0;
			}
			img.alignright {
				float:right;
				display:block;
				margin:0 0 25px 15px;
			}
			.wp-caption.alignright{
				float:right;
				display:block;
				margin: 5px 0 25px 15px;
			}
			img.aligncenter, .wp-caption.aligncenter{
				float:none;
				display:block;
				margin: 0 auto 25px auto;
			}
			
			/* CONTENT
			==========================================  */
			
			.mobile_show {
				display: none !important;
			}
			.mobile_hide {
				display: block !important;
			}
			.testimonial_wrapper_inner, .testimonial_wrapper_inner_page {
				padding: 0 40px;
			}
			.col-md-6:nth-child(odd) {
				clear: left;
			}
			.team_what_we_do, .center_row {
				text-align: center;
			}
			.team_what_we_do .col-md-4 {
				display: inline-block;
				width: 32.5%;
				float: none;
			}	
			.center_row .col-sm-6 {
				float: none;
				display: inline-block;
				width: 49.5%;
			}
			.collapseomatic {
				font-size: 13px;
				font-size: 1.35rem;
			}			
			/*.img_wrapper {
				min-height: 394px;
			}*/



		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {
				    
				    /* TYPOGRAPHY: HEADINGS
					==========================================  */
					/* TYPOGRAPHY: PARAGRAPHS
					==========================================  */
					/* TYPOGRAPHY: LIST ITEMS
					==========================================  */
					/* TYPOGRAPHY
					===========================================  */

					/* HEADER
				    ==========================================  */
					.navbar-header {
						float: none;
					}
				    #branding-container {
				    	max-width: 100%;
						width: 100%;
						float: none;
						padding-bottom: 0;
						padding-top: 35px;
				    }
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #fff;
				    }
					#header_content_wrapper {
						padding-top: 20px;
						text-align: center;
					}
					.home_header_phone {
						display: block;
					}
					.home_header_phone_mobile {
						display: none;
					}
					/* HOME SLIDER
					==========================================  */
					div#homefeatured .carousel-control {
				    	height: 100px;
						width: 30px;
					}
					div#homefeatured .carousel-control.left {
						left: 7%;
					}
					div#homefeatured .carousel-control.right {
						right: 7%;
					}
				    

				    /* TOP NAVIGATION
				    ==========================================  */
				    #navbarTop, #navbarBottom, #footer_nav {
				    	display: block;
				    }
					#navbarTop.navbar, #navbarBottom.navbar {
				    	border-radius: 0px;
					}
				    #navbarTop.navbar .container, #navbarBottom.navbar .container {
				    	position: relative;
				    }					
					#top_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #top_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
				    #top_nav a:link, #top_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	font-size: 1.7rem;
				    	padding: 15px 10px;
				    	text-transform: uppercase;
				    	color: #666;
				    	font-weight: 400;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #top_nav a:hover, #top_nav a:active, #top_nav a:focus, #top_nav > ul > li.active > a {
				    	color: #000000;
				    	text-decoration:none;
				    	/* if you have different color for Nav link hover state, change it here */
				    }  


				    /* MAIN NAVIGATION
				    ==========================================  */
				    #main_nav {
				    	display: block;
						padding-top: 0px;
				    }
				    
				    #main_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
						text-align: center;
						display: block;
						clear: both;
				    }
				    #main_nav ul li {
				    	float: none;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: inline-block;
				    	position: relative;
				    }
					#main_nav ul ul {
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: rgba(9,103,139,.75);
				    	margin: 0;
				    	padding: 0;
                        right: 0;
				    	width: 350px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border-left: 2px solid rgb(9,103,139);
				    	border-bottom: 2px solid rgb(9,103,139);
				    	border-right: 2px solid rgb(9,103,139);
				    }
					#main_nav ul li:hover ul {
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
						text-align: left;
					}
					#main_nav ul ul li {
				    	float: none;
						display: block;
						text-align: left;
				    }
				    #main_nav a:link, #main_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 14px;
						font-size: 1.4rem;
				    	padding: 10px 10px;
				    	text-transform: uppercase;
				    	color: #fff;
						border: 2px solid transparent;
					}
					#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li:hover > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #fff;
				    	text-decoration:none;
						border: 2px solid #FFED50;
				    }
					#main_nav > ul > li.active > a {
						color: #FCF085;
					}
					.single #main_nav ul li.active a:link, .single #main_nav ul li.active a:visited, .archive #main_nav ul li.active a:link, .archive #main_nav ul li.active a:visited {
						color: #fff;
					}
					.single #main_nav ul li.active a:hover, .single #main_nav ul li.active a:active, .archive #main_nav ul li.active a:hover, .archive #main_nav ul li.active a:active {
				    	color: #fff;
					}
				    #main_nav ul ul li a:link, #main_nav ul ul li a:visited {
				    	padding: 5px 15px;
				    	width: 100%;
						display: block;
						border: 0 none;
						text-align: left;
				    } 
					#main_nav ul ul li a:hover, #main_nav ul ul li a:active {
						border: 0 none;
						color: #FCF085;
					}
					#mobile_menu {
				    	display: none;
				    }
					
					/* PAGEBREAKS
					====================================  */
					.pagebreak_left_content, .pagebreak_left_img {
						float: left;
						width: 50%;
					}
					.pagebreak_right_content, .pagebreak_right_img {
						float: right;
						width: 50%;
					}

				    /* FOOTER
				    ==========================================  */
					footer.site-footer {
						text-align: left;
					}
					.footer_logo a {
						vertical-align: middle;
						text-align: center;
						display: block;
						padding: 10px 0;
					}
					.footer_logo a img {
						vertical-align: middle;
						display: inline;
						text-align: center;
					}
					#credits span {
						display:inline;
						height:auto;
						overflow:hidden;
					}
				    #footer_nav {
				    	display: table;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #footer_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
					#footer_nav a:link, #footer_nav a:visited {
				    	display:inline-block;
				    	margin:0;
				    	text-decoration:none;
				    	font-size: 12px;
				    	font-size: 1.2rem;
				    	padding: 0 7px 10px 7px;
						text-transform: uppercase;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
				    	text-decoration:none;
						color: #FCF085;
				    	/* if you have different color for Nav link hover state, change it here */
				    }
					#footer_nav ul li:first-child a {
						padding-left:0;
					}
					#footer_nav ul li:last-child a {
						padding-right:0;
					}

					/* BUTTONS
				    ==========================================  */
				    a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button, .wp-block-button.large, .btn-mayecreate {
				    	display: table;
						margin: 0 15px 20px 0;
						font-size: 25px;
						font-size: 2.5rem;
				    }
					a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited {
						font-size: 35px;
						font-size: 3.5rem;
					}
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-4 a.btn-mayecreate:link, .col-md-4 a.btn-mayecreate:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate:link, .col-md-3 a.btn-mayecreate:visited, .col-md-4 .wp-block-button, .col-md-3 .wp-block-button, .btn-mayecreate.center:link, .btn-mayecreate.center:visited  {
						margin: 0 auto 20px auto;
				    }
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 .wp-block-button.large, .col-md-4 .wp-block-button.large {
						display: block;
				    }		
					.single_invest_button {
						margin-top: 100px !important;
					}
					.left_button {
						margin: 0 15px 20px 0 !important;
					}
					/* HOME SLIDER
					==========================================  */
					div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
						height: 80vh;
					}	
					div#homefeatured .slideDesc .slideTitle {
						font-size: 50px;
						font-size: 5.0rem;
					}
					div#homefeatured .slideDesc .slideText {
						font-size: 30px;
						font-size: 3rem;
					}

					/* CONTENT
				  	==========================================  */
					.testimonial_wrapper_inner, .testimonial_wrapper_inner_page {
						padding: 0 60px;
					}
					.team_what_we_do .col-md-4.col-lg-2 {
						display: inline-block;
						width: 16%;
						float: none;
					}
					.collapseomatic {
						font-size: 18px;
						font-size: 1.8rem;
					}
					.practice_area_wrapper .hover_content h2 .practice_area_icon {
						width: 75px;
						height: 75px;
						vertical-align: top;
					}
					#scroll_message {
						display: block;
						position: absolute;
						z-index: 9999;
						bottom: 80px;
						left: 0;
						right: 0;
						height: 70px;
						width: 260px;
						margin: auto;
						text-align: center;
						padding-bottom: 30px;
						background: url(img/scroll_more.png) bottom center no-repeat;
						opacity: 1;
					}
					#scroll_message:hover {
						opacity: 1;
					}
					#scroll_message h6 {
						color: #fff;
					}
					.hanging_indent_wrapper p {
						text-indent: -60px;
						padding-left: 60px
					}
					
					#header_content_wrapper a, #header_content_wrapper a:link, #header_content_wrapper a:visited {
						text-decoration: none;
					}
				}

					@media (min-width: 1025px) {
						.pagebreak .pagebreak_left_img, .pagebreak .pagebreak_right_img {
							min-height: 250px;
							max-height: 100%;
						}
						
						.mobile_show {
							display: none;
						}
					}

						/* Large devices (large desktops, 1200px and up) */
						@media (min-width: 1200px) { 
						    
						    /* TYPOGRAPHY: HEADINGS
							==========================================  */
							/* TYPOGRAPHY: PARAGRAPHS
							==========================================  */
							/* TYPOGRAPHY: LIST ITEMS
							==========================================  */
							
							/* TYPOGRAPHY
							===========================================  */
							body {
								font-size: 20px;
								font-size: 2.0rem;
							}
							h1, h1.entry-title, .h1_size, .testimonial_title {
								font-size: 65px;
								font-size: 6.5rem;
							}
							h2, .h2 {
								font-size: 48px;
								font-size: 4.8rem;
							}
							.home_h2 {
								font-size: 42px;
								font-size: 4.2rem;
							}
							h3, .h3 {
								font-size: 38389px;
								font-size: 3.8rem;
							}
							h4, .h4 {
								font-size: 30px;
								font-size: 3.0rem;
							}
							h5, .h5 {
								font-size: 25px;
								font-size: 2.5rem;
							}
							h6, .h6 { 
								font-size: 28px;
								font-size: 2.8rem;
							}
							p {
								font-size: 20px;
								font-size: 2.0rem;
							}
							.icon_link .text_wrapper {
								font-size: 25px;
								font-size: 2.5rem;
							}
							.testimonial_wrapper_inner p, .testimonial_wrapper_inner_page p {
								font-size: 35px;
								font-size: 3.5rem;
							}
							.page-template-page-testimonials .testimonial_wrapper_inner_page p {
								font-size: 28px;
								font-size: 2.8rem;
							}

							/* HEADER
						    ==========================================  */
							.navbar-header {
								float: left;
							}
							#main_nav {
								padding-top:30px;
							}
							#main_nav {
								clear: none;
								float: right;
							}
							#main_nav a:link, #main_nav a:visited {
								padding: 10px 5px;
							}
						    #branding-container {
						      max-width: 270px;
						    }
						    #branding-container a.brand{
						      font-size: 38px;
						    }
							#navigation.affix #branding-container {
								max-width: 250px;
							}
							#navigation.affix #navbarBottom #main_nav {
								padding-top: 14px;
							}
							#navigation.affix #main_nav a {
								font-size: 13px;
								font-size: 1.3rem;
								padding: 10px 8px;
							}
							.home_header_phone {
								text-align: right;
							}
							
							
							/* HOME SLIDER
							==========================================  */
							div#homefeatured .carousel-control {
						    	height: 125px;
								width: 35px;
							}
							div#homefeatured .carousel-control.left {
								left: 10%;
							}
							div#homefeatured .carousel-control.right {
								right: 10%;
							}
							
							/* FOOTER
						    ==========================================  */
							#footer_nav a:link, #footer_nav a:visited {
								font-size: 15px;
								font-size: 1.5rem;
							}
							
							/* HOME SLIDER
							==========================================  */
							div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
								height: 100vh;
							}	
							div#homefeatured .slideDesc .slideTitle {
								font-size: 60px;
								font-size: 6.0rem;
							}
							div#homefeatured .slideDesc .slideText {
								font-size: 3.5px;
								font-size: 3.5rem;
							}
	
							/* CONTENT
						  	==========================================  */
							.testimonial_wrapper_inner, .testimonial_wrapper_inner_page {
								padding: 0 80px;
							}
							.post_link_wrapper.wide {
								position: relative;
							}
							.post_link_wrapper.wide .col-md-6, .post_link_wrapper.wide .col-md-9 {
								position: static;
							}	
							.collapseomatic {
								font-size: 14px;
								font-size: 1.4rem;
							}	
							.center_row .col-sm-6.col-lg-4 {
								float: none;
								display: inline-block;
								width: 33%;
							}
							.home_column {
								position: relative;
							}
							.home_column:after {
								position: absolute;
								right: 0;
								left: 0;
								top: 0;
								margin: auto;
								content: '';
								width: 4px;
								height: 100%;
								background: #D1D3D4;
								display: block;
								opacity: 1;
							}
							.home_column .col-lg-6:first-child {
								padding-right: 35px;
							}
							.home_column .col-lg-6:nth-child(2) {
								padding-left: 35px;
							}
							.what_we_do_wrapper:link .page_title, .what_we_do_wrapper:visited .page_title {
								min-height: 58px;
							}
							
							/* PAGEBREAKS
							=========================================== */
							.pagebreak_left_content, .pagebreak_right_content, .pagebreak_rwhite_content {
								width: calc(100% / 3 * 2);
							}
							.pagebreak_left_img, .pagebreak_right_img, .pagebreak_rwhite_img {
								width: calc(100% / 3);
							}
							
							
							
						}
						
								@media (min-width: 1550px) {

									/* Place to add stylesheets if you want to target monitors 
									bigger than a desktop. */
									#footer_nav a:link, #footer_nav a:visited {
										font-size: 2px;
										font-size: 2rem;
										padding: 0 9px 10px 10px;
									}
									.footer_logo a {
										padding: 0;
									}
									#branding-container {
										max-width: 400px;
									}
									#main_nav {
										padding-top: 50px;
									}
									#main_nav a:link, #main_nav a:visited {
										padding: 10px 8px;
										font-size: 17px;
										font-size: 1.7rem;
									}
									
									#navigation.affix #branding-container {
										max-width: 320px;
									}
									#navigation.affix #navbarBottom #main_nav {
										padding-top: 18px;
									}
									#navigation.affix #main_nav a {
										font-size: 16px;
										font-size: 1.6rem;
									}
									.testimonial_wrapper_inner, .testimonial_wrapper_inner_page {
										padding: 0 100px;
									}		
									.collapseomatic {
										font-size: 18px;
										font-size: 1.8rem;
									}
									div#homefeatured .slideDesc .slideTitle {
										font-size: 75px;
										font-size: 7.5rem;
									}
									/*.post_link_wrapper.wide .col-md-6 .btn-mayecreate {
										position:absolute;
										bottom: 0;
										left: calc(50% + 15px);
										margin-bottom: 0;
									}
									.post_link_wrapper.wide .col-md-9 .btn-mayecreate {
										position:absolute;
										bottom: 0;
										left: calc(25% + 5px);
										margin-bottom: 0;
									}*/
									.post_link_wrapper.wide .img_wrapper {
										margin-bottom: 0;
									}
                                    #sub-sub-practice-areas-callout {
                                        position: fixed;
                                        top: 330px;
                                        right: 0;
                                        max-width: 330px;
                                        padding: 20px;
                                        z-index: 999;
                                    }
                                    #sub-sub-practice-areas-callout .container, #sub-sub-practice-areas-callout .row, #sub-sub-practice-areas-callout .col-md-12 {
                                        width: 100%;
                                        max-width: 100%;
                                        margin: 0;
                                        padding: 0;
                                    }
                                    #sub-sub-practice-areas-callout * {
                                        margin-bottom: 10px;
                                    }
                                    #sub-sub-practice-areas-callout div, #sub-sub-practice-areas-callout input, #sub-sub-practice-areas-callout label {
                                        display: block;
                                        width: 100%;
                                        float: none;
                                    }
                                    #sub-sub-practice-areas-callout input, #sub-sub-practice-areas-callout label {
                                        margin-bottom: 5px;
                                    }
                                    #sub-sub-practice-areas-callout h4 {
                                        font-size: 20px;
                                        font-size: 2.0rem;
                                    }
                                    #sub-sub-practice-areas-callout h5 {
                                        font-size: 18px;
                                        font-size: 1.8rem;
                                    }
                                    #sub-sub-practice-areas-callout .divider {
                                        margin: 10px 0;
                                    }
                                    #sub-sub-practice-areas-callout #frm_field_190_container label {
                                        display: none;
                                    }
                                    #sub-sub-practice-areas-callout button.frm_button_submit {
                                        display: block;
                                        width: 100%;
                                        padding: 5px 20px;
                                    }
                                    #sub-sub-practice-areas-callout #frm_field_189_container {
                                        font-size: 12px;
                                        font-size: 1.2rem;
                                        line-height: 140%;
                                        margin-bottom: 20px;
                                    }
								}
								
									@media (min-width: 1758px) {

										/* Place to add stylesheets if you want to target monitors 
										bigger than a desktop. */
										#main_nav a:link, #main_nav a:visited {
											padding: 10px 10px;
											font-size: 20px;
											font-size: 2rem;
										}		
										.collapseomatic {
											font-size: 20px;
											font-size: 2rem;
										}
										.what_we_do_wrapper:link .page_title, .what_we_do_wrapper:visited .page_title {
											min-height: 0px;
										}
									}




