/*
START // RESET
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
END // RESET
*//*
START // DEFAULTS
*/

body {
  font-size: 16px;
  line-height: 1.5em;
  background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;
  font-family: 'Helvetica Neue', Helvetica, Arial, serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #6d6d6d;
}

ul, ol {
  margin-bottom: 1em;
}

ul li {
  list-style: disc inside;
  padding-left: 1em;
}

ol li {
  list-style: decimal inside;
  padding-left: 1em;
}

p {
  font-weight: 400;
  margin-bottom: 1em;
}

p a {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #d05316;
}

a:hover {
  color: #cc4300;
  text-decoration: underline;
}

.warning {
  padding: 1em 0.5em;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  background-color: #ffb14b;
  border-radius: 1em;
  text-shadow: none;
}

/*
END // DEFAULTS
*//*
START // LAYOUT
*/

.global-menu-button {
  display: block;
  position: fixed;
  height: 1em;
  padding: 1em;
  z-index: 1000;
  border-radius: 1.5em;
  border-top: solid 1px #cbcbcb;
  border-left: solid 1px #b7b7b7;
  border-right: solid 1px #b7b7b7;
  border-bottom: solid 1px #b3b3b3;
  font-size: 15px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(0,0,0,0.05) 100%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  line-height: 1em;
}

@media only screen and (max-width: 1000px) {
  .global-menu-button {
    width: 1em;
  }
}

.global-menu-button:hover {
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(0,0,0,0.2) 100%);
  text-decoration: none;
}

.global-menu-button i {}

@media only screen and (max-width: 1200px) {
  .global-menu-button .text .l1 {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .global-menu-button .text .l1,
  .global-menu-button .text .l2 {
    display: none;
  }
}

#language-selection.global-menu-button {
  border-top-left-radius: 0;
  top: -0.5em;
  left: 10%;
}

@media only screen and (max-width: 1500px) {
  #language-selection.global-menu-button {
    left: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  #language-selection.global-menu-button {
    left: 2%;
  }
}

@media only screen and (max-width: 1000px) {
  #language-selection.global-menu-button {
    left: -0.3em;
  }
}

#navigation-menu.global-menu-button {
  border-top-right-radius: 0;
  top: -0.3em;
  right: 10%;
}

@media only screen and (max-width: 1500px) {
  #navigation-menu.global-menu-button {
    right: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  #navigation-menu.global-menu-button {
    right: 2%;
  }
}

@media only screen and (max-width: 1000px) {
  #navigation-menu.global-menu-button {
    right: -0.3em;
  }
}

#container {
  background: transparent url(../images/highlight-bg.jpg) 50% 0 no-repeat;
  min-height: 595px;
}

#container > .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 860px) {
  #container > .inner {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
}

header {
  padding-top: 2em;
  padding-bottom: 2em;
  background: transparent url('../images/hr.png') 0 100% no-repeat;
  position: relative;
}

@media only screen and (max-width: 860px) {
  header {
    padding-top: 2.5em;
  }
}

@media only screen and (min-width: 1400px) {
  header {
    position: relative;
    left: -250px;
  }
}

header h1 {
  font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif; font-weight: 900;
  letter-spacing: -1px;
  font-size: 2.5em;
  color: #303030;
  line-height: 1em;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
}

header h1 a,
header h1 a:hover {
  color: #000000;
  text-decoration: none;
}

@media only screen and (max-width: 860px) {
  header h1 {
    text-align: center;
    font-size: 1.9em;
    padding-top: 0.5em;
    padding-left: 0;
  }
}

header h2 {
  letter-spacing: 0.01em;
  font-size: 1.2em;
  color: #aaa;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  padding: 0 0.5em 1.2em;
}

header h2 strong {
  color: #6a6a6a;
}

header .get-in-touch-block {
  float: right;
  text-align: center;
  width: 40%;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 1em;

}

@media only screen and (max-width: 860px) {
  header .get-in-touch-block {
    float: none;
    width: 100%;
    padding: 0 0 1em 0;
  }
}

header .get-in-touch-block span {
  display: block;
}

@media only screen and (max-width: 860px) {
  header .get-in-touch-block span {
    display: block;
  }
}

#container > .inner > article {
  padding-top: 2em;
  padding-bottom: 1em;
}

#container > .inner > article h1 {
  color: #4772c3;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 0.8em;
}

#container > .inner > article h2 {
  font-size: 1.2em;
  font-weight: 800;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

.button {
  border-radius: 30px;
  border-top: solid 1px #cbcbcb;
  border-left: solid 1px #b7b7b7;
  border-right: solid 1px #b7b7b7;
  border-bottom: solid 1px #b3b3b3;
  color: #303030;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 30px;
  display: inline-block;
  margin: 0 0.15em;
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(0,0,0,0.05) 100%);
  box-shadow: 0px 1px 5px #e8e8e8;
}
.button:hover {
  border-top: solid 1px #b7b7b7;
  border-left: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
  background: rgba(255,255,255,0.2);
}

.button span {
  display: block;
  height: 23px;
}

.section {
  padding: 1em 0;
  overflow: auto;
}

.section h3 {
  color: #4772c3;
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 0.5em;
}

#menu {
  padding: 2em 0;
  text-align: center;
  background: transparent url('../images/hr.png') 0 100% no-repeat;
}

#menu + .section {
  padding-top: 2em;
}

@media only screen and (max-width: 860px) {
  #menu a.button {
    display: block;
    margin: 0;
    text-align: left;
  }
  #menu a.button + .button {
    margin-top: 7px;
  }
}

#practice ul,
#why ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#practice li,
#why li {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 1.2em;
}

@media only screen and (max-width: 860px) {
  #practice li,
  #why li {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 1400px) {
  #main-content-container, #container > .inner > article {
    position: relative;
    left: -250px;
  }
}

footer {
  background: transparent url('../images/hr.png') 0 0 no-repeat;
  padding-top: 2em;
  padding-bottom: 3em;
  font-size: 0.8em;
  color: #aaa;
}

@media only screen and (min-width: 1400px) {
  footer {
    padding-top: 6.5em;
    position: absolute;
    top: 0;
    right: -250px;
    width: 500px;
  }
}

footer li {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 1.2em;
  line-height: 1.6em;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 550px) {
  footer li {
    list-style: none;
    margin-left: 0;
  }
}

footer li .fa {
  width: 1em;
}

footer a {
  color: #666;
}

footer a:hover {
  color: #444;
}

#review-us, #social {
  width: 50%;
  float: left;
  display: block;
}

#review-us h1, #social h1 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

#review-us .inner {
  padding-right: 1.5em;
  border-right: solid 1px rgba(0,0,0,0.05);
}

@media only screen and (max-width: 860px) {
  #review-us .pt1 {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  #review-us .pt2 {
    display: none;
  }
}

#social .inner {
  padding-left: 1.5em;
}

@media only screen and (max-width: 550px) {
  #social .pt1 {
    display: none;
  }
}

#blog {
  clear: both;
  font-size: 1.3em;
  line-height: 1.3em;
}

@media only screen and (max-width: 860px) {
  #blog {
    font-size: 1.1em;
    line-height: 1.1em;
  }
}

#blog h1 {
  font-size: 1.1em;
  margin-bottom: 1em;
  padding-left: 2.6em;
}

#blog h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0.5em;
  padding-left: 1.9em;
}

#blog h2 .fa {
  float: left;
  margin-left: -1.2em;
  width: 1.2em;
  color: #ffb14b;
  text-shadow: 1px 1px #ff874b;
}

#blog p {
  padding-left: 2.8em;
}
/*
END // LAYOUT
*/





/* Offices *//* START */
.offices-wrapper {}
#schedule-and-appointments ul li {
    list-style: none;
}
/* END *//* Offices */
