* {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility}

/* Responsive Scaling */
@media(max-width:767px){
	html{font-size:8px;}
	body {padding-bottom:50px;}
}
@media(min-width:768px){
	html{font-size:8px;}
}
@media(min-width:992px){
	html{font-size:9px;}
}
@media(min-width:1200px){
	html{font-size:10px;}
}


/*
	MEDIA QUERIES FOR COMMON DEVICES
	https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
	https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/


	BUTTONS
	https://bootsnipp.com/snippets/5KeBE
	https://bootsnipp.com/snippets/l05nD
	https://bootsnipp.com/snippets/Oeo2N
	https://bootsnipp.com/snippets/vOVG7
	https://bootsnipp.com/snippets/1mo8Z

*/



/* Fallback font properties */
body, p, li {font-size:1.5rem; font-family:'Roboto', sans-serif; color:#000; line-height:2rem;}

/* Remove Default Margins */
h1, h2, h3, h4, h5, p, li, ul {margin:0;}

/* FORCE ELEMENT UNSTYLED */
.full-unstyled {background:0; background-color:transparent; background-image:none; border:0; border-style:none; border-width:0; border-radius:0; border-spacing:0; box-shadow:none; box-sizing:content-box; color:inherit; content:normal; direction:ltr; display:inline; empty-cells:show; float:none; font-family:inherit; font-size:inherit; font-weight:inherit; height:auto; -webkit-hyphens:none; -ms-hyphens:none; hyphens:none; left:auto; line-height:inherit; list-style:none; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; max-height:none; max-width:none; min-height:0; min-width:0; opacity:1; outline:0; outline-color:transparent; outline-style:none; outline-width:0; overflow:visible; overflow-x:visible; overflow-y:visible; padding:0; position:static; right:auto; text-align:inherit; text-align-last:auto; text-decoration:none;text-indent:0; text-shadow:none; top:auto; transition:none; transition-delay:0s; transition-duration:0s; transition-property:none; transition-timing-function:ease; vertical-align:baseline; white-space:normal; width:auto; word-spacing:normal; z-index:auto; appearance:none; -webkit-appearance:none; -moz-appearance:none;}


/* Fixes */
.container-fluid {max-width:1170px;}
a:focus, button:focus, *:focus {outline-width: 0;}
img{max-width:100%}
.text-bold {font-weight:bold;}
.text-italic {font-style:italic;}
.text-underline {text-decoration:underline;}
.text-large {font-size:20px;}
.text-larger {font-size:24px;}
.container-fluid {max-width:1170px;}
.btn-primary{color:#FFF;
background: linear-gradient(bottom, rgba(133,65,0, 0.99) 0%, rgba(145,78,0, 0.99) 50%, rgba(157,87,1, 0.99) 100%);
border:none!important;
}
.btn{padding:1rem 5rem;}

@media(max-width:767px){.btn-xs-block {display:block; width:100%;}}


/* FORM STUFF */
form label.error {color:#CC0000;}

/*POST-CONTENT CLASSES*/

.post-content {font-family:'Raleway',sans-serif;}
.post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3,
.post-content h4, .post-content .h4, .post-content h5, .post-content .h5{font-family:'Playfair Display', sans-serif}
.post-content p{font-family:'Raleway',sans-serif; font-weight:600;}
.post-content .subtitle{font-family:'Playfair Display',sans-serif;}
.post-content a{font-family:'Raleway',sans-serif; color:#00183e; text-decoration:underline; transition:all 600ms;}
.post-content a:hover{color:#9b5801;}
.post-content a.btn{color:#FFF; text-decoration:none!important; font-family:'Raleway', sans-serif;}
.post-content ul li, .post-content ul{font-family:'Raleway',sans-serif;}
.post-content ol, .post-content ol li{font-family:'Raleway',sans-serif; color:#333; font-size:1.6rem;}
.post-content p {line-height:2.6rem; font-size:1.6rem; margin-bottom:2rem; font-weight:500; color:#1d1d1d;}
.page-banner-inner .post-content p, .mid-content p{font-weight:600;}
.post-content h1, .post-content .h1 {font-size:5.3rem; margin-bottom:0.5rem; text-transform:capitalize; font-weight:500; line-height:6.3rem;}
@media(max-width:767px){
	.post-content h1, .post-content .h1{line-height:5.3rem;}
}
.post-content h2, .post-content .h2 {font-size:4.5rem;
	margin-bottom:0.5rem; line-height:4rem; text-transform:capitalize; font-weight:500; color:#00183e; line-height:6rem;}
.post-content h3, .post-content .h3 {font-size:3.8rem; margin-bottom:0.5rem; color:#00183e; text-transform:capitalize; font-weight:500; }


@media(max-width:767px){
	.post-content h2, .post-content .h2 {font-size:28px; line-height:35px;}
	.post-content h3, .post-content .h3{font-size:24px; line-height:32px;}
	.call-to-area span{font-size:20px;}
}
.post-content h4, .post-content .h4 {font-size:2.8rem; margin-bottom:0.5rem; color:#00183e; text-transform:capitalize; font-weight:500; }
.post-content h5, .post-content .h5 {font-size:1.7rem; margin-bottom:0.5rem; color:#00183e; text-transform:capitalize; font-weight:500; }
.post-content .subtitle {display:block; text-transform: uppercase; font-size:2.2rem; line-height:2.5rem; margin-bottom:2rem; font-weight:500; letter-spacing:5px; color:#b2b2b2;}
.post-content ul {padding:0; list-style-type:none; margin:0 0 2rem 0; margin-left:2rem; }
.post-content ul ul {margin-bottom:0; margin-left:1rem;}
/*.post-content ul li {list-style-type:none; line-height:3rem; font-size:1.6rem; color:#575757; text-indent:0rem;}
.post-content ul li:before {content:"●"; color:#9b5801; margin-right:0.5rem;}*/
.post-content .subtitle{display:block; text-transform:uppercase; font-size:1.8rem; line-height:2.5rem; margin-bottom:2rem; font-weight:500; letter-spacing:5px; color:#9b5801;}
.post-content ul li:before{content:""; background-color:#9b5801; margin-right:0.5rem; text-indent:-2rem; width:0.8rem; height:0.8rem; display:inline-block; position:absolute; border-radius:0.4rem; margin:0; left:-1.8rem; top:0.9rem;}

.post-content ul li {padding-left:2rem; font-size:1.6rem; color:#333; line-height:2.5rem; font-weight:400; margin-bottom:0.2rem; position:relative; padding-left:0rem; text-indent:0; }
.post-content ol li{margin-bottom:0.2rem;}
@media(min-width:768px){
	#post-10 .padded-row{padding-top:19rem;}
}


/* NAVBAR LOGO */
.navbar-logo { display:inline-block; /* width:15rem; height:8rem; */ background-size:cover;
  background: url('../images/logo.png');
  background: url('../images/logo.svg'), linear-gradient(transparent, transparent);
}
/*.navbar-logo img {opacity:0; visibility:hidden;}*/

/*NAVBAR*/
#header {background-color:#FFF; position:fixed; z-index:9999; top:0; left:0; right:0; height:auto; width:100%; transition:all 500ms; -webkit-transition:all 500ms; -moz-transition:all 500ms; box-shadow:0 4px 8px 0 rgba(0,0,0,0.3);border-bottom:5px solid #9b5800;}
/*.scroll #header, #header:hover, body.nav-toggled #header {background-color:rgba(0, 22, 43, 0.9);}*/

#header .navbar-toggle {margin: 0; position: absolute; top: 40px; right: 0; bottom: 0; width: 75px; padding: 0;}

.practice-areas-section a{text-decoration:none!important;}

#header #navbar {position:relative; padding:0;}
#header .header-number{position:absolute;  font-size:3rem; font-family:Droid Serif, sans-serif;top:2.5rem;right:24rem; z-index:20;}
@media(min-width:1200px){
	#header .header-number {top:2.3rem;}
}



#header .top-bar {background-color:#00183e;width:100%;padding:1.5rem 0;}
#header .top-bar p, #header .top-bar a {color:#fff;text-transform:uppercase;font-size:1.3rem;font-family:Raleway, sans-serif;}
#header .top-bar ul {list-style-type:none;margin:0;padding:0;}
#header .top-bar ul, #header .top-bar ul li, #header .top-bar p {display:inline;}
#header .top-bar img {padding-bottom:0.2rem;}
#top-bar-youtube-link {width: auto;max-height: 18px;}

#header .navbar-logo img {padding-bottom:2rem;}
#header .btn {font-size:1.2rem;padding:1rem 2rem;position:absolute;right:1rem;top:2rem;}

#header .header-number a{color:#000000;}
#header .header-number i{color:#9b5801; font-size:2.8rem; position:relative; top:2px;}
#header .header-number .fa-phone:before{margin-right:0.7rem;}
#navbar .primary-nav > li {display:inline-block; float:left; padding:0; margin:0;}
#navbar .primary-nav > li > a {display:inline-block; padding:0; color:#000; font-weight:700;  }
#navbar .primary-nav li > a {text-decoration:none!important; color:#000; transition:all 500ms; -webkit-transition:all 500ms; -moz-transition:all 500ms;}
#navbar .primary-nav li a > span {text-transform:uppercase; display:inline-block;  font-size:1.3rem;  padding:0 1rem; color:#000; transition:all 500ms; -webkit-transition:all 500ms; -moz-transition:all 500ms;}
#navbar .nav-call a {background-color:#0088c6; color:#FFF; border-right:0 !important;}
#navbar .nav-call a span {font-size:2.2rem!important; transition:all 500ms; color:#FFF;}
#navbar .nav-call .fa {color:#FFF; font-size:2.6rem; position:relative; top:0.2rem; transition:all 500ms; -moz-transition:all 500ms; -webkit-transition:all 500ms;}
#navbar .nav-call:hover a span {color:#0088c6!important; background-color:#FFF;}

#navbar .nav-spanish > a, #navbar .nav-english > a{margin-top:0!important; height:8rem;}
#navbar .nav-spanish a{background-color:#9b5801; color:#FFF!important; border-right:0 !important;}
#navbar .nav-spanish a span{font-size:1.4rem!important; transition:all 500ms; color:#FFF!important; text-decoration:underline; text-transform:capitalize!important; display:inline-block!important; line-height:inherit!important; letter-spacing:0.5px; padding:0 !important; text-align:center; width:90px;}
#navbar .nav-spanish:hover a span{color:#0088c6!important; background-color:#FFF;}
#navbar .nav-english a{background-color:#00183e; color:#FFF!important; border-right:0 !important;}
#navbar .nav-english a span{font-size:1.4rem!important; transition:all 500ms; color:#FFF!important; letter-spacing:0.5px; text-decoration:underline; text-transform:capitalize!important; display:inline-block!important; line-height:inherit!important; padding:0 !important; text-align:center; width:90px;}
#navbar .nav-english:hover a span{color:#0088c6!important; background-color:#FFF;}

#navbar .primary-nav li.dropdown .dropdown-menu {display: block; border: 0; border-radius: 0; margin: 0; padding:0; box-shadow: none; background-color: #00183e; overflow:hidden; max-height:0; height:auto; transition:max-height 2000ms; -webkit-transition:max-height 2000ms; -moz-transition:max-height 2000ms;}
#navbar .primary-nav li.dropdown .dropdown-menu li a {display:block; padding:0;}
#navbar .primary-nav li.dropdown .dropdown-menu li a:focus {background-color:transparent;}
#navbar .primary-nav li.dropdown .dropdown-menu li a > span {display:block; line-height:30px;  padding:0.8rem 2rem; font-size:14px; color:#FFF; font-weight:700; transition:all 500ms;}
#navbar .primary-nav li.dropdown:hover .dropdown-menu {display:block; max-height:1000px;}

#navbar .primary-nav li > a {font-family:Raleway, sans-serif;margin-top:6.5rem; height:4rem; line-height:4rem;}
#navbar .primary-nav li.dropdown .dropdown-menu li > a {margin-top:0;}

@media(min-width:768px){
	#navbar .primary-nav {cursor:pointer; position: absolute; bottom:1rem; right:2rem;margin:0; padding:0; list-style-type:none; display:inline-block;}
}
@media(min-width:992px){
	/*#navbar .primary-nav {right:23rem;}
	#navbar .primary-nav li > a {margin-top:5.5rem;}
	#header .btn {padding:2rem;top:2.5rem;}*/
}
@media(min-width:1200px){
	#navbar .primary-nav {right:3rem;bottom:0.5rem;}
	/*.browsername-safari #navbar .primary-nav {right:26rem;}*/
	#navbar .primary-nav li:hover > a, #navbar .primary-nav li.active > a{/*height:auto;*/ max-height:8rem;}
}


/*@media(min-width:992px) and (max-width:1199px){
	#navbar .primary-nav li:hover > a, #navbar .primary-nav li.active > a{/*height:auto;*/ /*max-height:9rem;}
	#navbar .primary-nav li > a {height:9rem;}
}
@media(min-width:768px) and (max-width:991px){
	#navbar .primary-nav li:hover > a, #navbar .primary-nav li.active > a{/*height:auto;*//* max-height:10rem;}
	#navbar .primary-nav li > a {margin-top:4rem; height:4rem; line-height:4rem;}
}*/
@media(min-width:768px){
	#navbar .primary-nav li > a {transition:all 500ms; -moz-transition:all 500ms; -webkit-transition:all 500ms; /*border-right:1px #FFF solid;*/}
	#navbar .primary-nav li:hover > a span, #navbar .primary-nav li.active > a span {background-color:#00183e; color:#FFF;}
	#navbar .primary-nav .nav-call a span {color:#FFF;}
	#navbar .primary-nav .nav-call:hover a span .fa {color:#0088c6;}
	#navbar .primary-nav li.dropdown .dropdown-menu li:last-of-type {padding-bottom:1rem;}
	#navbar .primary-nav li.dropdown .dropdown-menu li a {border-right:0!important; border-top:1px rgba(255,255,255,0.15) solid;}
	#navbar .primary-nav li.dropdown .dropdown-menu li a:last-of-type {border-bottom:1px rgba(255,255,255,0.15) solid;}

	#navbar .primary-nav li.dropdown .dropdown-menu li:hover a > span {padding:0.8rem 1.7rem 0.8rem 2.3rem;}


}

#header .navbar-toggle .icon-bar {background-color:#00183e; margin:4px auto;}
.close-nav {position: absolute; top: 0; width: 40px; line-height:32px; height: 32px; text-align:right; font-size:25px; border: 0; padding:0; margin:0; padding-right:5px; left: 260px; z-index: 999; color:#FFF; background-color:transparent; }
.close-nav:hover, .close-nav:focus, .close-nav:active {color:#80c4e3 !important;}




@media(max-width:767px){
	body {left:0; position:relative; transition:left 500ms; -moz-transition:left 500ms; -webkit-transition:left 500ms; }
	body.nav-toggled {left:300px;}
	body.nav-toggled #header {left:300px;}

	body.nav-toggled .mobile-contact-dbl .l1 {left:300px;}
	body.nav-toggled .mobile-contact-dbl .l2 {right:-300px;}
	#header {transition:all 500ms; -moz-transition:all 500ms; -webkit-transition:all 500ms; }
	#header #navbar {margin-top:2.4rem;/*overflow:scroll;*/z-index:999;}
	#header nav {background-color:#00183e;/*overflow:scroll;height:100%;*/}
	#navbar .primary-nav {/*position:static; width:100%; height:100%;*/height:77vh;overflow:auto;}
	#navbar .primary-nav > li {display:block; width:100%;}
	#navbar .primary-nav li a > span {font-size:14px;padding:0; line-height:24px; display:block; color:#FFF;}


	#navbar .primary-nav li a {display:block; color:#FFF; font-size:14px; line-height:24px; padding:2px; margin:0;width:100%; transition:all 500ms; }
	#navbar .primary-nav li a:hover, #navbar .primary-nav li a:hover > span, #navbar .primary-nav li a:active, #navbar .primary-nav li a:active span, #navbar .primary-nav li a:focus,
	#navbar .primary-nav li a:focus span {color:#FFF !important; background-color:transparent;}

	#navbar .primary-nav li.dropdown .dropdown-menu {width:100%; max-height:9999px; position:static; background-color:transparent !important; padding-bottom:5px;}
	#navbar .primary-nav li.dropdown .dropdown-menu li a {line-height:24px; padding:2px; background-color:transparent!important;}
	#navbar .primary-nav li.dropdown .dropdown-menu li a span {display:block; line-height:24px; padding:0; padding-left:15px; font-size:14px;}

}


#header .navbar-logo {display: inline-block; padding:4px 0; margin:0; position:relative; z-index:1001;}

@media(max-width:767px){
	#header .navbar-logo {width:240px; height:55px; padding:10px!important;top:0;}
	#header .navbar-toggle {width:65px;}
	#header {height:125px;}
}



/* FOOTER */
.mobile-contact a {width:100%; line-height:50px; height:50px; text-align:center; display:block; font-size:25px; background-color:#000; color:#FFF; text-decoration:none;}
.bottom-footer .container { text-align:center;}
.bottom-footer{padding-bottom:1rem;}
@media(min-width:768px){
	.f-left {float:left; text-align:left;}
	.f-right {float:right; text-align:right;}
}

/**************INDEX***************/

			/*POST-CONTENT*/
#post-1 .post-content p{font-family:'Raleway',sans-serif;}
#post-1 .post-content a{font-family:'Raleway',sans-serif; text-decoration:underline; transition:all 600ms;}
#post-1 #accordion a{font-family:'Playfair Display', serif!important;}
#post-1 .post-content ul{}
#post-1 .post-content ul ul{}
#post-1 .post-content ul li{}
#post-1 .post-content ul li:before{}
#post-1 .post-content ol{}
#post-1 .post-content ol ol{}
#post-1 .post-content ol li{}
/*#post-1 .post-content h1{font-size:5.3rem!important;}
#post-1 .post-content h2{font-size:5rem!important;}*/
#post-1 .post-content h3{}
#post-1 .post-content h4{}
#post-1 .post-content h5{}
#post-1 .post-content .subtitle{}
#post-1 #testimonial-banner p{font-family:'Playfair Display', serif!important;}
/*@media(min-width:992px) and (max-width:1199px){
	#post-1 .post-content h1{width:70%;}
}*/
@media(min-width:768px) and (max-width:991px){
	#post-1 #index-section-2 .subtitled-item p{line-height:1.7rem!important;}
	#index-section-2 .immigration-areas .row{padding-bottom:12px;}
}
/*@media(max-width:767px){
	#post-1 .post-content h1{font-size:34px!important;}
	#post-1 .post-content h2{font-size:30px!important;}
}*/
@media(max-width:360px){
	/*#post-1 .post-content h1{font-size:30px!important;}
	#post-1 .post-content h2{font-size:26px!important;}
	#post-1 .post-content h3{font-size:22px!important; line-height:30px!important;}*/
	#post-1 #accordion .panel-title a{font-size:17px; line-height:72px;}
}
/*INDEX-BANNER*/
#index-banner{background-image:url('../images/index-header-bg.jpg'); height:auto; /*min-height:69.5rem;*/ margin-top:9.4rem;background-repeat:no-repeat; background-size:cover; background-position:80%;}
#index-banner .box {background-color:rgba(1,23,60,0.7);}
#index-banner .border {border:1px solid #54647e;padding:2rem;}
#index-banner img {width:20%;margin-right:2rem;margin-top:4rem;}
#index-banner h1, #index-banner p {color:#fff;margin:0;}
#index-banner h1 {font-size:4rem;line-height:4.3rem;}
#index-banner .subheading {margin-top:0.5rem;font-weight:600;line-height:2.3rem;}
#index-banner .btn {font-size:1.2rem;padding:1rem 2rem;margin-top:1.5rem;}
@media(max-width:767px){
	#index-banner {height:70vh;position:relative;}
	#index-banner .box {margin-top:7rem;padding:1.5rem;position:absolute;bottom:0;}
	#index-banner h1, #index-banner p {text-align:center;}
	#index-banner h1 {font-size:25px!important;line-height:4rem;}
	#index-banner .subheading {font-size:12px;}
	.xs-no-pad {padding:0;}
	.col-sm-8 {position:static;}
}
@media(min-width:768px){
	#index-banner {margin-top:15.1rem;padding:13rem 0;background-position:60%;}
	#index-banner .box {padding:2rem;}
}
@media(min-width:992px){
	#index-banner {margin-top:14rem;background-position:55%;}
	#index-banner img {width:17%;}
}
@media(min-width:1200px){
	#index-banner {margin-top:13rem;background-position:45%;}
	#index-banner img {width:15%;}

}
/*#index-banner .mid-content .container{width:530px!important;}
#index-banner .mid-content{z-index:20; }
#index-banner .mid-content{}
#index-banner .mid-content h1, #index-banner .mid-content p, #index-banner .mid-content span {color:#FFF;}
#index-banner .mid-content p {text-align:left; display:block;}
#index-banner .right-content{background-color:#9b5801; transform:rotate(90deg); margin-left:70rem; text-align:center;}
#index-banner .right-content span{font-size:3.2rem;}
#index-banner .brown-border{background-color:#9b5801; height:5px; width:124%; margin-top:2rem; margin-bottom:2rem; margin-left:-25%;}
#index-banner .mid-overlay{background-image:url('/content/themes/default/_/img/site/index-header-box-bg.jpg'); background-repeat:no-repeat; min-height:38rem; height:auto; width:95%; margin-top:6rem; margin-bottom:12rem; margin-left:0; max-width:80rem; padding:0rem 3rem; float:left;}
#index-banner .caret-down{position:relative; left:50%; margin-left:50px;}


@media(min-width:1250px){
	#index-banner .mid-content h1{width:70%;}
}
@media(min-width:1200px){
	#index-banner .mid-overlay{width:54%;}
}
@media(max-width:1199px){
	#index-banner .mid-overlay {max-width:60%;}
	#index-banner .mid-content p{width:75%/*padding-right:14rem;*//*}

}
@media(max-width:1040px) and (min-width:992px){

}
@media(max-width:991px) and (min-width:768px){
	#index-banner .mid-overlay {max-width:100%;}

}

@media(max-width:767px){
	#index-banner .btn-primary{padding:0.8rem 3rem!important; margin-bottom:2rem;}
	#index-banner .mid-overlay {max-width:100%;}
	#index-banner .mid-content h1{text-transform:uppercase!important; font-size:34px;}
}
@media(min-width:582px) and (max-width:767px){
	#index-banner .mid-content h1{text-transform:uppercase!important; font-size:43px;}
}
@media(max-width:350px){
	#index-banner .mid-content h1{font-size:4rem;}
	#index-banner .mid-content p{padding-right:0rem;}
}
#index-banner .index-banner-sidebar {float:left; margin-top:6rem;}
#index-banner .index-banner-sidebar > span {display:inline-block; transform:rotate(90deg); -webkit-transform:rotate(90deg);  transform-origin: left top 0; -webkit-transform-origin:left top 0; /*background-color:#9b5801;*/ /*line-height:3.5rem; font-family:'Raleway',sans-serif; font-weight:600; color:#FFF; font-size:1.75rem; text-transform: uppercase; width:38rem; text-align:center; letter-spacing:3px; }
#index-banner .index-banner-sidebar > span > a{color:#fff!important; transition:all 500ms; display:block;}
#index-banner .index-banner-sidebar > span > a:hover{text-decoration:none; background-color:#286090; border-color:#204d74;}
#index-banner .index-banner-sidebar > span .first-link{background-color:#784401;}
#index-banner .index-banner-sidebar > span .second-link{background-color:#884e01;}
#index-banner .index-banner-sidebar > span .third-link{background-color:#9b5801;}*/
			/*INDEX-SECTION-1*/
/*@media(max-width:767px){
	#index-section-1 .top-section {background-image:none!important;}
}
#index-section-1 .top-section{background-image:url('/content/uploads/media/images/torres-portrait.jpg'); background-repeat:no-repeat; height:100%; min-height:67rem; background-position:bottom left; /*padding-top:8rem;*/
/*@media(min-width:1200px){
#index-banner .index-banner-sidebar > span .first-link{padding:0.8rem 0rem!important;}
#index-banner .index-banner-sidebar > span .second-link{padding:0.8rem 0rem!important;}
#index-banner .index-banner-sidebar > span .third-link{padding:0.8rem 0rem!important;}
}

@media(min-width:992px) and (max-width:1199px){
	#index-section-1 .top-section{background-position:0rem 1rem;}
	#index-banner .index-banner-sidebar > span .first-link{padding:0.7rem 0rem!important;}
	#index-banner .index-banner-sidebar > span .second-link{padding:0.7rem 0rem!important;}
	#index-banner .index-banner-sidebar > span .third-link{padding:0.7rem 0rem!important;}
	/*#index-banner .index-banner-sidebar > span .third-link{margin:-3.5rem 0;}
	#index-banner .index-banner-sidebar > span .first-link{margin:-3.5rem 0;}*/

/*}
@media(min-width:768px) and (max-width:991px){
	#index-section-1 .top-section{padding-top:4rem; background-position:-11rem center;}
	#index-section-1 .top-section{background-size:64%!important;}
	#index-banner .index-banner-sidebar > span .first-link{padding:0.7rem 0rem!important;}
	#index-banner .index-banner-sidebar > span .second-link{padding:0.7rem 0rem!important;}
	#index-banner .index-banner-sidebar > span .third-link{padding:0.7rem 0rem!important;}
}

@media(min-width:768px) and (max-width:838px){
	#index-banner .index-banner-sidebar > span{transform-origin:61rem 5rem 0; transform:rotate(90deg);}
}
#index-section-1 .top-section .post-content{text-align:center;}
#index-section-1 .bottom-section{background-image:url('/content/uploads/media/images/pattern.jpg');height:100%; min-height:67rem; }
#index-section-1 .bottom-section .post-content{padding-top:0;}
#index-section-1 .practice-areas-section .left-section, #index-section-1 .practice-areas-section .center-section, #index-section-1 .practice-areas-section .right-section {background-color:#00183e; text-align:center;}
#index-section-1 .practice-areas-section .title-1:after{margin:1rem 14rem!important;}
#index-section-1 .practice-areas-section .banner-title {font-size:2.8rem; line-height:4rem; height:8rem;}
#index-section-1 .bottom-section .bottom-section-title{text-align:center;}
#index-section-1 .panel-default > .panel-heading{background-color:inherit!important;}
#index-section-1 .panel{background-color:inherit; border:none;}
#index-section-1 .paragraph-container{padding-left:35rem;}
#index-section-1 .paragraph-container p{text-align:left}
#index-section-1 .paragraph-container h2{text-align:left!important;}
#index-section-1 .post-content .subtitle{letter-spacing:3px!important;}

#index-section-1 .banner-title {display:block; font-family:'Playfair Display',serif; font-size:5rem; line-height:5.5rem; color:#FFF; line-height:4rem;}

@media(max-width:1199px){
	#index-section-1 .post-content .subtitle{font-size:2.2rem;}
}
@media(max-width:991px){
	#index-section-1 .post-content .subtitle{font-size:1.8rem;}
}
@media(max-width:767px){
	#index-section-1 .paragraph-container{padding-left:0;}
	#index-section-1 .paragraph-container h2{text-align:left!important; font-size:4rem!important;}
	#index-section-1 .paragraph-container{}
	#index-section-1 .paragraph-container p{text-align:left;}
	#index-section-1 .bottom-section .bottom-section-title{margin-top:6rem;}
	#index-section-1{padding-top:3rem;}
	#index-section-1 .bottom-section .item {margin:0 -15px;}
	#index-section-1 .bottom-section .bottom-section-title img{padding-top:4rem;}
	#index-section-1 .post-content .subtitle{font-size:15px;}
	#index-section-1 .bottom-section .bottom-section-title h3{margin:10px 0 15px 0; font-size:28px; line-height:38px;}
}
			/*INDEX-SECTION-2*/
/*@media(max-width:1199px){

}


@media(max-width:767px){

}
#index-section-2 .section-title{text-align:center; padding-top:4rem; padding-bottom:3rem;}
#index-section-2 .immigration-areas{text-align:center;}

#index-section-2 .item{background-color:#00183e; border-bottom:8px #9b5801 solid;}
@media(min-width:992px){
	#index-section-2 .immigration-areas .row{margin-bottom:3rem;}
}

#index-section-2 .immigration-areas .item-content {line-height:10rem;}
#index-section-2 .immigration-areas .item-content.subtitled-item{line-height:7rem!important;}
@media(min-width:1200px){
	#index-section-2 .immigration-areas .item-content.subtitled-item p{line-height:2.6rem;}
}
@media(min-width:992px) and (max-width:1199px){
	#index-section-2 .immigration-areas .item-content.subtitled-item p{line-height:2.12rem;}
}
#index-section-2 .immigration-areas .item-content span{color:#FFF!important;}

#index-section-2 .immigration-areas .small-subtitle{font-size:1.2rem;}
#index-section-2 .immigration-areas .immigration-areas-titles{font-size:2rem;}
#index-section-2 .call-to-action-area {padding-bottom:7rem;}
#index-section-2 .call-to-action-area span{font-size:3.7rem; color:#00183e; line-height:3rem;}

#index-section-2 .call-to-action-area .btn-primary{padding:1rem 1.5rem;}
@media(min-width:768px) and (max-width:800px){
	#index-section-2 .call-to-action-area .btn-primary{padding:1rem 1rem; font-size:1.5rem!important;}
	#index-section-2 .call-to-action-area span{font-size:3.2rem;}
	.call-to-action-area .btn-primary{padding:1rem 1rem; font-size:1.5rem!important;}
	.call-to-action-area span{font-size:3.2rem;}
}
@media(max-width:767px){
	#index-section-2 .call-to-action-area span{line-height:4.5rem!important;}
	#index-section-2 .call-to-action-area .row div:first-child{text-align:center; padding-bottom:2rem;}
	#index-section-2 .call-to-action-area .btn-primary{}
	#index-section-2 .section-title{padding-bottom:0rem;}
	#index-section-2 .call-to-action-area{padding-top:6rem; padding-bottom:6rem!important;}
	#index-section-2 .call-to-action-area span{font-size:3rem;}
}
.call-to-action-area .btn-primary{padding:1rem 1.5rem;}*/
			/*TESTIMONIAL BANNER*/
#testimonial-banner{background-image:url('../images/testimonial-bg.jpg'); background-repeat:no-repeat; background-size:cover; padding:3.5rem 0;}
#post-1 #testimonial-banner{margin-bottom:4rem;}
#testimonial-banner .testimonial-title:after{display:block; content:" "; height:5px; margin:1rem 0; background-color:#9c5800;}
@media(min-width:1200px){
	#testimonial-banner .testimonial-title:after{width:86px;  margin-left:53.5rem;}
}
@media(max-width:1199px) and (min-width:992px){
	#testimonial-banner .testimonial-title:after{width:77px;  margin-left:48rem;}
}
@media(max-width:991px) and (min-width:768px){
	#testimonial-banner .testimonial-title:after{width:67px;  margin-left:41rem;}
}
@media(max-width:767px){
	#testimonial-banner .testimonial-title:after{width:54px;  margin:0 auto;}
}
#testimonial-banner .testimonial-title:after{}
#testimonial-banner .testimonial{padding:6rem 0;}
#testimonial-banner .testimonial-title{text-align:center;}
#testimonial-banner .testimonial-title p{color:#FFF; font-size:5rem; line-height:8rem;}
#testimonial-banner .review-carousel p {color:#FFF!important; text-align:center;}
#testimonial-banner .review-carousel .slide .slide-panel p{}
#testimonial-banner .review-carousel{padding-bottom:4rem;}
#testimonial-banner span.name{float:right;margin-top:5rem; font-size:3rem; font-family:'Playfair Display', sans-serif;}
#testimonial-banner .slick-list{max-height:800px}
#testimonial-banner .review-carousel .slick-dots{top:-35px;}
#testimonial-banner .slick-dotted.slick-slider{margin-top:40px;max-height:400px;}
#testimonial-banner .slick-dots li button:before{font-family:FontAwesome;content:'\f10c';color:#7c7c7e;font-size:1.5rem;}
#testimonial-banner .slick-dots li.slick-active button:before{font-family:FontAwesome;content:'\f111';color:#9b5801;font-size:1.5rem;}
#testimonial-banner .slick-prev{left:-10px;}
#testimonial-banner .slick-next {right:-10px;}
#testimonial-banner .testimonial-title:after{}
#testimonial-banner .slick-dots {text-align:center;}
#testimonial-banner .slick-dots ul {list-style-type:none; display:inline-block; margin:0 auto;}
#testimonial-banner .slick-dots li button {-webkit-appearance:none; background:transparent; border:0; padding:0;}

#testimonial-banner .slick-dots li {display:inline-block; color:transparent;}
#testimonial-banner .slick-dots li:before{display:none;}

@media(max-width:767px){
	#testimonial-banner .testimonial-title{padding-top:0rem!important;}
	#testimonial-banner .testimonial-title p{font-size:4rem!important; line-height:5rem!important;}
	#testimonial-banner .testimonial{padding-top:3rem; padding-bottom:3rem;}

}
/* BANNER TOP */
#banner-top {background:#337ab7;z-index:55;top:-80px;left:0; right:0; position:fixed;width:100%; text-align:center; transition:all 500ms; -webkit-transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms;}
#banner-top span {color:#FFF !important; pointer-events:none;font-weight:600;display:block;text-align:center;font-size:20px;line-height:60px; text-decoration:none; white-space:nowrap; text-transform:uppercase; width:100%; transition:all 500ms; -webkit-transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms;}
#banner-top a {color:#FFF !important; transition:all 500ms; -webkit-transition:all 500ms; -moz-transition:all 500ms; -o-transition:all 500ms;}
#banner-top:hover, #banner-top:focus, #banner-top:active {background-color:#2e6da4;}
@media (max-width:767px) {#banner-top {display:none!important;}} /* hidden for mobile */
.scroll #banner-top {top:0!important;}

/* MOBILE CONTACT */
.mobile-contact-dbl {position:fixed; white-space:nowrap; bottom:0; left:0; right:0; width:100%; height:50px; z-index:900;}
.mobile-contact-dbl a {color:#FFF; background-color:#00183e; border-top:3px #FFF solid; font-size:17px; font-weight:700; position:fixed; bottom:0; width:50%; display:inline-block; line-height:50px; height:50px; text-align:center; text-transform:uppercase; text-decoration:none !important; transition:all 500ms;}
.mobile-contact-dbl .l1 {left:0; z-index:901; }
.mobile-contact-dbl .l2 {right:0; z-index:902; border-left:3px #FFF solid;}
.mobile-contact-dbl a:hover, .mobile-contact-dbl a:active {background-color:#9b5801;}

/*************PAGES**************/
.call-to-action-area {padding-bottom:7rem; padding-top:7rem;}
@media(max-width:767px){
	.call-to-ation-area{padding-top:4rem;}
}
.call-to-action-area span{font-size:3.2rem; color:#00183e; line-height:3rem;}
.call-to-action-area .btn-primary{}
@media(max-width:991px){
	.call-to-action-area .btn-primary{}
}
@media(max-width:767px){
	.call-to-action-area p{text-align:center;}
	.call-to-action-area span{line-height:4rem;}
}

.interior-main h4 a{font-family:'Playfair Display', sans-serif;}

/*****CONTACT**********/
@media(max-width:767px){
	#post-7 form{padding-bottom:4rem;}
}

#post-7 .form-control{line-height:0.9;}

/*** PRACTICE AREAS ***/
#practice-areas .page-banner2 {margin-bottom:3rem;}
#practice-areas h1, #practice-areas h2, #practice-areas h3 {color:#152a61;}
#practice-areas .ta-c {text-align:center;}
#practice-areas .subheading {color:#9b5801;font-size:2rem;letter-spacing:2px;text-transform:uppercase;font-family:'Playfair Display', sans-serif;margin-top:0;margin-bottom:1.5rem;}
#practice-areas .btn {font-family:Raleway, sans-serif!important;}
#practice-areas .blue-box {background-color:#00183e;border:1px solid #fff;padding:1.5rem;}
#practice-areas .border {border:1px solid #54647e;padding:4rem 2rem;}
#practice-areas img {margin-bottom:2rem;}
#practice-areas .blue-box h2 {font-size:3rem;line-height:3.3rem;}
#practice-areas .blue-box h2, #practice-areas .blue-box p {color:#fff;margin:0;}
#practice-areas .blue-box h2:after {display:block;content: " ";width:50px;height:5px;margin:1rem auto;background-color:#9c5800;}
#practice-areas h3 {font-size:3.5rem;}
#practice-areas h3.lines {margin:3rem 0;padding:1.5rem 0;}
#practice-areas h3.lines:before, #practice-areas h3.lines:after {display:block;content:'';width:100%;height:1px;background-color:#cccccc;margin:2rem 0;}
#practice-areas .subheading2 {font-size:2.2rem;font-weight:600;margin-bottom:1rem;}
#practice-areas .btn {padding:1.5rem 0;width:230px;}
#practice-areas .liberty-bg {background-image:url('../../uploads/media/images/practice-areas/liberty-bg.jpg');background-repeat:no-repeat;background-size:cover;background-position:35%;margin-top:3rem;}
#practice-areas .liberty-bg h3, #practice-areas .liberty-bg a, .liberty-bg {color:#fff!important;font-family:'Playfair Display', sans-serif;}
#practice-areas .liberty-bg h3 {margin:0;padding:0;}
#practice-areas .liberty-bg .border {margin:6rem 0;}
#practice-areas .liberty-bg ul {margin:4rem 0;}
#practice-areas .liberty-bg ul li:before {display:none;}
#practice-areas .liberty-bg ul li a {font-size:2.2rem;-webkit-text-decoration-color:#54647e;text-decoration-color:#54647e;}
#practice-areas .fa-phone {color:#9e5803;padding-right:0.5rem;font-size:2.8rem;vertical-align:sub;margin-bottom:1rem;}
#practice-areas .phone {text-decoration:none;font-weight:600;font-family:Droid Serif, serif!important;}
#practice-areas #criminal .phone {font-size:2.6rem;color:#000;margin-bottom:1rem;}
#practice-areas #criminal h3 {margin-bottom:2rem;}
#practice-areas #criminal ul li {margin-bottom:1rem;}
#practice-areas #call-us {background-image:url('../../uploads/media/images/practice-areas/police-bg.jpg');background-repeat:no-repeat;background-size:cover;}
#practice-areas #call-us h2, #practice-areas #call-us h3, #practice-areas #call-us p, #practice-areas #call-us a {color:#fff;font-family:'Playfair Display', sans-serif;}
#practice-areas #call-us .border {margin:6rem 0;padding:6rem 2rem;}
#practice-areas #call-us h3 {font-size:2.8rem;}
#practice-areas #call-us p {margin-top:3rem;margin-bottom:0;font-size:3rem;}
#practice-areas #call-us .fa-phone {vertical-align:inherit;margin-bottom:2rem;}
#practice-areas #call-us .phone {font-size:4rem;font-weight:400;}
#practice-areas #accidents {padding:3rem 0;}
#practice-areas #accidents ul li {text-align:left;}
#practice-areas #accidents ul li:first-of-type {border:0;border-top:1px solid #54647e;}
#practice-areas #accidents ul li:last-of-type {border-bottom:1px solid #54647e;}
#practice-areas #accidents ul li {border-top:1px solid #54647e;padding:1.5rem 0;padding-left:3rem;}
#practice-areas #accidents ul li:before {top:2.3rem;left:1rem;}
#practice-areas #accidents h3 {margin-top:5rem;margin-bottom:2.5rem;}
@media(max-width:767px){
	.xs-ta-c {text-align:center;}
	#practice-areas .btn:first-child {margin-bottom:1.5rem;}
	#practice-areas .liberty-bg h3 {margin-bottom:3rem;}
}
@media(min-width:768px){
	#practice-areas .col-sm-4.ta-c:nth-of-type(even) {margin-top:3rem;}
	#practice-areas .btn {font-size:1.1rem;width:180px;}
	#practice-areas .btn:nth-of-type(1) {margin-right:2rem;}
	#practice-areas #criminal ul li {margin-bottom:0.5rem;}
}
@media(min-width:992px){
	#practice-areas #criminal ul li {margin-bottom:1.5rem;}

}
/************PAGE-BANNER**********/
.page-banner2 {background-repeat:no-repeat; background-size:cover; background-position:center center;}
/*#post-6 .page-banner2{background-image:url('/content/uploads/posts/6/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-7 .page-banner2{background-image:url('/content/uploads/posts/7/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-8 .page-banner2{background-image:url('/content/uploads/posts/8/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-9 .page-banner2{background-image:url('/content/uploads/posts/9/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-10 .page-banner2{background-image:url('/content/uploads/posts/10/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-12 .page-banner2{background-image:url('/content/uploads/posts/12/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-13 .page-banner2{background-image:url('/content/uploads/posts/13/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-14 .page-banner2{background-image:url('/content/uploads/posts/14/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-15 .page-banner2{background-image:url('/content/uploads/posts/15/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}
#post-16 .page-banner2{background-image:url('/content/uploads/posts/16/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;}*/
#post-11 .page-banner2{height:23rem;background-image:url('../../uploads/posts/11/header-bg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;margin-top:0;}

@media(max-width:767px){
	.page-banner2 {margin:15rem -15px 0 -15px!important;}
	#post-11 .page-banner2 {margin:0;}
	#post-6 .page-banner2{background-position:right center;}
}
@media(min-width:768px){
	#post-11 .page-banner2 {height:250px;}
}
@media(min-width:992px){
	#post-11 .page-banner2 {height:290px;}
	#post-7 .page-banner2 {background-size:inherit;background-position:10% 30%;}
}
@media(min-width:1200px){
	#post-11 .page-banner2 {height:450px;margin-top:3rem;}
}
.page-banner2 .btn-lg{font-size:13px!important;}
/* NAVBAR TOGGLE TO X ANIMATION */
.navbar-toggle .icon-bar.ib2 { top: 1px;}
.navbar-toggle .icon-bar.ib3 { top: 2px;}
.navbar-toggle .icon-bar {position: relative; transition: all 500ms ease-in-out;}
.navbar-toggle .icon-bar.ib1 {top: 6px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.navbar-toggle .icon-bar.ib2 { background-color: transparent; width:0; left:11px; }
.navbar-toggle .icon-bar.ib3 {top: -6px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.navbar-toggle.collapsed .icon-bar {top:0;background-color:#333; -webkit-transform:none; transform:none; left:0; width:22px!important;}

/**********FOOTER***********/
#footer {background-color:#14181f; color:#FFF;}

/*#footer .border {border: 1px solid #54647e;margin:2rem;}*/

#footer p, #footer a {color:#FFF!important;text-decoration:none}

#footer .footer-content{text-align:center;}

#footer .share-links{font-size:3.5rem; padding-top:4rem; word-spacing:1rem; padding-bottom:1rem;}

#footer .share-links-icon{margin:0;display:inline-block;width:35px;height:auto;}

#footer .contact-info{font-size:2.5rem;}

#footer .client-info{line-height:4rem; padding-bottom:3rem; font-family:'Playfair Display', sans-serif!important;}

#footer .client-phone{}

#footer .client-email{}

#footer .client-address{font-size:2rem;}

@media(max-width:767px){
	#footer .share-links{font-size:5rem!important;}
	#footer .contact-info .fax-link{display:inline-block!important; padding-bottom:3rem;}
	#footer .client-address{display:inline-block; font-size:3rem;}
	#footer .contact-info{font-size:3rem;}
	#footer .client-info{padding-bottom:2rem;}
}
@media(min-width:768px){
	.f-right {float:none;text-align:inherit;margin-left:45rem;}
}
@media(min-width:992px){
	.f-right {margin-left:61rem;}
}
@media(min-width:1200px){
	.f-right {margin-left:73rem;}
}

/**************ACCORDION FIXES****************/
/*#accordion h4.panel-title:before{content:"+"; color:#172b60; position:absolute; width:5rem; text-align:center;}*/
#accordion .panel-title a.collapsed:before{content:"+"; color:#172b60; position:absolute; width:5rem; text-align:center; line-height:9.6rem; width:2.6rem; height:2.6rem; margin-top:0.3rem; left:24rem; transition:500ms all;}
#accordion .panel-title a:before{content:"-"; color:#9b5801; position:absolute; width:5rem; text-align:center; line-height:9.6rem; width:2.6rem; height:2.6rem; margin-top:0.3rem; left:24rem;}
.panel-group .panel-heading {padding:0;}
.panel-group .panel-title a {display:block; text-decoration:none!important; text-align:center; padding:0 5rem; font-family:'Playfair Display',serif; font-size:3rem; line-height:4rem;}
#accordion h4, #accordion p {}

.layout-index #accordion .panel-title a {font-size:3.4rem; line-height:8rem;}
.layout-index #accordion h4.panel-title:before {line-height:9rem; height:5rem;}

@media(max-width:767px){
	.panel-group.business .panel-title a {font-size:2.2rem;}
}
@media(min-width:1600px){

}
@media(min-width:1200px){
	#index-section-1 .bottom-section .post-content{position:relative;}
	/*#accordion .panel-title a.collapsed:before{left:4rem;}
	#accordion .panel-title a:before{left:4rem;}*/
}
/*@media(min-width:992px) and (max-width:1199px){
	#accordion .panel-title a.collapsed:before{font-size:4.5rem; left:17rem;}
	#accordion .panel-title a:before{font-size:4.5rem; left:17rem;}
}
@media(min-width:880px) and (max-width:991px){
	#accordion .panel-title a.collapsed:before{font-size:5rem; left:20rem;}
	#accordion .panel-title a:before{font-size:5rem; left:20rem;}
}
@media(min-width:768px) and (max-width:879px){
	#accordion .panel-title a.collapsed:before{font-size:5rem; left:12rem;}
	#accordion .panel-title a:before{font-size:5rem; left:12rem;}
}
@media(min-width:768px){
	.layout-index #accordion .panel-title a {line-height:10rem;}
}
*/
@media(max-width:767px){
	.layout-index #accordion .panel-title a {font-size:2.7rem; line-height:9rem;}
	#accordion .panel-title a.collapsed:before{/*content:"-";*/ color:#172b60; position:absolute; width:5rem; text-align:center; line-height:9.6rem; width:2.6rem; height:2.6rem; margin-top:1px; left:42px; font-size:32px;}
	#accordion .panel-title a:before{/*content:"+";*/ color:#172b60; position:absolute; width:5rem; text-align:center; line-height:9.6rem; width:2.6rem; height:2.6rem; margin-top:1px; left:42px; font-size:32px;}
}
@media(max-width:480px){
	#accordion .panel-title a.collapsed:before{/*content:"-";*/ color:#172b60; position:absolute; width:5rem; text-align:center; line-height:9.6rem; width:2.6rem; height:2.6rem; margin-top:0px; left:25px; font-size:26px;}
	#accordion .panel-title a:before{/*content:"+";*/ color:#172b60; position:absolute; width:5rem; text-align:center; line-height:9.6rem; width:2.6rem; height:2.6rem; margin-top:-3px; left:25px; font-size:26px;}

}

.panel-group .panel-heading{border-bottom:1px #d3d3d3 solid;}














/* STYLE2 */

/*@media (min-width: 1200px){
	#navbar .primary-nav li > a {
	    height: 8rem;
	}

	#navbar .primary-nav {margin-top:0;}

	#navbar .primary-nav > li > a {line-height:4rem; margin-top:4rem; height:4rem;}

	#navbar .primary-nav .nav-spanish > a,
	#navbar .primary-nav .nav-english > a {height:8rem!important; margin-top:0!important; padding-top:0;}
}

@media (min-width:992px) and (max-width:1199px){
	#navbar .primary-nav > li > a {}
}

.primary-nav .dropdown-menu li a {line-height:40px!important; height:40px!important;}

#navbar .primary-nav li.dropdown .dropdown-menu li a > span {line-height:40px!important; height:40px!important; padding:0 1.5rem;}
#navbar .primary-nav li.dropdown .dropdown-menu li:hover a > span {padding:0 1rem 0 2rem;}
*/



.interior-main {padding-top:4rem;}
.page-banner {display:none;}
.page-banner2 {margin-top:10rem; }
.page-banner2 .container-fluid {padding:5rem 0;}
.page-banner2 .page-banner-inner {padding:3rem 5rem; background-color:#00183e; color:#FFF;}
@media(max-width:399px){
	.page-banner2 .page-banner-inner{/*max-width:350px;*/ width:100%;}
	.page-banner2 .page-banner-inner .btn-lg{padding:1.5rem 1rem;}
}
@media(max-width:767px){
	.page-banner2 .page-banner-inner{/*max-width:382px;*/ width:100%;}
	.page-banner2 .page-banner-inner .btn-lg{padding:1.5rem 4rem;}
}
@media(min-width:768px){
	.page-banner2 .page-banner-inner {max-width:420px;}
}
@media(min-width:992px){
	.page-banner2 .page-banner-inner{max-width:600px;}
}
@media(min-width:1200px){
	.page-banner2 .page-banner-inner {padding-left:6rem; margin-left:-4rem;}
}





.title-1 {display:block; font-family:'Playfair Display',serif; font-size:5rem; line-height:5.5rem; color:#FFF; line-height:4rem; }

.title-1:after {display:block; content:" "; width:50px; height:5px; margin:1rem 0; background-color:#9c5800;}
.page-banner-inner p {color:#FFF; font-size:1.6rem; line-height:2.6rem; word-spacing:1px;}

.page-banner-inner .btn {margin-top:2rem;}

.btn-primary {border:0.3rem #9b5801 solid; border-radius:0; text-transform:uppercase; font-weight:600; letter-spacing:0.5px;}

.btn-lg {padding:1.5rem 8rem; }

.sidebar-form {float:right; margin-bottom:2rem; margin-left:2rem; background-color:#00183e; padding:2rem; min-width:320px; max-width:400px;}
.undo .sidebar-form {float:none;width:auto;}

.sidebar-form .title-1 {color:#FFF!important;font-size:4rem; line-height:5rem; margin-bottom:2rem;}


.form-control {border-radius:0; border:1px #FFF solid;}




#testimonial-banner .container {}

.navbar-logo{ position:relative; top:1rem;}


.contact-main .form-control {border-radius:0; border:0; border-bottom:1px #000 solid; color:#000; box-shadow:none;}



.contact-box {background-color:#00183e; padding:3rem 2rem;}

.contact-box li {color:#FFF; font-size:2.5rem; line-height:5rem; color:#FFF; font-family:'Playfair Display',serif; margin:2rem 0;}
.contact-box li a {color:#FFF;}
.contact-box .phone-li { background-color:#9b5801; width:260px; position:relative; left:-60px; transition:all 500ms;}
@media(min-width:767px){

}
@media(min-width:992px){
	.contact-box .phone-li {width:267px;}
}
@media(min-width:1200px){
	.contact-box .phone-li {width:306px;}
}
.contact-box .phone-li > span {display:block; position:relative; left:60px;}
.contact-box .phone-li a {color:#FFF; text-decoration: none !important}

.contact-box .phone-li:hover {background-color:#000;}

.sidebar-form .btn-primary{padding:0.8rem 3rem;}

.contact-box li .fa-li {top:0.8rem;}


#index-section-1 .practice-areas-section .title-1:after {margin:1.5rem auto!important;}


.practice-areas-section .item p {color:#FFF; font-size:1.6rem; line-height:2.4rem;}
.practice-areas-section .item {padding:2rem; /*border-bottom:1rem #9b5801 solid;*/}
.practice-areas-section .item .border {border:1px solid #54647e;padding:3rem;}
.practice-areas-section .item ul li {color:#fff!important;text-align:left;}
.practice-areas-section .item .btn {font-size:1.2rem;padding:1rem;}
@media(min-width:768px){
	.practice-areas-section .item{padding:2rem;}
	.practice-areas-section .item .border {padding:3rem 1rem;}
}

@media(min-width:1200px){
/*.practice-areas-section .left-section.item{padding:2.8rem 5rem!important;}
.practice-areas-section .center-section {
    position: absolute;
    margin-right: 15px;
    margin-top: -150px;*/
}

/*.practice-areas-section .left-section, .practice-areas-section .right-section {
    position: absolute;
    margin-right: 15px;
    margin-top: -114px;
}

#index-section-1 .practice-areas-section {height:300px;}

}

#index-section-1 .practice-areas-section .banner-title{margin:0 -2rem;}
@media(max-width:1199px){
.practice-areas-section .center-section {
    position: absolute;
    margin-right: 15px;
    margin-top: -138px;
}
.practice-areas-section .left-section, .practice-areas-section .right-section{
	 position: absolute;
    margin-right: 15px;
    margin-top: -118px;
}
#index-section-1 .practice-areas-section {height:250px;}


@media(max-width:991px){
	.practice-areas-section .center-section {
    position: absolute;
    margin-right: 15px;
    margin-top: -162px;
}
.practice-areas-section .left-section, .practice-areas-section .right-section{
	 position: absolute;
    margin-right: 15px;
    margin-top: -125px;
}
#index-section-1 .practice-areas-section {height:250px;}
}*/

.payment-form {padding-top:195px;padding-bottom:30px;}
.payment-form h1 {margin-bottom:3rem;}
.payment-form label.desc {display:block;width:100%;}
.payment-form .form-control {border-radius: 0;border: 0;border-bottom: 1px #000 solid;color: #000;box-shadow: none;}
@media(max-width:767px) {
	.payment-form {padding-top:150px;min-height:initial;}
}

.header-review{}

/* Responsive Scaling */
@media(max-width:767px){
	html{font-size:8px;}
	body {padding-bottom:50px;}
}
@media(min-width:768px){
	html{font-size:8px;}
}
@media(min-width:992px){
	html{font-size:9px;}
}
@media(min-width:1200px){
	html{font-size:10px;}
}

/*** HELPERS ***/
.ta-c {text-align:center;}
.phone {font-family:'Droid Serif', serif;}

h2.lines {margin:1rem 0;padding:1.5rem 0;text-align:center;}
h2.lines:before, h2.lines:after {display:block;content:'';width:100%;height:1px;background-color:#cccccc;margin:2rem 0;}
@media(max-width:767px){
	.xs-ta-c {text-align:center;}
}
@media(min-width:768px){
	.hidden-sm-up {display:none;}
}

/*** FIXERS ***/
#post-1 .post-content p.subtitle {font-family:'Playfair Display', serif;}
ol {-webkit-padding-start:0!important;}

@media(min-width:768px){
	.page-banner2 > div {padding:5rem 0;}
}
@media(min-width:992px){
	.md-mt-1 {margin-top:1rem;}
}
/*** POST CONTENT ***/
.post-content h1, .post-content .h1 {font-size:4.5rem;line-height:5.5rem;}
.post-content h2, .post-content .h2 {font-size:3.8rem;line-height:4.8rem;}
.post-content h3, .post-content .h3 {font-size:3.1rem;line-height:4.1rem;}
.post-content h4, .post-content .h4 {font-size:2.4rem;line-height:3.4rem;}
.post-content h5, .post-content .h5 {font-size:2rem;line-height:3rem;}

/*** FLAGS IN HEADER ***/
header .top-bar img {width:25px;}

/*** HEADER/NAV ***/
@media(max-width:767px){
	#header .tagline {display:none;}
}
@media(min-width:768px){
	#header .navbar-logo img {width:200px;}
	#header .tagline {font-family:'Playfair Display', serif;font-style:italic;font-size:1.3rem;color:#010039;font-weight:600;}
	#header .header-number {top:3.5rem;}
	#header .btn {top:3rem;}
	#navbar .primary-nav {bottom:1.5rem;}
	#navbar .primary-nav li a > span {padding:0 0.75rem;}
}
@media(min-width:992px){
	#header .navbar-logo img {width:auto;}
	#navbar .primary-nav {bottom:0.5rem;}
	#header .header-number {top:3.5rem;}
	#header .btn {top:3rem;}
}


/*** INDEX BANNER ***/
#index-banner .btn {margin:0;}
#index-banner .main-content {padding:0 5rem;margin:2rem 0;text-align:justify;}
@media(min-width:768px){
	#index-banner .main-content {padding:0;margin:1rem 0;}
	#index-banner h1 {font-size:2.8rem;line-height:3rem;}
}
@media(min-width:992px){
	#index-banner img {width:21%;margin-top:6rem;}
	#index-banner .main-content {padding:0;padding-left:2rem;}
	#index-banner .xs-ta-c {margin-left:11rem;}
}
@media(min-width:1200px){
	#index-banner img {margin-top:5rem;}
}

/*** INDEX SECTION-ONE ***/
#section-one {padding:3rem 0;}

#section-one a:hover h3 {}
#section-one a:hover p {}
#section-one .box {background:#00183e;padding:1.5rem;}
#section-one .border {border:1px solid #54647e;padding:3rem 1rem;}
#section-one .box h3, #section-one .box p, #section-one .box li {color:#fff;}
#section-one .box h3, #section-one .box p {text-align:center;}
#section-one .box h3 {font-size:3rem;}
#section-one .box img {display:block;margin:0 auto;}
#section-one .box:nth-child(odd) h3 {margin-bottom:1.5rem;}
#section-one .box:nth-child(2) h3:after {content:'';display:block;background-color:#9b5800;margin:1.5rem auto;height:5px;width:30%;}
#section-one .box .btn {font-size:1.2rem;padding:1rem 2rem;width:auto;}
#section-one .box ul {display:block;margin:0 auto;width:50%;}

#section-one .box.middle .btn {margin-bottom:0;width:95px;}
@media(max-width:767px){
	#section-one .col-sm-4 {padding:0;}
	#section-one .box.middle .btn:first-of-type {margin-right:1rem;}
}
@media(min-width:768px){
	#section-one {background-image:url('../images/torres-portrait.jpg');background-repeat:no-repeat;background-position:-59% 100%;}
	#section-one .box.push-down {margin-top:37.5rem;}
	#section-one .box ul {width:80%;}
	#section-one .box.middle {margin-top:4rem;}
	#section-one .box.middle .btn:first-of-type {margin:0;margin-bottom:1.5rem;}
}
@media(min-width:992px){
	#section-one {background-position:-10% 100%;}
	#section-one .box h3 {font-size:2.6rem;}
	#section-one .box.push-down {margin-top:30.5rem;}
	#section-one .box.middle .btn:first-of-type {margin:0;margin-right:1rem;}
}
@media(min-width:1200px){
	#section-one {background-position:0% 100%;}
	#section-one .box h3 {font-size:2.8rem;}
	#section-one .box.push-down {margin-top:28.5rem;}
	#section-one .box.middle .btn {width:105px;}
}

/*** INDEX REASONS SECTION ***/
#reasons {background-image:url('../images/reasons-bg.jpg');background-size:cover;background-position:60%;background-repeat:no-repeat;padding:5rem 0;}
#reasons h2, #reasons p, #reasons a {color:#fff;}
#reasons .btn {text-transform:none;padding:1rem 3rem;}
#reasons .btn .phone {font-size:3.5rem;}
@media(min-width:768px){
	#reasons {padding:10rem 0;background-size:unset;background-position:65%;}
}

/** ACCORDION **/
#reasons .panel {background-color:transparent;}
#reasons .panel-group {margin-bottom:5rem;}
#reasons .panel-title a:before, #reasons .panel-title a.collapsed:before {color:#fff;line-height:7rem!important;}
#reasons .panel-title a {line-height:7rem!important;}
#reasons .panel-group .panel-heading+.panel-collapse>.list-group,
#reasons .panel-group .panel-heading+.panel-collapse>.panel-body
{border:none;}
#reasons .panel-group .panel-heading {border-color:#777;}
@media(min-width:768px){
	#reasons .panel-group {width:80%;display:block;margin:2rem auto 6rem auto;}
	#reasons .panel-title a:before, #reasons .panel-title a.collapsed:before {line-height:8rem!important;}
	#reasons .panel-title a {line-height:9rem!important;}

}
@media(min-width:992px){
	#reasons .panel-group {width:73%;}
}
@media(min-width:1200px){
	#reasons .panel-group {width:62%;}
	#reasons .panel-title a:before, #reasons .panel-title a.collapsed:before {line-height:8.5rem!important;}
}
/*** INDEX SECTION THREE ***/
#section-three {padding:6rem 0;}
#section-three h2 {text-transform:none;color:#172b5e;margin-bottom:2rem;}
#section-three .btn {font-size:1.2rem;padding:1.5rem 8rem;}

/*** INDEX REVIEWS SECTION ***/
#reviews {background-image:url('../images/testimonial-bg.jpg');background-size:cover;padding-top:5rem;padding-bottom:2rem;}
#reviews img {display:block;margin:0 auto;width:20%;}
#reviews h2, #reviews p, #reviews span {color:#fff;}
#reviews h2:after {content:'';display:block;background-color:#9b5800;margin:1.5rem auto;height:5px;width:70px;}
#reviews ul li:before {display:none;}
#reviews i {color:#fff;font-size:3rem;position:absolute;top:4rem;}
#reviews i.fa-angle-double-left {left:1rem;}
#reviews i.fa-angle-double-right {right:1rem;}
#reviews .slide {padding:0 5rem;}
#reviews .slide span {font-size:3rem;font-family:'Playfair Display', serif;}
#reviews ul.slick-dots {margin:0;}
#reviews .slick-dots li button:before {font-size:1.5rem;font-family:FontAwesome;content:'\f10c';color:#fff;}
#reviews .slick-dots li.slick-active button:before {content:'\f111';color:#9b5800;}

@media(min-width:575px){
	#reviews i {top:2rem;}
}
@media(min-width:768px){
	#reviews img {width:7%;}
	#reviews i {top:1rem;}
	#reviews .slide span {margin-left:46rem;}
	#reviews .slick-dots {bottom:0;}
}
@media(min-width:992px){
	#reviews i {top:0;}
}
/*** PRACTICE AREAS ***/
.mb-3 {margin-bottom:3rem;}


#content .page-banner2 {margin-bottom:3rem;}
#content h1, #content h2, #content h3 {color:#152a61;}
#content .ta-c {text-align:center;}
#content .subheading {color:#9b5801;font-size:2rem;letter-spacing:2px;font-family:'Playfair Display', sans-serif!important;margin-top:0;margin-bottom:1.5rem;}
#content .btn {font-family:Raleway, sans-serif!important;}
#content .blue-box {background-color:#00183e;border:1px solid #fff;padding:1.5rem;}
#content .border {border:1px solid #54647e;padding:4rem 2rem;}
#content img {margin-bottom:2rem;}
#content #boxes a:hover {text-decoration:none;color:transparent;}
#content .blue-box h2 {font-size:3rem;line-height:3.3rem;}
#content .blue-box h2, #content .blue-box p {color:#fff;margin:0;}
#content .blue-box h2:after {display:block;content: " ";width:50px;height:5px;margin:1rem auto;background-color:#9c5800;}
#content h3 {font-size:3.4rem;}
#content h3.lines {margin:3rem 0;padding:1.5rem 0;}
#content h3.lines:before, #content h3.lines:after {display:block;content:'';width:100%;height:1px;background-color:#cccccc;margin:2rem 0;}
#content .subheading2 {font-size:2.2rem;font-weight:600;margin-bottom:1rem;}
#content .btn {padding:1.5rem 0;width:230px;}
#content .liberty-bg {background-image:url('../../uploads/media/images/practice-areas/liberty-bg.jpg');background-repeat:no-repeat;background-size:cover;background-position:35%;margin-top:3rem;}
#content .liberty-bg h3, #content .liberty-bg a, .liberty-bg {color:#fff!important;font-family:'Playfair Display', sans-serif;}
#content .liberty-bg h3 {margin:0;padding:0;}
#content .liberty-bg .border {margin:6rem 0;}
#content .liberty-bg ul {margin:4rem 0;}
#content .liberty-bg ul li:before {display:none;}
#content .liberty-bg ul li a, #content .liberty-bg ul li p {font-family:'Playfair Display', serif;font-size:2.2rem;text-decoration:none;color:#fff;-webkit-transition:all 0.5s;transition:all 0.5s;}
#content .liberty-bg ul li a:hover {border-bottom:1px solid;}
#content .fa-phone {color:#9e5803;padding-right:0.5rem;font-size:2.8rem;vertical-align:sub;margin-bottom:1rem;}
#content .phone {text-decoration:none;font-weight:600;font-family:Droid Serif, serif!important;}
#content #criminal .phone {font-size:2.6rem;color:#000;margin-bottom:1rem;}
#content #criminal h3 {margin-bottom:2rem;}
#content #criminal ul li {margin-bottom:1rem;}
#content #call-us {background-image:url('../../uploads/media/images/practice-areas/police-bg.jpg');background-repeat:no-repeat;background-size:cover;}
#content #call-us h2, #content #call-us h3, #content #call-us p, #content #call-us a {color:#fff;font-family:'Playfair Display', sans-serif;}
#content #call-us .border {margin:6rem 0;padding:6rem 2rem;}
#content #call-us h3 {font-size:2.8rem;}
#content #call-us p {margin-top:3rem;margin-bottom:0;font-size:3rem;}
#content #call-us .fa-phone {vertical-align:inherit;margin-bottom:2rem;}
#content #call-us .phone {font-size:4rem;font-weight:400;}
#content #accidents {padding:3rem 0;}
#content #accidents ul.lines li {text-align:left;}
#content #accidents ul.lines li:first-of-type {border:0;border-top:1px solid rgba(84, 100, 126, 0.2);}
#content #accidents ul.lines li:last-of-type {border-bottom:1px solid rgba(84, 100, 126, 0.2);}
#content #accidents ul.lines li {border-top:1px solid rgba(84, 100, 126, 0.2);padding:1.5rem 0;padding-left:3rem;}
#content #accidents ul.lines li:before {top:2.3rem;left:1rem;}
/*#content #accidents h3 {margin-top:5rem;margin-bottom:2.5rem;}*/

#content #accordion {margin-top:3rem;}
#content #accordion .panel {-webkit-box-shadow:none;box-shadow:none;}
#content #accordion .panel+.panel {margin-top:0;}
#content #accordion a {text-align:left;}
#content #accordion h3 {font-size:2.4rem;color:#975300;}
#content #accordion a h3 {padding-left:4rem;}
#content .panel-group .panel-heading+.panel-collapse>.list-group, #content .panel-group .panel-heading+.panel-collapse>.panel-body
{border:0;}
#content .panel-heading {border:0;border-top:1px solid #cccccc;}
#content .panel:last-of-type {border-bottom:1px solid #cccccc;}
#content #accordion .panel-title a {padding:0;position:relative;}
#content #accordion .panel-title a:before {content:'-';color:#975300;left:0;}
#content #accordion .panel-title a.collapsed:before {content:'+';}
#content #accordion .panel-body {padding:0 15px;}

#content .inline {text-align:center;}
#content .inline li {display:inline;margin-right:2rem;white-space:nowrap;}
#content .inline li:before {top:0.6rem;left:-1.7rem;}
/*#content .inline li:last-of-type:after{content: "";background-color: #9b5801;width:0.8rem;height:0.8rem;display:inline-block;border-radius:0.4rem;position:absolute;}*/
#content .inline li:first-of-type:before {display:none;}
@media(max-width:767px){
	.xs-ta-c {text-align:center;}
	#content .btn:first-child {margin-bottom:1.5rem;}
	#content .liberty-bg h3 {margin-bottom:3rem;}

	#content #accordion .panel-heading {padding-top:2rem;}
	#content #accordion .panel-body {padding:0 33px;}
}
@media(min-width:768px){
	#content .col-sm-4.ta-c:nth-of-type(odd) {margin-top:3rem;}
	#content .btn {font-size:1.1rem;width:180px;}
	#content .btn:nth-of-type(1) {margin-right:2rem;}
	#content #criminal ul li {margin-bottom:0.5rem;}

	#content #accordion .panel-heading {margin:-1rem 0;padding:0.5rem 0;}
	#content #accordion .panel-title a:before {top:-3rem;}
}
@media(min-width:992px){
	#content #criminal ul li {margin-bottom:1.5rem;}
	#content #accordion .panel-body {padding:0 36px;}
}
@media(min-width:1200px){
	#content .lg-mt-3 {margin-top:3rem;}
	#content .lg-mt-5 {margin-top:5rem;}
}

/*** PAGE/PAGE ***/
#call-to-action {padding:3rem 0;background-image:url('../images/testimonial-bg.jpg');}
.call-to-action-area {padding:0;text-align:center;}
.call-to-action-area p {margin-bottom:1.5rem;}
.call-to-action-area span {font-family:'Playfair Display', serif;color:#fff;}
/** Page Banner **/
.page-banner-inner .btn {margin-top:1rem;}
.page-banner-inner a {color:#9b5801;text-decoration:none;}
.page-banner-inner a:hover {text-decoration:underline;}
@media(min-width:768px){
	.page-banner2 {margin-top:21rem;}
	.page-banner-inner p {margin-bottom:0;}
	.page-banner-inner .btn {font-size:10px;}
}
@media(min-width:992px){
	.page-banner-inner .btn {font-size:13px;}
}
@media(min-width:1200px){
	.page-banner-inner .btn {font-size:14px;}
}
/*** BUSINESS IMMIGRATION ***/
#business-banner .btn {padding:1rem 1.5rem;}
#post-31 #call-to-action {margin-bottom:3rem;}
#post-31 #call-to-action:last-of-type {margin-bottom:0;}
@media(max-width:767px){
	#business-banner .btn {width:220px;}
}
@media(min-width:992px){
	#business-banner .btn {padding:1rem 2em;}
}
@media(min-width:1200px){
	#business-banner .btn {font-size:13px!important;}
}
#content .business#accordion .panel-title a {margin-left:4rem;padding-bottom:1.5rem;text-align:left;}
#content .business#accordion .panel-title a:before {left:-3rem;top:-3.5rem;}

/*** ABOUT US PAGE ***/
#post-6 {overflow-x:hidden;}
#post-6 .modal {top:33rem;}
#post-6 .modal p {text-indent:2rem;margin-bottom:1rem;}
@media(max-width:767px){
	#about-us h2 {text-align:center;margin:1.5rem 0;}
	#about-us img {display:block;margin:0 auto;}
	#about-us .btn {padding:1.5rem 1rem;width:270px;font-size:11px;}
}
@media(min-width:768px){
	#about-us img {margin-bottom:3rem;}
	#about-us .btn {margin:0;width:auto;padding:1rem 5rem;font-size:14px;margin-bottom:2rem;}
}

/*** Green Cards - Steps to Obtaining Graphic ***/
@media(max-width:767px){
	#gc-steps em {top:-52px;font-size:16rem;left:0;right:0;margin:auto;width:75px;}
	#gc-steps .bottom em {top:-7rem;}
	#gc-steps p.absolute {top:-1.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
	#gc-steps .middle {display:none!important;}
}
#gc-steps {margin-bottom:3rem;}
#gc-steps h2, #gc-steps h3, #gc-steps li, #gc-steps p, #gc-steps a {color:#fff;}
#gc-steps h2 {border-bottom:1px solid;display:inline-block;margin-bottom:1.5rem;}
#gc-steps li:before {background-color:#fff;}
#gc-steps li {line-height:3rem;}
#gc-steps .left, #gc-steps .right, #gc-steps .bottom {padding:4rem;}
#gc-steps .left {background-color:#00183e;}
#gc-steps .right {background-color:#9b5801;position:relative;}
#gc-steps .bottom {background-color:#6f6f6f;position:relative;text-align:center;clear:left;}
#gc-steps .btn {margin:0!important;text-transform:uppercase;border:1px solid;padding:1rem;font-size:1.3rem;}
#gc-steps em {position:absolute;color:#00183e;}
#gc-steps .bottom em {color:#9b5801;}
#gc-steps .absolute {position:absolute;}
#gc-steps .middle {position:absolute;display:block;content:'';background-color:#6f6f6f;width:16px;height:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
@media(min-width:768px){
	#gc-steps .left, #gc-steps .right {height:709px;}
	#gc-steps .left, #gc-steps .right {width:50%;float:left;}
	#gc-steps .left, #gc-steps .right, #gc-steps .bottom {padding:4rem;}
	#gc-steps em {font-size:30rem;left:37rem;top:-20rem;color:#6f6f6f!important;}
	#gc-steps p.absolute {font-size:2rem;top:-4rem;left:42rem;}
}
@media(min-width:992px){
	#gc-steps em {left:44.5rem;}
	#gc-steps p.absolute {left:49.5rem;}
}
@media(min-width:1200px){
	#gc-steps .left, #gc-steps .right {height:768px;}
	#gc-steps em {left:48rem;}
	#gc-steps p.absolute {left:52.7rem;}
}

/*** 404 ****/
@media(min-width:768px){
	#post- main {padding-top:20rem;}
}


/*** Post 13 - DACA ***/
#post-13 .know-your-rights button {background:transparent;text-decoration:underline;border:0;}
.kyr {top:77px;}
@media(min-width:768px){
	.kyr {top:148px;}
}
@media(min-width:1200px){
	.kyr {top:168px;}
}

/*** FOOTER ***/
footer .jumpem {margin:0;}
.aila img {float: right;}
@media(max-width:767px){
	footer img {display:inline;}
	footer .bni img {margin-top:1rem;}
	footer .flbar img {margin-top:1rem;}
}
@media(min-width:768px){
	footer .fax-link {display:block;}
	footer img {margin-top:10rem;}
	footer .bni {margin-left:-2rem;margin-top:4rem;}
	footer .flbar {margin-left:-4rem;margin-top:4rem;}
}
@media(min-width:992px){
	footer .fax-link {display:inline;}
	footer img {margin-top:8rem;}
	footer .bni {margin-left:-4rem;margin-top:2rem;}
	footer .flbar {margin-left:-4rem;margin-top:2rem;}
}


/*** Contact Page - Job Openings Modal ***/
.layout-contact #openings h4 {margin-bottom:0.5rem;}
.layout-contact #openings p {margin-bottom:1rem;}
.layout-contact #openings ul {margin-bottom:1rem;}
