/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Color Scheme
==================================================

RED: #821F1D     /    RGB: 130, 31, 29
BLACK: #221F1F    /    RGB: 34, 31, 31
LIGHT GRAY #DFE0E0   /    RGB: 223, 224, 224

*/



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px ;}
  
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
  
  .row {margin-bottom:20px}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 98%;
    padding: 0 10px; }
}

/* For devices larger than 550px */
@media (min-width: 1024px) {
	
  .container {
    width: 90%; }
    
  .column,
  .columns {
    margin-left: 4%; }
    
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

.row.twenty-bottom {padding-bottom:20px}

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {font-size: 100%;  height:100%}

body, html {height: 100%;margin: 0; }



  
 body {
margin:0 auto; 
/* max-width: 1600px; */
background:white;	
font-family: "PT Sans", sans-serif;
font-size: 18px;
line-height: 1.5;
font-weight:400;
-webkit-font-lrgoothing:antialiased
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
color:#555;
  font-size: min(max(1rem, calc(1rem + (1.25 - 1) * ((100vw - 47.9375rem) / (118.75 - 47.9375)))), 1.25rem);
    min-height: 0vw;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
color: #221F1F;
margin-top: 0;
margin-bottom: 1rem;
font-family: "PT Serif", serif;
font-weight: 600;
line-height: 1.2}


h1 {font-size: 2.5rem }
h2 {font-size: 30px }
h3 {font-size: 22px}
h4 {font-size: 20px}

h1.entry-title {text-align: center; font-size: min(max(1.125rem, calc(1.125rem + (5.375 - 1.125) * ((100vw - 0.0625rem) / (212.5 - 0.0625)))), 5.375rem);  min-height: 0vw;  text-transform: capitalize;}
h2.entry-title { font-size: min(max(18px, calc(1.125rem + (66 - 18) * ((100vw - 1px) / (3400 - 1)))), 66px);  min-height: 0vw; text-transform: capitalize;}
h2.entry-title a {color:#626364;}
#blog-header h1 {max-width: 100%; margin: auto 80px; text-align:center; color:white; font-size: min(max(2.532rem, calc(2.532rem + (6.755 - 2.532) * ((100vw - 0.0625rem) / (212.5 - 0.0625)))), 6.755rem);  min-height: 0vw;text-transform: uppercase; }




#sidebar-cta h4 {
	font-size:14px;
    font-family: 'ClearSansBold', Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    padding: 15px 0;
    text-align: left;
    color: #FFF;
    line-height: 1em;
    letter-spacing: 1px;
    border-bottom: 1px solid #FFF;
}

.sidebar h4 {
	font-size:14px;
    font-family: 'ClearSansBold', Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    padding: 15px 0;
    text-align: left;
    color: #444;
    line-height: 1.25rem;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #821F1D;
}




.sidebar-bio h3 {
	font-size:14px;
    font-family: 'ClearSansBold', Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    padding: 15px 0;
    text-align: left;
    color: #468960;
    line-height: 1.556em;
    border-bottom: 1px solid #468960;
}


.sidebar-bio h3 {
    font-family: 'ClearSansBold', Helvetica, sans-serif;
    line-height: 1em;
    letter-spacing: 1px;
}

.office-details-module h3 {
	font-size:16px;
    font-family: 'ClearSansBold', Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    padding: 15px 0;
    text-align: left;
    color: #468960;
    line-height: 1.556em;
    border-bottom: 1px solid #468960;
}


p { margin: 0 0 20px 0; }
p img { margin: 0; }

p.header {color: #30374F;margin-top: 0;margin-bottom: 2rem;font-family: 'GFS Didot', serif;text-transform:none;font-weight: 600;font-size: 32px; line-height: 40px; }


em { font-style: italic; }
strong {  color: #444; }


/*	Blockquotes  */
blockquote {}
blockquote p { font-size: 20px; line-height:28px; color:#5F6565}
blockquote p {margin-bottom: 20px}
blockquote { }
blockquote cite { display: block; font-size: 16px; color:#FFF; margin-top: 20px}
blockquote cite:before { content: "\2014 \0020"; }

blockquote.personal-quote {margin: 25px 0 35px 20px; border-left: 5px solid #712623; padding-left: 20px}
blockquote.personal-quote p { font-size: 18px; font-style:italic; line-height:1.5; color:#555}
blockquote.personal-quote p {margin-bottom: 20px}
blockquote.personal-quote cite { display: inline-block; font-size: 14px; color:#712623; }
blockquote.personal-quote cite:before { content: "\2014 \0020"; }

#home-quote blockquote { margin-left:0; font-family: 'Libre Baskerville', serif;}
#home-quote blockquote p { font-size: 17px; line-height:1.5; color:#555; margin-left:0}
#home-quote blockquote cite {color:#468960; font-weight: 600}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {color: #821F1D; text-decoration: underline; font-weight: 600}
a:hover {color: #821F1D;  text-decoration:none }




/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem; }
  
    input.search-field {height:34px; border: 1px solid #ddd; border-radius: 3px}
  
  /* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 8px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

  
  /* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {  list-style: square; margin-left: 20px; }
ul.home-practice-heading {  list-style-type: none ; list-style-position: outside ; }

#recent-posts-3 ul {}

ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.7rem 0 0.7rem 3rem;
  font-size: 100%; }
li {
  margin: .5rem 0; }
  



/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


  
  
  /* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-width: 0;
  border-top: 1px solid #eee; }
  



/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

