/*
* 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
==================================================

DARK GREEN #42945F  / RGB: 66, 148, 95
ELECTRIC GREEN #A2D65E  / RGB: 162, 214, 94
BLACK GREEN #122519  RGB:  18, 37, 25

*/



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  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: 95%;
    padding: 0; }
}

/* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {font-size: 100%;  height:100%}

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


  
 body {
margin:0 auto; 
/* max-width: 1600px; */
background:white;	
font-family: 'Lato', sans-serif;
font-size: 20px;
line-height: 1.5;
font-weight:400;
-webkit-font-lrgoothing:antialiased
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
color:#555;

}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
color: #0B936F;
margin-top: 0;
margin-bottom: 1rem;
font-family: 'Poppins', sans-serif;
font-weight: 500;
line-height: 1.2}

h1 {
font-size: min(max(1.875rem, calc(1.875rem + (4.625 - 1.875) * ((100vw - 0.0625rem) / (100 - 0.0625)))), 4.625rem);
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_rem_unit) / (max_viewport - min_viewport)) */

  /* Safari resize fix */
  min-height: 0vw;
}



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

h1.entry-title {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;  }

.sidebar 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: #0B936F;
    line-height: 1.556em;
    border-bottom: 1px solid #0B936F;
    letter-spacing: 1px;
}


.sidebar h3 {
    font-family: 'ClearSansBold', Helvetica, sans-serif;
 
}

.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: #42945F;
    line-height: 1.556em;
    border-bottom: 1px solid #42945F;
}


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

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


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: #42945F ; font-weight:700 }


/*	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:#D36844; font-weight: 600}

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

a {color: #0B936F ; text-decoration: none;}
a:hover {color: #0B936F  ;  text-decoration:underline }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: auto;
  padding: 10px 15px;
  color: #555;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: wrap;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
   text-decoration: none; }
  
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
font-size: 11px;
color:#FFF;
padding: 10px 20px;
text-decoration: none;
background-color:#42945F;
border: 1px solid #42945F;
border-radius:2px
  }
  

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #42945F;
   text-decoration: none;
  background-color: #FFF ;
  border: 1px solid #42945F;
}
  
  .button.button-clear,
button.button-clear,
input[type="submit"].button-clear,
input[type="reset"].button-clear,
input[type="button"].button-clear {
color: #FFF;
background-color:#D36844;
border}
.button.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover,
input[type="reset"].button-clear:hover,
input[type="button"].button-clear:hover,
.button.button-clear:focus,
button.button-clear:focus,
input[type="submit"].button-clear:focus,
input[type="reset"].button-clear:focus,
input[type="button"].button-clear:focus {
color: #FFF;
text-decoration: none;
background-color: #626364;
}


  
.button.button-white,
button.button-white,
input[type="submit"].button-white,
input[type="reset"].button-white,
input[type="button"].button-white {
font-size: 12px;
color:#FFF;
padding: 10px 20px;
text-decoration: none;
background-color:transparent;
border: 1px solid #FFF;
border-radius:2px
}


.button.button-white:hover,
button.button-white:hover,
input[type="submit"].button-white:hover,
input[type="reset"].button-white:hover,
input[type="button"].button-white:hover,
.button.button-white:focus,
button.button-white:focus,
input[type="submit"].button-white:focus,
input[type="reset"].button-white:focus,
input[type="button"].button-white:focus {
color: #0B936F;
text-decoration: none;
background-color: #FFF ;
border: 1px solid #0B936F;
}

.button.button-white-reverse,
button.button-white-reverse,
input[type="submit"].button-white-reverse,
input[type="reset"].button-white-reverse,
input[type="button"].button-white-reverse {
font-size: 12px;
color:#0B936F;
padding: 10px 20px;
text-decoration: none;
background-color:transparent;
border: 1px solid #0B936F;
border-radius:2px
}


.button.button-white-reverse:hover,
button.button-white-reverse:hover,
input[type="submit"].button-white-reverse:hover,
input[type="reset"].button-white-reverse:hover,
input[type="button"].button-white-reverse:hover,
.button.button-white-reverse:focus,
button.button-white-reverse:focus,
input[type="submit"].button-white-reverse:focus,
input[type="reset"].button-white-reverse:focus,
input[type="button"].button-white-reverse:focus {
color: #FFF;
text-decoration: none;
background-color: #0B936F ;
border: 1px solid #0B936F;
}

.button.button-light-gray,
button.button-light-gray,
input[type="submit"].button-light-gray,
input[type="reset"].button-light-gray,
input[type="button"].button-light-gray {
font-size: 12px;
color:#42945F;
padding: 10px 20px;
text-decoration: none;
background-color:#F8F8F8;
border: 1px solid #42945F;
border-radius:2px
}

.button.button-light-gray:hover,
button.button-light-gray:hover,
input[type="submit"].button-light-gray:hover,
input[type="reset"].button-light-gray:hover,
input[type="button"].button-light-gray:hover,
.button.button-light-gray:focus,
button.button-light-gray:focus,
input[type="submit"].button-light-gray:focus,
input[type="reset"].button-light-gray:focus,
input[type="button"].button-light-gray:focus {
color: #FFF;
text-decoration: none;
background-color: #42945F ;
border: 1px solid #42945F;}



.button.button-color-1,
button.button-color-1,
input[type="button"].button-color-1 {
	font-size:13px;
	text-align: left;
	width:100%;
	
	border-radius:none;
	  border: none;
color: #26225A;
background-color:   #F9f9f9;
 }
.button.button-color-1:hover,
button.button-color-1:hover,
input[type="button"].button-color-1:hover,
.button.button-color-1:focus,
button.button-color-1:focus,
input[type="button"].button-color-1:focus {
color: #FFF;
text-decoration: none;
background-color: #26225A;
border-color: #26225A; 
cursor: pointer}


	



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem; }
  
  /* 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: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

  ul li {margin: 4px 0 }





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



/* 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.
*/

