/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
meta.foundation-version {
  font-family: "/5.2.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: black;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #003e6b;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #003e6b;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

html, body, .shifter-active .shifter-page {
  background: #012f50;
}

.livejs-loading * {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

#content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-width: 0 1px 0 0;
}

.widget hr {
  border-color: rgba(255, 255, 255, 0.5);
}

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: black;
}
.entry-content h1,.entry-content h2,.entry-content h3 {
font-size: 23px;
}
.panel h4 {
color: #000;
}
.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: black;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1.25rem;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: black;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #003e6b;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #003e6b;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #003e6b;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: black;
}

#header-outer[data-using-secondary="0"] {
  top: 0px;
}

#header-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  color: #fff;
}

.nav-bar {
  position: relative;
  color: #fff;
  *zoom: 1;
  z-index: 10;
}
.nav-bar:before, .nav-bar:after {
  content: " ";
  display: table;
}
.nav-bar:after {
  clear: both;
}
.nav-bar .nav-bar-section {
  height: 94px;
}
.nav-bar .nav-bar-section a, .nav-bar .nav-bar-section span {
  color: inherit;
  line-height: 94px;
}
.nav-bar .nav-bar-section ul {
  list-style-type: none;
  padding-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  overflow: visible;
  height: 94px;
}
.nav-bar .nav-bar-section ul > li a, .nav-bar .nav-bar-section ul > li span {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 94px;
}
.nav-bar .nav-bar-section ul > li .fa {
  vertical-align: middle;
}
.nav-bar .nav-bar-section ul > .divider {
  border-bottom: none;
  border-top: none;
  border-right: solid 1px rgba(0, 0, 0, 0.25);
  clear: none;
  height: 55px;
  width: 0;
  -webkit-transform: rotate(30deg);
  box-shadow: 3px 0 7px 0 #002038;
  margin-top: -4px;
  margin-bottom: -4px;
}
.nav-bar .nav-bar-section ul.menu {
  display: table;
  width: 100%;
}
.nav-bar .nav-bar-section ul.menu > li {
  display: table-cell;
  text-align: center;
  float: none;
}
.nav-bar .nav-bar-section ul.menu > li a {
  padding: 0px 1.675rem;
  white-space: nowrap;
}

header.site-header {
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
}
header.site-header .site-logo {
  position: absolute;
  top: 0;
  left:0;
  margin-bottom: 0;
  border:none;
}
header.site-header .site-logo img {
  border-radius: 0;
  margin: 5px 0;
  display: block;
  height: auto;
}

.container-wrap {
  background: #fff;
  z-index: 10;
  position: relative;
}

.swiper-slide {
  font-family: Oswald, sans-serif;
}
.swiper-slide .container {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.swiper-slide .content {
  color: #fff;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 250px;
  z-index: 100;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}
.swiper-slide .content h2 {
  font-family: Oswald, sans-serif !important;
  font-size: 26px;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-left: 20px;
  padding-left: 4px;
  margin-bottom: 5px;
}
.swiper-slide .content p {
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 20px !important;
}
.swiper-slide .content p em {
  font-size: 90%;
}

h1.entry-title {
  font-size: 1.5rem;
  text-transform: uppercase;
}

#sidebar {
  margin-top: 1.25rem;
}
#sidebar .panel {
  background: transparent;
  border: none;
  padding: 1.875rem 1.5rem;
  margin-bottom: 0;
}
#sidebar .panel .menu {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
#sidebar .panel .menu li + li {
  margin-top: .25rem;
  padding-top: .25rem;
  border-top: 1px solid #ccc;
}
#sidebar .panel .menu li.current-menu-item a {
  font-weight: bold;
}
#sidebar .professional_sidebar a {
  color: inherit;
}
#sidebar .professional_sidebar .headshot {
  border: 1px solid #000;
  border-radius: 5px;
  margin: 1px 1px .5rem 1px;
}
#sidebar ul.smaller li {
  font-size: 85%;
}
#select_practices {
margin-left: .5rem;
}
.professional .bio p {
  text-align: justify;
}

.footer-widget .panel {
  border: none;
  background-color: transparent;
  margin-top: 0;
  padding: 0 1.875rem 0;
}
.footer-widget .panel p {
  color: #fff;
  margin-bottom: .25rem;
}
.footer-widget .panel hr {
  margin: .25rem 0;
}
.footer-widget .panel a {
  color: #fff;
  font-size: 0.9375rem;
}
.footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: black;
}
.footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
.footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  color: inherit;
  font-weight: 600;
  line-height: 3rem;
}

#footer {
  border-top: 3rem solid #002038;
  background: #012f50;
  color: #fff;
}
#footer .widget_text {
  font-size: 90%;
}

.footer-widget {
  text-align: center;
}
.footer-widget a {
  color: inherit;
}

footer.full-width {
  background-color: transparent;
  color: #fff;
  padding-top: 54px;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: inherit;
  font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: black;
}
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.shifter-navigation {
  background: transparent;
}
.shifter-navigation ul.side-nav {
  color: #fff;
}
.shifter-navigation ul.side-nav li {
  padding: .5rem 1rem;
}
.shifter-navigation ul.side-nav li a {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: inherit;
  text-transform: uppercase;
  font-size: rem-Calc(20);
}
.shifter-navigation ul.side-nav .active, .shifter-navigation ul.side-nav li:hover {
  color: #fff;
  background: #001b2e;
}
.shifter-navigation ul.side-nav .active a, .shifter-navigation ul.side-nav li:hover a {
  color: inherit;
}

#sidebar .widget_custom_post_widget img,#sidebar .widget_custom_post_widget hr {
display: none;
}
#sidebar .widget_custom_post_widget + .widget_custom_post_widget {
padding-top: 0;
}
#sidebar .widget_custom_post_widget p {
margin-bottom: 0;
}

@media only screen {
  #header-space {
    height: 230px;
  }

  .site-header {
    background: rgba(0, 32, 72, 0.75);
  }

  .site-logo, .nav-bar-section {
    background: transparent;
  }

  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }

  .socials li {
    height: 54px;
    padding-bottom: 2px;
  }
  .socials li a i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 40.063em) {
  #header-space {
    height: 0;
  }

  .site-logo, .nav-bar-section {
    background: transparent;
  }

  #header-space {
    margin-top: 0;
  }

  #content {
    padding: 1.25rem 3.125rem;
  }

  .entry-author {
    margin: 3.125rem -1.25rem 3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .site-header {
    background: transparent;
  }

  .site-logo, .nav-bar-section {
    background: rgba(0, 32, 72, 0.75);
  }

  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: -3rem;
    padding-top: 0;
  }
}
.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}

.professionals-colheader div strong {
  font-family: 'Oswald' !important;
  font-weight: 300 !important;
  font-size: 1.125rem;
  color: #000;
}
.professionals-colheader {
width: 100%;

display: table;

}
.professionals-colheader .row {
display: table-row;
}
.professionals_table {
  font-size: 85%;
  vertical-align: top;
  margin-top: .75rem;
    display: table;
  border: 1px solid #ccc;
  width: 100%;
}
.professionals_table .even, .professionals_table .alt, .professionals_table li:nth-of-type(even) {
  background: #eee;
}
.professionals_table li div, .professionals-colheader div {
	display: inline-block;
  padding: 0 0.6rem;
  font-size: 0.8rem;
  color: #222222;
}
.professionals_table li .name, .professionals-colheader .name {
	width: 25%;
}
.professionals_table li .title, .professionals-colheader .title {
	width: 20%;

}
.professionals_table li .location, .professionals-colheader .location {
	width: 18%;
}
.professionals_table li .email, .professionals-colheader .email {
	width: 30%;
}
.professionals_table li div+div {
	border-left: 1px solid #ccc;

}
.professionals_table li {
display: table-row;
	padding: 0 4px;
  line-height: 2;
  
}
.professionals_table li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.professionals_table .phone_number {
  white-space: nowrap;
}

.headshot.left {
  margin-right: .5rem;
}

/* default styling example
----------------------------------------------------------------- */
.listNav {
  margin: 0 auto 30px;
}

.ln-letters {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.ln-letters a {
  font-size: 1em;
  display: block;
  float: left;
  padding: 2px 5px;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none;
}

.ln-letters a.ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
  background-color: #eaeaea;
}

.ln-letters a.ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  display: none !important;
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 3px;
  color: #336699;
}

.ln-letters a:not(.ln-disabled) {
  color: #000 !important;
}

/* demo-specific
----------------------------------------------------------------- */
#demoThree-nav .ln-letters a {
  border: none;
  border-top: 2px solid pink;
  color: red;
}

#demoThree-nav .ln-letters a.ln-last {
  border-right: none;
}

#demoThree-nav .ln-letters a:hover,
#demoThree-nav .ln-letters a.ln-selected {
  border-top: 2px solid red;
  background-color: pink;
  color: White !important;
}

#demoThree-nav .ln-letters a.ln-disabled {
  color: pink;
}

#demoThree-nav .ln-letters a.ln-disabled:hover {
  color: white;
}

#demoThree-nav .ln-letter-count {
  color: red;
}

#demoThree li {
  color: pink;
}

#demoThree li a {
  color: red;
  text-decoration: none;
}

#demoThree li a:hover {
  text-decoration: underline;
}

#demo4 #listWrapper {
  width: 650px;
}

#demoFour li {
  float: left;
}

#demoFour a {
  display: block;
  text-align: center;
  width: 85px;
  border: 1px solid silver;
  padding: 10px;
  margin: 0 10px 10px 0;
  text-decoration: none;
}

#demoFour a:hover {
  background-color: #eeeeee;
}

.parallax_slider_outer.first-section {
  min-height: 400px;
}


#map {
	height: 500px;
	width: 100%;
	min-width: 1180px;
}
div.swiper-wrapper {
	width: 100% !important;
}
#content #menu-practice-areas {
margin-left: -2%;
}
#content #menu-practice-areas li {
	width: 48%;
	margin: 0 0 0 2%;
	float:left;
		border-bottom: 1px solid #ccc;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
}
#content #menu-practice-areas li+li {

}
.featured-professionals li > div {
	background: #fff;
	min-width: 302px;
	
}
aside#sidebar article.panel+article.panel {
	padding-top: 0;
}
article .entry-content p,article .entry-content ul li {
	text-align: justify;
}

body.page-template-page-full-php #content {
	border: none;
}

@media (max-width: 1119px) {
  .nav-bar .nav-bar-section ul.menu > li a {
    padding: 0px 1.275rem;
  }
}

@media (max-width: 1025px) {
  .shifter-navigation ul.side-nav {
    padding-top: 93px;
  }
}

.site-information{
	text-align: center;
	margin-bottom: 20px;
}

.site-information a:hover{
	color: #fff !important;
	text-decoration: underline;
}