/*@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('fonts/ClearSans-Light.eot');
    src: url('fonts/ClearSans-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Light-v10.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sansbold';
    src: url('fonts/ClearSans-Bold-webfont.eot');
    src: url('fonts/ClearSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@bodyfont: 'clear_sans_lightregular', Georgia, Arial, sans-serif;
@boldfont: 'clear_sansbold', Georgia, Arial, sans-serif;
@fontsize: 16px;
@fontcolor: #312e35;
 */
/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
/* -------- begin html tag settings --------- */
BODY {
  background: #312e35;
  color: #312e35;
  font-family: 'Open Sans', Georgia, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  text-align: center;
  font-size: 18px;
}
TD {
  padding: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: .2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 {
  margin-top: 0;
  font-size: 54px;
  line-height: 1.1em;
}
h2,
h4 {
  font-size: 1.8em;
  margin-bottom: 0.6em;
}
h3,
h5 {
  margin-bottom: 0.6em;
  font-size: 1.5em;
}
h6 {
  font-size: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 0;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 0;
}
ul > li,
ol > li {
  margin-bottom: 1em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
p,
.p,
li {
  margin: 0 0 1em 0;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
a:visited {
  color: #312e35;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #bf161a;
  text-decoration: none;
  outline: 0;
}
strong {
  font-weight: 700;
}
#page h3 a {
  box-shadow: inset 0 -2px 0 #ffffff, inset 0 -3px 0 #312e35;
  text-decoration: none;
}
#page h3 a:hover {
  box-shadow: inset 0 -2px 0 #ffffff, inset 0 -3px 0 #bf161a;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 4px;
}
code {
  white-space: wrap;
}
.page-title {
  font-size: 54px;
  padding-right: 40px;
}
.heading-float h1 {
  float: left;
  max-width: 44%;
  margin-right: 5%;
  display: inline;
}
@media (max-width: 500px) {
  .heading-float h1 {
    max-width: 100%;
  }
}
.align-right {
  text-align: right;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* ---------- begin structural settings ---------------- */
#container {
  font-size: 18px;
  float: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.row {
  margin: 0;
}
section,
.section {
  float: left;
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.container {
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .container,
  .fl-row-fixed-width {
    max-width: 1200px;
    width: 1200px;
    padding: 0;
  }
}
#header {
  background: #cfdae2;
  position: relative;
  padding: 12px 0;
}
#header #search {
  float: right;
}
#header #search #searchform {
  position: relative;
}
#header #search #searchform #s {
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px;
}
#header #search #searchform .btn-search {
  position: absolute;
  right: 0px;
  top: 8px;
  text-indent: 1000px;
  overflow: hidden;
  background: url("../images/icons/search.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
#header .col-logo {
  padding: 0;
}
#header .col-logo svg#icon {
  width: 22%;
  height: 60px;
  float: left;
}
#header .col-logo svg#name {
  float: left;
  margin-left: 2%;
  width: 70%;
  height: 60px;
}
#header #nav {
  font-size: 16px;
  padding-top: 0.9em;
}
#header #nav .menu-header {
  float: right;
}
#header #nav ul {
  margin: 0 auto;
}
#header #nav ul li {
  position: relative;
  line-height: 1em;
}
#header #nav ul li a {
  color: #312e35;
  display: block;
  padding: 6px 4px;
  margin: 0;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
#header #nav ul li.current-menu-item a,
#header #nav ul li.current_page_item a,
#header #nav ul li.current-page-ancestor a {
  color: #bf161a;
}
#header #nav ul li a:hover,
#header #nav ul li a:active,
#header #nav ul li li:hover {
  color: #bf161a;
}
#header #nav ul li ul.sub-menu,
#header #nav ul li ul.children {
  position: absolute;
  top: 33px;
  left: 4px;
  z-index: 20000;
  box-shadow: 0 3px 6px #555;
  width: 200px;
  display: none;
}
#header #nav ul li ul.sub-menu li,
#header #nav ul li ul.children li {
  float: none;
}
#header #nav ul li ul.sub-menu a,
#header #nav ul li ul.children a {
  background: #eee;
  border-bottom: 1px solid #999;
  margin: 0;
  text-align: left;
  padding: 10px;
}
#header #nav ul li ul.sub-menu .current-page-ancestor a,
#header #nav ul li ul.children .current-page-ancestor a,
#header #nav ul li ul.sub-menu .current-menu-item a,
#header #nav ul li ul.children .current-menu-item a {
  background: #312e35;
  color: #fff;
}
#header #nav ul li ul.sub-menu a:hover,
#header #nav ul li ul.children a:hover,
#header #nav ul li ul.sub-menu a:active a:hover,
#header #nav ul li ul.children a:active a:hover {
  background: #ccc;
}
#header #nav ul li:hover ul.sub-menu,
#header #nav ul li:hover ul.children {
  display: block;
}
@media only screen and (min-width: 960px) {
  #header #nav {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1040px) {
  #header #nav {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  #header #nav ul li a {
    padding: 6px 9px;
  }
}
#header .mobile-menu {
  display: none;
}
#header .mobile-nav {
  background: url("../images/mobile-nav.png") left center no-repeat;
  background-size: 30px;
  padding: 10px 0 11px 45px;
  position: relative;
  display: none;
  float: right;
  z-index: 1000;
  cursor: pointer;
  margin-left: 20px;
}
.sub-menu a {
  border-left: 1px solid #312e35;
  color: #312e35;
  padding-left: 10px;
  margin-left: 10px;
}
.sub-menu li:first-child a {
  border: 0;
  padding: 0;
  margin: 0;
}
.sub-menu .current-menu-item a {
  color: #bf161a;
}
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
}
.nav li,
.menu li {
  float: left;
  list-style: none;
  margin: 0;
}
.nav a,
.menu a {
  text-decoration: none;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #header #nav {
    float: none;
  }
  #header .mobile-nav {
    display: block;
    float: right;
    position: absolute;
    top: 0px;
    margin-top: -50px;
    right: 10px;
  }
  #header #nav {
    display: none;
  }
  #header #nav .menu-header {
    background: #fff;
    z-index: 1000;
    float: none;
    top: 70px;
  }
  #header #nav .menu-header ul {
    margin: 20px;
    overflow: hidden;
  }
  #header #nav .menu-header ul li {
    width: 100%;
    text-align: center;
    display: block;
  }
  #header #nav .menu-header ul li a {
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 450px) {
  #header .mobile-nav {
    margin-top: -40px;
  }
  #header #nav .mobile-menu {
    display: block;
    background: #fff;
    z-index: 1000;
    float: none;
    top: 70px;
  }
  #header #nav .mobile-menu ul {
    margin: 20px 20px 20px 0;
    overflow: hidden;
  }
  #header #nav .mobile-menu ul li {
    width: 50%;
  }
  #header #nav .mobile-menu ul li a {
    padding: 12px 10px;
  }
}
.red-bg {
  background-color: #bf161a;
  color: #fff;
}
.red-bg a {
  color: #fff;
}
.dark-bg {
  background-color: #312e35;
  color: #fff;
}
.dark-bg a {
  color: #fff;
}
.light-bg {
  background-color: #cfdae2;
}
#page {
  background: #fff;
  padding: 0px;
  text-align: left;
}
#page .menu a {
  box-shadow: none;
  text-decoration: none;
}
#content {
  text-align: left;
  position: relative;
}
#footer {
  padding: 24px 0;
  color: #ffffff;
  padding: 20px 0;
}
#footer .col-logo svg#icon {
  height: 60px;
  width: auto;
  float: left;
}
#footer .col-logo svg#icon path:first-child,
#footer .col-logo svg#icon path:last-child {
  fill: #cfdae2;
}
#footer a {
  font-weight: 700;
  letter-spaceing: 0.5em;
  color: #ffffff;
}
#footer a:hover {
  opacity: 0.8;
  color: #ffffff;
}
#footer .social-media {
  text-align: center;
  padding-bottom: 12px;
  overflow: hidden;
}
#footer .social-media img {
  width: 60px;
  height: 60px;
  margin: 6px;
}
#footer .menu-footer ul {
  width: 100%;
  margin: 8px 0;
  overflow: hidden;
}
#footer .menu-footer ul li {
  float: none;
  display: inline-block;
  border-left: 1px solid #ffffff;
}
#footer .menu-footer ul li a {
  padding: 4px 0;
  margin: 0 8px;
}
#footer .menu-footer ul li:first-child {
  border-left-width: 0;
}
#footer .menu-footer ul li:last-child a {
  margin-right: 0;
}
#footer small em {
  color: #bf161a;
  font-weight: bold;
}
#footer .sd-title::before {
  border-top: none;
}
#footer .sd-content {
  display: inline;
}
#footer .sd-content ul {
  display: inline;
  margin-left: 5px!important;
}
#bottom {
  color: #cccccc;
  font-size: .8em;
  padding: 20px 0;
}
#bottom a {
  color: #cccccc;
}
#bottom a:hover {
  opacity: 0.8;
}
#bottom .credit {
  margin: 1em 0 0 0;
}
/* mobile ------------------------------------- */
@media only screen and (max-width: 767px) {
  #footer div {
    text-align: center!important;
  }
  #footer div,
  #footer li,
  #footer svg {
    float: none!important;
    display: inline-block;
  }
  .menu-footer {
    width: 100%;
  }
}
img.alignright {
  float: right;
  margin: 0 0 6px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 6px 0;
}
.hide {
  display: none;
}
.date,
.help {
  color: #777;
  font-size: .9em;
}
.divider {
  clear: both;
  border-bottom: 3px solid #eb5054;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.videoblock {
  background: center center no-repeat;
  background-size: cover;
  height: 250px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.videoblock img {
  margin: 13% auto 0 auto;
}
.videoblock strong {
  position: absolute;
  background: url("../images/transparent-black.png");
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #000;
}
#page .grey-box {
  background: #eaeaea;
  padding: 15px 20px;
}
#page .grey-box a {
  box-shadow: none;
  text-decoration: underline;
}
.page-id-44 #page .grey-box p {
  font-size: 18px;
}
#container .fl-rich-text blockquote {
  border: 0;
  float: left;
  width: 66%;
  padding-left: 0;
  margin-bottom: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* slider */
#container {
  padding: 0;
  overflow: hidden;
}
#container .cs,
#container .cs-viewport,
#container .cs-viewport div {
  height: 450px;
}
#container .cs-slide {
  background: center center no-repeat;
  background-size: cover;
}
.fancybox-content {
  display: none;
}
.fl-builder-edit .fancybox-content {
  display: block;
}
/* Misc */
.checkmark {
  text-align: left;
}
.checkmark ul {
  margin-left: -15px;
}
.checkmark ul li {
  list-style-type: none;
  padding: 0px;
  background: none;
  margin-bottom: 0px;
}
.checkmark ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-left: 0px;
  position: absolute;
  margin-left: -25px;
  color: #bf161a;
  font-size: 22px;
  margin-bottom: 0px;
}
#page > .container {
  width: 100%;
  margin: 0;
}
#page {
  padding: 0;
  margin-top: 0;
}
#intro {
  padding: 0;
  text-align: center;
}
#intro #five-men {
  position: relative;
}
#intro #five-men #target {
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: help;
}
#intro #five-men #rollover {
  width: 90%;
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
  min-height: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid white;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fl-builder-edit #intro #five-men #rollover,
#intro #five-men #rollover.show {
  opacity: 1;
}
#intro #five-men #rollover h6 {
  padding: 7px 15px;
  color: #312e35 !important;
}
#intro #five-men #rollover ol {
  padding: 0 15px 7px;
  text-indent: 0;
  margin: 0;
  font-size: 90%;
}
#intro #five-men #rollover ol li {
  list-style-position: inside;
  color: #312e35 !important;
}
#intro #five-men #rollover a {
  padding: 0 15px 7.5px;
  font-size: 80%;
  font-style: italic;
  color: #312e35;
}
@media only screen and (min-width: 768px) {
  #intro #five-men #rollover {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) {
  #intro #five-men #rollover {
    width: 40%;
  }
}
#intro #what-we-do {
  text-align: center;
}
#intro #what-we-do h3 {
  font-weight: 700;
}
#intro #scroll {
  text-align: center;
}
#intro #scroll .btn {
  border-radius: 25px;
  width: 50px;
  height: 50px;
  padding: 0;
}
#intro #scroll .btn .genericon {
  font-size: 40px;
  display: block;
  text-align: center;
  position: relative;
}
#leadership,
#organization,
#movement {
  text-align: right;
}
#leadership .fl-row-content-wrap,
#organization .fl-row-content-wrap,
#movement .fl-row-content-wrap {
  min-height: 30vw;
}
#leadership img,
#organization img,
#movement img {
  position: absolute;
  width: auto;
  height: 100%;
  right: 58%;
  top: 0;
}
#leadership cite,
#organization cite,
#movement cite {
  left: 12px;
  bottom: 12px;
  font-size: 12px;
  position: absolute;
}
#organization img {
  right: auto;
  left: 58%;
}
#organization cite {
  color: white;
  left: auto;
  right: 12px;
}
#winning,
#excerpts,
#signup {
  text-align: center;
}
#excerpts p,
#intro p {
  font-size: 110%;
}
#excerpts blockquote,
#intro blockquote {
  max-width: 37.5em;
  float: right;
  text-align: right;
  border-left-width: 0;
  position: relative;
  font-size: 1.05em;
  line-height: 1.7em;
  margin-bottom: 0!important;
}
#excerpts blockquote:before,
#intro blockquote:before {
  content: ' ';
  display: block;
  background: #fff;
  position: absolute;
  left: -100%;
  width: 99%;
  height: 5px;
  top: 14px;
}
#excerpts img,
#intro img {
  display: block;
  margin: 36px auto;
}
#excerpts cite,
#intro cite {
  float: right;
  clear: both;
  font-style: normal;
  font-weight: bold;
}
#excerpts .bx-viewport,
#intro .bx-viewport {
  overflow: visible!important;
}
#excerpts .bx-wrapper .bx-pager.bx-default-pager,
#intro .bx-wrapper .bx-pager.bx-default-pager {
  text-align: right;
}
#excerpts .bx-wrapper .bx-pager.bx-default-pager a,
#intro .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #fff;
  border-radius: 0;
  background: #333;
  border: 1px solid #fff;
}
#excerpts .bx-wrapper .bx-pager.bx-default-pager a:hover,
#intro .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ccc;
}
#excerpts .bx-wrapper .bx-pager.bx-default-pager a.active,
#intro .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
#winning .fl-row-content-wrap,
#excerpts .fl-row-content-wrap {
  min-height: 50vw;
}
#winning h4,
#excerpts h4 {
  font-size: 1.9em;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  #winning h4,
  #excerpts h4 {
    margin: 1em auto;
    font-size: 3em;
  }
}
#winning .btn,
#signup .btn {
  font-size: 1.6em;
  padding: 9px 12px;
  margin-top: 1em;
}
/* slider */
#container {
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #leadership img,
  #movement img,
  #organization img {
    width: 100%;
    left: 0px;
    height: auto;
    position: relative;
  }
  #leadership .fl-col,
  #movement .fl-col,
  #organization .fl-col {
    max-width: 100%;
  }
  #leadership h4,
  #movement h4,
  #organization h4 {
    text-align: center;
  }
  #leadership p,
  #movement p,
  #organization p {
    text-align: center;
  }
  #leadership cite,
  #movement cite,
  #organization cite {
    font-size: 12px;
    text-align: center;
  }
}
#container {
  /* buttons */
}
#container a.btn,
#container .btn,
#container button,
#container input[type="submit"],
#container .btn a {
  color: #fff;
  border: 2px solid white;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #bf161a;
}
#container a.btn:hover,
#container .btn:hover,
#container button:hover,
#container input[type="submit"]:hover,
#container .btn a:hover {
  background: #312e35;
}
.snippet {
  margin-bottom: 40px;
}
.snippet h2 {
  margin-top: 0;
}
.blog-thumb {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.blog-thumb img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.entry-footer {
  color: #999;
  font-size: .8em;
  text-decoration: none;
}
.entry-footer a {
  color: #999;
}
.entry-footer > span {
  margin-right: 6px;
}
.entry-footer .updated {
  display: none;
}
.navigation a,
.navigation span {
  padding-right: 6px;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 768px) {
  .blog-thumb {
    margin-bottom: 10px;
  }
}
/* forms */
#container .frm_forms br {
  display: none;
}
.frm_forms {
  margin: auto;
}
.fancybox-opened {
  opacity: 1!important;
}
/* #Site Styles // rewrite original
================================================== */
img {
  max-width: 100%;
  height: auto;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1.8;
    font-size: 1em;
  }
  .container {
    width: 100%;
  }
  #content {
    width: 100%;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 1000px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1.8;
    font-size: 1em;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .container {
    width: 100%;
  }
  .single-attorneybio #content {
    width: 100%;
    padding: 0;
  }
  .section {
    padding: 30px 0;
  }
  #container .fl-rich-text blockquote {
    width: 100%;
  }
  .col {
    width: 100%;
    margin: 0;
  }
  .heading-float h1 {
    text-align: left;
  }
  .grey-box p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grey-box {
    float: right;
  }
  .prof-list {
    display: none;
  }
  .project-banner {
    height: 400px;
  }
  .project-name {
    display: none;
  }
  .fl-col {
    margin-left: 0;
  }
  .post-navigation .post-label {
    width: 200px;
  }
  .post-navigation .post-label p {
    opacity: 1;
    float: left;
  }
  h1.site-title a {
    font-size: 40px;
  }
  .intro-two {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .static .intro-left h2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #intro .cs-default .cs-prev,
  #intro .cs-default .cs-next {
    top: 30%;
  }
}
@media only screen and (max-width: 768px) {
  div.sharedaddy h3.sd-title {
    width: 100%;
  }
  .fl-slide-content {
    background: none!important;
  }
}
@media only screen and (max-width: 500px) {
  .bio-grid {
    width: 100%;
  }
}
