

/* ==========================================================================
   normalize.css v2.0.1 | MIT License | git.io/normalize
   ========================================================================== */

   
/* ===============  HTML5 display definitions  =============== */

/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display:block; }

/* Corrects `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display:inline-block; }

/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display:none; height:0; }

/* Addresses styling for `hidden` attribute not present in IE 8/9. */
[hidden] { display:none; }


/* ===============  Base  =============== */

/* Sets default font family to sans-serif, Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family:sans-serif; -webkit-text-size-adjust:100%;  -ms-text-size-adjust:100%;  }

/* Removes default margin. */
body { margin:0; }


/* ===============  Links  =============== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline:thin dotted; }

/* Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline:0; }


/* ===============  Typography  =============== */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size:2em; }

/* Addresses styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom:1px dotted; }

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight:bold; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style:italic; }

/* Addresses styling not present in IE 8/9. */
mark { background:#ff0; color:#000; }

/* Corrects font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family:monospace, serif; font-size:1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word; }

/* Sets consistent quote types. */
q { quotes:"\201C" "\201D" "\2018" "\2019"; }

/* Addresses inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { position:relative; font-size:75%; line-height:0; vertical-align:baseline; }
sup { top:-0.5em; }
sub { bottom:-0.25em; }


/* ===============  Embedded content  =============== */

/* Removes border when inside `a` element in IE 8/9. */
img { border:0; }

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow:hidden; }


/* ===============  Figures  =============== */

/* Addresses margin not present in IE 8/9 and Safari 5. */
figure { margin:0; }


/* ===============  Forms  =============== */

/* Define consistent border, margin, and padding. */
fieldset { margin:0 2px; padding:0.35em 0.625em 0.75em; border:1px solid #c0c0c0; }

/* Corrects color not being inherited in IE 8/9. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { padding:0; border:0; }

/* Corrects font family not being inherited in all browsers. Corrects font size not being inherited in all browsers. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea { margin:0; font-family:inherit; font-size:100%; }

/* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height:normal; }

/*  Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. Corrects inability to style clickable `input` types in iOS. Improves usability and consistency of cursor style between image-type `input` and others. */

button, html input[type="button"],
input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; }

/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor:default; }

/* Addresses box sizing set to `content-box` in IE 8/9. Removes excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; }

/* Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-appearance:textfield; }

/* Removes inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; }

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }

/* Removes default vertical scrollbar in IE 8/9. Improves readability and alignment in all browsers. */
textarea { overflow:auto; vertical-align:top; }


/* ===============  Tables  =============== */

/* Remove most spacing between table cells. */
table { border-collapse:collapse; border-spacing:0; }






/* ==========================================================================
   Boilerplate / Generic Base Styles
   ========================================================================== */

body {  }

::-moz-selection { background:#3197fc; text-shadow:none; }
::selection { background:#3197fc; text-shadow:none; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
img { max-width:100% !important; height:auto !important; vertical-align:middle; }
fieldset {border:0; margin:0; padding:0; }
textarea { resize:vertical; }

p { margin:0 0 1em; }

.ir { background-color:transparent; border:0; overflow:hidden; }
.ir:before { content:""; display:block; width:0; height:100%; }

.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.hidden { display:none; visibility:hidden; }
.visuallyHidden { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus { clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto; }
.invisible { visibility:hidden; }

.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

.hide { display:none; }
.smallest { font-size:.8em; }
.smaller { font-size:.9em; }
.larger { font-size:1.1em; }
.largest { font-size:1.2em; }

.bold { font-weight:bold; }
.italic { font-style:italic !important; }
.strike { text-decoration:line-through !important; }

.red, .red:visited { color:#f00 !important; }
.green, .green:visited { color:#390 !important; }
.lgreen, .lgreen:visited { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }

.vtop { vertical-align:top; }

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }

.floatLeft, .fLeft { float:left; }
.floatRight, .fRight { float:right; }

.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }

.nowrap { white-space:nowrap; }

.borderless { border:0; border-collapse:collapse; }

.breakforprint { page-break-after:always; }

.important { color:red; font-weight:bold; text-transform:uppercase; }

/* ## Base List styles ## */
ul, ol { margin:0 0 0; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }

/* ## Border - Solid ## */
.bdr { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop { border-top:1px solid #999; }
.bdrRight { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft { border-left:1px solid #999; }

/* ## Border- Dashed ## */
.bdrDash { border:1px dashed #555244; }
.bdrDashTop { border-top:1px dashed #999; }
.bdrDashRight { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft { border-left:1px dashed #999; }

/* ## Rows ## */
.alternate { background-color:#d8d8d8; }
.row { background-color:#fff; }





/* ================================================================
   PRIMARY SITE SPECIFIC BASE/GLOBAL STYLES 
   ================================================================ */

/* ## Disabled Input Styles ## */
input[disabled=true] { background-color:#f0f0f0; }
textarea[disabled=true] { background-color:#f0f0f0; }
select[disabled=true] { background-color:#f0f0f0; }
input[readonly=true] { background-color:#f0f0f0; }
textarea[readonly=true] { background-color:#f0f0f0; }
select[readonly=true] { background-color:#f0f0f0; }

/* ## Heading Styles ## */
h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5, h6 {  }

/* ## Link Styles ## */
a, a:link, a:visited { color:#000b98; text-decoration:none; }
a:hover, a:active, a:focus { color:#00065a; text-decoration:none; }
a:active, a:focus { outline:0; }

/* ## Link Modifier Styles ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }

/* ## Button Styles ## */
.btnWrapper { display:inline-block;text-decoration:none !important; }
.btn, a.btn { 
	display:inline-block; overflow:visible; 
	margin:0; padding:4px 6px; 
	border:1px solid #00087A; 
	font-weight:normal; color:#fff; 
	background-color:#000b98; 
	text-align:center; text-decoration:none; 
	cursor:pointer; 
}
.btnWrapper:hover .btn { background-color:#00065a; }


.btnAlt { background-color:#ccc }
.btnAlt .btn { color:#666; background-color:#ccc; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer; }
.btnAlt:hover, .btnAlt:hover .btn { background-color:#e3e3e3; }

.btnLarge .btn { padding:5px 10px; font-size:1.4em; }

.btnFullWidth { display:block; }
.btnFullWidth .btn { display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }

.btnText { margin:0; padding:0; color:#6d6d6d; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6d6d6d; text-decoration:none; }

/* ## Site Icons ## */
.iconImage { 
	position:relative; bottom:1px; 
	display:inline-block; 
	width:10px; height:10px;  
	vertical-align:middle; 
	text-indent:-9999em; 
	background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; 
	overflow:hidden; 
}
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width:18px; height:14px; background-position:-23px -112px; }
.iconXSquareRed { width:12px; height:12px; background-position:0 -112px; }
.iconSearch { width:14px; height:14px; background-position:-55px 0; }
.iconQuestion { width:22px; height:22px; background-position:0 -75px; }

/* modifier for icon fonts (IcoMoon) embedded within button wrapper */
.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }

/* ## Link Lists ## */
.linkList { margin:0 0 15px; padding:0; list-style-type:none; }
.linkList li { margin-bottom:8px; }
.linkList a, .linkList a:visited { text-decoration:none; }
.linkList a:hover, .linkList a:active { text-decoration:underline; }





/* ================================================================
   PRIMARY LAYOUT CONTAINER STYLES 
   ================================================================ */

   
/* ===============  Start Up Layout  =============== */

body { background:#fff; }
.container {  }
.siteBody { min-height:300px; }





/* ================================================================
   HEADER
   ================================================================ */
.siteHeader { position:relative; min-height:80px; z-index:1000; }
.headerTop { padding:0px 20px; }
.headerTop h1.siteLogo {max-width: 175px;}

.headerLinks { list-style:none; padding:20px 20px 5px; margin:0; font-size:0.9em; text-align:right;  }
.headerLinks li { display:inline-block; }
.headerLinks a:link, .headerLinks a:visited{padding:0 2px 0 8px; margin:0 3px; font-size:.9em; font-weight:600; color:#000b98; border-left:1px solid #000b98; }
.headerLinks a:hover, .headerLinks a:active, .headerLinks a:focus { color:#00087A; text-decoration:none; }
.headerLinks li:first-child a { border-left:0; }

.tagline span { display:block; text-align:right; font-size:.8em; font-style:italic; color:#424c94; }


.hdrSocial {text-align: right; margin: 15px 0 0 15px;}
.hdrSocial a {margin: 0; height: 18px; width: 18px; background: url(/cms/images/layout/social.png) no-repeat; display: inline-block;}

.hdrSocial a.facebook{background-position: 0px 0px;}
.hdrSocial a.instagram{background:url(/cms/images/layout/linkedin.jpg) no-repeat; background-size: contain;}
.hdrSocial a.twitter{background-position: -22px 0px;}
.hdrSocial a.youtube{background-position: -66px 0px;}

/* Header Redesign */
.nthHeader{background: #d7d7d7; padding: 0 10px;}
.nth-wrapper{display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap:wrap; }
.site-srch{width: 100%; order: 3; }
.member-area{display: none;}
.f-portal{ position: absolute;  left: 0;  display: block;  bottom: 55px; font-size: 0.8em; font-weight: 700; color: #6b7ca7; text-transform: uppercase;}
.isloggedin .member-area{display:block; }

.sthHeader{background: #1c4096;}
.sth-wrapper{display: flex; padding: 0 10px; align-items: center; flex-direction: column;}
.siteLogo{width: 25%; background: #ffffff; padding: 15px; margin-top: 10px; margin-bottom: 10px;}
.siteNavigation{width: 100%;}
.member-logged .siteNavigation{background: #6b7ca7;}
.isloggedin .siteNavigation{background: #6b7ca7;}
.homeb-rail p{margin: 0; padding: 0;}
span.wl-name { font-size: 0.88em;}


@media (min-width:420px) and (max-width: 767px){
    .f-portal{left: 0; bottom: 0px; position: relative; padding: 10px 0; text-align: center;}
}

@media (min-width:767px){
  .nthHeader{background: #d7d7d7; padding: 0 10px;}
  .nth-wrapper{display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap:nowrap; padding: 0 10px;}
  .site-srch{width: 22%; order: 0;}
  .sthHeader{background: #1c4096;}
  .sth-wrapper{display: flex; padding: 0 10px; align-items: center; flex-direction: row;}
  .siteLogo{width: 100%; max-width: 111px;  background: #ffffff; padding: 10px; margin-top: 0; margin-bottom:0;}
  .siteNavigation{width: 85%;}
  .f-portal{left: 0; bottom: 5px;}
  .headerLinks{padding: 5px;}
  

}

@media (min-width: 1050px){
  .f-portal{left: 19%; bottom: 5px;}
  .siteLogo{width: 100%; max-width: 150px; background: #ffffff; padding: 15px; margin-top: -17px; margin-bottom: -20px;}
}

/* ===============  Logo  =============== */



/* ===============  Header Info  =============== */


.siteHeader .hdrPhonenum {
    display:block;
    position:absolute; right:12px; bottom:12px;
    width:200px; height:34px;
    text-indent:-9999em;
    background-position:100% 0; background-repeat:no-repeat;
}







/* ===============  Header Site Search  =============== */

.siteSearch { margin:15px 0 0 0; color:#fff; display: flex; position: relative;}
.siteSearch label { display:none; }
.siteSearch input.btn {font-size: .9em; }
.siteSearch input[type="text"] {font-size: .8em; border: none; width: 100%; padding: 15px 5px 5px 5px;}


.srchbtn{position: absolute; right: 0px; height: 100%; background: url(/cms/images/layout/search.svg) no-repeat; background-size: 60%;width: 35px; background-position: center;}
.searchIcon{height: 100%; background: transparent; border: none;text-indent: -999em;}

/* ================================================================
   MAIN REGIONS - HOME SPECIFIC
   ================================================================ */


/* ===============  HOME SLIDESHOW  =============== */

/* Slideshow */
.slideshowWidget{background: #1c4096;}
.homeFocal {/* background:#999999; */}
.homeFocal .home-banner-area{display: flex; flex-direction: column; margin: 0 10px; }
.homeb-slider{width: 100%;}
.homeb-rail{width: 100%;}
.slideshow { position:relative; background:rgba(80,85,161,0.3); padding: 0 10px;}
.cycle-slideshow { max-width:100%; width:100%; overflow:hidden; }

.member-logged.isloggedin .homeFocal .grid_3 .block:first-of-type img{height: 200px!important;}
.member-logged.isloggedin .homeFocal .grid_3 .block{text-align: center; }


.member-logged.isloggedin .homeFocal .grid_3 .block img{width: 100%!important;}
.slideItem { max-width:100%; min-width:100%; }
.slideContent { padding:40px 35px;/*  height:260px; */ color:#fff;/*  background:#293063 ; */ display: none; }
.slideContent h2 { margin-top:0; color:#fff; }
.slideContent a.btn {background: #444444; border:1px solid #222; display: none;}
.slideContent a.btn:hover {background: #555}
.slideContent p{font-size: 1.75em;}
.slideImage { position:relative; background:#293063; overflow:hidden; text-align:center; height: 250px; background-size: cover;}
.slideImage img { }

.cycle-pager { position:absolute; top:5px; z-index:9999; width:100%; text-align:center; display: none; }
.cycle-pager span { font-size:6em; color:#fff; cursor:pointer; }
.cycle-pager span:hover { color:#bbb; }
.cycle-pager span.cycle-pager-active { color:#999 }

.homeb-rail{display: flex; flex-direction: row;}
.homeb-rail .findLawyer{width: 50%;}
.homeb-rail .findLawyer .block{width: 100%;}
.homeb-rail .loginPanel{width: 50%;}

.isloggedin .homeb-rail .block{width: 50%;}

.findLawyer .findContent{background: url(/cms/images/layout/findlawyer.png) no-repeat; background-size: 100% 100%; }
/* .findLawyer .findContent p{width: 100px;  padding: 40px 10px; font-size: 0.90em; font-weight: 600; margin: 0; line-height: 1.5em;} */
.findLawyer h1{background:#f5ae00; color: #000; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 1.5em; margin: 0; padding: 10px;}
.member-logged .findLawyer h1 a{color: #000;}
.findLawyer img{width: 100%!important;}
.homeb-rail .block img{width: 100%!important;}

.newsletter{background: url(/cms/images/layout/email.png) no-repeat #1c4096; background-size: contain; background-position: 100% 100%; color: #fff; position: relative;}
.newsletter p{width: 140px;  padding: 40px 10px 145px; font-size: 0.90em; font-weight: 400; margin: 0; line-height: 1.5em;}

/* Members Login Box */

.loginPanel{background: #1c4096;}
.loginPanel h2{margin: 0; font-size: 0.8em; text-transform: uppercase; color: #ffffff; padding:5px 5px; font-family: 'Raleway', sans-serif; font-weight: 600}


/* Lower Panel */

.lower-content{display: flex; width: 100%; flex-direction: column;}
.lower-wrapper{display: block; width: 100%}

.lower-inner{display: flex; align-items: center; padding: 25px; flex-direction: column;}
.lower-wrapper p{margin:0; padding: 0; line-height: 0;}
.lower-wrapper:first-child{background: #404040;}
.lower-wrapper:nth-child(2){background: #cecece;}
.lower-wrapper:last-child{background: #1b3f95;}
.lower-inner .lower-media{width: 100%; text-align: center;}
.lower-inner .lower-data{width: 100%; color: #fff; padding: 15px 10px;}
.lower-inner .lower-data.video-series{color: #404040;}
.lower-inner .lower-data.video-series span{font-size: 0.7em; text-transform: uppercase; font-weight: 800;}
.lower-inner .lower-data.video-series h4{margin: 5px 0;}
.lower-inner .lower-data.video-series p{font-size: 0.75em; margin: 0;}

.lower-inner .lower-data.finance p{font-size: 0.85em; margin: 0;}
.lower-inner .lower-data.finance h4{margin: 5px 0; font-size: 1.25em; text-transform: uppercase;}

/* @media only screen and (min-width: 450px){
  .slideImage{height: 350px; background-repeat: no-repeat;}
} */

@media only screen and (max-width: 550px){
  .slideImage{background-size: cover; background-repeat: no-repeat; height: 142px; background-color: transparent;}
  .slideContent{position: relative; top: 0; width: auto; padding: 10px; font-size: .95em; background: #293063;}
  .slideItem{position: relative!important;}
  .slideContent a.btn{display: inline-block; font-size: .65em;}

}

@media only screen and (max-width: 616px){
  .slideImage{background-image: none!important; height: auto!important;}
  .slideItem img{display: block;}

}

@media only screen and (min-width: 480px){
			.loginPanel h2{font-size: 1em; padding: 5px 10px;}
}

@media only screen and (min-width: 617px){
  .slideItem img{display: none;}
  .loginPanel h2{ font-size: 1.11em; padding: 12px 15px 11px; }
}


@media only screen and (min-width:767px){
	.homeFocal { height:auto; overflow:hidden; }
	.slideContent { padding:20px 35px; }
	.cycle-pager { top:auto; bottom:0px; left:10px; width:auto !important; }
	.slideImage { height:355px; text-align:right; }
	.slideImage img { position:absolute; right:0; top:0;}
  .cycle-pager{display: block;}
  .lower-content{flex-direction: row;}
  .lower-wrapper{width: 33.333%}
  .slideContent p{font-size: 2.25em;}
  .homeFocal .homeb-rail .block{text-align: initial; margin: 0; width: 100%;}
  .homeFocal .home-banner-area{ flex-direction: column; margin: 0 10px;}
  .homeb-slider{width: 100%;}
  .homeb-rail{width: 100%;}
 

  

}


@media only screen and (min-width: 960px){  
  .lower-inner{flex-direction: row;}
  .lower-inner .lower-media{width: 40%;}
  .lower-inner .lower-data{width: 60%;}
  .homeFocal .home-banner-area{ flex-direction: row; margin: 0 10px;}
  .homeb-slider{display:block; width: 70%;}
  .homeb-rail{width: 30%;flex-direction: column; display: block;}
  .homeb-rail .findLawyer{width: 100%;}
  .homeb-rail .loginPanel{width: 100%; height: 205px!important}
  .homeb-rail .block img{height: 205px!important}
  .slideImage{height: 410px;}
  

  .homeFocal .homeb-rail .block{width: 100%;}

}

@media only screen and (min-width: 1083px){
  .slideImage { height:385px; text-align:right; }
  .homeb-rail .loginPanel{ height: 190px!important}
  .homeb-rail .block img{height: 195px!important}
  .homeb-rail .block:nth-child(2) img{ height: 190px!important}
  .newsletter p{padding:40px 10px 120px;}
  .homeb-slider{width: 75%;}
  .homeb-rail{width: 25%;}


}

   
/* ================================================================
   MAIN REGIONS - INTERIORS
   ================================================================ */
   
   
  .sitemap {width: 100%;}
  .sitemap td {width: 100%; display: block;}




/* ==========================================================================
   GLOBAL MODULE STYLES
   ========================================================================== */

.mod { position:relative; }

.title { position:relative; margin:0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.title .more { position:absolute; top:0; right:0; font-size:0.6em; }

.modContent{ padding:15px; }

.itemList { margin:0; padding:0; list-style:none; }

.item { display:table; padding:1em 0; width:100%; border-top:1px solid #ccc; }
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom:0; }

.item > .content { display:table-cell; width:100%; vertical-align:top; }

.item .contentExtra { display:table-cell; vertical-align:top; }

.content .title { margin:0; }
.itemList .content p { margin:0; }
.content .date { font-size:0.85em; }

.aside { display:table-cell; padding:0 15px 0 0; text-align:center; }

.caption { display:block; font-size:0.8em; line-height:1.2em; }

@media (max-width:400px) { 
	.item { display:block; }
	.item > .content { display:block; }
	.item > .aside { display:block; }
}





/* ==========================================================================
   News
   ========================================================================== */

.article > .aside { float:right; margin:1em; }
.meta { margin:0.5em 0; }
.meta > div { float:left; }
.meta .social-tools{ float:right; }





/* ==========================================================================
   PAGING AND FILTERS (Whhyyyyyy is this so big)
   ========================================================================== */

   
/* ===============  Filters  =============== */
   
.filter { }
.filter-options { float:left; }
.filter-actions { float:right; }   
   
   
/* ===============  Pagination  =============== */

.paging { padding:1em; }
.paging-results { float:left; }

.paging-list { float:right; }
.paging-list ul { display:block; padding:0; margin:0; }
.paging-list li { display:block; float:left; margin:0; padding:0; border:1px solid #002b40; border-left-width:0; }
.paging-list li:first-child{ border-left-width:1px; }
.paging-list li a, .paging-list li span { display:block; padding:2px 5px; min-width:30px; text-align:center; }
.paging-list li a { /* Link State */ }
.paging-list li span { /* Current Page State */ }

.paging-list .disabled { display:none; }
.paging-list .disabled + li { border-left-width:1px; }
.paging-list .disabled + .all { border-left-width:0; }


/* ===============  More Filters? =============== */

.filters { float:left; display:inline; margin:0 0 5px; }
.filters .filterList { float:left; display:inline; margin-bottom:5px; }
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList { float:left; display:inline;  padding:3px 10px 0; }
.filters .sortList label { margin:0 5px 0 0; }
.filters select { margin-right:10px; }

.filters .sortList .last { border-right:0; }
.filters .sortItem { display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999; }
.filters .sortItem a, .filters .sortItem a:visited { 
	padding-right:12px; 
	text-decoration:none; 
	background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px; 
}
.filters .sortItem a.down, .filters .sortItem a.down:visited { font-weight:bold; background-position:100% -18px; }
.filters .sortItem a.up, .filters .sortItem a.up:visited { font-weight:bold; background-position:100% -38px; }


/* ===============  More Pagination?  =============== */

.pagination { float:right; width: 100%; margin:12px 0 0px; text-align:right; }
.pagination .view { float:right; display:inline; padding:0 0 0 10px; }
.pagination .view a, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px; }
.pagination .paging { float:right; display:inline; padding:0 10px; border-right:1px solid #999; }
.pagination .paging a, .pagination .paging a:visited { 
	float:left; display:inline; 
	margin:0 3px; padding:2px 6px; 
	text-align:center; text-decoration:none; 
}
.pagination .paging .active { 
	display:inline; float:left;
	margin:0 4px; padding:2px 6px; 
    border:1px solid #969696; 
	color:#000; 
    text-decoration:none; text-align:center; 
	background-color:#d2d2d2; 
}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999; }
.pagination a.arrowRight, .pagination a.arrowRight:visited { 
	display:inline; float:left; 
	background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; 
	text-indent:-9999em; 
}
.pagination a.arrowLeft, .pagination a.arrowLeft:visited { 
	display:inline; float:left;  
	background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; 
	text-indent:-9999em; 
}


/* ===============  Generic Pager (Enough pagination for everyone!) =============== */

.genericPager { padding:10px 0; }
.genericPager ul { list-style-type: none; margin:0; padding:0; }
.genericPager li { float:left; display:block; font-size:11px; margin:0 5px 5px 0; }
.genericPager li a { float:left; color:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#cfcfcf; border:1px solid #000; text-decoration:none; }
.genericPager .nolink { color:#fff; border:1px solid #ddd; padding:2px 4px; }
.genericPager .active { color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#cfcfcf; }





/* ==========================================================================
   SITE TOOLS
   ========================================================================== */

   
/* ===============  Breadcrumbs  =============== */

.breadcrumbs { padding:5px 0; font-size:.9em; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; }


/* ===============  Print/Email/Share/AddThis  =============== */

.pageToolsWrapper { float:right; display:inline; padding:0 0 3px; text-align:right; }

.pageTool { margin:0 10px; font-size:0.938em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline; color: #Fff; font-size: 1.1em; }
.pageToolsWrapper a:hover, .pageToolsWrapper a:active { color:#A1ADBD; text-decoration:none; }

.pageToolsWrapper a.bookmark, .pageToolsWrapper a.bookmark:visited { padding:0 0 0 18px; margin-left:7px; background-position:0 -39px; }
.pageToolsWrapper a.bookmark:hover, .pageToolsWrapper a.bookmark:active { background-position:0 -119px; }

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a, .pageToolsWrapper .addthis_toolbox a:visited { background:none; padding:0; margin:0 5px; }

.addthis_toolbox { display:inline; }


/* ===============  Master Overlay  =============== */

.siteOverlay {
    display:none;
    position:relative; z-index:1000;
    width:550px; max-width:95%; min-height:1px;
    border-radius:5px;
    background-color:#fff;
    box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar { position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6; }
.siteOverlay .overlayClose { display:inline-block; cursor:pointer; z-index:5; }
.siteOverlay .overlayContent { padding:15px; }


/* ===============  Errors  =============== */
   
.fieldlbl { padding:4px 2px 0 0; text-align:right; }
.field { padding-left:2px; }
.fieldpad { padding-bottom:2px; }

.fieldtext { color:#000; }
.fielderror { color:#c00; }
.fieldnorm { width:16px; height:20px; }
.fieldreq { width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right; }
.fieldreq { padding:0 6px; background-position:center center; }
.fieldnorm { padding:0 6px; background-position:center center; }
.fieldred { width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right; }
.fieldred { padding:0 6px; background-position:center center; }


/* ===============  Tooltip  =============== */

.toolTipWrpr { display:none; width:340px; z-index:99; }
.toolTipDate { font-size:11px; color:#999; font-weight:bold; }
.toolTipName { font-size:14px; color:#666; font-weight:bold; margin-bottom:14px; }


/* ===============  Truncate  =============== */

.truncateLink {  }
.truncateLink a, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:visited {  }
.truncateLink a.truncateLess, .truncateLink a.truncateLess:visited {  }


/* ===============  Smartbug  =============== */

.smartbug ul { list-style-type:none; padding:0; border:1px solid #000; border-bottom:0; font-size:10px; background-color:#ccc; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ===============  Limit Text Box  =============== */

.limitTextBox {  }
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin:-15px 0 15px; }
.limitTextBoxBarWrpr {
	width:100%; height:5px;
	border:0 solid #000;
	overflow:hidden;
	font-size:9px; color:#000;
	white-space:nowrap;
	background-color:#fdfbbe;
}
.limitTextBoxBarInner { width:0; background-color:#f00; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }






/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer { position:relative; padding:0; font-family: 'Raleway', sans-serif; }
.footer .footer-wrapper {background: #555555;}


.footer ul { list-style:none; padding:0; margin:0; }
.footer li { display:block; text-align:center; }
.footer a, .footer a:visited { display:block; padding:5px 0; font-size:.8em; text-decoration:none;  color: #ffffff; }
.footer a:hover, .footer a:focus { text-decoration:none; color: #93a0c5}
.footer li:first-child a { padding-left:0; border-left:0; }
.footer .bottomLinks {text-transform: uppercase;}
.footer .mainLinks ul { padding:15px 0; }

.copyright { font-size:.8em; text-align:center; color: #fff; padding: 20px 10px;  margin: 0;}

@media only screen and (min-width:767px){
	.copyright { text-align:left; }
	.footer li { display:inline-block; text-align:left; }
	.footer a { display:inline-block; padding:0 3px 0 7px; border-left:1px solid #ced6ec; }
	.footer .bottomLinks { text-align:right; padding: 20px; }
}



/* ## Footer Email Signup ## */

.emailSignup { margin:0 0 15px; }
.emailSignup p { margin:0 0 2px; }
.emailSignup .imgLabel { float:left; margin:5px 7px 0 0; }
.emailSignup .text { float:left; width:165px; margin:0 5px 0 0; }


/* ## Footer Social Follow ## */

.followUs { margin:0 0 10px; }
.socialFollow { margin:0; padding:0; list-style-type:none; }
.socialFollow li { display:inline-block; }
.socialFollow li a { display:inline-block; width:32px; height:32px; background:url(/cms/images/layout/social-32.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden; }
.socialFollow .facebook a { background-position:0 0; }
.socialFollow .twitter a { background-position:0 -69px; }
.socialFollow .gplus a { background-position:0 -138px; }
.socialFollow .pinterest a { background-position:0 -207px; }





/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/






/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important; }
	a, a:visited { text-decoration:underline; }
	a[href]:after { content:" (" attr(href) ")"; }
	abbr[title]:after { content:" (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
	pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
	thead { display:table-header-group; }
	tr, img { page-break-inside:avoid; }
	img { max-width:100% !important; }
	@page { margin:0.5cm; }
	p, h2, h3 { orphans:3; widows:3; }
	h2, h3 { page-break-after:avoid; }
	.mainNav {display: none;}
}

	
	
	


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.siteHeader a.sitelogo, .siteHeader a.sitelogo:visited { float:none; display:block; width:auto; }
	.pageTools { display:none; }
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}


/* === MISC === */
#iframeHolder { visibility:visible !important; }




.mainLogin .grid_4 {width:100% !important;}
.cycle-pager {z-index:999;}


/* Ticket #359740  -  Member login / Home page */
.grid_4 .mainLogin {position:relative;}
.slideshow {width:100%;  padding: 0;}


.slideshowHome {
	margin:0px;	
}
.slideContent {
	width: 100%;
  position: absolute;
  z-index: 999;
  background: transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 25%;
}
.slideImage img {
	width:100% !important;
	top:inherit;
	bottom:0;
}
.grid_4 .mainLogin {
	position:relative;
	width:100% !important;
}
.grid_4 .mainLogin .grid_4 {
	padding-left:0 !important;
}

@media (max-width:960px) {

	.slideContent {
		height:auto;
	}
}

.searchform  {background: #424c94 !important; padding: 15px !important;}
.findWidget {background: #fff !important;padding: 0px 0px 0px !important;}
.button-search-small {background: #444444; color: #fff; border: none; padding: 10px 14px; border: 1px solid #222; position: relative; top: 5px;}
.button-search-small:hover {background-color: #555}
.pagination {/*
    margin: 0px 0;
    padding: 0px 0px;
    background: #231e22;*/
}

.pagination h3 {/*color: #fff*/}
.findWidget label {color: #fff !important}
.ordivider {font-size: 22px; color: #fff; position: relative; top: -15px; text-align:center;}
.gmapimg { position: relative;
top: 10px;}
.gmapimg .directions {font-size: 20px;}
.memberInfo h1 {
    /*font-size: 26px;
    font-weight: bold;
    margin-bottom: 2px;*/
}

.searchLinks a {color: #fff}


/* Style inputs with type="text", select elements and textareas */
.overlayContent input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
.overlayContent input[type=submit] {
    background-color: #2b3264;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
.overlayContent input[type=submit]:hover {
    background-color: #424c94;
}

/* Add a background color and some padding around the form */
.Emailcontainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.map img {
    max-width: none !important; 
}


.findWidget input.text {margin-bottom:0;}
.findWidget > .formee label {line-height:20px !important;}

table#cblPracticeArea {margin-bottom:15px;}

.advanced + .grid_4 .f-right {margin-top:-30px; border:solid 0px #ff0000;}

.advanced.active + .grid_4 .f-right {margin-top:0px; border:solid 0px #ff0000;}


.searchLinks .divider {display:none;}
#openSearch {display:none;}

.searchResult .searchLinks .divider {display:inline-block;}
.searchResult #openSearch {display:inline-block;}
.sortStatus {color:#fff; float:left; margin-left:10px; padding-top:10px;}
.bottom .sortStatus {display:none;}


@media only screen and (min-width: 767px) and (max-width:1100px )
{
  .homeFocal .grid_9{width: 65%!important;}
  .homeFocal .grid_3{width: 30%!important;}
}


















