/*
Theme Name: MGC
Author: MGC
*/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-up:before {
  content: "\f077";
}
.mgc-heading {
  font-family: 'Titillium Web';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  border-top: 5px solid #cac8c8;
}
#no-js-notice {
  display: none;
  padding: 10px 0;
}
.no-js #no-js-notice {
  display: block;
}
/* ==== TOP BAR ============================================= */
#topbar .top-menu {
  height: 50px;
  padding: 25px 0 0;
}
#topbar .top-menu .menu > li {
  float: left;
  margin: 0 13px 0 0;
  height: 1em;
  line-height: 1em;
  font-size: 14px;
}
#topbar .top-menu .menu > li > a {
  font-weight: 400;
}
#topbar .top-menu .menu > li > ul {
  display: none;
}
/* ==== HEADER ============================================= */
header.site {
  border-top: 1px solid #cac8c8;
  border-bottom: 1px solid #cac8c8;
  height: 89px;
}
header.site > .container {
  height: 100%;
  position: relative;
}
header.site .logo {
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 2px;
}
header.site .logo img {
  float: right;
}
header.site .main-menu {
  padding-right: 15px;
  display: none;
}
header.site .main-menu .menu > li {
  float: left;
  margin-left: 27px;
}
header.site .main-menu .menu > li:first-child {
  margin: 0;
}
header.site .main-menu .menu > li.current-menu-ancestor > a,
header.site .main-menu .menu > li.current-menu-item > a {
  color: #d6001c;
  border-bottom: 5px solid #d6001c;
}
header.site .main-menu .menu > li.current-menu-ancestor > a:hover,
header.site .main-menu .menu > li.current-menu-item > a:hover {
  text-decoration: none;
  cursor: default;
}
header.site .main-menu .menu > li.current-menu-ancestor > a {
  cursor: pointer !important;
}
header.site .main-menu .menu > li > a {
  padding-bottom: 15px;
  border-bottom: transparent 5px solid;
  color: #000;
  display: block;
  font-size: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header.site .main-menu .menu > li > a:hover {
  text-decoration: none;
  color: #d6001c;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header.site .main-menu .menu > li > ul {
  display: none;
}
header.site #mobile-menu {
  width: 75px;
  border-right: 1px solid #cac8c8;
}
header.site #mobile-menu .mobile-menu-button {
  font-size: 40px;
  height: 88px;
  color: #75787b;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  padding-top: 16px;
  padding-left: 8px;
}
header.site #mobile-menu .mobile-menu-button:hover {
  color: #4e4d50;
}
header.site #mobile-menu.open .mobile-menu-button {
  color: #000;
}
header.site #mobile-menu .menus {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  z-index: 1;
  background: #75787b;
  display: none;
  border-bottom: 7px solid #cac8c8;
}
header.site #mobile-menu .menus .menu a {
  color: #fff;
  display: block;
  line-height: 50px;
}
header.site #mobile-menu .menus .main-menu-mobile a {
  font-size: 30px;
  display: block;
}
header.site #mobile-menu .menus .top-menu-mobile {
  padding-top: 7px;
}
header.site #mobile-menu .menus .top-menu-mobile a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
/* ==== CONTENT ============================================= */
#content header.content-header {
  padding-top: 92px;
}
#content header.content-header .post-title {
  color: #000000;
  font-size: 50px;
  margin-bottom: 60px;
}
#content .post-content {
  padding: 37px 0 35px;
}
#content .post-title {
  margin-top: 0;
}
#content aside {
  margin-top: 70px;
}
#content aside .logo {
  border-bottom: 3px solid #cac8c8;
  padding-bottom: 40px;
}
#content aside .logo img {
  width: 100%;
  max-width: 200px;
}
#content aside .widgets {
  border-top: 3px solid #cac8c8;
  list-style: none;
  padding: 0;
}
#content aside .widgets .widget {
  font-size: 15px;
}
#content aside .widgets .widget .title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: .5em;
  margin-top: 4px;
}
#content aside .widgets .widget .menu {
  padding: 0;
  list-style: none;
}
#content aside .widgets .widget .menu .current-menu-item > a {
  color: #000;
  cursor: default;
}
#content aside .widgets .widget .menu .current-menu-item > a:hover {
  text-decoration: none;
}
#content aside .widgets .widget_categories {
  border-top: 5px solid #cac8c8;
  padding-bottom: 50px;
  font-size: 17px;
  padding-top: 8px;
}
#content aside .widgets .widget_categories .title {
  font-family: 'Titillium Web';
  font-weight: 300;
  text-transform: none;
  margin: 0;
  margin-top: 4px;
}
#content aside .widgets .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content aside .widgets .widget_categories ul .current-cat a {
  color: #000;
  cursor: default;
}
#content aside .widgets .widget_categories ul .current-cat a:hover {
  text-decoration: none;
}
#content aside .kebo_twitter_feed_widget {
  padding-top: 4px;
  border-top: 5px solid #cac8c8;
  margin-bottom: 30px;
}
#content aside .kebo_twitter_feed_widget .ktweet {
  position: relative;
  font-family: 'Source Sans Pro';
  line-height: 1.5em;
  padding-bottom: 23px;
  font-size: 16px;
}
#content aside .kebo_twitter_feed_widget .ktweet .kaccount {
  font-size: 17px;
}
#content aside .kebo_twitter_feed_widget .ktweet .kaccount:before {
  font-family: 'FontAwesome';
  color: #47A9E1;
  content: "\f099 ";
  padding-right: 7px;
  padding-top: 1px;
}
#content aside .kebo_twitter_feed_widget .ktweet .kfooter {
  display: none;
}
#content aside .kebo_twitter_feed_widget .kebo-tweets .ktweet .kmeta .kdate {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: default;
  color: #000;
  font-size: 12px;
}
/* ==== TEMPLATE: 'default' ============================================= */
.page-template-default #content header.content-header,
.page-template-tpl-event-list-php #content header.content-header,
.page-template-tpl-event-registration-php #content header.content-header,
.page-template-tpl-locations-php #content header.content-header,
.blog #content header.content-header,
.archive #content header.content-header,
.single #content header.content-header {
  border-bottom: 12px solid #75787b;
}
/* ==== BLOG ============================================= */
.blog #content .post-list article,
.archive #content .post-list article {
  border-bottom: 1px solid #F2F2F1;
  margin-bottom: 55px;
}
.blog #content .post-list article .post-title,
.archive #content .post-list article .post-title {
  padding-top: 10px;
  font-size: 30px;
  margin: 0;
}
.blog #content .post-list article .post-title > a,
.archive #content .post-list article .post-title > a {
  color: inherit;
}
.blog #content .post-list article .post-content,
.archive #content .post-list article .post-content {
  padding-top: 15px;
}
.blog #content .post-list article .read-more,
.archive #content .post-list article .read-more {
  font-size: 16px;
}
.hentry.type-post .featured-image {
  padding: 1em 0 2em;
}
.hentry.type-post .date {
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 9px;
}
.hentry.type-post .date .month-day {
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
.hentry.type-post .date i {
  width: 11px;
  height: 10px;
  background: #d6001c;
  display: inline-block;
  margin: 0 10px;
}
/* ==== TEMPLATE: 'event-list' ============================================= */
.type-mgc_event .date {
  position: absolute;
  top: 0;
  right: 100%;
  width: 78px;
  padding-right: 18px;
  text-align: center;
}
.type-mgc_event .date .month {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
.type-mgc_event .date .day {
  border-top: 12px solid #d6001c;
  font-size: 50px;
  height: 76px;
  line-height: 50px;
  padding-top: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cac8c8;
}
.type-mgc_event .date .year {
  letter-spacing: 2px;
  font-size: 14px;
}
.type-mgc_event .image {
  padding-bottom: 27px;
}
#content .type-mgc_event .post-title {
  margin-bottom: .75em;
}
#content .type-mgc_event .post-title > a {
  color: #000;
}
.event-preview,
.type-mgc_event.event-registration .post-content .content {
  margin-left: 78px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 47px;
}
.event-preview {
  border-bottom: 1px solid #cac8c8;
}
.page-template-tpl-event-registration-php #content .post-content,
.single-mgc_event #content .post-content {
  padding-top: 25px;
}
.page-template-tpl-event-registration-php #sidebar,
.single-mgc_event #sidebar {
  padding-bottom: 52px;
}
.page-template-tpl-event-registration-php #sidebar .list-item,
.single-mgc_event #sidebar .list-item {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  padding-left: 25px;
  line-height: 1.5em;
  height: auto;
}
.page-template-tpl-event-registration-php #sidebar .list-item .mgc-heading,
.single-mgc_event #sidebar .list-item .mgc-heading {
  padding-bottom: .66em;
  font-size: 14px;
}
.page-template-tpl-event-registration-php #sidebar .list-item i,
.single-mgc_event #sidebar .list-item i {
  position: absolute;
  left: 0;
  font-size: 15px;
}
/* ==== EVENT REGISTRATION ============================================= */
.page-template-tpl-event-registration-php #content header.content-header {
  padding-bottom: 70px;
}
.page-template-tpl-event-registration-php .type-mgc_event .post-title {
  font-size: 30px;
}
.page-template-tpl-event-registration-php .type-mgc_event .registration-content {
  padding: 0 0 0 0px;
}
/* ==== TEMPLATE: "Locations page" ============================================= */
.page-template-tpl-locations-php #content .post-content {
  padding-top: 0;
}
.page-template-tpl-locations-php .locations-map {
  width: 100%;
  height: 455px;
  background: #E5E3DF;
}
.page-template-tpl-locations-php .locations-list {
  padding-top: 60px;
}
.page-template-tpl-locations-php .location {
  padding-bottom: 64px;
}
.page-template-tpl-locations-php .location .location-title {
  color: #d6001c;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.page-template-tpl-locations-php .location .map-link {
  display: block;
  padding-top: .25em;
}
.page-template-tpl-locations-php .location .find-attorney,
.page-template-tpl-locations-php .location .phone,
.page-template-tpl-locations-php .location .address,
.page-template-tpl-locations-php .location .fax {
  padding-bottom: .75em;
}
.page-template-tpl-locations-php .location .find-attorney a {
  color: #d76b00;
}
.page-template-tpl-locations-php .location .find-attorney i {
  font-size: 15px;
}
.page-template-tpl-locations-php .list-item {
  height: auto;
  position: relative;
  padding: 0 0 4px 20px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  line-height: 22px;
}
.page-template-tpl-locations-php .list-item.header {
  margin-top: 6px;
}
.page-template-tpl-locations-php .list-item.header:first-child {
  margin-top: 0px;
}
.page-template-tpl-locations-php .list-item > i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 13px;
}
/* ==== FOOTER ============================================= */
footer.site {
  border-top: 1px solid #cac8c8;
  border-bottom: 1px solid #cac8c8;
  margin-top: 80px;
  padding: 25px 0 25px;
  clear: both;
}
footer.site .logo {
  margin-bottom: 15px;
  padding-top: 6px;
}
footer.site .logo img {
  max-width: 140px;
}
footer.site .social-links {
  margin-top: 45px;
}
footer.site .social-links > li {
  margin-left: 28px;
}
footer.site .social-links > li:first-child {
  margin-left: 0;
}
.social-links {
  padding: 0;
}
.social-links > li {
  display: inline-block;
  margin-left: 10px;
}
.social-links > li:first-child {
  margin-left: 0;
}
.social-links > li i {
  font-size: 28px;
  color: #cac8c8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-links > li i:hover {
  color: #75787b;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
/* ==== BOTTOMBAR ============================================= */
#bottombar {
  padding: 13px 0 30px;
}
#bottombar .footer-menu {
  padding-bottom: 7px;
}
#bottombar .footer-menu .menu > li {
  float: left;
}
#bottombar .footer-menu .menu > li > a {
  line-height: 1em;
  display: block;
  padding: 0px 6px 2px;
  border-left: 1px solid #cac8c8;
  font-size: 14px;
}
#bottombar .footer-menu .menu > li:first-child > a {
  padding-left: 0;
  border-left: none;
}
#bottombar .footer-menu .menu > li > ul {
  display: none;
}
#bottombar .copyright-items {
  font-size: 12px;
  clear: both;
}
#bottombar .copyright-items > li {
  float: left;
  padding: 0px 6px 1px;
  border-left: 1px solid #cac8c8;
}
#bottombar .copyright-items > li:first-child {
  padding-left: 0;
  border-left: none;
}
.search-results .matched-string {
  font-weight: bold;
}
/* ==== "HOME" ============================================= */
.home #content .post-content {
  text-align: center;
}
.home-page-number {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  margin-bottom: 0px; /* used to be 24px */
  display: inline-block;
  text-align: left;
}
.home-page-number > a {
  display: block;
}
.home-page-number .title {
  padding-left: 10px;
  padding-bottom: 12px;
  font-size: 43px;
}
.home-page-number .number {
  display: block;
  font-size: 139px;
  font-weight: 100;
  line-height: 1em;
}
.home-page-number .title,
.home-page-number .number {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  display: block;
  color: #75787b;
}
.home-page-number > a:hover {
  text-decoration: none;
}
.home-page-number > a:hover > .title,
.home-page-number > a:hover > .number {
  color: #cac8c8;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* ==== Template: "FEATURED LIST"
 ============================================= */
.featured-list {
  padding: 55px 0 82px;
}
.featured-list .featured-list-item > .row {
  height: 232px;
  width: 100%;
}
.featured-list .featured-list-item > .row .icon,
.featured-list .featured-list-item > .row hgroup {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.featured-list .featured-list-item > .row .icon {
  text-align: center;
}
.featured-list .featured-list-item > .row .icon img {
  min-width: 70px;
}
.featured-list .featured-list-item > .row .title {
  font-size: 50px;
  font-weight: 200;
  margin: 0 0 3px;
  color: #fff;
}
.featured-list .featured-list-item > .row .subtitle {
  font-size: 30px;
  font-style: italic;
  margin: 0;
}
/* ==== TEMPLATE: "ATTORNEY SEARCH" ============================================= */
#attorney-search {
  background: #d6001c;
  padding: 30px 0 37px;
}
#attorney-search .attorney-name {
  margin-bottom: 20px;
  padding-right: 30px;
  border-radius: 0;
}
#attorney-search .attorney-name i {
  color: #fff;
  position: absolute;
  top: 7px;
  font-size: 23px;
  right: 16px;
  margin-top: 4px;
  cursor: pointer;
}
#attorney-search .submit {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#attorney-search .select2-container {
  width: 100%;
}
#attorney-search .select2-container .select2-choice {
  width: 100%;
  background: none;
  filter: none;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  padding-left: 15px;
}
#attorney-search .select2-container:first-child {
  margin-top: 0;
}
.search-results {
  margin-top: 112px;
}
.search-results header.search,
.search-results footer.search {
  border-top: 1px solid #cac8c8;
  border-bottom: 1px solid #cac8c8;
}
.search-results header.search .container,
.search-results footer.search .container {
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
.search-results header.search .results-title,
.search-results footer.search .results-title {
  font-size: 30px;
  line-height: 30px;
  height: 40px;
  position: absolute;
  margin-top: -4px;
  margin-bottom: 12px;
  bottom: 100%;
}
.search-results header.search .results-title .text,
.search-results footer.search .results-title .text {
  padding-top: 8px;
}
.search-results header.search .results-title .number,
.search-results footer.search .results-title .number {
  font-size: 50px;
  padding-right: 25px;
}
.search-results header.search .results-title .reset-link,
.search-results footer.search .results-title .reset-link {
  font-size: 15px;
  display: inline-block;
  padding-left: 10px;
}
.search-results header.search .results-range,
.search-results footer.search .results-range,
.search-results header.search .pagination,
.search-results footer.search .pagination {
  font-family: 'Source Sans Pro';
  font-size: 15px;
  line-height: 15px;
  height: 15px;
}
.search-results header.search .results-range,
.search-results footer.search .results-range {
  float: right;
}
.search-results header.search .pagination,
.search-results footer.search .pagination {
  float: left;
}
.search-results header.search .pagination .page-numbers,
.search-results footer.search .pagination .page-numbers {
  display: inline-block;
  margin-right: 30px;
}
.search-results footer.search {
  border-bottom: none;
  padding-bottom: 60px;
}
.search-results .results {
  font-family: 'Source Sans Pro';
  padding: 27px 0 45px;
}
.search-results .results .search-result {
  border-top: 1px solid #cac8c8;
  margin-top: 55px;
  padding-top: 18px;
}
.search-results .results .search-result:first-child {
  border-top: 0;
  margin-top: 0;
}
.search-results .results .search-result .image {
  float: left;
  width: 65px;
  padding-right: 5px;
}
.search-results .results .search-result .image img {
  max-width: 60px;
  height: 60px;
  border-radius: 50px;
}
.search-results .results .search-result .result-content {
  margin-left: 80px;
}
.page-template-tpl-support-search-php .search-results .results .search-result .result-content {
	margin-left: 0;
}


.search-results .results .search-result .result-content .result-title {
  font-family: 'Titillium Web';
  margin-bottom: 8px;
  border-bottom: 1px solid #cac8c8;
  padding-bottom: 10px;
}
.page-template-tpl-support-search-php .search-results .results .search-result .result-content .result-title {
	border-bottom: 0;
	margin-bottom: 0;
}

.search-results .results .search-result .result-content .list-item {
  white-space: nowrap;
}
.search-results .results .search-result .result-content .email > a {
  display: inline-block;
}
/* ==== SINGLE: ATTORNEY ============================================= */
.single-mgc_attorney .attorney-sidebar {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  margin-top: 0 !important;
}
.single-mgc_attorney .attorney-sidebar .image {
  padding-bottom: 15px;
}
.single-mgc_attorney .attorney-sidebar .image img {
  border-radius: 80px;
  width: 160px;
  height: 160px;
}
.single-mgc_attorney .attorney-sidebar .section {
  border-top: 1px solid #cac8c8;
  padding: 15px 0;
}
.single-mgc_attorney .attorney-sidebar .section:first-child {
  border: 0;
}
.single-mgc_attorney .attorney-sidebar .list-item {
  line-height: 1.5em;
  white-space: nowrap;
}
.single-mgc_attorney .attorney-sidebar .list-item > a {
  display: inline-block;
}
.single-mgc_attorney .attorney-sidebar .list-item i {
  width: 25px;
}
.single-mgc_attorney .attorney-sidebar .mgc-heading {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}
.single-mgc_attorney .attorney-sidebar .email-heading {
  display: none;
}
.single-mgc_attorney .attorney-sidebar .email-link {
  display: inline-block;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
}
.single-mgc_attorney .content {
  font-family: 'Source Sans Pro';
}
.single-mgc_attorney .content > .description {
  padding-bottom: 50px;
  padding-top: 20px;
}
.single-mgc_attorney .content .appearances {
  border-bottom: 5px solid #d6001c;
  padding-bottom: 60px;
  margin-bottom: 14px;
}
.single-mgc_attorney .content .info-section {
  border-top: 5px solid #d6001c;
  padding-top: 18px;
  padding-bottom: 50px;
}
.single-mgc_attorney .content .info-section .mgc-heading {
  font-size: 14px;
  padding-bottom: 9px;
  line-height: 1.5em;
}
.single-mgc_attorney .content .info-section .items {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.25em;
}
.single-mgc_attorney .content .info-section .items > li {
  padding-bottom: 8px;
}
.single-mgc_attorney .content .info-section .items > li.pdf .title {
  font-style: italic;
}
.single-mgc_attorney .content .info-section .items > li > a {
  display: inline-block;
}
.single-mgc_attorney .content .info-section .items .title {
  display: block;
}
.single-mgc_attorney .content .info-section .items .title .attachment-info {
  color: #75787b;
  padding-top: .25em;
  padding-left: 5px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
}
.single-mgc_attorney .content .info-section.type-assistants {
  border-top-color: #cac8c8;
}
.single-mgc_attorney .content .info-section.type-assistants .items .phone {
  display: block;
}
.single-mgc_attorney .content .info-section.type-education {
  border-top-color: #75787b;
}
.single-mgc_attorney .content .info-section.type-memberships {
  border-top-color: #9ee0e8;
}
.single-mgc_attorney .content .info-section.type-bar-admissions {
  border-top-color: #93bfb1;
}
.single-mgc_attorney .content .info-section.type-certifications {
  border-top-color: #F1BE3E;
}
.single-mgc_attorney .content .info-section.type-awards {
  border-top-color: #cac8c8;
}
.single-mgc_attorney .content .info-section.type-publications {
  border-top-color: #bbe077;
}
.single-mgc_attorney .content .info-section.type-community {
  border-top-color: #FF9C00;
}
/* ==== FORMS ============================================= */
#attorney-search {
  font-family: 'Source Sans Pro';
}
#attorney-search input.text,
#attorney-search input[type="text"] {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  background: none;
  border: none;
  border-radius: 0;
  height: 38px;
  font-weight: 100;
  color: #fff;
  border-bottom: 3px solid #fff;
}
#attorney-search input.submit,
#attorney-search input[type="submit"] {
  background: #4e4d50;
  font-weight: 600;
  max-width: 100%;
  width: 300px;
  text-align: center;
  padding: 4px 15px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #ffa02f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  height: 38px;
  letter-spacing: 2px;
  line-height: 18px;
  padding: 4px 10px 3px;
  border: 3px solid #fff;
  display: inline-block;
}
#attorney-search input.submit.button-orange,
#attorney-search input[type="submit"].button-orange {
  background: #ffa02f;
}
#attorney-search input.submit:hover,
#attorney-search input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #d76b00;
}
#attorney-search .select2-container {
  width: 100%;
  margin-bottom: 23px;
}
#attorney-search .select2-container .select2-choice {
  filter: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
}
#attorney-search .select2-container .select2-choice > .select2-chosen {
  color: #fff;
}
#attorney-search .select2-container .select2-choice .select2-arrow {
  background: none;
  filter: none;
  border: none;
  width: 30px;
}
#attorney-search .select2-container .select2-choice .select2-arrow b {
  background: none !important;
  padding: 8px 0 0;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#attorney-search .select2-container .select2-choice .select2-arrow b:before {
  content: "\f078";
}
.cloud-form .submit-button {
  background: #4e4d50;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  max-width: 100%;
  width: 300px;
  text-align: center;
  display: inline-block;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #ffa02f;
}
.cloud-form .submit-button.button-orange {
  background: #ffa02f;
}
.cloud-form .submit-button:hover {
  text-decoration: none;
  color: #fff;
  background: #d76b00;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #cac8c8;
}
.select2-drop {
  border: 1px solid #cac8c8;
  margin-top: 0;
  border-top: none;
}
.select2-drop .select2-search {
  display: none;
}
.select2-drop .select2-search input {
  font-family: 'Source Sans Pro';
  font-weight: 100;
  color: #000;
  border-color: #cac8c8;
  box-shadow: 0;
  background: 0;
}
.select2-drop .select2-results {
  padding: .25em 0 .5em 0;
  margin: 0;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}
.select2-drop .select2-results li {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-drop .select2-results li.select2-highlighted {
  background: #d76b00;
}
.select2-drop .select2-results li .select2-result-label {
  padding: 0;
}
/* ==== TOOLS ============================================= */
.page-template-tpl-tools-php #content .post-content {
  padding: 0;
}
.tools {
  overflow: hidden;
}
.tools .tool {
  background: #75787b;
  padding: 30px 0;
  margin-bottom: 15px;
}
.tools .tool > * {
  color: #fff;
  font-family: 'Titillium Web';
  font-weight: 100;
}
.tools .tool .title {
  font-size: 40px;
}
.tools .tool .field {
  padding-bottom: 6px;
  position: relative;
  float: left;
  clear: both;
  max-width: 100%;
}
.tools .tool .field label {
  font-size: 20px;
  display: block;
  font-family: 'Source Sans Pro';
  padding-bottom: 3px;
}
.tools .tool .field .error {
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 8px;
}
.tools .tool .field .select2-container {
  width: 218px;
  max-width: 100%;
}
.tools .tool .field .select2-container .select2-choice {
  background: none;
  filter: none;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
.tools .tool .field .select2-container .select2-choice .select2-arrow {
  background: none;
  filter: none;
  border: none;
  width: 30px;
}
.tools .tool .field .select2-container .select2-choice .select2-arrow b {
  background: none !important;
  padding: 3px 0 0;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tools .tool .field .select2-container .select2-choice .select2-arrow b:before {
  content: "\f078";
}
.tools .tool .field input.text {
  max-width: 100%;
  height: 38px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  width: 218px;
  color: #fff;
  padding: 0 10px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.tools .tool .field input.text.input-wide {
  width: 300px;
}
.tools .tool .field input.text.input-narrow {
  width: 138px;
}
.tools .tool .field input.text.has-error {
  background: #FF5C23;
}
.tools .tool .field input.text + i {
  position: absolute;
  bottom: 7px;
  right: 0;
  margin: 9px 10px;
  z-index: 0;
}
.tools .tool .field .append {
  font-size: 30px;
  position: relative;
  top: 5px;
  padding-left: 10px;
}
.tools .tool input.submit {
  clear: both;
  float: left;
  background: #4e4d50;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  max-width: 100%;
  width: 300px;
  text-align: center;
  display: inline-block;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #ffa02f;
  border-radius: 0;
  border: 2px solid #fff;
  width: 218px;
  margin-top: 23px;
  padding-left: 5px;
  padding-right: 5px;
}
.tools .tool input.submit.button-orange {
  background: #ffa02f;
}
.tools .tool input.submit:hover {
  text-decoration: none;
  color: #fff;
  background: #d76b00;
}
.tools .tool .result {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  min-height: 88px;
  position: relative;
  padding: 10px 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tools .tool .result:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 15px solid #75787b;
  border-left: 15px solid transparent;
  width: 0;
}
.tools .tool .result > .text .answer-group {
  padding-top: 15px;
}
.tools .tool .result > .text .answer-group:first-child {
  padding-top: 0;
}
.tools .tool .result > .text .label {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.125em;
  display: block;
}
.tools .tool .result > .text .value {
  font-weight: 700;
  font-size: 20px;
  display: block;
}
.tools .tool .result > .error {
  display: none;
  font-size: 20px;
  line-height: 1.25em;
}
.tools .tool.has-error .result {
  background: #FF5C23;
}
.tools .tool.has-error .result > .error {
  display: block;
}
.tools .tool.salmon-bg {
  background: #b8b0a7;
}
.tools .tool.salmon-bg .result:before {
  border-bottom-color: #BDB0A5;
}
.tools .tool.green-bg {
  background: #a8bbb0;
}
.tools .tool.green-bg .result:before {
  border-bottom-color: #a8bbb0;
}
/* ==== forms ============================================= */
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
/* ==== 404 ============================================= */
.error404 .post-content {
  margin-top: 78px;
  border-bottom: 13px solid #d6001c;
  margin-bottom: 260px;
}
.error404 .post-title {
  line-height: 1em;
  font-size: 162px;
  color: #75787b;
  margin: 0;
}
.error404 .main {
  font-size: 40px;
  padding-top: 31px;
}
.error404 .secondary {
  color: #75787b;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.25em;
}
.error404 .links {
  list-style: none;
  padding-top: 70px;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: -190px;
}
.error404 .links li {
  margin-bottom: 10px;
}
.error404 .links a {
  color: #d76b00;
  font-weight: 600;
  font-family: 'Source Sans Pro';
}
/* ==== MISC ============================================= */
.sc.divider.thick {
  border-bottom-width: 30px;
  border-bottom-style: solid;
}
.dark-bg {
  background: #4e4d50;
}
.button {
  background: #4e4d50;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  max-width: 100%;
  width: 300px;
  text-align: center;
  display: inline-block;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button.button-orange {
  background: #ffa02f;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #d76b00;
}
.list-item {
  font-size: 16px;
  line-height: 16px;
  height: 25px;
  padding: 5px 0 4px;
}
.list-item > i {
  width: 23px;
}
.list-item.email > i {
  font-size: 12px;
}
.list-item.vcard > i {
  font-size: 16px;
}
.list-item.header {
  font-size: 14px;
  font-family: 'Titillium Web';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.tb {
  display: table;
}
.tb > .tb-td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
.tb > .tb-td.va-top {
  vertical-align: top;
}
.tb > .tb-td.va-bottom {
  vertical-align: bottom;
}
a:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
#ie8 footer.site .logo,
#ie8 #sidebar .logo {
  width: 200px;
  max-width: 100%;
}
#ie8 .tools .tool > * {
  font-family: 'Arial';
}
#ie8 .tools .tool .field {
  width: 100%;
}
#ie8 #content aside .widgets .widget_categories .title,
#ie8 .search-results .results .search-result .result-content .result-title,
#ie8 article div.sc.bigheadline,
#ie8 article h2.sc.bigheadline {
  font-family: 'Arial';
}
#ie8 .featured-list .featured-list-item > .row .icon img {
  width: 100%;
}
#ie8 .home-page-number > a > .title,
#ie8 .home-page-number > a > .number {
  font-family: 'Nice-Embedded-Font', Arial, Sans-Serif;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop)";
  zoom: 1;
}
body .ff {
  display: none;
}
body.ff .ff {
  display: block;
}
body.ff .no-ff {
  display: none;
}


.gform_wrapper.gform-theme--foundation .gfield_label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}

.gform_wrapper .gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 14px;
    padding-left: .125em;
}

.gform_wrapper.gform-theme--framework input, .gform_wrapper.gform-theme--framework textarea {
    font-size: 16px;
    padding: 8px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
  font-size: 16px;
  font-weight: 400;
}

.gform_wrapper.gravity-theme .gfield_description {
  font-size: 16px;
  font-weight: 400;
}

/* SB Updates */
/* ******************
// Structural work
// ****************** */

/* Read this as "margin all large" or "margin left tiny" */

/*
.mal { margin: @margin-large!important;}
.mbl { margin-bottom: @margin-large!important;}
.mtl { margin-top: @margin-large!important;}
.mll { margin-left: @margin-large!important;}
.mrl { margin-bottom: @margin-large!important;}

.mam { margin: @margin-medium!important;}
.mbm { margin-bottom: @margin-medium!important;}
.mtm { margin-top: @margin-medium!important;}
.mlm { margin-left: @margin-medium!important;}
.mrm { margin-bottom: @margin-medium!important;}

.mas { margin: @margin-small!important;}
.mbs { margin-bottom: @margin-small!important;}
.mts { margin-top: @margin-small!important;}
.mls { margin-left: @margin-small!important;}
.mrs { margin-bottom: @margin-small!important;}

.mat { margin: @margin-tiny!important;}
.mbt { margin-bottom: @margin-tiny!important;}
.mtt { margin-top: @margin-tiny!important;}
.mlt { margin-left: @margin-tiny!important;}
.mrt { margin-bottom: @margin-tiny!important;}

.man { margin: 0!important;}
.mbn { margin-bottom: 0!important;}
.mtn { margin-top: 0!important;}
.mln { margin-left: 0!important;}
.mrn { margin-bottom: 0!important;}

.mb5 { margin-bottom: 5px!important;}
*/

@media (max-width: 767px) {
	
	.attorney-listing {
		margin-top: 1em;
	}
}

.absolute-center {
     margin: auto;
     position: absolute;
     top: 0; left: 0; bottom: 0; right: 0;
}


.page-template-default #content header.content-header {
  border-bottom: 0;
}
#content header.content-header .post-title {
  margin-bottom: 10px;
}

/* ######################### */
/* HOME PAGE */
/* ######################### */


.home .home-page-number span.title {
  line-height: 1.3em;
  font-size: 49px;
  padding-left: 0px;
}

@media (min-width: 768px) {
  
  /* set a border bottom for the page */
  .home .home-page-number {
    padding-bottom: 40px;
    padding-top: 50px;
    border-bottom: 12px solid #cacac7;
  }
  .home .home-page-number span.title {
  font-size: 89px;
  }
}


/* ######################### */
/* SERVICES PAGE */
/* ######################### */
.page-services h2 {
  font-size: 32px;
  color: #75787b;
  margin-bottom: 25px;
}

.page-services .alignnone {
  margin: 0;
  max-width: 400px;
}
.page-services .service-offering {
  margin-bottom: 3em;
}
.page-services h4 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #75787b;
}
.page-services ul {
  padding-left: 0;
}
.page-services li {
  list-style-type: none;
  color: #75787b;
  padding-bottom: 8px;
  line-height: 1.2em;
}

.page-attorney-search .divider {
  border-bottom-width: 12px;
  border-bottom-color: #9ebcb0;
  width: 100%;
  border-bottom-style: solid;
  margin-top: 50px;
}
.page-attorney-search .search-results {
  margin-top: 20px
}

/* Fix headings height */
.page-id-14 #content header.content-header .post-title, 
.blog #content header.content-header .post-title, 
.single #content header.content-header .post-title {
  margin-bottom: 60px;
}

/* Fix single heading height to offset for subheading */
.single #content header.content-header {
  padding-top: 96px;
}

/* prevent the logo from getting humongous */
.logo img {
  max-width: 180px;
}

