/*********** # Styles StevenTitusLaw.com PPC ***********/
/******************************************** # DEFAULT Styles PC, Tablet and Mobile Shared ********************************************/
body, div, dl, dt, dd, ul, ol, li, pre, p, h1, h2, h3, h4, h5, h6,
form, fieldset, input, table, th, tr, td, embed, object, img {
	padding: 0;
	margin: 0; 
	outline: 0;
	border: 0;
}

body {
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454444;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	min-height: 100%;
	min-width: 320px;
	position: relative;
}

article, aside, details, figcaption, figure, header, header-inner, footer, footer-inner, hgroup, menu, nav, section,
logo, logo-links, top-menu, top-menu-links, featured-index-wrap, featured-index, featured-index-pane, featured-page-wrap, featured-page,
featured-page-pane, mobile-links, mobile-menu, main, main-inner, content, content-text, sidebar, breadcrumbs, clear, video {
	padding: 0;
	margin: 0; 
	outline: 0;
	border: 0;
	display: block;
}

html { height: 100%; }

blockquote {
	padding: 20px 30px;
	margin: 15px 0px;
	font-weight: 400;
	border-left: 5px solid #000000;
	background:#dedede;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px; 
	text-align: left;
}

a {
	color: #335f75;
	font-weight:700;
	text-decoration: none;
}

a:hover {
	color: #335f75;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

a[name]:not([href]){
    display: block;    
    position: relative;     
    top: -75px;
    visibility: hidden;
}

img { 
	max-width: 100%;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

/*** # heading tags ***/

h1 {
	line-height:37px;
	font-size: 35px;
	color: #1e2b38;
	padding: 13px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:400;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

h1 a {
	color: #1e2b38;
	font-weight:400;
	text-decoration: none;
}

h1 a:hover {
	color: #1e2b38;
	text-decoration: none;
}

h2 {
	line-height:23px;
	font-size: 21px;
	color: #182f46;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:700;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
h2.no-fee {
	padding: 10px 40px 5px 20px;
}
h2.reviews {
	padding: 10px 20px 5px 35px;
}
h2 a {
	color: #182f46;
	font-weight:700;
	text-decoration: none;
}

h2 a:hover {
	color: #182f46;
	text-decoration: none;
}

h3 {
	line-height:23px;
	font-size: 21px;
	color: #335f75;
	padding: 20px 0px 8px 0px;
	margin: 0px 0px 4px 0px;
	font-weight:400;
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	border-bottom: 1px solid #d3d7dd;
}

h3 a {
	color: #335f75;
	text-decoration: none;
	font-weight:400;
}

h3 a:hover {
	color: #335f75;
	text-decoration: none;
}

/*** # h4 modal form title***/
h4 {
	line-height:24px;
	font-size: 22px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	font-weight:400;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

h4 a {
	color: #ffffff;
	font-weight:400;
	text-decoration: none;
}

h4 a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*** # h5 unstyled ***/
h5 {
	line-height:22px;
	font-size: 18px;
	color: #000000;
	padding: 20px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:700;
}

h5 a {
	font-weight:700;
	color: #000000;
	text-decoration: none;
}

h5 a:hover {
	color: #000000;
	text-decoration: none;
}

/*** # h6 - h1 clone ***/
h6 {
	line-height:22px;
	font-size: 18px;
	color: #000000;
	padding: 20px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:700;
}

h6 a {
	font-weight:700;
	color: #000000;
	text-decoration: none;
}

h6 a:hover {
	color: #000000;
	text-decoration: none;
}

/*** # autocentered hr styling ***/
hr {
	text-align: center;
	display: block;
	margin: 10px auto 10px auto;
	border: none;
	border-bottom: 1px solid #d3d7dd;
	clear: both;
}
hr.hr2 {margin: 30px auto 10px auto;}
/*** # custom image float classes ***/
img.imgleft, img.alignleft {
	float: left;
	margin: 20px 20px 20px 0px;
	border: none;
	max-width: 50%;
	height: auto;
	display: block;
}

img.imgright, img.alignright {
	float: right;
	margin: 20px 0px 20px 20px;
	border: none;
	max-width: 50%;
	height: auto;
	display: block;
}

content p img.imgleft, content p img.alignleft, content p img.imgright, content p img.alignright {
	margin-top: 8px;
}
#content ul li img.imgleft, #content ul li img.alignleft, #content ul li img.imgright, #content ul li img.alignright {
	margin-top: 4px;
}

img.imgcenter, img.aligncenter {
	display: block;
	margin: 10px auto 20px auto;
	text-align:center;
	border: none;
	max-width: 100%;
	height: auto;
}

img.imgnofloat, img.alignnone {
	margin: 10px 0px 20px 0px;
	border: none;
	max-width: 100%;
	height: auto;
}

/*** # custom 2 column split floats ***/
.fltlt {
	width: 49%;
	float: left;
}

.fltrt {
	width: 49%;
	float: right;
}

/*** # custom 2 column split float (right side thin) ***/
.fltlt-wide {
	width: 69%;
	float: left;
}

.fltrt-thin {
	width: 29%;
	float: right;
}

/*** # custom 2 column split float (left side thin) ***/
.fltlt-thin {
	width: 29%;
	float: left;
}

.fltrt-wide {
	width: 69%;
	float: right;
}


/*** # custom 3 column split float ***/
.flt3col {
	width: 31.3%;
	float: left;
	margin: 0px 1%;
}

/*** # data table viewport ***/
.table-viewport {
	width: auto;
	overflow: scroll;
	overflow-y: hidden;
	margin: 10px auto 20px auto;
}

/*** # odds ends ***/
.clear, clear {
	clear: both;
}

.clearleft, clear.clearleft {
	clear:none;
	clear: left;
}

.clearright, clear.clearright {
	clear:none;
	clear: right;
}

.xheight {
	height: 28px;
}

.link {
	display: none;
}

.ital {
	font-style: italic;
}

.allcaps {
	text-transform: uppercase;
}

.xspace {
	margin: 0px 0px 28px 0px;
}

.indent, p.indent, content p.indent {
     text-indent: 27px;
} 

.nobreak {
	display: inline-block;
}

.nopad, p.nopad, content p.nopad {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.asterick {
	color:#ff0000;
}

.big-cap {
	font-size: 47px;
	font-weight:700;
	float: left;
	padding: 8px 3px 0px 0px;
	color: #1a6da8;
}

.alleft, p.alleft, content p.alleft {
	text-align: left;
}

.alright, p.alright, content p.alright {
	text-align: right;
}

.alcenter, p.alcenter, content p.alcenter {
	text-align: center;
}

.gmap, iframe.gmap {
	border: 1px solid #cccccc;
    border-radius: 6px;
	width: 100%;
	height: 350px;
	margin: 10px auto 10px auto;
	display: block;
}

.ytube, iframe.ytube {
	border: 1px solid #cccccc;
  border-radius: 6px;
	width: 100%;
	height: 300px;
	margin: 10px auto 10px auto;
	display: block;
}

.tallframe, iframe.tallframe {
	border: 1px solid #cccccc;
    border-radius: 6px;
	width: 100%;
	height: 600px;
	margin: 10px auto 10px auto;
	display: block;
}

/********* # default form styling *********/
.cform, p.cform, content p.cform {
	width: auto;
	font-weight:700;
	padding: 0px 0px 15px 0px;
}
/* form split floats - left side thin */
.cformlt, p.cformlt, content p.cformlt {
	width: 30%;
	float: left;
	clear: left;
	text-align: right;
	font-weight:700;
	padding: 13px 0px 0px 0px;
}

.cformrt, p.cformrt, content p.cformrt {
	width: 68%;
	float: right;
	clear: right;
	text-align: left;
}
/* form split floats - split in center */
.cformlt-alt, p.cformlt-alt, content p.cformlt-alt {
	width: 48%;
	float: left;
	clear: left;
	text-align: right;
	font-weight:700;
	padding: 13px 0px 0px 0px;
}

.cformrt-alt, p.cformrt-alt, content p.cformrt-alt {
	width: 50%;
	float: right;
	clear: right;
	text-align: left;
}

.cformrt label, p.cformrt label, content p.cformrt label, .cformrt-alt label, p.cformrt label, content p.cformrt-alt label, .cform label, p.cform label, content p.cform label {
	font-weight:700;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px -10px 0px;
}

/* default form field styles */
input, textarea, select {
	color: #363636;
	font-size: 14px;
	padding: 0px 0px 0px 2%;
	width: 98%;
	line-height: 18px;
	border: 1px solid #a5a5a5;
	background: #ffffff;
	border-radius: 3px;
	display: block;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	overflow: auto;
}
textarea {
	padding-top: 10px;
}

content input, content textarea, content select {
	width: 98%;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-weight: 400;
    border-radius: 6px;
}

content input:focus, content textarea:focus, content select:focus {
	border: 1px solid #dedede;
	background: #fcfcfc;
}

content input {
	height: 36px;
}

content textarea {
	height: 100px;
}

content select {
	height: 36px;
}

content input#ANSWER {
	width: 50px;
	margin: 0px 0px 0px 5px;
}

content select.datefield {
	width: 65px;
	float: left;
	margin: 0px 3px 0px 3px;
}

content select.statefield {
	width: 150px;
	float: left;
}

content input[type=checkbox], content input[type=radio] {
	border: none;
	background: none;
	width: 12px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
    vertical-align: middle;
}

content input.button, input.button {
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
	text-align: center;
	color: #111111;
	line-height: 34px;
	height: 36px;
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #cccccc;
	width: auto;
	display: inline-block;
	cursor: pointer;
}

content input.button:hover, input.button:hover {
	border: 1px solid #aaaaaa;
}
/* form disclaimer text styles */
content p.form-disclaimer {
	text-align: center;
	font-weight:700;
}


/******************************************** # Site Styles PC, Tablet and Mobile Shared ********************************************/
/************************************************ # header styling ************************************************/
#wilmington-attorneys {
	background: #2e5a85;
}

#gillette-lawyers {
	max-width: 1060px;
	margin: 0px auto;
	padding: 0px 20px;
}

a#home-link {
	width: 241px;
	height: 71px;
	display: block;
	float: left;
	background: url("https://www.steventituslaw.com/help/images/logo.png") no-repeat center center;
}

a#contact-link {
  line-height: 82px;
  display: block;
  float: right;
	display: inline-block;
	padding: 0px 0px 7px 162px;
	background: url("https://www.steventituslaw.com/help/images/questions.png") no-repeat left 35px;
	color: #faf398;
	font-size: 26px;
	text-decoration: none;
	font-weight: 700;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}  
a#contact-link:hover{
	color: #fcf7bc;
	text-decoration: none;
}
/*** # featured header styles ***/
.featured {
}

#criminal-defense-attorneys {background: #2e5a85 url("https://www.steventituslaw.com/help/images/header-criminal-defense.jpg") no-repeat center top;background-size: cover;}
#dui-attorneys {background: #2e5a85 url("https://www.steventituslaw.com/help/images/header-dui.jpg") no-repeat center top;background-size: cover;}
#injury-attorneys {background: #2e5a85 url("https://www.steventituslaw.com/help/images/header-injury.jpg") no-repeat center top;background-size: cover;}
#family-law-attorneys {background: #2e5a85 url("https://www.steventituslaw.com/help/images/header-family-law.jpg") no-repeat center top;background-size: cover;}
#divorce-attorneys {background: #2e5a85 url("https://www.steventituslaw.com/help/images/header-divorce.jpg") no-repeat center top;background-size: cover;}

#featured-mask {
	background: url("https://www.steventituslaw.com/help/images/featured-mask.png") repeat center top;
}

#featured-content {
	max-width: 1060px;
	height: 448px;
	display: table;
	margin: 0px auto;
	padding: 0px 20px;
}

#featured-text {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#featured-text p {
	padding: 0px 0px 0px 0px;
	max-width: 780px;
	margin: 0px auto;
	line-height: 24px;
	font-size: 16px;
	color: #fff7c2;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}

#featured-text p.title {
	padding: 0px 0px 20px 0px;
	font-size: 58px;
	line-height: 62px;
	color: #ffffff;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 600;
}

a.hlink {
	width: 270px;
	height: 58px;
	padding: 10px 0px 0px 0px;
	margin: 20px 10px 0px 10px;
	display: inline-block;
	color: #acecee;
	font-size: 14px;
	line-height: 22px;
	background: #006177;
	border-top:  1px solid #9aabb4;
	text-align: center;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(30,43,56,0.3);
	vertical-align: top;
	font-weight: 400;
	text-decoration: none;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-style: italic;
}
a.hlink:hover {
	color: #ffffff;
	background: #006d81;
	text-decoration: none;
}
a.hlink span {
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	font-style: normal;
}

/*** #  styles ***/
#wilmington-lawyers {
	background: url("https://www.steventituslaw.com/help/images/features-bg.jpg") repeat center top;
}

#wilmington-features {
	max-width: 1060px;
	text-align: center;
	margin: 0px auto;
	padding: 51px 0px 0px 0px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

#no-fee {
	width: 30%;
	min-height: 235px;
	padding: 7px 0px 10px 0px;
	margin: 0px 0px 59px 0px;
	display: inline-block;
	vertical-align: top;
	background: url("https://www.steventituslaw.com/help/images/vdivider.png") repeat-y right top;
}

img.imgnofee {margin: 19px auto 13px auto;padding: 0px 40px 0px 20px;}

#no-fee p, #clients p {
	padding: 0px 40px 0px 20px;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
	color: #454444;
}

#no-fee p span {
	font-weight: 700;
	font-style: italic;
	color: #006177;
}

#clients p span {
	font-size: 37px;
	font-weight: 700;
	color: #006177;
}

#clients {
	width: 27.6%;
	max-width: 298px;
	min-height: 235px;
	padding: 7px 4.7% 10px 4.7%;
	margin: 0px 0px 59px 0px;
	display: inline-block;
	vertical-align: top;
}

#client-video {
	height: 0px;
	padding-bottom: 55%;
	margin: 18px auto 0 auto;
	background: url("https://www.steventituslaw.com/help/images/firm-video.jpg") no-repeat left top;
	background-size: contain;
	position: relative;
}

a#client-play {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("https://www.steventituslaw.com/help/images/play.png") no-repeat center center;
}
a#client-play:hover {
	background: url("https://www.steventituslaw.com/help/images/play-hover.png") no-repeat center center;
}


#reviews {
	width: 30%;
	padding: 7px 0px 10px 0px;
	margin: 0px 0px 59px 0px;
	min-height: 235px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background: url("https://www.steventituslaw.com/help/images/vdivider.png") repeat-y left top;
}

#reviews p {
	padding: 15px 20px 0px 35px;
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	color: #454444;
}

#reviews p#author {
	padding: 9px 20px 0px 35px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 23px;
	color: #182f46;
}

/************************************************ # main layout styles ************************************************/
main {
}

content {
	max-width: 1160px;
	margin: 0px auto;
	padding: 75px 20px 20px 20px;
	line-height: 29px;
}

content-text {
	width: 58.6%;
	float: left;
	display: inline;
}
/* content tweaks to keep content column aligned well */
@media only screen and (min-width : 960px) and (max-width : 1159px) { content-text { width: 58.35%; } }
@media only screen and (min-width : 960px) and (max-width : 1109px) { content-text { width: 58.1%; } }
@media only screen and (min-width : 960px) and (max-width : 1059px) { content-text { width: 57.85%; } }
@media only screen and (min-width : 960px) and (max-width : 1009px) { content-text { width: 57.6%; } }

/*********** # content area styles ***********/

content p {
	padding: 14px 0px 14px 0px;
}

content td {
	padding: 5px 5px 5px 5px;
	vertical-align: text-top;
	vertical-align: top;
}

content ul {
	padding: 14px 0px 14px 30px;
}

content ul li {
	padding: 3px 20px 3px 0px;
}

content ol {
	padding: 14px 0px 14px 30px;
}

content ol li {
	padding: 3px 20px 3px 0px;
}


/*** # attorney image styles ***/

img.imgattorney {
	margin: 0px 50px 95px 0px;
	float: left;
}

/*** #  styles ***/



/*** #  styles ***/



/*** #  styles ***/





/*************************************************** # FOOTER styles ***************************************************/
footer {
	background: #142b39;
}

footer-inner {
	max-width: 1160px;
	margin: 0px auto;
	padding: 42px 20px 53px 20px;
	font-family: "Verdana", Geneva, Arial, sans-serif;
}

#office {
	width: 28.3%;
	float: left;
	padding: 6px 0px 0px 0px;
}

#office p {
	padding: 0px 20px 0px 0px;
	line-height: 20px;
	color: #ffffff;
	font-size: 12px;
}
#office p a {
	color: #f4dba6;
	font-weight: 400;
	text-decoration: none;
}
#office p a:hover {
	color: #f4dba6;
	text-decoration: underline;
}
#office p strong {
	padding: 0px 0px 6px 0px;
	display: inline-block;
	font-weight: 700;
}

#office p span {
	display: inline-block;
}

#disclaimer {
	width: 67.2%;
	float: left;
}

#disclaimer p {
	padding: 8px 0px 8px 0px;
	line-height: 16px;
	font-size: 11px;
	color: #648690;
}

#disclaimer p a {
	color: #dedede;
	font-weight: 400;
	text-decoration: none;
}
#disclaimer p a:hover {
	color: #dedede;
	text-decoration: underline;
}

/*** CONTACT FORM SLIDER ***/
#pageslide {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 370px;
    background-color: #006177;
    color: #FFF;
}

#modal { display: none;font-size: 14px;line-height: 24px;  }

a#close {
	width: 30px;
	height: 30px;
	display: block;
	outline: none;
	border: none;
	margin: 8px 0px 0px 330px;
	background: url('https://www.steventituslaw.com/help/images/close.png') no-repeat left top;
}
a#close:hover { background-position: left bottom; }
#modal p {
	padding: 0px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #8dadbe;
}

#modal p span {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #bfc9d4;
}

.contact-titus {
  width: 300px;
	padding:  30px 0px 0px 0px;
	margin: 0px auto;
}

.iform {
	width: 98%;
	height: 38px;
	color: #00213d;
	margin: 0px auto 11px auto;
}

.tform {
	width: 98%;
	height: 85px;
	font-size: 13px;
	color: #00213d;
	margin: 0px auto 28px auto;
}

.subform {
	width: 240px;
	height: 38px;
	line-height: 38px;
	margin: 0px auto 15px auto;
	border: none;
	background: #73b022;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-style: normal;
	box-shadow: 2px 2px 2px rgba(30,43,56,0.3);
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
}

.subform:hover {
	background: #96c82c;
	color: #ffffff;
	text-decoration: none;
}


/******************************************** # Styles Tablet and Mobile SHARED ********************************************/
@media only screen and (max-width : 959px) {
/* default */

/* header */
#featured-content {height: 378px;}
#featured-text p {padding: 0px 0px 0px 0px;line-height: 25px;font-size: 18px;}
#featured-text p.title {padding: 0px 0px 20px 0px;line-height: 47px;font-size: 46px;}
/* side by side blocks */	
#no-fee {width: 49%;}
#clients {width: 40.6%;}
#reviews {border: none;width: auto;min-height: inherit;padding: 27px 20px 30px 20px;background: #ffffff;margin: 0px 0px 0px 0px;}
#reviews p {padding: 15px 20px 0px 20px;}
#reviews p#author {padding: 9px 20px 0px 20px;}
/* main layout */
main-inner {padding: 0px;}
content {width: auto;padding: 20px 20px 40px 20px;}
content-text {width: auto;float: none;display: block;}

/* footer */
footer-inner {padding: 17px 20px 23px 20px;text-align: center;}
#office {width: auto;float: none;padding: 6px 0px 15px 0px;}
#disclaimer {width: auto;float: none;}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
}

/******************************************** # Styles PC ONLY ********************************************/
@media only screen and (min-width : 960px) {
/* default reactive CSS for PC */
.nopc { display: none !important; } 

}



/******************************************** # Styles THIN PC ONLY ********************************************/
@media only screen and (min-width : 960px) and (max-width : 1059px) {
.nothinpc { display: none !important; } 
.fltlt .fltlt, .fltrt .fltlt {width: 100%;float: none;}
.fltlt .fltrt, .fltrt .fltrt {width: 100%;float: none;}
main.full content .fltlt .fltlt, main.full content .fltrt .fltlt {width: 48%;float: left;}
main.full content .fltlt .fltrt, main.full content .fltrt .fltrt {width: 48%;float: right;}
.fourcolumns, content .fourcolumns {margin: 20px 0px 0px 0px;-moz-column-count: 3; -webkit-column-count: 3; column-count: 3;-moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px;}

}

/******************************************** # Styles Tablet ONLY ********************************************/
@media only screen and (min-width : 650px) and (max-width : 959px) {
/* default reactive CSS for Tablet */
.notablet { display: none !important; } 


}

/******************************************** # Styles THIN Tablet ONLY ********************************************/
@media only screen and (min-width : 650px) and (max-width : 739px) {
.nothintablet { display: none !important; } 
.fltlt .fltlt, .fltrt .fltlt {width: 100%;float: none;}
.fltlt .fltrt, .fltrt .fltrt {width: 100%;float: none;}
main.full content .fltlt .fltlt, main.full content .fltrt .fltlt {width: 100%;float: none;}
main.full content .fltlt .fltrt, main.full content .fltrt .fltrt {width: 100%;float: none;}
.fourcolumns, content .fourcolumns {margin: 20px 0px 0px 0px;-moz-column-count: 2; -webkit-column-count: 2; column-count: 2;-moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px;}

a#contact-link {padding: 0px 0px 7px 0px;background: none;}  
}

/******************************************** # Styles Mobile ONLY  ********************************************/
@media only screen and (min-width : 1px) and (max-width : 649px) {
/* default reactive CSS for mobile */
.nomobile { display: none !important; }
h2.no-fee {padding: 10px 0px 5px 0px;}
h2.reviews {padding: 10px 0px 5px 0px;}
blockquote {padding: 20px;border-top: 5px solid #000000;border-left: none;} 
img.imgleft, img.alignleft { max-width: 33%; }
img.imgright, img.alignright { max-width: 33%; }
.gmap, iframe.gmap { height: 300px; }
.ytube, iframe.ytube { height: 200px; }
.fltlt { width: 100%; float: none; }
.fltrt { width: 100%; float: none; }
.fltlt-wide { width: 100%; float: none; }
.fltrt-thin { width: 100%; float: none; }
.fltlt-thin { width: 100%; float: none; }
.fltrt-wide { width: 100%; float: none; }
.flt3col { width: 100%; float: none; margin: 0px 0px 0px 0px; }
content .fltlt ul, content .fltlt-wide ul, content .fltlt-thin ul {padding-bottom: 0px; }
content .fltrt ul, content .fltrt-thin ul, content .fltrt-wide ul {padding-top: 0px; }
content .flt3col ul {padding-top: 0px;padding-bottom: 0px; }
.cformlt, p.cformlt, content p.cformlt { width: 100%; float: none; text-align: left; }
.cformrt, p.cformrt, content p.cformrt { width: 100%; float: none; text-align: left; }
.cformlt-alt, p.cformlt-alt, content p.cformlt-alt { width: 100%; float: none; text-align: left; }
.cformrt-alt, p.cformrt-alt, content p.cformrt-alt { width: 100%; float: none; text-align: left; }

/*header */
a#home-link {margin: 0px auto; float: none;}
a#contact-link {display: none;}
#featured-content {height: 328px;}
#featured-text p.title {padding: 0px 0px 0px 0px;line-height: 28px;font-size: 26px;}
a.hlink {display: block;margin: 20px auto 0px auto;}
/* side by side blocks */
#wilmington-features {padding: 21px 0px 0px 0px;}
#no-fee {display: block;width: 280px;padding: 7px 0px 29px 0px;margin: 0px auto 10px auto;background: none;border-bottom: 1px solid #d3d7dd;}
#no-fee p {padding: 0px 0px 0px 0px;}
img.imgnofee {padding: 0px;}
#clients {display: block;width: 280px;margin: 0px auto 10px auto;padding: 7px 0px 15px 0px;border-bottom: 1px solid #d3d7dd;}
#reviews {display: block;width: 280px;padding: 17px 0px 30px 0px;background: none;margin: 0px auto 0px auto;}

	
	
}

/******************************************** # Styles THIN Mobile ONLY  ********************************************/
@media only screen and (min-width : 1px) and (max-width : 419px) {
.nothinmobile { display: none !important; } 

}

/******************************************** # Jquery/Google/Wordpress Shared  ********************************************/
/******************************************** # Jquery/Google/Wordpress Shared  ********************************************/
/************  FancyBox V3 Overlay  ************/
.fancybox-enabled {overflow: hidden; }
.fancybox-enabled body {overflow: visible;height: 100%; }
.fancybox-is-hidden {position: absolute;top: -9999px;left: -9999px;visibility: hidden; }
.fancybox-container {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99993;-webkit-tap-highlight-color: transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);transform: translateZ(0); }
.fancybox-container ~ .fancybox-container {z-index: 99992; }
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {position: absolute;top: 0;right: 0;bottom: 0;left: 0; }
.fancybox-outer {overflow-y: auto;-webkit-overflow-scrolling: touch; }
.fancybox-bg {background: #1e1e1e;opacity: 0;transition-duration: inherit;transition-property: opacity;transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {opacity: 0.87;transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {position: absolute;direction: ltr;z-index: 99997;opacity: 0;visibility: hidden;transition: opacity .25s, visibility 0s linear .25s;box-sizing: border-box; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {opacity: 1;visibility: visible;transition: opacity .25s, visibility 0s; }
.fancybox-infobar {top: 0;left: 50%;margin-left: -79px; }
.fancybox-infobar__body {display: inline-block;width: 70px;line-height: 44px;font-size: 13px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;text-align: center;color: #ddd;background-color: rgba(30, 30, 30, 0.7);pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: transparent;-webkit-font-smoothing: subpixel-antialiased; }
.fancybox-toolbar {top: 0;right: 0; }
.fancybox-stage {overflow: hidden;direction: ltr;z-index: 99994;-webkit-transform: translate3d(0, 0, 0); }
.fancybox-slide {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;padding: 0;overflow: auto;outline: none;white-space: normal;box-sizing: border-box;text-align: center;z-index: 99994;-webkit-overflow-scrolling: touch;display: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;transition-property: opacity, -webkit-transform;transition-property: transform, opacity;transition-property: transform, opacity, -webkit-transform;-webkit-transform-style: preserve-3d;transform-style: preserve-3d; }
.fancybox-slide::before {content: '';display: inline-block;vertical-align: middle;height: 100%;width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {display: block; }
.fancybox-slide--image {overflow: visible; }
.fancybox-slide--image::before {display: none; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {background: #000; }
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {background: #E5E3DF; }
.fancybox-slide--next {z-index: 99995; }
.fancybox-slide > div {display: inline-block;position: relative;padding: 24px;margin: 44px 0 44px;border-width: 0;vertical-align: middle;text-align: left;background-color: #fff;overflow: auto;box-sizing: border-box; }
.fancybox-slide .fancybox-image-wrap {position: absolute;top: 0;left: 0;margin: 0;padding: 0;border: 0;z-index: 99995;background: transparent;cursor: default;overflow: visible;-webkit-transform-origin: top left;-ms-transform-origin: top left;transform-origin: top left;background-size: 100% 100%;background-repeat: no-repeat;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.fancybox-can-zoomOut .fancybox-image-wrap {cursor: -webkit-zoom-out;cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-image-wrap {cursor: -webkit-zoom-in;cursor: zoom-in; }
.fancybox-can-drag .fancybox-image-wrap {cursor: -webkit-grab;cursor: grab; }
.fancybox-is-dragging .fancybox-image-wrap {cursor: -webkit-grabbing;cursor: grabbing; }
.fancybox-image,
.fancybox-spaceball {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;padding: 0;border: 0;max-width: none;max-height: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.fancybox-spaceball {z-index: 1; }
.fancybox-slide--iframe .fancybox-content {padding: 0;width: 100%;height: 95%;max-width: calc(100% - 20px);max-height: calc(100% - 100px);overflow: visible;background: #fff; }
.fancybox-iframe {display: block;margin: 0;padding: 0;border: 0;width: 100%;height: 100%;background: #fff; }
.fancybox-error {margin: 0;padding: 40px;width: 100%;max-width: 380px;background: #fff;cursor: default; }
.fancybox-error p {margin: 0;padding: 0;color: #444;font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.fancybox-close-small {position: absolute;top: 0;right: 0;width: 44px;height: 44px;padding: 0;margin: 0;border: 0;border-radius: 0;outline: none;background: transparent;z-index: 10;cursor: pointer; }
.fancybox-close-small:after {content: '×';position: absolute;top: 5px;right: 5px;width: 30px;height: 30px;font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color: #888;font-weight: 300;text-align: center;border-radius: 50%;border-width: 0;background: #fff;transition: background .25s;box-sizing: border-box;z-index: 2; }
.fancybox-close-small:focus:after {outline: 1px dotted #888; }
.fancybox-close-small:hover:after {color: #555;background: #eee; }
.fancybox-slide--iframe .fancybox-close-small {top: 0;right: -44px; }
.fancybox-slide--iframe .fancybox-close-small:after {background: transparent;font-size: 35px;color: #aaa; }
.fancybox-slide--iframe .fancybox-close-small:hover:after {color: #fff; }
/* Caption */
.fancybox-caption-wrap {bottom: 0;left: 0;right: 0;padding: 60px 30px 0 30px;background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);pointer-events: none; }
.fancybox-caption {padding: 30px 0;border-top: 1px solid rgba(255, 255, 255, 0.4);font-size: 14px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;color: #fff;line-height: 20px;-webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {pointer-events: all; }
.fancybox-caption a {color: #fff;text-decoration: underline; }
/* Buttons */
.fancybox-button {display: inline-block;position: relative;margin: 0;padding: 0;border: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;background: transparent;color: #ddd;border-radius: 0;cursor: pointer;vertical-align: top;outline: none; }
.fancybox-button[disabled] {cursor: default;pointer-events: none; }
.fancybox-infobar__body, .fancybox-button {background: rgba(30, 30, 30, 0.6); }
.fancybox-button:hover:not([disabled]) {color: #fff;background: rgba(0, 0, 0, 0.8); }
.fancybox-button::before,
.fancybox-button::after {content: '';pointer-events: none;position: absolute;background-color: currentColor;color: currentColor;opacity: 0.9;box-sizing: border-box;display: inline-block; }
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {opacity: 0.3; }
.fancybox-button--left::after,
.fancybox-button--right::after {top: 18px;width: 6px;height: 6px;background: transparent;border-top: solid 2px currentColor;border-right: solid 2px currentColor; }
.fancybox-button--left::after {left: 20px;-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg); }
.fancybox-button--right::after {right: 20px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); }
.fancybox-button--left {border-bottom-left-radius: 5px; }
.fancybox-button--right {border-bottom-right-radius: 5px; }
.fancybox-button--close::before, .fancybox-button--close::after {content: '';display: inline-block;position: absolute;height: 2px;width: 16px;top: calc(50% - 1px);left: calc(50% - 8px); }
.fancybox-button--close::before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); }
.fancybox-button--close::after {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg); }
/* Navigation arrows */
.fancybox-arrow {position: absolute;top: 50%;margin: -50px 0 0 0;height: 100px;width: 54px;padding: 0;border: 0;outline: none;background: none;cursor: pointer;z-index: 99995;opacity: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;transition: opacity .25s; }
.fancybox-arrow::after {content: '';position: absolute;top: 28px;width: 44px;height: 44px;background-color: rgba(30, 30, 30, 0.8);background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat: no-repeat;background-position: center center;background-size: 24px 24px; }
.fancybox-arrow--right {right: 0; }
.fancybox-arrow--left {left: 0;-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1); }
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {left: 0; }
.fancybox-show-nav .fancybox-arrow {opacity: 0.6; }
.fancybox-show-nav .fancybox-arrow[disabled] {opacity: 0.3; }
/* Loading indicator */
.fancybox-slide > .fancybox-loading {border: 6px solid rgba(100, 100, 100, 0.4);border-top: 6px solid rgba(255, 255, 255, 0.6);border-radius: 100%;height: 50px;width: 50px;-webkit-animation: fancybox-rotate .8s infinite linear;animation: fancybox-rotate .8s infinite linear;background: transparent;position: absolute;top: 50%;left: 50%;margin-top: -25px;margin-left: -25px;z-index: 99999; }
@-webkit-keyframes fancybox-rotate {from {-webkit-transform: rotate(0deg);transform: rotate(0deg); }to {-webkit-transform: rotate(359deg);transform: rotate(359deg); } }
@keyframes fancybox-rotate {from { -webkit-transform: rotate(0deg);transform: rotate(0deg); } to {-webkit-transform: rotate(359deg);transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);opacity: 0; }
.fancybox-fx-slide.fancybox-slide--next {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);opacity: 0; }
.fancybox-fx-slide.fancybox-slide--current {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {opacity: 0;transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {opacity: 1; }
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {-webkit-transform: scale3d(1.5, 1.5, 1.5);transform: scale3d(1.5, 1.5, 1.5);opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--next {-webkit-transform: scale3d(0.5, 0.5, 0.5);transform: scale3d(0.5, 0.5, 0.5);opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--current {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1; }
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {-webkit-transform: rotate(-360deg);-ms-transform: rotate(-360deg);transform: rotate(-360deg);opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--next {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--current {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);opacity: 1; }
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);opacity: 0; }
.fancybox-fx-circular.fancybox-slide--next {-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);opacity: 0; }
.fancybox-fx-circular.fancybox-slide--current {-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0);opacity: 1; }
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {-webkit-transform: translate3d(0, 0, 0) scale(1);transform: translate3d(0, 0, 0) scale(1); }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {.fancybox-infobar {left: 0;margin-left: 0; }.fancybox-button--left,.fancybox-button--right {display: none !important; }.fancybox-caption {padding: 20px 0;margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {width: 15px;height: 11px;left: calc(50% - 7px);top: calc(50% - 6px);border: 2px solid;background: none; }
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {top: calc(50% - 6px);left: calc(50% - 4px);background: transparent; }
.fancybox-button--play::before {width: 0;height: 0;border-top: 6px inset transparent;border-bottom: 6px inset transparent;border-left: 10px solid;border-radius: 1px; }
.fancybox-button--pause::before {width: 7px;height: 11px;border-style: solid;border-width: 0 2px 0 2px; }
/* Thumbs */
.fancybox-thumbs {display: none; }
.fancybox-button--thumbs {display: none; }
@media all and (min-width: 800px) {.fancybox-button--thumbs {display: inline-block; }.fancybox-button--thumbs span {font-size: 23px; }.fancybox-button--thumbs::before {width: 3px;height: 3px;top: calc(50% - 2px);left: calc(50% - 2px);box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }.fancybox-thumbs {position: absolute;top: 0;right: 0;bottom: 0;left: auto;width: 220px;margin: 0;padding: 5px 5px 0 0;background: #fff;word-break: normal;-webkit-tap-highlight-color: transparent;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;box-sizing: border-box;z-index: 99995; }.fancybox-show-thumbs .fancybox-thumbs {display: block; }.fancybox-show-thumbs .fancybox-inner {right: 220px; }.fancybox-thumbs > ul {list-style: none;position: absolute;position: relative;width: 100%;height: 100%;margin: 0;padding: 0;overflow-x: hidden;overflow-y: auto;font-size: 0; }.fancybox-thumbs > ul > li {float: left;overflow: hidden;max-width: 50%;padding: 0;margin: 0;width: 105px;height: 75px;position: relative;cursor: pointer;outline: none;border: 5px solid transparent;border-top-width: 0;border-right-width: 0;-webkit-tap-highlight-color: transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;box-sizing: border-box; }li.fancybox-thumbs-loading {background: rgba(0, 0, 0, 0.1); }.fancybox-thumbs > ul > li > img {position: absolute;top: 0;left: 0;min-width: 100%;min-height: 100%;max-width: none;max-height: none;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }.fancybox-thumbs > ul > li:before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 2px;border: 4px solid #4ea7f9;z-index: 99991;opacity: 0;transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {opacity: 1; } }


/*********** # print Styles  ***********/
@media only print {
.noprint{display:none !important;}






}
