/*
 Theme Name:     Jade Child Theme
 Theme URI:      
 Description:    Jade Child Theme
 Author:         Blue Berri Design
 Author URI:     http://www.blueberridesign.com.au
 Template:       Jade
 Version:        1.0.0
*/
@import url("../Jade/style.css");
@import url("main.min.css");
/* =Theme customization starts here
------------------------------------------------------- */
/* Fixed Nav */
body.admin-bar .navbar-fixed-top {
  top: 32px;
}

.b-lazy {
  opacity: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.b-loaded {
  opacity: 1;
}

.pos__abs, .met_content.met_content__img .title-caption {
  position: absolute;
}

.n-mar__top, .col-sm-6.right-side > p:first-of-type {
  margin-top: 0;
}

.n-mar__btm, .met_content.met_content__img .title-caption {
  margin-bottom: 0;
}

.notification .navbar {
  min-height: 32px;
  background-color: #beda52;
  border-bottom: 0px;
}

.notification .navbar .container p {
  padding-top: 4px;
  margin-bottom: 0px;
}

.notification .navbar .container p a {
  color: #fff;
  font-weight: bold;
}

#met_mobile_menu li.menu-item-has-children > a:after {
  font-family: 'FontAwesome' !important;
}

body #met_mobile_bar .met_search_on_menu input {
  padding: 15px 25px;
}

body.notifications {
  padding-top: 32px;
}

/* Reset theme to 1140px */
.dslc-modules-section-wrapper, .dslca-add-modules-section {
  width: 1140px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1140px !important;
  }
}

/* Slider */
.soliloquy-container:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.soliloquy-container .soliloquy-caption {
  bottom: 76px !important;
}

.soliloquy-container .soliloquy-image {
  box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

.soliloquy-container .soliloquy-caption-inside {
  background: none repeat scroll 0% 0% rgba(190, 218, 82, 0.9) !important;
  text-align: left !important;
  padding: 36px 10px 36px 30px !important;
}

.soliloquy-caption h1, .title-caption h1 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 12px;
}

.met_content {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  position: relative;
  width: 1140px !important;
  z-index: 3;
}

.met_content.met_content__img {
  background-color: #333;
}

@media all and (max-width: 768px) {
  .met_content.met_content__img .title-caption {
    position: relative;
    bottom: 0;
  }
}

.met_content.no-image {
  height: 180px;
  background-color: #fff;
  margin-bottom: -16px;
}

.met_content.no-image, .met_content.shadow {
  z-index: -1;
}

.shadow {
  box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
}

.met_content.no-image .title-caption {
  top: 20%;
}

.met_boxed_layout [class*="met_header_id_"]:not(.met_header_id_1):not(.met_header_id_4) .met_header_bar .met_content, .met_boxed_layout [class*="met_header_id_"] header.met_content, .met_boxed_layout .met_header_search_wrap .met_content {
  box-sizing: content-box;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  width: 1140px !important;
}

/* Title Caption */
.img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-caption {
  background: none repeat scroll 0% 0% rgba(190, 218, 82, 0.9) !important;
  text-align: left !important;
  padding: 36px 10px 36px 30px !important;
  width: 100%;
}

.title-caption.pos__abs, .met_content.met_content__img .title-caption {
  bottom: 60px;
}

.title-caption h1 {
  margin-bottom: 0px;
  text-shadow: 0px 0px 13px rgba(1, 1, 1, 0.58) !important;
}

h2.subpage-title {
  padding-top: 48px;
  margin-bottom: 0px;
  font-size: 1.6em;
  font-weight: bold;
}

.met_boxed_layout .met_page_wrapper, .met_boxed_layout .met_page_wrapper + .footer_wrap {
  margin: 0px auto;
  width: 1200px !important;
  padding: 0px 30px 30px;
  overflow: visible;
  background-color: #FFF;
  max-width: 100%;
}

/* single posts */
body.single-post.met_boxed_layout .met_page_wrapper {
  padding: 30px 30px 15px;
}

.col-sm-6 a {
  color: #B3D334;
}

.row > .no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-bottom h1 {
  margin-top: 30px;
  margin-bottom: 0px;
}

/* Buttons */
.btn {
  font-size: 1.8rem;
  line-height: 2.5;
  padding: 0px 20px;
  border: medium none;
  border-radius: 0px;
  overflow: hidden;
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

@media all and (max-width: 768px) {
  .btn {
    font-size: 0.8em;
  }
}

.btn-outline {
  border: 2px solid #fff;
  padding: 5px 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.btn-outline.white {
  color: #fff;
  font-size: 22px;
  line-height: 3;
}

@media all and (max-width: 768px) {
  .btn-outline.white {
    font-size: 1em;
  }
}

header .btn-outline {
  border: 2px solid #AFAFAF;
}

.btn-outline:hover, .btn-outline:focus {
  background-color: #fff;
  color: #BEDA52;
  text-decoration: none;
}

/* Header */
.met_content_left {
  width: 50%;
}

header.met_content {
  background: #fff url(images/header-background.png) no-repeat 0px 0px;
}

.met_header_search {
  float: left !important;
}

.met_header_id_5 .met_primary_nav.met_primary_nav_black {
  text-align: left !important;
  bottom: -6px !important;
}

.met_header_bar {
  line-height: 22px !important;
}

/* Socials */
.met_header_socials {
  margin-top: 12px;
}

/* Logo */
#logo-wrapper {
  padding-bottom: 50px;
  float: right;
  height: 100%;
  top: 80px;
  margin: -59px 72px 0px 0px;
}

.met_logo {
  float: right !important;
}

.met_logo img {
  max-height: 100%;
  vertical-align: top;
  display: inline-block;
  float: none;
}

.met_header_bar .met_content {
  border-bottom: 0px solid #EDEFEF !important;
}

.met_header_wrap .met_header_search {
  border-left: 0px solid #EDEFEF !important;
}

.met_logo {
  border-right: 0px solid #EDEFEF !important;
}

/* Navigation */
/* Top nav */
.met_header_links a {
  padding: 0px 14px !important;
  font-size: 1em !important;
  color: #fff !important;
  font-weight: bold !important;
}

.met_header_links a:hover {
  text-decoration: underline !important;
}

#menu-secondary-menu li {
  border-right: 2px solid #fff;
}

#menu-secondary-menu li:last-child {
  border-right: 0px;
}

.met_header_bar #menu-secondary-menu, .met_header_bar #menu-secondary-menu li {
  float: left;
  margin-top: 6px;
}

/*Primary nav */
.met_primary_nav {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
  height: 100%;
  display: inline-block;
  width: 100%;
  z-index: -1;
}

.met_header_id_5 nav {
  z-index: 1 !important;
}

.met_header_id_5 .met_primary_nav.met_primary_nav_black {
  top: auto !important;
  bottom: 0;
  -webkit-transform: none !important;
          transform: none !important;
  height: inherit !important;
  /* -webkit-transform: translateY(-100%); */
  -ms-transform: translateY(-100%);
  /* transform: translateY(-100%); */
}

.met_header_id_5 .met_primary_nav.met_primary_nav_black > li {
  padding: 0;
  margin-right: 0 !important;
  /* border-right: 2px solid #fff; */
}

.met_primary_nav > li.menu-item:not([class*="mmm-icon-align-"]) > a {
  font-weight: bold;
  padding: 10px 20px !important;
  font-size: 1em;
  color: #4d4d4f;
  line-height: inherit !important;
}

.met_primary_nav > li.menu-item, .met_primary_nav > li.menu-item > a {
  height: 6px;
  height: auto !important;
}

.met_primary_nav > li.menu-item:hover > a.menu-link,
.met_primary_nav > li.current-menu-item > a.menu-link,
.met_primary_nav > li.current-menu-ancestor > a.menu-link {
  background-color: #4d4d4d !important;
}

.met_primary_nav > li > a {
  line-height: 0px !important;
}

.met_primary_nav > li.menu-item > a {
  -webkit-transition: color 0.5s ease 0s !important;
  transition: color 0.5s ease 0s !important;
}

.met_primary_nav > li.menu-item > ul li.menu-item {
  min-width: 100% !important;
  display: inline-block;
  float: left;
  text-align: left;
}

.met_primary_nav li.menu-item li.current-menu-item > a.menu-link {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.met_primary_nav li.menu-item li.current-menu-item > a.menu-link:hover {
  background-color: #B3D334 !important;
  text-decoration: none;
}

.met_primary_nav > li.menu-item ul a.menu-link {
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em !important;
}

/* Pages - Menu */
ul#menu-problems-we-solve, ul#menu-our-problem-solvers {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  position: relative;
  margin: 30px 0;
  text-align: center !important;
  z-index: 4;
}

ul#menu-problems-we-solve > li, ul#menu-our-problem-solvers > li {
  margin: 0px 30px;
}

ul#menu-problems-we-solve > li > a, ul#menu-our-problem-solvers > li > a {
  padding: 20px 60px !important;
}

ul#menu-problems-we-solve > li:nth-child(odd), ul#menu-our-problem-solvers > li:nth-child(odd) {
  background-color: #fff;
}

ul#menu-problems-we-solve > li:nth-child(even), ul#menu-our-problem-solvers > li:nth-child(even) {
  background-color: #4d4d4d;
}

ul#menu-problems-we-solve > li:nth-child(even) a, ul#menu-our-problem-solvers > li:nth-child(even) a {
  color: #fff;
}

ul#menu-problems-we-solve li li, ul#menu-our-problem-solvers li li {
  float: left;
  text-align: center !important;
  min-width: 100%;
}

.met_content.pages-menu {
  background-color: #B3D334;
  width: 1200px !important;
}

.met_content.no-image.center-text {
  height: auto;
  background-color: #FFF;
  padding: 45px;
  text-align: center;
}

.met_primary_nav > li.menu-item > ul, .met_primary_nav > li.menu-item:not(.met_primary_nav_mega):not(.met_primary_nav_mega_posts):not(.met_primary_nav_posts) > ul li ul {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-top: 0px solid #FFCA07 !important;
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.2);
  display: block;
}

.met_primary_nav li.menu-item:not(.met_primary_nav_mega):not(.met_primary_nav_mega_posts):not(.met_primary_nav_posts) li.menu-item:hover:not(.current-menu-item) > a.menu-link {
  background-color: #B3D334 !important;
  text-decoration: none;
}

.met_primary_nav > li.menu-item ul a.menu-link {
  color: #373B3D !important;
  display: block;
  float: none;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  font-weight: bold !important;
}

/* Entry Content */
.second_content, .content_second {
  margin-top: 28px;
}

/* Full Width Div */
.row.no-header {
  padding-top: 40px;
}

.row {
  margin: 0px !important;
}

.row.no-margin {
  margin: 0px -15px !important;
}

.col-sm-6 {
  text-align: justify;
}

ul.no-padding {
  padding-left: 0px;
}

#full-width .col-sm-6 {
  margin-bottom: 0px;
}

div#full-width {
  margin: -21px -30px 32px !important;
  background-color: #BEDA52;
  padding: 10px 30px;
  font-size: 1.2em;
  line-height: 1.2em;
  border-top: 32px solid #fff;
  text-align: justify;
}

/* Right and left side divs and children */
.col-sm-6.right-side {
  text-align: center;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  width: 49%;
  float: right;
  margin-right: -15px;
}

.col-sm-6.left-side {
  padding: 0px 30px 20px 30px;
  width: 49%;
  float: left;
  margin-left: -15px;
}

.services {
  text-align: center;
  padding: 6px 26px !important;
  background-color: #FFF;
  margin-top: 6px;
  margin-bottom: 6px;
}

.col-sm-6.services, .col-sm-12.services {
  min-height: 56px !important;
}

.col-sm-6.services {
  width: 48%;
}

.col-sm-6.services.left-small {
  margin-right: 1%;
}

.col-sm-6.services.right-small {
  margin-left: 1%;
  width: 50%;
}

.services.dark {
  background-color: #2c2c2c;
  color: #fff;
}

.col-sm-9.services.middle {
  padding: 18px !important;
  font-weight: bold;
  margin-left: 12.5%;
}

h2.highlight {
  color: #B3D334;
}

h2 span {
  color: #B3D334;
}

h2.no-header {
  padding-left: 15px;
}

/* Call to action */
.cta {
  padding-top: 60px;
}

.cta > .row {
  padding-bottom: 40px;
}

.cta h1 {
  font-weight: bold;
}

.cta h1 span, .cta h3 span {
  color: #BEDA52;
}

.cta .cta-right h1 span {
  font-size: 33px;
}

.cta-right {
  background-color: #ececec;
  text-align: right;
  margin-bottom: 0 !important;
}

@media all and (max-width: 991px) {
  .cta-right {
    text-align: center;
  }
}

.cta h1.full {
  display: inline;
  font-size: 70px;
  text-transform: uppercase;
}

.cta h2.orange {
  color: #FFA500;
  font-size: 26px;
  font-weight: bold;
}

.cta .row > div {
  margin-bottom: 15px;
}

.cta .circle {
  background-color: #FFA500;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-radius: 100%;
  padding: 50px 30px;
  font-weight: bold;
  width: 138px;
  height: 138px;
  margin-top: 10px;
}

@media all and (max-width: 991px) {
  .cta .circle {
    display: none;
  }
}

.cta .circle p {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}

ul.tick {
  list-style-image: url("images/tick.png");
}

@media all and (max-width: 991px) {
  .cta-main {
    text-align: center;
  }
  ul.tick {
    list-style-image: none;
    list-style-type: none;
    padding-left: 0;
  }
}

ul.tick li {
  padding: 0px 10px;
}

.cta .btn {
  padding: 0px 10px;
  line-height: 1;
  margin-top: -8px;
  background-color: #BEDA52;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
}

.form-control {
  border-radius: 0px !important;
}

.cta .footer {
  background-color: #4d4d4f;
  padding: 20px;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}

@media all and (max-width: 768px) {
  .cta .footer {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 40px;
  }
}

.cta .footer h3 {
  font-size: 28px !important;
  margin-bottom: 0px;
  margin-left: -30px;
  margin-right: -30px;
}

.btn-quote {
  padding: 20px 15px;
  line-height: 1;
  margin-top: 1em;
  background-color: orange;
  color: #FFF;
  text-transform: uppercase;
  border: 2px solid orange;
  font-weight: bold;
  font-size: 22px;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.btn-quote:hover {
  background-color: transparent;
  color: orange;
}

.cta-img {
  height: 392px;
  background-size: cover;
  background-image: url("/wp-content/uploads/2015/02/succession-planning-compressed.jpg");
  background-position: 50% 0%;
}

@media all and (max-width: 991px) {
  .off-for-tablet {
    display: none;
  }
}

/* Contact Page */
.met_content.map {
  padding: 30px;
  background-color: white;
  width: 1200px !important;
  box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: -30px;
  z-index: -1;
}

.col-sm-8.grey {
  margin-left: 3%;
  width: 63%;
  float: right;
}

.grey {
  background-color: #f8f7f5;
  padding: 15px 30px !important;
}

.grey p {
  font-size: 1em;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding-left, .section__practice-areas ul {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

h2.green {
  background-color: #B3D334;
  padding: 12px 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -14px;
}

h2.green span {
  color: #fff;
}

h2.grey {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

h2.grey span {
  color: #B3D334;
}

.met_content > .green {
  background-color: #BEDA52;
  padding: 36px 30px;
  margin: 0px -30px -30px -30px;
}

.green h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.6em;
  font-weight: bold;
}

.grey i {
  margin: 0px 16px 10px 0px;
  float: left;
  padding-top: 4px;
  color: #BEDA52;
}

.grey a {
  color: #4D4D4D;
}

/* Blog */
.met_blog_block_details {
  padding-top: 30px;
}

.met_blog_block_preview:not(:empty) {
  margin: 30px 30px 30px 0px !important;
}

/* Info boxes */
/* Dark box */
.col-md-3.met_content_box:nth-child(odd) .met_content_box_contents {
  background-color: #4d4d4f;
}

.col-md-3.met_content_box:nth-child(odd) .met_content_box_contents h4 a {
  color: #fff;
}

/* Light box */
.col-md-3.met_content_box:nth-child(even) .met_content_box_contents {
  background-color: #beda52;
}

.col-md-3.met_content_box:nth-child(even) .met_content_box_contents h4 a {
  color: #fff;
  background-color: #beda52;
}

.col-md-3.met_content_box:nth-child(even) .met_content_box_contents h4 a:hover {
  color: #fff;
}

.met_content_box section .met_content_box_contents {
  padding: 20px 8px;
  min-height: 124px !important;
}

.met_content_box section met_content_box_contents.dark {
  background-color: #4d4d4f;
}

.met_content_box section met_content_box_contents.green {
  background-color: #beda52;
}

.met_content_box section > a {
  display: block;
  position: relative;
  z-index: 1;
}

.met_content_box section > img, .met_content_box section > a > img {
  border: 0px solid #E8E6E1 !important;
  width: 100%;
  max-width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.met_content_box section > img, .met_content_box section > a > img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.dslc-modules-section h4 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

div.dslc-modules-section .white {
  color: #fff;
}

/* Contact form */
.met_content input.wpcf7-captchar {
  border: 1px solid #E1E1E1;
  font-size: 12px;
  line-height: 17px;
  color: #373B3D;
}

.textwidget .wpcf7 {
  margin-top: 34px !important;
}

.textwidget input.wpcf7-text, .textwidget .wpcf7-textarea, .textwidget .wpcf7-captchar {
  border: 1px solid #747474 !important;
  background-color: #373b3d !important;
  color: #83817f !important;
}

.textwidget .wpcf7-form-control.wpcf7-submit {
  width: auto;
  color: #373b3d;
  font-size: 16px !important;
  padding: 6px 9px !important;
  display: inline-block;
  border: medium none;
  background-color: #b3d334;
  font-weight: bold;
}

/* Captcha */
img.wpcf7-captchac {
  width: auto;
}

/* Staff Links */
.staff-links {
  text-align: center;
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 6px;
}

.staff-links a {
  padding: 0px 12px;
  color: #bfbfbf;
  border-right: 1px solid !important;
}

.staff-links a.active {
  color: #beda52;
}

.staff-links a:last-child {
  border-right: 0px solid #bababa !important;
}

.staff-links a:hover {
  color: #B3D334 !important;
}

/* Blog */
.met_blog_block_details {
  padding-top: 40px;
}

.met_blog_block_button {
  color: #fff !important;
  background-color: #4D4D4F !important;
  font-size: 12px;
  line-height: 14px;
  display: block;
  float: left;
  padding: 10px 20px;
  height: 34px;
}

.met_blog_block_button:hover {
  background-color: #B3D334 !important;
}

/* Widgets */
.met_sidebar_box li a {
  display: inline-block !important;
}

/* Footer */
/* Widgets */
.textwidget li a:hover {
  color: #BEDA52 !important;
}

.textwidget li {
  font-size: 1em;
}

#text-3 {
  background-color: #303436;
  padding: 28px 20px 0px;
  margin: -28px -20px 0px;
  position: relative;
  right: 20px;
}

.footer {
  color: #fff !important;
  font-size: 1em !important;
  line-height: 20px;
}

#text-4 i {
  margin: 0px 16px 10px 0px;
  float: left;
  padding-top: 4px;
  color: #BEDA52;
}

.footer a {
  color: #fff !important;
}

.footer img {
  margin-bottom: 24px;
}

.footer h4 {
  margin-top: -18px;
}

.met_sidebar_box ul, .met_sidebar_box ul li {
  list-style: outside none none;
  display: block;
  line-height: 2em;
  font-height: 1em;
}

footer .met_sidebar_box > ul li a, footer .met_sidebar_box > div > ul li a:hover {
  color: #BEDA52;
}

/* Socials */
.met_footer_socials {
  float: right;
}

.met_footer_socials a {
  color: #83817f !important;
}

.footer .met_footer_menu a:hover, .footer .met_footer_socials a:hover {
  color: #BEDA52 !important;
}

/* Footer menu */
.met_footer_menu {
  margin-top: 16px !important;
}

.met_footer_menu li {
  border-right: 1px solid #82817f;
}

.met_footer_menu li:last-child {
  border-right: 0px solid #fff;
}

.footer .met_footer_menu a {
  line-height: 16px !important;
}

.met_footer_menu a:hover {
  color: #fff;
}

.footer .met_footer_menu a, .footer .met_footer_socials a {
  color: #82817f !important;
}

.met_footer_bar_content {
  color: #82817f !important;
  font-size: 0.8em !important;
}

.met_footer_bar_content a:hover {
  color: #BEDA52 !important;
}

/* Responsive Design */
/* Universal styles */
.met_mobile_bar_trigger {
  margin: 0px 0px 0px 20px;
  cursor: pointer;
  float: left;
  border: medium none;
  font-size: 2em !important;
  color: #FFF;
  position: relative;
  bottom: -80px;
}

#met_mobile_menu li a, .met_search_on_menu {
  color: #fff !important;
  font-weight: 600 !important;
}

li.mobile-only {
  display: none !important;
}

/* Calculator */
#calculator input[type="submit"] {
  width: 100%;
  background-color: #4d4d4f;
}

/* Bootstrap */
.panel-title > a {
  display: block;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

/* Alignment Classes */
.aligner {
  display: -moz-flex;
  display: -ms-flexbox;
  /*IE 10*/
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
  /*IE 10*/
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Calculator */
.options-container p {
  color: #4d4d4f;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 10px 0px;
  line-height: 24px !important;
}

.options-container .icon-area {
  text-align: center;
  margin: 10px 0px 18px;
  cursor: pointer;
  height: auto;
  padding: 10px;
  background-image: none;
}

.options-container .icon-area:hover {
  background-color: #beda52;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.options-container .icon-area:hover i {
  color: #fff;
}

.options-container .icon-area:hover p {
  color: #fff;
  line-height: 24px !important;
}

.icon-area.selected {
  background-color: #beda52;
  border-color: #778e1e;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.options-container .icon-area i {
  font-size: 60px;
  margin-right: 0px;
}

.options-container .icon-area h4 {
  font-size: 24px;
}

.epa-btn:hover {
  text-decoration: none !important;
  color: #fff;
}

ul.list-double, .section__practice-areas ul {
  float: left;
}

ul.list-double li, .section__practice-areas ul li {
  width: 50%;
  margin: 5px 0px 0px;
  float: left;
  padding-right: 20px;
  font-size: 15px;
}

.section__practice-areas ul {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
