/*!
 * Start Bootstrap - Grayscale v1.1.1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */



 /* global *************/

body {
  width: 100%;
  height: 100%;
  font-family: "proxima-nova-condensed",sans-serif;
  color: white;
  background-color: black;
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  }
html {
  width: 100%;
  height: 100%;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-weight: 700;
  letter-spacing: 1px;
  }
p {
  margin: 25px 0 0;
  /* font-size: 18px; */
  font-size: 1em;
  line-height: 1.3;
  }


/* links */
a {
  color: #f9d635;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
a:hover,
a:focus {
  /* text-decoration: none; */
  color: #fff;
  height: auto; /* Technically not necessary */
  }
p.action {
  margin-top: 20px;
  font-size: .96em;
  font-weight: bold;
  text-transform: uppercase;
  }
p.action a {
  text-decoration: underline;
}
p.action a::after {
  content: "\f054";
  display: inline-block;
  margin-left: 5px;
  font-family: 'FontAwesome';
  /* font-size: 12px; */
  font-size: .67em;
  font-weight: normal;
  }

.replace {
	text-indent: -9999px;
	font-size: 1%;
	line-height: 1px;
  }
.light {
  font-weight: 300;
  }
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  }
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  }


/* images */
img::selection {
  background: transparent;
  }
img::-moz-selection {
  background: transparent;
  }
figure img {
  width: 100%;
}


/* clearfix */
.clearfix {
  zoom: 1;
  }
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  }
.clearfix:after {
  clear: both;
  }


/* callout */
.callout {
  float: left;
  margin: 50px 0 -20px;
  padding: 10px 20px 20px;
  background-color: rgba(255,255,255,.05);
}
.callout h3 {
  text-transform: uppercase;
  margin: 10px 0 0;
}





/* navbar *************/

.navbar {
  margin-bottom: 0;
  }
.navbar .navbar-toggle {
  display: none;
  color: #fff;
  /* background-color: rgba(255, 255, 255, 0.2); */
  background-color: #1659ab;
  /* font-size: 15px; */
  font-size: .83em;
  text-transform: uppercase;
  }
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:active {
  outline: none;
  }
.navbar .navbar-toggle i {
  position: relative;
  left:2px;
  }
.navbar .navbar-brand {
  font-weight: 700;
  }
.navbar {
  background-color: #1659ab;
  height: 100px;
  }
.navbar.top-nav-collapse {
  border-bottom: 1px solid #b3c8e2;
  }
div.navbar-collapse.navbar-right.navbar-main-collapse.collapsing,
div.navbar-collapse.navbar-right.navbar-main-collapse.collapse.in {
  /* background-color: #1659ab; */
}
div.navbar-collapse.navbar-right.navbar-main-collapse {
  width: calc(100% - 218px);
}
div.navbar-collapse.navbar-right.mobile-menu {
  display: table !important;
  width: 100%;
  margin: 15px 0 0;
}
#nav.navbar-nav {
  float: left;
  font-size: 0.9em;
}
div.navbar-collapse.navbar-right.mobile-menu #nav.navbar-nav {
  float: none;
}
.navbar-container {
	padding-top: 40px !important;
}
p#skip {
	display: inline-block;
	float: left;
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

/* logo */
.navbar h1 {
  float: left;
  position: relative;
  left: 2%;
  top:8px;
  margin: 0 0 0 15px;
  }
.navbar h1 a {
	display: block;
  width: 100px;
	height: 38px;
	/*background: url(../img/logo.stacked.shadow.png) no-repeat;*/
  background: url(//www.workplacefairness.org/images/logo.stacked.png) no-repeat;
	background-size: contain;
  }
.navbar.top-nav-collapse h1 a {
  background: url(//www.workplacefairness.org/images/logo.stacked.png) no-repeat;
  background-size: contain;
  }
.navbar h1 a {
  width: 100px;
	height: 38px;
  }
.navbar h1 a:focus {
  outline: none;
  }

/* main menu */
.navbar a {
  color: #fff;
  }
.navbar .nav li a {
  padding: 15px 10px;
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: -.3px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  }
.collapse.navbar-main-collapse .nav li a {
  text-shadow: none;
  padding: 10px;
  border-top: 1px solid #337ab7;
}
.collapse.navbar-main-collapse .nav li:first-child+li a {
  border-top: none;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
  }
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
  }
.navbar-custom .nav li.active {
  outline: none;
  }
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
  }
.navbar-custom .nav li.active a:hover {
  color: white;
  }

.navbar .btn-menu {
  position: absolute;
  right: 15px;
  top: 65px;
  }
  .navbar .btn-menu i {
    /* font-size: 26px; */
	font-size: 1.44em;
  }
  .navbar .btn-menu span {
    display: none;
  }



/* footer *************/

footer {
  padding: 30px 0;
  color: #fff;
  background-color: #1659ab;
  }
footer .container {
  position: relative;
  width: 96%;
  margin: 0 2% 15px;
  padding: 0 0 35px;
  /* font-size: 13px; */
  font-size: .72em;
  }
footer p {
  margin: 0;
  /* font-size: 13px; */
  font-size: .72em;
  }

footer p.copyright,
footer p.credits {
  position: relative;
  width: 185px;
  }
footer p.copyright {
  clear: both;
  margin: 65px auto 0;
  }
footer p.credits {
  margin: 15px auto;
  }

footer p.credits a {
  color: #fff;
  }
footer p.credits a:hover {
  color: #f9d635;
  }
footer ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  }
footer li {
  float: left;
  margin-left: 8px;
  }
footer ul#footerLinks {
  margin-right: 10px;
  }
footer ul#footerLinks li {
  padding-left: 8px;
  border-left: 1px solid #fff;
  line-height: 1;
  }
footer ul#footerLinks li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  }

footer .follow {
  position: relative;
  width: 85px;
  margin: 30px auto 0;
  /* font-size: 18px; */
  font-size: 1em;
  }
footer .follow li {
  margin-left: 20px;
  }
footer .follow li:first-child {
  margin-left: 0;
  }

footer ul#badges {
  position: relative;
  top: -4px;
  }

footer .to-top {
  position: absolute;
  right: 0;
  top: -1px;
  margin: 0;
  line-height: 1;
  }
footer .to-top .button a {
  background: #f9d635;
  color: #1659ab;
  }
footer .to-top .button a:hover {
  background-color: #fff;
  }

footer .sitemap {
  margin-top: 0;
  }
footer .sitemap > li {
  width: 100%;
  margin: 20px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  }
footer .sitemap > li:first-child {
  margin-left: 0;
  }
footer .sitemap > li > a {
  display: block;
  width: 100%;
  padding: 3px 5px 0;
  background-color: rgba(255,255,255,.2);
}
footer .sitemap li h3 {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0 0 3px;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: none;
  }
footer .sitemap > li a + h3 {
  margin-top: 10px;
}
footer .sitemap li ul {
  width: 100%;
  margin-left: 5px;
  font-weight: normal;
  text-transform: none;
  }
footer .sitemap li ul li {
  float: none;
  margin: 3px 0 0;
  line-height: 1.2;
  }




/* content panels *************/


section {
  padding: 30px 0;
  }
.row {
    margin: 0;
  }
.container {
    padding: 0;
  }

section .inner-container {
  position: relative;
  padding: 0 15px;
  /* font-size: 18px; */
  font-size: 1em;
  }
section .inner-container::after {
  content: "";
  position: absolute;
  right: 2%;
  top: -6px;
  width: 35px;
  height: 35px;
  background: url(../img/icon-sprite-2020.png) no-repeat right 0px;
  background-size: 35px;
  }
section#bad-references .inner-container::after {
  background-position: right -395px;
  }
section#know .inner-container::after {
  background-position: right 0px;
  }
section#protect .inner-container::after {
  background-position: right -36px;
  }
/*section#career .inner-container::after {
  background-position: right -72px;
  }*/
section#attorneys .inner-container::after {
  display: none; /* no icon for this panel */
  }
section#blog .inner-container::after {
  display: none; /* no icon for this panel */
  /*background-position: right -108px;
  top: 5px;*/
  }
section#about .inner-container::after {
  display: none; /* no icon for this panel */
  /*background-position: right -144px;*/
  }
section#find-an-employment-attorney .inner-container::after {
  background-image: url(/images/search-icon-black.png);
}
section#career .inner-container::after {
  right: 2%;
  top: 0;
  width: 120px;
  height: 38px;
  background: url(../img/knock-em-dead.png) no-repeat;
  background-size: 120px;
  }

section h2 {
  margin: 0;
  padding-right: 60px;
  font-size: 1.2em;
  letter-spacing: -.5px;
  }
section h3 {
  margin: 30px 0 10px;
  font-size: 1.0em;
  letter-spacing: -.1px;
}
section p,
section .column {
  margin: 20px 0 0;
  }
section p.action {
  font-size: .7em;
  }
section .column + .column {
  margin-top: 0;
}
section ul {
  list-style: none;
  padding: 0;
  }
section ul a::after {
  content: "\f054";
  margin-left: 5px;
  font-family: 'FontAwesome';
  /* font-size: 12px; */
  font-size: .67em;
  font-weight: normal;
}


/* buttons */
section .button-container {
  float: left;
  margin-top: 20px;
}
section .button {
  margin: 10px 0 0;
}
section .button a {
  display: inline-block;
  padding: 5px 10px 3px;
  font-weight: 600;
  letter-spacing: -.2px;
  }
section .button a::after {
  content: "\f054";
  margin-left: 5px;
  font-family: 'FontAwesome';
  /* font-size: 12px; */
  font-size: .67em;
  font-weight: normal;
  }


/* colors */
section.yellow {
  color: #000;
  background-color: #f9d635;
  height: auto; /* Technically not needed */
  }
section.yellow a {
  color: #000;
  }
section.yellow a:hover {
  color: #1659ab;
  }
section.yellow .button a {
  background: #000;
  color: #f9d635;
  }
section.yellow .button a:hover {
  background: #1659ab;
  }
section.blue {
  color: #fff;
  background-color: #1659ab;
  height: auto; /* Technically not needed */
  }
section.blue a {
  color: #fff;
  }
section.blue a:hover {
  color: #f9d635;
  }
section.blue .button a {
  background: #f9d635;
  color: #1659ab;
  }
section.blue .button a:hover {
  background-color: #fff;
  }
section.white {
  color: #1659ab;
  background-color: #fff;
  height: auto; /* Technically not needed */
  }
section.white a {
  color: #f9d635;
  }
section.white a:hover {
  color: #000;
  }
section.white .button a {
  background: #1659ab;
  color: #fff;
  }
section.white .button a:hover {
  background-color: #000;
  }




/* preheader *************/

.intro .intro-body {
  position: relative;
  }
.intro .preheader {
  display: none;
  }
.intro .preheader .search-icon {
  display: none;
  }

.intro .preheader form {
  float: right;
  margin: 10px 0 0 30px;
  }
.intro .preheader form input[type="text"] {
  width: 180px;
  height: 24px;
  margin: 0 3px 0 0;
  padding: 0 5px;
  border: none;
  color: #222;
  background: #fff !important;
  text-indent: 5px !important;
  }
/*.intro .preheader form input[type="image"] {
  position: relative;
  top: 9px;
  }*/
.intro .preheader form button {
  position: relative;
  top:2px;
  padding: 0 2px;
  border: none;
  color: #fff;
  /* font-size: 20px; */
  font-size: 1.11em;
  line-height: 1;
  background: none;
  }
.intro .preheader form button:hover {
  color: #f9d635;
  }
.intro .preheader .follow {
  display: none;  /* =>480px */
  float: right;
  margin: 10px 0 0 0;
  /* font-size: 24px; */
  font-size: 1.33em;
  }
.intro .preheader .follow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
.intro .preheader .follow li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  }
.intro .preheader .follow li:first-child {
  margin-left: 0;
  }


/* intro panel *************/

.webby-link {
	left: 50px;
	position: absolute;
}

@media (max-width: 1200px) {
	.webby-link {
		left: 50px;
		top: 200px;
	}
}

@media (max-width: 850px) {
	.webby-link {
		left: 50px;
	}
}

@media (max-width: 767px) {
	.webby-link {
		display: block;
		margin-top: 20px;
		position: static;
		text-align: center;
	}
	.webby-link img {
		max-width: 110px;
	}
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  margin: 100px 0 0;
  padding: 0;
  color: #fff;
  background: #000 url(../img/intro-bg-2021.jpg) no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  }
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0,0,0,.6);
  }
.intro .intro-body > .row {
  margin-bottom: 8%;
}
.intro .intro-body .brand-heading {
  /* font-size: 40px; */
  font-size: 2.22em;
  }
.intro .intro-body .intro-text {
  width: 80%;
  margin: 0 3% 0 43px;
  letter-spacing: -.4px;
  }
.intro .intro-body .intro-text p {
  margin: 20px 0 0;
  padding: 0;
  /* font-size: 20px; */
  font-size: 1.11em;
  line-height: 1.1em;
  }
.intro .intro-body .intro-text p,
.intro .intro-body .intro-text a,
.intro .intro-body .intro-text i {
  color: #f9d635;
  height: auto; /* Technically not needed */
  }
.intro .intro-body .intro-text span,
.intro .intro-body .intro-text a:hover {
  color: #fff;
  height: auto; /* Technically not needed */
  }
.intro .intro-body .intro-text span {
  font-weight: 600;
  }
.intro .intro-body .intro-text i {
  position: relative;
  left: 3px;
  top: 2px;
  margin-right: -10px; /* prevent wrapping */
  }



/* Know Your Rights panel *************/

section#know li {
  margin: 10px 0 0;
  }
section#know ul a {
  font-weight: bold; /* fallback */
  font-weight: 600;
  }



/* Protect Your Rights panel *************/





/* Career Center panel *************/

section#career p.subtitle {
  font-weight: 600;
}
section#career .column > p:first-child {
  margin-top: 0;
  }
section#career .column figure {
  margin-top: 20px;
}
section#career .column figure.ked {
  width: 90%;
  margin-left: 10%;
  }
section#career .column figure.ked img {
  width: 100%;
  }
section#career .column figure img,
section#career .column figure a {
  display: block;
  }
section#career .button {
  float: left;
  margin: 15px 0 25px;
  }
section#career .button + figure {
  float: left;
  width: 140px;
  margin: 3px 0 0;
  }




/* attorneys panel *************/

section#attorneys {
  background: #1659ab url(../img/big-bug.png) no-repeat 0 -2%;
  background-size: 65%;
  }
section#attorneys h2 {
  position: absolute;
  padding-right: 10px;
  left: 15px;
  top: -45px;
  /* font-size: 30px; */
  font-size: 1.67em;
  font-weight: normal; /* fallback */
  font-weight: 300;
}
section#attorneys h2 span {
  color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px dotted #f9d635;
  }
section#attorneys h2 span:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  }
section#attorneys p.subtitle {
  margin-top: 55px;
  padding-right: 0;
  /* font-size: 24px; */
  font-size: 1.33em;
  font-weight: bold; /*fallback*/
  font-weight: 600;
}
section#attorneys p.subtitle span {
  display: block;
  margin: 0 0 -5px;
  font-weight: normal; /*fallback*/
  font-weight: 300;
}
section#attorneys h3 {
  color: #f9d635;
  font-weight: normal;
}
section#attorneys .number {
  padding-top: 0px;
  margin-top: 35px;
  border-top: 2px dotted #f9d635;
  }
section#attorneys .number.zero {
  margin-top: 10px;
  border-top: none;
  }
section#attorneys p.action a {
  padding: 3px 8px 1px;
  /* text-decoration: none; */
  }
section#attorneys .number p.action a {
  background: rgba(255,255,255,.3);
  }
section#attorneys .number p.action a:hover {
  background: rgba(255,255,255,.4);
  }
section#attorneys .callout p.action a {
  background: #1659ab;
  }
section#attorneys .callout {
  padding-left: 70px;
  background-image: url(../img/icon-megaphone.png);
  background-repeat: no-repeat;
  background-position: 15px 25px;
  background-size: 40px;
}
section#attorneys .button-container {
  margin-top: 30px;
}




/* blog panel *************/

section#blog {
	background: #dedede;
}
section#blog .button a {
	color: #dedede;
}
section#blog .news-container {
  font-size: .9em
  }
section#blog h2,
section#blog h3 {
  /* font-size: 24px; */
  font-size: 1.33em;
  }
section#blog h2 span,
section#blog h3 span {
  display: block;
  margin: 0;
  font-size: .7em;
  font-weight: 300;
  }
section#blog article {
  position: relative;
  min-height: 60px; /* height of figure */
  margin: 30px 0 0;
  padding-left: 80px;
  }
section#blog article figure {
  position: absolute;
  left: 0;
  width: 60px;
  }
section#blog article figure img {
  width: 100%;
  }
section#blog article h1 {
  margin: 0;
  /* font-size: 20px; */
  font-size: 1.11em;
  font-weight: 600;
  letter-spacing: -.3px;
  }
section#blog article p.author {
  margin: 0px 0 0;
  }
section#blog article p.author {
  }

section#blog .news-container {
  float: left;
  width: calc(100% - 40px);
  margin: 35px 0 0;
  padding: 0;
  border-top: 1px solid #fff;
  }
section#blog .news-container ol {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  }
section#blog .news-container ol li {
  margin: 10px 0 0;
  padding: 0;
  }
section#blog .news-container ol li a::after {
  content: "\f054";
  display: inline-block;
  margin-right: -10px; /* prevent wrapping */
  margin-left: 5px;
  font-family: 'FontAwesome';
  /* font-size: 12px; */
  font-size: .67em;
  font-weight: normal;
  }
section#blog .news-container .button-container {
  max-width: 260px;
  }


  /* about panel *************/

  #about .follow {
    position: absolute;
    right: 2%;
    top: -7px;
    /* font-size: 24px; */
	font-size: 1.33em;
    }
  #about .follow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
  #about .follow li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    }
  #about .follow li:first-child {
    margin-left: 0;
    }
  #about .follow a {
    color: #1659ab;
    }
  #about .follow a:hover {
    color: #f9d635;
    }
  #about .follow a::after {
    content: none;
    }



  @media (min-width: 360px) {

    .intro .preheader {
      display: block;
      position: fixed;
      top: 5px;
      padding: 0 15px;
      z-index: 10000;
      width: 100%;
      margin: 0 auto;
      }

  }


  @media (min-width: 480px) {

    .intro .preheader form {
      margin-left: 15px;
    }
    .intro .preheader .follow {
      display: block;
    }

    footer .container {
      font-size: inherit;
      }

    .intro .intro-body .intro-text {
      width: 70%;
      margin: 0 3% 0 27%;
      }
    .intro .intro-body .intro-text p {
      margin: 35px 0 0;
      padding: 0;
      /* font-size: 28px; */
	  font-size: 1.56em;
      }
    .intro .intro-body .intro-text i {
      top: 4px;
      margin-right: -20px; /* prevent wrapping */
      }

    section h2 {
      font-size: 1.8em;
      }

    section .inner-container::after {
      top: 0;
      width: 38px;
      height: 38px;
      background-size: 38px;
      }
	section#bad-references .inner-container::after {
      background-position: right -231px;
      }
    section#know .inner-container::after {
      background-position: right 0px;
      }
    section#protect .inner-container::after {
      background-position: right -39px;
      }

    section#attorneys p.action a .hide {
      display: inline !important;
      }

    section#about .follow {
      top: 0;
      /* font-size: 28px; */
	  font-size: 1.56em;
      }
    section#about .follow li {
      margin: 0 0 0 10px;
      }

    footer .follow {
      display: none;
      position: relative;
      top: -4px;
      width: auto;
      margin: 0;
      /* font-size: 18px; */
	  font-size: 1em;
      }
    footer p.copyright,
    footer p.credits {
      position: absolute;
      top: 30px;
      width: auto;
      margin: 0;
      }
    footer p.copyright {
      clear: none;
      left: 0;
      }
    footer p.credits {
      right: 0;
      }
    footer .sitemap {
      margin-top: 60px;
      }

  }





  @media (min-width: 600px) {

    .intro .intro-body .intro-text {
      width: calc(100% - 150px);
      margin: 0 0 0 150px;
      }
    .intro .intro-body .intro-text p {
      margin: 35px 0 0;
      padding: 0;
      /* font-size: 32px; */
	  font-size: 1.78em;
      }

    section h2 {
      font-size: 1.8em;
      }
    section p,
    section .column {
      font-size: 1em;
      }
    section .inner-container {
      /* font-size: 20px; */
	  font-size: 1.11em;
      }
    section .button-container {
      float: left;
      clear: both;
      width: 100%;
      margin-top: 0;
    }
    section .button {
      float: left;
      margin: 15px 15px 0 0;
      }

    section#attorneys p.subtitle,
    section#blog h2,
    section#blog h3 {
	  /* font-size: 30px; */
	  font-size: 1.67em;
      }

  }


@media (max-width: 767px) {
	div.navbar-collapse.navbar-right.navbar-main-collapse{
	background: #1659ab;
	width: 100%;
	margin: 20px 0 0 0;
	}
	.navbar-nav{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	}
}


@media (min-width: 768px) {

  .navbar {
    height: 51px;
  }
  .navbar-container {
    padding-top: 0 !important;
  }
  .navbar-custom {
    padding: 100px 0 20px;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #1659ab;
    }
  .navbar-header {
    background-color: transparent;
	height: auto; /* Technically not needed */
    }
  .navbar h1 {
    top:-42px;
    }
  .navbar.top-nav-collapse h1 {
    top:8px;
    }
  .navbar h1 a {
    width: 180px;
  	height: 68px;
    }
  .navbar.top-nav-collapse h1 {
    margin: 0 0 0 20px;
    }
  .navbar.top-nav-collapse h1 a {
    width: 100px;
  	height: 38px;
    }
  .collapse.navbar-main-collapse .nav li a {
    border-top: none;
    }
  .collapse.navbar-main-collapse .nav li a {
    padding: 15px 10px;
    }
  .navbar .btn-menu {
    display: none;
    }

  p {
    margin: 0 0 25px;
    /* font-size: 20px; */
	font-size: 1.11em;
    }

  footer .follow {
    display: block;
    }
  footer .sitemap > li {
    width: 24%;
    margin: 0 0 0 1%;
    }

  /* homepage */

  .intro {
    height: 100%;
    margin-top: 0;
    padding: 0;
    }
  .intro .preheader {
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 20px;
    }
  .intro .preheader .follow li {
    margin-left: 20px;
  }
  .intro .intro-body .row {
    margin-top: 12%;
    }
  .intro .intro-body .brand-heading {
    /* font-size: 100px; */
	font-size: 5.56em;
    }
  .intro .intro-body .intro-text p {
    font-size: 2.25em; /*fallback*/
    /*font-size: 1.8vw;*/
    }
  .intro .intro-body .intro-text {
    width: calc(100% - 228px);
    margin: 0 0 0 228px;
	padding-top: 30px;
    }

  section .inner-container {
    padding: 0;
    }
  section h2 {
    padding-right: 100px;
    }
  section .inner-container::after {
    top: 0;
    width: 40px;
    height: 40px;
    background-size: 40px;
    }
  section#bad-references .inner-container::after {
    background-position: right -243px;
    }
  section#protect .inner-container::after {
    background-position: right -41px;
    }
  section h2 {
    font-size: 2.0em;
    }
  section p.subtitle {
    margin-top: 10px;
    padding-right: 70px;
    font-size: 1.2em;
    }
  section .column {
    float: left;
    width: 48%;
    margin-right: 4%;
    }
  section .column_third {
    float: left;
    width: 29%;
    margin-right: 4%;
    }
  section .column + .column {
    margin: 25px 0 0 0;
    }
  section .button-container {
    margin-top: 15px;
    }

  section#career .column figure img {
    width: 100%;
    }


  /* Attorneys panel */
  section#attorneys h2 {
    top: -70px;
    /* font-size: 48px; */
	font-size: 2.67em;
    }
  section#attorneys p.subtitle {
    margin-top: 95px;
    /* font-size: 36px; */
	font-size: 2em;
    }
  section#attorneys .number {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
    margin-top: 45px;
    }
  section#attorneys .number h3,
  section#attorneys .number p {
    font-size: 1.2em;
    }
  section#attorneys .number p.action {
    font-size: .92em;
    }
  section#attorneys .number h3 span {
    position: absolute;
    left: 0;
    /* font-size: 96px; */
	font-size: 5.33em;
    font-weight: normal; /* fallback */
    font-weight: 300;
    }
  section#attorneys .number p + p {
    margin-top: 5px;
    }
  section#attorneys .number p + p.action {
    margin-top: 25px;
    }
  section#attorneys .button-container {
    margin-top: 45px;
    }

  /* blog */
  section#blog h2,
  section#blog h3 {
    /* font-size: 36px; */
	font-size: 2em;
    }
}

/* Popular Topics panel */
section#popular h2 {
  margin-bottom:20px;
}
/*section#popular ul li::before {
  content: "\f054\00a0\00a0";
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  color: #f9d635;
}*/
section#popular ul li {
  background-image: url(../img/chevron.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  padding-left: 15px;
}
section#popular ul a::after {
  content: "";
}

section#popular .inner-container::after {
  background-position: right -331px;
}

@media screen and (min-width: 480px) {
  section#popular .inner-container::after {
    background-position: right -191px;
    background-size:38px;
  }
}
@media screen and (min-width: 768px) {
  section#popular .inner-container::after {
    background-position: right -202px;
    background-size:40px;
  }
}
@media screen and (min-width: 1024px) {
  section#popular .inner-container::after {
    background-position: right -328px;
    background-size:65px;
  }
}

@media (min-width: 900px) {

  .navbar-custom {
    padding: 100px 15px 20px 15px;
    }
  .navbar .nav li a {
    font-size: 1.1em;
    }

  .intro .intro-body .row {
    /*margin-top: 10%;*/
    margin-top: 165px;
    }

  section p.action {
    font-size: .86em;
    }

}


@media (min-width: 1024px) {

  .navbar h1 {
    margin-top: 7px;
    position: relative;
    top: -62px;
    }
  .navbar.top-nav-collapse h1 {
    top: 8px;
    }
  .navbar h1 a {
    width: 235px;
  	height: 89px;
    }
  div.navbar-collapse.navbar-right.navbar-main-collapse {
    width: calc(100% - 335px);
    }
  .navbar-custom .nav li a {
    font-size: 1.4em;
    }
  .navbar.top-nav-collapse .nav li a {
    font-size: 1.2em;
  }
  .navbar.top-nav-collapse .nav li a#donate-button {
	  padding-bottom: 15px;
  }

  .container {
      padding: 0;
    }

  footer .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    }

  .intro .intro-body .intro-text {
    width: calc(100% - 350px);
    margin: 0 0 0 350px;
    }

  section {
    padding: 50px 0;
    }

  section h2 {
    font-size: 2.6em;
    padding-right: 125px;
    }

  section p.action {
    font-size: .92em;
    }

  /* icons */
  section .inner-container::after {
    right: 0;
    top: 3px;
    width: 65px;
    height: 65px;
    background-size: 65px;
    }
  section#bad-references .inner-container::after {
    background-position: right -395px;
    }
  section#protect .inner-container::after {
    background-position: right -66px;
    }

  section#career .inner-container::after {
    right: 0;
    }
  section#career .column figure img {
    width: 60%;
    }
  section#career .inner-container::after {
    width: 190px;
    height: 60px;
    background-size: 200px;
    }

  section#attorneys h2 {
    left: auto;
    right: 0;
    top: 0;
    padding-right: 0;
    /* font-size: 72px; */
	font-size: 4em;
    }
  section#attorneys h2 span {
    margin-left: 20px;
    padding-left: 20px;
    }
  section#attorneys .callout {
    padding-left: 100px;
    background-size: 65px;
    }

  section#blog .inner-container {
    float: left;
    background: url(../img/border_bg.white.png) repeat-y 62.5% 0;
    }
  section#blog .blog-container {
    float: left;
    width: 60%;
    }
  section#blog .news-container {
    /*width: calc(35% - 40px);*/
    width: 35%;
    margin: 0 0 0 5%;
    padding-top: none;
    border-top: none;
    }
  section#blog .news-container h3 {
    margin-top: 0;
    }
  section#blog .news-container .button-container {
    position: absolute;
    bottom: 0;
    }

  section#about .follow {
    right: 0;
    /* font-size: 36px; */
	font-size: 2em;
    }

}




@media (min-width: 1200px) {

  .navbar h1 a {
    width: 225px;
  	height: 86px;
    }
  .navbar-custom .nav li a {
    font-size: 1.6em;
    }
  .navbar.top-nav-collapse .nav li a {
    font-size: 1.1em;
  }

  .intro-body .container {
    position: relative;
  }
  .intro .preheader {
    padding: 0;
    top: -150px;
    }
  section h2 {
    font-size: 3.2em;
    }

  }

/* Shared Attorney Search Form */
.shared-attorney-form .field-wrap {
	margin-bottom: 20px;
}

.shared-attorney-form .field-wrap label {
	display: block;
	/* font-size: 12px; */
	font-size: .67em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.shared-attorney-form .field-wrap.half {
	float: left;
	width: 48%;
}

.shared-attorney-form .field-wrap.half.last {
	float: right;
}

.cb { clear: both; }

.shared-attorney-form select,
.shared-attorney-form input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 10px 3px 10px;
	width: 100%;
}

.shared-attorney-form .button {
	margin: 0;
}

.w3c-hide { display: none; }

/* Donate Button */
#donate-button {
	background: #f9d635;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
}

/* Nav bar */
.navbar-nav ul {
	list-style:none;    
	margin:0;
	padding: 0;
}

@media (min-width: 768px) {
	.navbar-nav > li {
		position: relative;
	}

	.navbar-nav > li > ul {
		background: #1659ab;
		box-shadow: 0 10px 10px rgba(0,0,0,0.25);    
		position: absolute;
		left: 0;
		min-width: 100%; 
		opacity: 0;
		padding: 10px 0;
		transform: translateY(-20px);
		transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
		white-space: nowrap;
		visibility: hidden;
	}

	.navbar-nav > li:hover > ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.navbar-nav > li > ul > li > a {
		background: none !important;
	}

	.navbar-nav > li > ul > li > a:hover {
		color: rgba(255, 255, 255, 0.8) !important;
	}
}

@media (max-width: 767px) {
	.navbar-fixed-bottom .navbar-collapse, 
	.navbar-fixed-top .navbar-collapse {
		max-height: none;
		min-height: calc(100vh - 80px);
		bottom: 0;
		top: 80px;
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
		top: 0;
	}
	
	#nav.navbar-nav,
	.navbar-nav li,
	.navbar-nav > li {
		float: none;
	}
	
	.navbar-nav > li.has-sub-menu > a {
		position: relative;
	}
	
	.navbar-nav > li.has-sub-menu > a:after {
		content: '+';
		font-weight: bold;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.navbar-nav > li.has-sub-menu > a.clicked-once:after {
		content: '-';
	}

	.navbar-nav > li > ul {
		background: #1c4a83;
		display: none;
		padding: 10px 0;
	}
	
	.navbar-nav > li > ul > li > a {
		background: none !important;
		border: 0 !important;;
		display: block;
	}
}