@charset "UTF-8";
@font-face {
  font-family: 'AvenirNext-Medium';
  src: url("../fonts/AvenirNext-Medium.eot");
  src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url("../fonts/AvenirNext-DemiBold.eot");
  src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNext-Regular';
  src: url("../fonts/AvenirNext-Regular.eot");
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNext-Italic';
  src: url("../fonts/AvenirNext-Italic.eot");
  src: url("../fonts/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Italic.woff") format("woff"), url("../fonts/AvenirNext-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNext-UltraLight';
  src: url("../fonts/AvenirNext-UltraLight.eot");
  src: url("../fonts/AvenirNext-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-UltraLight.woff") format("woff"), url("../fonts/AvenirNext-UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?92789843");
  src: url("../fonts/fontello.eot?92789843#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?92789843") format("woff"), url("../fonts/fontello.ttf?92789843") format("truetype"), url("../fonts/fontello.svg?92789843#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?92789843#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-instagram:before {
  content: '\e802';
}

/* '' */
.icon-facebook:before {
  content: '\e803';
}

/* '' */
.icon-twitter:before {
  content: '\e804';
}

/* '' */
.icon-linkedin:before {
  content: '\e805';
}

@media print
{
    .noprint {display:none;}
}

/* '' */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  line-height: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

menu {
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a, a:hover, a:focus {
  text-decoration: none;
}

a {
  -webkit-transition: 0.2s;
          transition: 0.2s;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1470px;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  background: #E5E6E6;
  overflow-x: hidden;
}

.page-wrapper {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}

.flickity-page-dots {
  bottom: 10px;
}
.flickity-page-dots .dot {
  background: none;
  border: 2px solid #f2f2f2;
  opacity: 1;
  margin: 0 5px;
}
.flickity-page-dots .dot:hover {
  background: #7dca26;
}
.flickity-page-dots .dot.is-selected {
  background: #7dca26;
  border: 2px solid #7dca26;
}

.ui-menu {
  border: 1px solid #E5E6E6;
  border-top: 0;
  background: #fff;
  max-width: 100% !important;
}
.ui-menu .ui-menu-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ProximaNova-Regular";
  padding: 12px 25px;
  border-bottom: 1px solid #E5E6E6;
  max-width: 100% !important;
}
.ui-menu .ui-menu-item:last-of-type {
  border-bottom: 0;
}
.ui-menu .ui-menu-item:hover {
  opacity: 0.7;
}
.ui-menu .ui-state-focus {
  margin: 0;
}

.autocomplete-inner {
  position: relative;
}

.uic-time {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  display: block;
}

.uic-address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
}

.uic-name {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  font-size: 1rem;
}

.uic-mail {
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  color: #599200;
}
.uic-mail:hover {
  color: #599200;
}

.uic-lawfirm {
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
}

.uic-result-item {
  padding: 20px 0;
}

.uic-delete {
  float: right;
  width: 25px;
  height: 25px;
  background: url(../images/elements/icon-close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-top: -1px;
}

.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
  background: #030F4B;
}

@media only screen and (max-width: 767px) {
  .col-xs-half3 {
    width: 12.5%;
    float: left;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* BODY styles */
body {
  font-family: "AvenirNext-Regular";
  color: #000;
}

b {
  font-family: "AvenirNext-DemiBold";
  font-weight: normal;
}

/* BUTTONS styles */
.button {
  height: 42px;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  display: block;
  border-radius: 4px;
  text-align: center;
  border: 0;
  line-height: 1;
}
.button.grey {
  background: #2a2a2a;
  color: #fff;
  padding: 12px;
}
.button.grey:hover {
  background: #373737;
}
.button.white {
  padding: 15px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  color: #000;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "AvenirNext-DemiBold";
  text-transform: uppercase;
}
.button.light-grey {
  font-size: 14px;
  font-size: 0.875rem;
  background: #E5E6E6;
  padding: 14px;
  color: #000;
}
.button.light-grey:hover {
  background: #d8dada;
}
.button.hover-green:hover {
  background: #7dca26;
  color: #fff;
}
.button.bold {
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
.button.big {
  height: 60px;
}
.button.smaller {
  height: 36px;
  padding: 6px;
  font-size: 14px;
  font-size: 0.875rem;
}
.button.green {
  background: #7dca26;
  color: #fff;
  padding: 12px;
}
.button.green:hover {
  background: #599200;
}

.bootstrap-select.btn-group {
  margin-bottom: 20px;
}
.bootstrap-select.btn-group .dropdown-btn {
  background: #fff;
  border: 1px solid #E5E6E6;
  width: 100%;
  height: 60px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "ProximaNova-Regular";
  padding-left: 25px;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-btn .filter-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
}
.bootstrap-select.btn-group .dropdown-btn:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-btn > .bs-caret .caret {
  border: 0;
  background: url(../images/elements/arrow-calendar.svg) no-repeat;
  width: 12px;
  height: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0;
  top: 35%;
  right: 20px;
}
.bootstrap-select.btn-group.dropup .dropdown-menu {
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
.bootstrap-select.btn-group .dropdown-menu {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu .dropdown-menu.inner li a {
  padding: 13px 25px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  font-size: 1rem;
  font-family: "ProximaNova-Regular";
  color: #000;
}

.input {
  border: 1px solid #E5E6E6;
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  padding-left: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ProximaNova-Regular";
}
.input::-webkit-textarea-placeholder {
  opacity: 0.3;
}
.input::-moz-placeholder {
  opacity: 0.3;
}
.input:-ms-textarea-placeholder {
  opacity: 0.3;
}
.input:-webkit-autofill, .input:-webkit-autofill:hover, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 50000s;
          transition: background-color 5000s ease-in-out 50000s;
}

textarea.input {
  padding: 25px;
  resize: none;
}

.field-label {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1;
  cursor: pointer;
}

.form-element {
  margin-bottom: 15px;
}

.checkbox-field label {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  width: 100%;
  line-height: 1;
  padding-left: 40px;
  padding-top: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-field label:before, .checkbox-field label:after {
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-field label:before {
  content: '';
  width: 26px;
  height: 26px;
  border: 1px solid #E5E6E6;
  top: -1px;
}
.checkbox-field label:after {
  content: url(../images/elements/check.png);
  opacity: 0;
  -webkit-transition: 0.1s;
          transition: 0.1s;
  width: 32px;
  height: 32px;
  top: -2px;
  left: 0;
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
}
.checkbox-field input[type="checkbox"], .checkbox-field input[type="radio"] {
  display: none;
}
.checkbox-field input[type="checkbox"]:checked + label:after, .checkbox-field input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.checkbox-field.rounded-radio label:before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #E5E6E6;
}
.checkbox-field.rounded-radio label:after {
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #7dca26;
  top: 3px;
  margin-left: 4px;
}

/* HEADER styles */
header {
  padding: 20px 0;
  background: #7dca26;
  height: 325px;
}
@media only screen and (max-width: 767px) {
  header {
    height: 225px;
  }
}

.logo {
  display: block;
  width: 130px;
  float: left;
  margin: 5px 0 0 30px;
}
.logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .logo {
    margin: 5px 0 0 15px;
    width: 170px;
  }
}

.desktop-top-search-wrapper {
  margin-top: 12px;
  float: left;
  margin-left: 60px;
  width: 750px;
}
@media only screen and (max-width: 1599px) {
  .desktop-top-search-wrapper {
    width: 500px;
  }
}
@media (max-width: 1400px) {
  .desktop-top-search-wrapper {
    width: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .desktop-top-search-wrapper {
    width: 100%;
    margin: 30px 30px 0;
  }
}

.desktop-top-search {
  max-width: 1010px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .desktop-top-search {
    width: 760px;
  }
}
.desktop-top-search input {
  padding: 0 15px 0 35px;
  background: none;
  border: 0;
  width: 100%;
  color: #fff;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-text-fill-color: #fff;
}
.desktop-top-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.desktop-top-search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.desktop-top-search input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.desktop-top-search input:-webkit-autofill, .desktop-top-search input:-webkit-autofill:hover, .desktop-top-search input:-webkit-autofill:focus, .desktop-top-search input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 50000s;
          transition: background-color 5000s ease-in-out 50000s;
}
.desktop-top-search .search-icon {
  background: url(../images/elements/icon-search.svg);
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  cursor: pointer;
}

.desktop-top-search-suggest {
  padding: 20px 0 0;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1000;
  display: none;
  width: 1010px;
}
@media only screen and (max-width: 1199px) {
  .desktop-top-search-suggest {
    width: 720px;
  }
}
.desktop-top-search-suggest h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Medium";
  margin-bottom: 20px;
  padding: 0 30px;
}
.desktop-top-search-suggest:hover, .desktop-top-search-suggest:focus {
  display: block;
}

.dts-suggest-block {
  margin-bottom: 50px;
}
.dts-suggest-block:last-of-type {
  margin-bottom: 0;
}
.dts-suggest-block li {
  padding: 25px 30px;
  border-bottom: 1px solid #f2f2f2;
}
.dts-suggest-block .dts-person {
  display: inline-block;
  width: 270px;
}
.dts-suggest-block .dts-image {
  display: inline-block;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin-right: 25px;
  position: relative;
  vertical-align: middle;
}
.dts-suggest-block .dts-image img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 100px;
}
.dts-suggest-block .dts-name {
  display: inline-block;
  font-family: "AvenirNext-DemiBold";
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}
.dts-suggest-block .dts-name span {
  font-family: "AvenirNext-Italic";
}
.dts-suggest-block .dts-distance {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  width: 170px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .dts-suggest-block .dts-distance {
    width: 100px;
  }
}
.dts-suggest-block .rating {
  width: 260px;
  text-align: center;
}
.dts-suggest-block .rating img {
  width: 18px;
  height: 18px;
  margin: 0 3px;
}
@media only screen and (max-width: 1199px) {
  .dts-suggest-block .rating {
    width: 140px;
  }
}
.dts-suggest-block .button.grey {
  width: 120px;
  float: right;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 14px 0;
  margin-top: 7px;
}

.desktop-top-navigation {
  float: right;
  margin-right: 30px;
}

.desktop-top-links {
  float: left;
  margin: 5px 20px 0 0;
}
.desktop-top-links li {
  float: left;
  margin-right: 45px;
}
@media only screen and (max-width: 991px) {
  .desktop-top-links li {
    margin-right: 25px;
  }
}
.desktop-top-links li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 0 5px;
  line-height: 1;
}
.desktop-top-links li a:hover {
  opacity: 0.9;
}
.desktop-top-links li.active a {
  border-bottom: 3px solid #fff;
}
.desktop-top-links.no-book {
  margin-right: 0;
}
.desktop-top-links.no-book li:last-of-type {
  margin-right: 0;
}

.desktop-top-dropdowns {
  float: left;
  margin: 5px 20px 0 0;
}
.desktop-top-dropdowns > li {
  float: left;
  margin-right: 25px;
}
.desktop-top-dropdowns .dropdown button {
  background: none;
  border: 0;
  padding: 0;
}
.desktop-top-dropdowns .dropdown button img {
  width: 30px;
  height: 30px;
}
.desktop-top-dropdowns .dropdown.open .dropdown-menu {
  -webkit-transform: scaleY(1) translateY(0);
      -ms-transform: scaleY(1) translateY(0);
          transform: scaleY(1) translateY(0);
  opacity: 1;
}
.desktop-top-dropdowns .dropdown-menu {
  top: 60px;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: block;
  -webkit-transition: 0.1s;
          transition: 0.1s;
  -webkit-transform: scaleY(0) translateY(-80px);
      -ms-transform: scaleY(0) translateY(-80px);
          transform: scaleY(0) translateY(-80px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
}
.desktop-top-dropdowns .dd-notify {
  position: relative;
}
.desktop-top-dropdowns .dd-notify .dropdown-menu {
  width: 560px;
  left: -350px;
}
.desktop-top-dropdowns .dd-notify .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 20px solid #599200;
  position: absolute;
  right: 178px;
  top: -20px;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-header {
  padding: 20px 25px;
  background: #599200;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-header .desktop-nt-link {
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-header .desktop-nt-link:hover {
  opacity: 0.9;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-header .desktop-nt-clear {
  font-family: "AvenirNext-Regular";
  color: #fff;
  padding-top: 4px;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-header .desktop-nt-clear:hover {
  opacity: 0.9;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-body {
  max-height: 318px;
  overflow: auto;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-item {
  padding: 20px 25px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Medium";
  position: relative;
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-item a {
  color: #000;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "AvenirNext-Regular";
}
.desktop-top-dropdowns .dd-notify .desktop-top-notify-item a:hover {
  color: #7dca26;
}
.desktop-top-dropdowns .dd-profile .dropdown-menu {
  width: 220px;
  left: -95px;
}
.desktop-top-dropdowns .dd-profile .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  right: 93px;
  top: -20px;
}
.desktop-top-dropdowns .desktop-top-profile-menu li {
  padding: 20px;
  line-height: 1;
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Medium";
}
.desktop-top-dropdowns .desktop-top-profile-menu li a {
  color: #000;
}
.desktop-top-dropdowns .desktop-top-profile-menu li a:hover {
  color: #7dca26;
}

.top-notifications-badge {
  position: absolute;
  background: #E20000;
  width: 24px;
  height: 24px;
  padding-top: 1px;
  text-align: center;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  color: #fff;
  font-family: "ProximaNova-Semibold";
  font-size: 16px;
  font-size: 1rem;
}

.desktop-top-book {
  float: left;
  width: 110px;
}

.top-heading {
  margin-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .top-heading {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .top-heading {
    margin-top: 95px;
  }
}

.top-heading-text {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 1300px) {
  .top-heading-text {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .top-heading-text {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
  }
}
@media (max-width: 1300px) {
  .top-heading-text span {
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-heading-text span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.top-heading-text.th-search span {
  text-transform: uppercase;
}

.top-date {
  position: absolute;
  right: -40px;
  bottom: 75px;
}
@media (max-width: 1300px) {
  .top-date {
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-date {
    bottom: 50px;
    right: 45px;
  }
}
.top-date .calendar {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/elements/calendar.svg) no-repeat center center #fff;
  background-size: 25px;
  border-radius: 50%;
  top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .top-date .calendar {
    width: 44px;
    height: 44px;
    background-size: 18px 18px;
  }
}
.top-date .dropdown-menu {
  width: 380px;
  color: #000;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: block;
  -webkit-transition: 0.1s;
          transition: 0.1s;
  -webkit-transform: scale(0, 1) translate(-80px, 0);
      -ms-transform: scale(0, 1) translate(-80px, 0);
          transform: scale(0, 1) translate(-80px, 0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  opacity: 0;
  left: 75px;
}
@media (max-width: 1300px) {
  .top-date .dropdown-menu {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    left: -320px;
    top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .top-date .dropdown-menu {
    width: 100vw;
    left: -100vw;
    margin-left: 60px;
    top: 105px;
  }
}
.top-date.open .calendar {
  background: url(../images/elements/calendar-active.svg) no-repeat center center #599200;
  background-size: 25px;
}
@media only screen and (max-width: 767px) {
  .top-date.open .calendar {
    background-size: 18px 18px;
  }
}
.top-date.open .dropdown-menu {
  -webkit-transform: scaleX(1) translateX(0);
      -ms-transform: scaleX(1) translateX(0);
          transform: scaleX(1) translateX(0);
  opacity: 1;
}

.datepicker {
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}
.datepicker table {
  width: 100%;
  table-layout: fixed;
}
.datepicker table thead th {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
  border-color: #fff;
}
.datepicker table thead th.prev {
  background: url(../images/elements/arrow-calendar.svg) no-repeat center center;
  background-size: 10px 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 14.285%;
}
.datepicker table thead th.prev:hover {
  background: url(../images/elements/arrow-calendar.svg) no-repeat center center;
  background-size: 10px 15px;
}
.datepicker table thead th.next {
  background: url(../images/elements/arrow-calendar.svg) no-repeat center center;
  background-size: 10px 15px;
  width: 14.285%;
}
.datepicker table thead th.next:hover {
  background: url(../images/elements/arrow-calendar.svg) no-repeat center center;
  background-size: 10px 15px;
}
.datepicker table thead th.switch {
  width: 71.43%;
}
.datepicker table thead th.switch:hover {
  background: #fff;
}
.datepicker table thead th.dow {
  padding: 5px;
  width: 14.285%;
  background: #f5f5f5;
  border-color: #E5E6E6;
  display: none;
}
.datepicker table tfoot th.today {
  color: #7dca26;
  text-transform: uppercase;
}
.datepicker td, .datepicker th {
  border-radius: 0;
  border: 1px solid #E5E6E6;
  width: 54px;
  height: 48px;
  font-size: 16px;
  font-size: 1rem;
}
.datepicker .datepicker-days tbody td.day:hover {
  background: #E5E6E6;
}
.datepicker .datepicker-days tbody td.day.active {
  background: #7dca26;
}
.datepicker .datepicker-days tbody td.day.active:hover {
  background: #7dca26;
}
.datepicker .datepicker-days tbody tr:nth-of-type(odd) td {
  background: #f5f5f5;
}

.datepicker-months tbody th, .datepicker-months tbody td, .datepicker-years tbody th, .datepicker-years tbody td {
  background: none;
}
.datepicker-months tbody th span, .datepicker-months tbody td span, .datepicker-years tbody th span, .datepicker-years tbody td span {
  border-radius: 0;
}
.datepicker-months tbody th span.active, .datepicker-months tbody td span.active, .datepicker-years tbody th span.active, .datepicker-years tbody td span.active {
  background: #7dca26 !important;
}

.menu-switcher {
  height: 20px;
  width: 30px;
  padding: 0;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: -52px;
  background: none;
}
.menu-switcher:before, .menu-switcher:after {
  content: "";
  width: 30px;
  display: block;
  position: absolute;
  height: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
          transition: 0.2s;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}
.menu-switcher:after {
  top: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-switcher.collapsed {
  background: #fff;
  height: 5px;
}
.menu-switcher.collapsed:before, .menu-switcher.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  height: 5px;
}
.menu-switcher.collapsed:before {
  top: -9px;
}
.menu-switcher.collapsed:after {
  bottom: -9px;
}

@media only screen and (max-width: 767px) {
  body.overflow-hidden {
    overflow: hidden;
  }
}

.body-wrapper {
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .body-wrapper {
    position: relative;
    min-height: 100vh;
    -webkit-transition: -webkit-transform 0.06667s;
            transition: transform 0.06667s;
    overflow: hidden;
  }
  .body-wrapper.slide-out {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-transition: -webkit-transform 0.06667s;
            transition: transform 0.06667s;
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .body-wrapper.slide-out {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}
@media only screen and (max-width: 767px) {
  .body-wrapper.slide-out .wrap-overlay {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .body-wrapper.slide-left {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.wrap-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1299;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.wrap-overlay.visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background: #444444;
  z-index: 2000;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.06667s;
          transition: transform 0.06667s;
}
.slide.slide-in {
  position: fixed;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slide.slide-left {
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 370px) {
  .slide {
    width: 250px;
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);
  }
  .slide.slide-in.slide-left {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);
  }
}

.mobile-menu-inner {
  overflow-y: auto;
  height: 100%;
}

.mobile-top-search {
  padding: 30px 30px 30px 70px;
  position: relative;
  border-bottom: 1px solid #555555;
}
@media (max-width: 370px) {
  .mobile-top-search {
    padding: 30px 15px 30px 55px;
  }
}
.mobile-top-search textarea {
  height: 35px;
  background: none;
  resize: none;
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  color: #fff;
  line-height: 1.1;
  width: 100%;
}
.mobile-top-search textarea::-webkit-textarea-placeholder {
  opacity: 0.5;
}
.mobile-top-search textarea::-moz-placeholder {
  opacity: 0.5;
}
.mobile-top-search textarea:-ms-textarea-placeholder {
  opacity: 0.5;
}
.mobile-top-search textarea:-webkit-autofill, .mobile-top-search textarea:-webkit-autofill:hover, .mobile-top-search textarea:-webkit-autofill:focus, .mobile-top-search textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 50000s;
          transition: background-color 5000s ease-in-out 50000s;
}
.mobile-top-search .search-icon {
  background: url(../images/elements/icon-search-green.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 35px;
  top: 31px;
  cursor: pointer;
}
@media (max-width: 370px) {
  .mobile-top-search .search-icon {
    left: 20px;
  }
}

.mobile-top-navigation ul li > a {
  display: block;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "ProximaNova-Light";
  padding: 30px 20px 30px 35px;
  border-bottom: 1px solid #555555;
}
@media (max-width: 370px) {
  .mobile-top-navigation ul li > a {
    padding: 30px 15px 30px 20px;
  }
}
.mobile-top-navigation ul li.mobile-notify-icon a span {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #7dca26;
  font-family: "ProximaNova-Semibold";
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: bottom;
  margin-left: 20px;
  text-align: center;
  padding-top: 3px;
}
.mobile-top-navigation ul li.mobile-book a {
  color: #7dca26;
  font-family: "ProximaNova-Semibold";
}
.mobile-top-navigation .mobile-profile-switcher {
  position: relative;
}
.mobile-top-navigation .mobile-profile-switcher:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/elements/arrow-calendar.svg) no-repeat;
  width: 16px;
  height: 24px;
  background-size: contain;
  right: 35px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-top-navigation .mobile-profile-switcher.collapsed:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-top-navigation .mobile-profile-links {
  border-bottom: 1px solid #555555;
}
.mobile-top-navigation .mobile-profile-links li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 35px;
  margin: 20px 0;
  border-bottom: 0;
}

.mobile-notifications-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 80px;
  right: 0;
  bottom: 0;
  background: #E5E6E6;
  display: none;
  padding: 20px 15px;
}
.mobile-notifications-wrapper h4, .mobile-notifications-wrapper .back-to-menu {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
}
.mobile-notifications-wrapper h4 a {
  color: #000;
}
.mobile-notifications-wrapper .back-to-menu {
  cursor: pointer;
}
.mobile-notifications-wrapper .mobile-top-notify-inner {
  background: #fff;
  overflow: hidden;
  height: 100%;
  max-height: 94%;
  padding-bottom: 60px;
}
.mobile-notifications-wrapper .mobile-notify-clear-all {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.mobile-notifications-wrapper .mobile-notify-clear-all a {
  color: #7dca26;
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  font-size: 1rem;
}
.mobile-notifications-wrapper .mobile-top-notify-item {
  padding: 20px;
  text-align: center;
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #f2f2f2;
}
.mobile-notifications-wrapper .mobile-top-notify-item .mb-notify-text {
  display: block;
}
.mobile-notifications-wrapper .mobile-top-notify-item a {
  display: block;
  color: #7dca26;
  margin-top: 5px;
}
.mobile-notifications-wrapper .mb-notify-img {
  display: inline-block;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  margin-bottom: 5px;
}
.mobile-notifications-wrapper .mb-notify-img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.mn-item-inner {
  overflow: auto;
  height: 100%;
}

header.header-img {
  background: url(../images/elements/directdep-header.jpg) no-repeat;
  background-size: cover;
}

header.landing-header {
  height: auto;
  background: none;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  header.landing-header {
    position: absolute;
  }
}
header.landing-header.scroll-header {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.7);
}

.desktop-top-signup {
  float: left;
  width: 132px;
}

.th-event-details {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .th-event-details {
    margin-top: 30px;
  }
}

.tht-event {
  float: left;
}
@media only screen and (max-width: 991px) {
  .tht-event {
    float: none;
  }
}

.tht-event-date {
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .tht-event-date {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}

.tht-event-address {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
  .tht-event-address {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .tht-event-address {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.tht-event-time {
  float: right;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media only screen and (max-width: 991px) {
  .tht-event-time {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .tht-event-time {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.tht-event-button {
  float: right;
  margin-top: 4px;
}
.tht-event-button .button {
  padding-top: 22px;
  width: 235px;
}
@media only screen and (max-width: 991px) {
  .tht-event-button .button {
    height: 36px;
    padding-top: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .tht-event-button {
    float: none;
  }
}

.crp-heading {
  margin-top: 85px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .crp-heading {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .crp-heading {
    text-align: center;
  }
}
.crp-heading.no-photo {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .crp-heading.no-photo {
    margin-top: 70px;
  }
}

.crp-name-inner {
  float: left;
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .crp-name-inner {
    float: none;
  }
}

.crp-name-img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 36px;
  display: inline-block;
  vertical-align: middle;
  background: #398831;
  text-align: center;
  position: relative;
}
.crp-name-img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.crp-name-img .crp-name-img-icon {
  max-width: 68px;
  max-height: 68px;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .crp-name-img .crp-name-img-icon {
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .crp-name-img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .crp-name-img {
    width: 70px;
    height: 70px;
  }
}

.crp-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 0.8;
  white-space: nowrap;
}
.crp-name a {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
  .crp-name {
    font-size: 32px;
    font-size: 2rem;
  }
  .crp-name a {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .crp-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .crp-name a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.crp-profile-items {
  float: right;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .crp-profile-items {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .crp-profile-items {
    float: none;
    margin-top: 20px;
  }
}

.crp-price-ratings {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .crp-price-ratings {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .crp-price-ratings {
    margin-right: 0;
  }
}

.crp-price-rating-item {
  width: 150px;
  text-align: center;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
}
.crp-price-rating-item span {
  font-family: "ProximaNova-Light";
  font-size: 36px;
  font-size: 2.25rem;
  display: block;
  line-height: 0.8;
  margin-bottom: 10px;
}
.crp-price-rating-item:first-of-type span {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 991px) {
  .crp-price-rating-item {
    font-size: 14px;
    font-size: 0.875rem;
    width: 110px;
  }
  .crp-price-rating-item span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.white-rating {
  display: inline-block;
  vertical-align: middle;
}
.white-rating img {
  width: 30px;
  height: 30px;
  margin: 0 4px;
}
@media (max-width: 1369px) {
  .white-rating {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .white-rating img {
    width: 22px;
    height: 22px;
    margin: 0 1px;
  }
}
@media only screen and (max-width: 767px) {
  .white-rating img {
    width: 16px;
    height: 16px;
    margin: 0;
  }
}

.crp-edit-profile {
  width: 150px;
  display: inline-block;
}
.crp-edit-profile .button {
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .crp-edit-profile {
    display: block;
    margin: 10px auto;
  }
}

/* FOOTER styles */
footer {
  padding: 30px 60px;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 15px;
    text-align: center;
  }
}
footer .footer-left {
  display: inline-block;
}
footer .footer-left img {
  width: 100%;
}
footer .footer-logo {
  width: 135px;
  display: inline-block;
  margin-bottom: 15px;
}
footer .copyright {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 40px;
  text-align: right;
}
footer .copyright a {
  margin: 8px 0 8px 8px;
  color: #7dca26;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
footer .copyright a:hover {
  color: #599200;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    float: none;
    text-align: center;
  }
  footer .copyright a {
    margin: 8px;
  }
}
footer .footer-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7dca26;
  margin-right: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 5px 0 0;
  text-align: center;
}
footer .footer-social a:hover {
  opacity: 0.8;
}
footer .footer-need-help {
  width: 250px;
  position: absolute;
  top: 40px;
  font-size: 16px;
  font-size: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
footer .footer-need-help a {
  display: block;
  color: #7dca26;
  margin-top: 5px;
}
footer .footer-need-help a:hover {
  color: #599200;
}
@media only screen and (max-width: 767px) {
  footer .footer-need-help {
    position: static;
    margin-bottom: 20px;
  }
}

/* BODY styles */
.content {
  padding: 80px 0 185px;
}
@media only screen and (max-width: 767px) {
  .content {
    padding-bottom: 325px;
  }
}

.section {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.section h3 {
  margin-bottom: 35px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  font-weight: normal;
  letter-spacing: 1px;
}
.section h3 a {
  color: inherit;
}
.section h3 a:hover {
  opacity: 0.8;
}

.today-events-container {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  .today-events-container .gallery-cell {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .today-events-container .gallery-cell {
    border-bottom: 0;
  }
}

.gallery-cell {
  width: 100%;
  background: #fff;
  padding: 35px 60px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gallery-cell {
    padding: 35px 15px;
  }
}
.gallery-cell .te-left-h4 {
  font-weight: normal;
  font-family: "AvenirNext-DemiBold";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}
.gallery-cell .te-address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.gallery-cell .te-left {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #000;
}
.gallery-cell .te-left:hover {
  color: #599200;
}
@media only screen and (max-width: 1199px) {
  .gallery-cell .te-left {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 20px;
    display: block;
  }
}
.gallery-cell .te-right {
  float: right;
  width: 36%;
  text-align: right;
}
@media (max-width: 1360px) {
  .gallery-cell .te-right {
    width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .gallery-cell .te-right {
    float: none;
    width: auto;
    text-align: center;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-cell .te-right {
    display: inline-block;
  }
  .gallery-cell .te-right:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #f2f2f2;
    margin-bottom: 10px;
  }
  .gallery-cell .te-right:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #f2f2f2;
    margin-top: 10px;
  }
}
.gallery-cell .te-time {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  margin-right: 30px;
  vertical-align: middle;
  width: 120px;
}
.gallery-cell .te-time sup {
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  font-size: 1rem;
  top: -12px;
}
@media only screen and (max-width: 1199px) {
  .gallery-cell .te-time {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-cell .te-time {
    text-align: center;
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
    font-size: 1.5rem;
    width: auto;
    font-family: "AvenirNext-Medium";
  }
  .gallery-cell .te-time sup {
    font-size: 14px;
    font-size: 0.875rem;
    top: -6px;
  }
}
.gallery-cell .te-name {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.gallery-cell .te-name span {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .gallery-cell .te-name span {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "AvenirNext-Medium";
    width: auto;
  }
}
.gallery-cell .te-name-img {
  display: inline-block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 25px;
  position: relative;
  vertical-align: middle;
}
.gallery-cell .te-name-img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.gallery-cell .te-court-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "AvenirNext-Medium";
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 180px;
  margin-left: 10%;
}
.gallery-cell .te-court-name span {
  display: block;
  font-family: "AvenirNext-Italic";
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1199px) {
  .gallery-cell .te-court-name {
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-cell .te-court-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .gallery-cell .te-court-name span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.today-events-container.te-agency .te-agency-name {
  float: left;
  width: 20%;
  padding-right: 20px;
}
@media (max-width: 1360px) {
  .today-events-container.te-agency .te-agency-name {
    width: 16%;
  }
}
@media only screen and (max-width: 1199px) {
  .today-events-container.te-agency .te-agency-name {
    float: none;
    margin-bottom: 15px;
    width: auto;
    padding-right: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .today-events-container.te-agency .te-agency-name {
    display: inline-block;
    margin-bottom: 20px;
  }
  .today-events-container.te-agency .te-agency-name:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #f2f2f2;
    margin-bottom: 10px;
  }
  .today-events-container.te-agency .te-agency-name:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #f2f2f2;
    margin-top: 10px;
  }
}
.today-events-container.te-agency .tea-name {
  font-family: "AvenirNext-DemiBold";
  font-size: 22px;
  font-size: 1.375rem;
}
.today-events-container.te-agency .tea-agency {
  font-size: 18px;
  font-size: 1.125rem;
}
.today-events-container.te-agency .tea-time {
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
}
.today-events-container.te-agency .tea-center {
  float: left;
  width: 44%;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .today-events-container.te-agency .tea-center {
    width: auto;
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
  }
}
.today-events-container.te-agency .tea-center a {
  color: #000;
}
.today-events-container.te-agency .tea-center a:hover {
  color: #599200;
}
.today-events-container.te-agency .tea-service {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px;
}
.today-events-container.te-agency .te-right {
  float: left;
}
@media only screen and (max-width: 1199px) {
  .today-events-container.te-agency .te-right {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .pending-bookings .te-right {
    width: 100%;
  }
  .pending-bookings .te-right:before, .pending-bookings .te-right:after {
    display: none;
  }
}
.pending-bookings .te-right .button {
  display: inline-block;
  width: 164px;
  margin-right: -15px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 12px;
}
.pending-bookings .te-right .button:first-of-type {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pending-bookings .te-right .button {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
  }
}

.next-five-days {
  overflow: auto;
}
.next-five-days > div {
  min-width: 1200px;
}

.nfd-container {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.nfd-item {
  padding: 30px 25px 20px;
  background: #fff;
  width: 20%;
  float: left;
  height: 265px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .nfd-item {
    padding: 30px 15px 20px;
  }
}
.nfd-item:nth-of-type(odd) {
  background: #f5f5f5;
}
.nfd-item .nfd-day {
  text-transform: uppercase;
  margin-bottom: 35px;
}
.nfd-item .nfd-daynumber {
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  top: 20px;
  right: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #7dca26;
  text-align: center;
  padding: 8px 0;
  font-family: "AvenirNext-DemiBold";
  color: #fff;
  letter-spacing: -1px;
}
.nfd-item .nfd-schedule-item {
  margin: 0 0 20px 30px;
  line-height: 1.1;
  display: block;
  color: #000;
}
.nfd-item .nfd-schedule-item:hover {
  color: #599200;
}
@media only screen and (max-width: 1199px) {
  .nfd-item .nfd-schedule-item {
    margin: 0 0 20px 0;
  }
}
.nfd-item .nfd-schedule-item-time {
  font-family: "AvenirNext-DemiBold";
  display: block;
}

@media only screen and (max-width: 767px) {
  .previously-used {
    overflow: auto;
  }
  .previously-used > .container-fluid {
    max-width: none;
    min-width: 100%;
  }
  .previously-used > .container-fluid [class*=" col-"], .previously-used > .container-fluid [class^="col-"] {
    width: 320px;
  }
}

.pur-item-wrapper {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pur-item-wrapper {
    margin-bottom: 0;
  }
}
.pur-item-wrapper .button.grey {
  max-width: 240px;
  margin: 0 auto 25px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.pur-item {
  display: block;
  color: #000;
  height: 495px;
}
@media only screen and (max-width: 1199px) {
  .pur-item {
    height: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .pur-item {
    height: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .pur-item {
    height: 495px;
  }
}
.pur-item > * {
  line-height: 1;
}
.pur-item:hover {
  color: #000;
}
.pur-item > img {
  width: 100%;
  margin-bottom: 20px;
}
.pur-item .pur-item-text-part {
  padding: 10px;
  display: block;
}
.pur-item .pur-h4 {
  font-family: "AvenirNext-DemiBold";
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  display: block;
}
.pur-item .pur-h4.find-rep {
  margin-bottom: 30px;
}
.pur-item .pur-h4.law-f {
  margin: 11px 0 30px;
}
.pur-item .pur-profession {
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Italic";
  margin-bottom: 15px;
  display: block;
}
.pur-item .rating {
  margin-bottom: 20px;
  display: block;
}
.pur-item .pur-item-find-text {
  font-family: "AvenirNext-Italic";
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}
.pur-item .pur-buttons-wrapper {
  display: block;
}
.pur-item .pur-buttons-wrapper .button.white {
  width: 18%;
  height: 36px;
  display: inline-block;
  padding: 11px;
  margin: 0 1%;
}
@media only screen and (max-width: 1199px) {
  .pur-item .pur-buttons-wrapper .button.white {
    width: 20%;
    padding: 11px 5px;
  }
}

.rating {
  display: inline-block;
}
.rating img {
  width: 22px;
  height: 22px;
  margin: 0 5px;
}

.login-container {
  padding: 80px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .login-container {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .login-container {
    padding: 30px 15px;
  }
}

.login-form h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 45px;
  font-family: "ProximaNova-Regular";
}
@media only screen and (max-width: 767px) {
  .login-form h1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.login-form .button.grey {
  float: right;
  width: 150px;
  margin-top: -12px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 15px 12px;
}
@media only screen and (max-width: 767px) {
  .login-form .button.grey {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.login-input-container {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .login-input-container {
    margin-bottom: 15px;
  }
}

.login-forgot {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ProximaNova-Regular";
  color: #000;
}
.login-forgot:hover {
  color: #7dca26;
}

.login-member {
  margin-left: 45px;
}
@media only screen and (max-width: 1199px) {
  .login-member {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .login-member {
    margin: 50px 0 0;
  }
}
.login-member h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 45px;
  font-family: "ProximaNova-Regular";
}
@media only screen and (max-width: 767px) {
  .login-member h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.login-member p {
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  padding-top: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .login-member p {
    padding: 0;
  }
}
.login-member .login-member-buttons {
  margin-top: 38px;
}
.login-member .button.light-grey {
  width: 150px;
  display: block;
  float: left;
  margin-right: 20px;
  font-family: "ProximaNova-Regular";
}
@media only screen and (max-width: 767px) {
  .login-member .button.light-grey {
    width: 48.5%;
    margin-right: 3%;
  }
  .login-member .button.light-grey:last-of-type {
    margin-right: 0;
  }
}

.login-member-p {
  min-height: 135px;
}
@media only screen and (max-width: 991px) {
  .login-member-p {
    min-height: auto;
  }
}

.notifications-container {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.ntf-address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.ntf-time {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
}

.ntf-left {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .ntf-left {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    float: none;
  }
}

.ntf-right {
  position: absolute;
  width: 180px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ntf-right .button {
  height: 36px;
  padding: 12px;
  margin-bottom: 10px;
}
.ntf-right .button:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .ntf-right {
    margin: 0 auto;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .ntf-right .button {
    height: 42px;
    padding: 14px;
  }
}
@media (max-width: 640px) {
  .ntf-right {
    width: 100%;
  }
}

.ntf-name {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  font-family: "AvenirNext-Medium";
  vertical-align: middle;
  width: 100%;
}
.ntf-name span {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .ntf-name span {
    display: block;
    width: auto;
  }
}

.ntf-name-img {
  display: inline-block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 25px;
  position: relative;
  vertical-align: middle;
}
.ntf-name-img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .ntf-name-img {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .ntf-name-img {
    margin-right: 15px;
  }
}

.ntf-notification-text {
  display: inline-block;
  padding-left: 10%;
  font-family: "AvenirNext-DemiBold";
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .ntf-notification-text {
    padding-left: 2%;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .ntf-notification-text {
    padding: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ntf-notification-text {
    width: 60%;
  }
}

.ntf-agency .ntf-left {
  text-align: left;
}
.ntf-agency .ntf-right {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ntf-agency .ntf-right {
    width: 100%;
  }
}

.lawyer-container {
  padding: 50px 60px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .lawyer-container {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lawyer-container {
    padding: 30px 15px;
  }
}
.lawyer-container .button {
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .lawyer-container .button {
    width: 100%;
  }
}
.lawyer-container .button.lawyer-save {
  float: right;
}
@media only screen and (max-width: 767px) {
  .lawyer-container .button.lawyer-save {
    float: none;
  }
}

.lawyer-checkbox-container {
  padding: 55px 0 37px;
}
@media only screen and (max-width: 1199px) {
  .lawyer-checkbox-container {
    padding: 0 0 37px;
  }
}

.lawyer-checkbox-text {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .lawyer-checkbox-text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lawyer-checkbox-text {
    margin-bottom: 25px;
  }
}

.lawyer-check-container {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lawyer-check-container {
    display: block;
  }
}
.lawyer-check-container li {
  display: inline-block;
}
.lawyer-check-container li:first-of-type {
  margin-right: 35px;
}

.landing-wrapper {
  padding-bottom: 143px;
}
@media only screen and (max-width: 767px) {
  .landing-wrapper {
    padding-bottom: 272px;
  }
}

.landing-slides {
  position: relative;
}

.landing-slides-slider .landing-slide {
  height: 100vh;
  background: url(../images/elements/dd-landing-slide-1.jpg) center center;
  background-size: cover;
  position: relative;
  width: 100%;
}
@media (max-height: 420px) {
  .landing-slides-slider .landing-slide {
    height: 420px;
  }
}
.landing-slides-slider .landing-slide.slide-2 {
  background: url(../images/elements/dd-landing-slide-2.jpg) center center;
  background-size: cover;
}
.landing-slides-slider .landing-slide.slide-3 {
  background: url(../images/elements/dd-landing-slide-3.jpg) center center;
  background-size: cover;
}
.landing-slides-slider .landing-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(3, 15, 75, 0.7)), color-stop(50%, rgba(3, 15, 75, 0.4)), color-stop(100%, rgba(3, 15, 75, 0.7)));
  background: -webkit-linear-gradient(left, rgba(3, 15, 75, 0.7) 0%, rgba(3, 15, 75, 0.4) 50%, rgba(3, 15, 75, 0.7) 100%);
  background: linear-gradient(to right, rgba(3, 15, 75, 0.7) 0%, rgba(3, 15, 75, 0.4) 50%, rgba(3, 15, 75, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3030f4b', endColorstr='#b3030f4b',GradientType=1 );
}

.landing-slides-text {
  font-family: "AvenirNext-UltraLight";
  font-size: 62px;
  font-size: 3.875rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 265px;
  -webkit-transform: translateY(-42%);
      -ms-transform: translateY(-42%);
          transform: translateY(-42%);
  max-width: 780px;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 3px;
}
.landing-slides-text div:first-of-type {
  margin-bottom: 80px;
}
.landing-slides-text div:last-of-type {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1599px) {
  .landing-slides-text {
    font-size: 48px;
    font-size: 3rem;
    left: 200px;
  }
  .landing-slides-text div:first-of-type {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .landing-slides-text {
    font-size: 32px;
    font-size: 2rem;
    left: 100px;
  }
  .landing-slides-text div:first-of-type {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-slides-text {
    font-size: 24px;
    font-size: 1.5rem;
    left: 15px;
  }
  .landing-slides-text div:first-of-type {
    margin-bottom: 40px;
  }
}
.landing-slides-text .button {
  width: 184px;
  font-family: "AvenirNext-Regular";
  letter-spacing: 0;
}

.landing-welcome {
  padding: 125px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .landing-welcome {
    padding: 50px 0;
  }
}
.landing-welcome h2 {
  padding: 50px 0 40px;
  max-width: 595px;
  margin: 0 auto;
  font-family: "AvenirNext-Medium";
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 2.5px;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.landing-welcome h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background: #7dca26;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7dca26), color-stop(50%, #ffea00), color-stop(100%, #7dca26));
  background: -webkit-linear-gradient(left, #7dca26 0%, #ffea00 50%, #7dca26 100%);
  background: linear-gradient(to right, #7dca26 0%, #ffea00 50%, #7dca26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dca26', endColorstr='#7dca26',GradientType=1 );
}

.landing-sub-h2 {
  max-width: 920px;
  margin: 0 auto;
  color: #888787;
  letter-spacing: 0.1px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Medium";
  text-align: center;
  margin-bottom: 100px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .landing-sub-h2 {
    line-height: 1.6;
  }
}

.lw-icon {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  background: #7dca26;
  margin-bottom: 65px;
  position: relative;
}
.lw-icon img {
  max-width: 105px;
  max-height: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .lw-block-wrap {
    width: 100%;
  }
}

.lw-block {
  text-align: center;
  max-width: 360px;
  margin: 0 auto 40px;
}
.lw-block h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
  font-family: "AvenirNext-Medium";
}
.lw-block p {
  color: #888787;
  letter-spacing: 0.1px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Medium";
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .lw-block p {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .landing-reporters-wrapper {
    overflow: auto;
    padding-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .landing-reporters-wrapper .row {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-reporters-inner {
    width: 2400px;
  }
  .landing-reporters-inner > [class^="col-"], .landing-reporters-inner > [class*=" col-"] {
    width: 320px;
  }
}

.landing-reporters {
  padding: 125px 0;
}
@media only screen and (max-width: 767px) {
  .landing-reporters {
    padding: 50px 0;
  }
}
.landing-reporters h2 {
  padding: 50px 0 40px;
  max-width: 595px;
  margin: 0 auto;
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.landing-reporters h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background: #7dca26;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7dca26), color-stop(50%, #ffea00), color-stop(100%, #7dca26));
  background: -webkit-linear-gradient(left, #7dca26 0%, #ffea00 50%, #7dca26 100%);
  background: linear-gradient(to right, #7dca26 0%, #ffea00 50%, #7dca26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dca26', endColorstr='#7dca26',GradientType=1 );
}

.landing-suggest {
  padding: 85px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .landing-suggest {
    padding: 50px 0;
  }
}
.landing-suggest p {
  color: #888787;
  letter-spacing: 0.1px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Medium";
  text-align: center;
  line-height: 2;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .landing-suggest p {
    line-height: 1.6;
  }
}
.landing-suggest .button {
  max-width: 330px;
  margin: 0 auto;
  text-transform: uppercase;
}
.landing-suggest.landing-find {
  background: #E5E6E6;
  position: relative;
}
.landing-suggest.landing-find:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background: #7dca26;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7dca26), color-stop(50%, #ffea00), color-stop(100%, #7dca26));
  background: -webkit-linear-gradient(left, #7dca26 0%, #ffea00 50%, #7dca26 100%);
  background: linear-gradient(to right, #7dca26 0%, #ffea00 50%, #7dca26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dca26', endColorstr='#7dca26',GradientType=1 );
}
.landing-suggest.landing-find .button {
  max-width: 440px;
}
.landing-suggest.landing-find .button br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .landing-suggest.landing-find .button {
    line-height: 1.6;
    height: 68px;
  }
  .landing-suggest.landing-find .button br {
    display: block;
  }
}

.landing-block-heading {
  margin: 0 auto 40px;
  font-family: "AvenirNext-Medium";
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-align: center;
  position: relative;
}

.landing-member {
  height: 1030px;
  background: url(../images/elements/dd-landing-back.jpg) center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .landing-member {
    height: 525px;
  }
  .landing-member:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}

.landing-member-text {
  max-width: 600px;
  text-align: right;
  position: absolute;
  right: 120px;
  bottom: 145px;
}
@media only screen and (max-width: 1599px) {
  .landing-member-text {
    right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .landing-member-text {
    text-align: center;
    right: 15px;
    left: 15px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    color: #fff;
  }
}
.landing-member-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background: #7dca26;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7dca26), color-stop(100%, #ffea00), color-stop(100%, #7dca26));
  background: -webkit-linear-gradient(left, #7dca26 0%, #ffea00 100%, #7dca26 100%);
  background: linear-gradient(to right, #7dca26 0%, #ffea00 100%, #7dca26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dca26', endColorstr='#7dca26',GradientType=1 );
}
.landing-member-text h2 {
  padding: 50px 0 40px;
  margin: 0 auto;
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 1.2;
}
.landing-member-text .landing-sub-h2 {
  text-align: right;
  max-width: 530px;
  float: right;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .landing-member-text .landing-sub-h2 {
    float: none;
    text-align: center;
    color: #fff;
  }
}
.landing-member-text .button {
  clear: both;
  width: 230px;
  float: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .landing-member-text .button {
    float: none;
    margin: 0 auto;
  }
}

.sp-search-container {
  padding: 40px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #E5E6E6;
}
@media only screen and (max-width: 1199px) {
  .sp-search-container {
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-search-container {
    padding: 40px 10px;
  }
}
.sp-search-container .input {
  font-size: 16px;
  font-size: 1rem;
}
.sp-search-container .input::-webkit-textarea-placeholder {
  opacity: 1;
}
.sp-search-container .input::-moz-placeholder {
  opacity: 1;
}
.sp-search-container .input:-ms-textarea-placeholder {
  opacity: 1;
}

.sp-search-inner {
  margin-left: -0.75%;
  margin-right: -0.75%;
}
@media only screen and (max-width: 767px) {
  .sp-search-inner {
    margin: 0;
  }
}

.sp-search-field {
  position: relative;
  width: 62.7%;
  float: left;
  margin: 0 0.75%;
}
.sp-search-field label {
  width: 28px;
  height: 26px;
  display: block;
  background: url(../images/elements/icon-search-green.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 17px;
  cursor: pointer;
}
.sp-search-field .input {
  padding-left: 45px;
}
@media only screen and (max-width: 1599px) {
  .sp-search-field {
    width: 53%;
  }
}
@media only screen and (max-width: 1199px) {
  .sp-search-field {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-search-field {
    margin: 0;
  }
}

.sp-search-location {
  width: 26.5%;
  float: left;
  margin: 0 0.75%;
}
@media only screen and (max-width: 1199px) {
  .sp-search-location {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .sp-search-location {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.sp-search-dropdown {
  width: 13.4%;
  float: left;
  margin: 0 0.75%;
}
@media only screen and (max-width: 1599px) {
  .sp-search-dropdown {
    width: 18.2%;
  }
}
@media only screen and (max-width: 1199px) {
  .sp-search-dropdown {
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .sp-search-dropdown {
    width: 100%;
    float: none;
    margin: 0;
  }
}

.sp-calendar-container {
  width: 4.5%;
  float: left;
  margin: 0 0.75%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .sp-calendar-container {
    width: 7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .sp-calendar-container {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
}
.sp-calendar-container > .dropdown-menu {
  width: 380px;
  color: #000;
  padding: 0 0 75px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  display: block;
  -webkit-transition: 0.1s;
          transition: 0.1s;
  -webkit-transform: scale(0, 1) translate(-80px, 0);
      -ms-transform: scale(0, 1) translate(-80px, 0);
          transform: scale(0, 1) translate(-80px, 0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  opacity: 0;
  left: auto;
  right: 0;
  top: 70px;
  border: 1px solid #E5E6E6;
  background: #fff;
  float: none;
}
@media only screen and (max-width: 767px) {
  .sp-calendar-container > .dropdown-menu {
    position: absolute;
    top: 0;
    margin: 20px 0 0;
    left: 0;
    width: auto;
    -webkit-transform: scale(1, 0) translateX(0);
        -ms-transform: scale(1, 0) translateX(0);
            transform: scale(1, 0) translateX(0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.sp-calendar-container.open > .dropdown-menu {
  -webkit-transform: scale(1, 1) translateX(0);
      -ms-transform: scale(1, 1) translateX(0);
          transform: scale(1, 1) translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sp-calendar-container.open > .dropdown-menu {
    position: relative;
  }
}

.sp-calendar {
  width: 100%;
  padding: 17px 0;
  text-align: center;
  background: url(../images/elements/calendar.svg) no-repeat center center;
  background-size: 25px;
  display: block;
  height: 60px;
  border: 1px solid #E5E6E6;
  cursor: pointer;
}

.sp-timepicker {
  padding: 10px;
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.sp-timepicker .dropdown-container {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .sp-timepicker .dropdown-container {
    width: 60%;
    float: right;
  }
}
.sp-timepicker .dropdown-container .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.sp-timepicker .dropdown-container .bootstrap-select.btn-group .dropdown-btn {
  height: 45px;
}
.sp-timepicker .dropdown-container .bootstrap-select.btn-group .caret {
  top: 30%;
}
.sp-timepicker .dropdown-container .bootstrap-select.btn-group .dropdown-menu.inner li {
  width: 33.333%;
  float: left;
}
.sp-timepicker .dropdown-container .bootstrap-select.btn-group .dropdown-menu.inner li a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sp-timepicker .dropdown-container .bootstrap-select.btn-group .dropdown-menu.inner li {
    width: 100%;
  }
  .sp-timepicker .dropdown-container .bootstrap-select.btn-group .dropdown-menu.inner li a {
    text-align: left;
    padding-left: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.sp-time-text {
  float: left;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  padding-top: 10px;
  width: 30%;
  text-align: center;
}

.sp-radio {
  width: 62.7%;
  float: left;
  margin: 0 0.75%;
}
@media (max-width: 1360px) {
  .sp-radio {
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  .sp-radio {
    width: 100%;
    margin: 0;
    float: none;
    clear: both;
    margin-bottom: 20px;
  }
}
.sp-radio li {
  float: left;
  width: 33.333%;
}
.sp-radio li label {
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  line-height: 1;
  height: 60px;
  border: 1px solid #E5E6E6;
  border-right: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 0;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  position: relative;
}
.sp-radio li label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.sp-radio li:last-of-type label {
  border-right: 1px solid #E5E6E6;
}
.sp-radio li input[type="checkbox"] {
  display: none;
}
.sp-radio li input[type="checkbox"]:checked + label {
  background: #7dca26;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sp-radio li {
    width: 100%;
    float: none;
  }
  .sp-radio li label {
    border: 1px solid #E5E6E6;
    margin-bottom: 0;
    display: block;
    margin-top: -1px;
  }
}

.sp-rating {
  width: 13.4%;
  float: left;
  margin: 0 0.75%;
}
@media only screen and (max-width: 1199px) {
  .sp-rating {
    width: 20.1%;
  }
}
@media only screen and (max-width: 767px) {
  .sp-rating {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
}

.sp-rating-text {
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 0 0 25px;
  float: left;
}

.sp-rating-arrows {
  float: right;
  padding-top: 6px;
  margin-right: 17px;
}
.sp-rating-arrows > div {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../images/elements/arrow-calendar-grey.svg) no-repeat;
  background-size: contain;
}
.sp-rating-arrows > div.active {
  background: url(../images/elements/arrow-calendar.svg) no-repeat;
  background-size: contain;
}
.sp-rating-arrows .sp-up {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 10px;
}
.sp-rating-arrows .sp-down {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sp-filters-button {
  float: left;
  width: 8.95%;
  margin: 0 0.75%;
}
@media (max-width: 1360px) {
  .sp-filters-button {
    width: 12.3%;
  }
}
@media only screen and (max-width: 1199px) {
  .sp-filters-button {
    width: 19.4%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-filters-button {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
}
.sp-filters-button .button {
  padding-top: 21px;
}
.sp-filters-button .button:before {
  content: "Hide Filters";
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
}
.sp-filters-button .button.collapsed:before {
  content: "More Filters";
}

.sp-search-button {
  float: left;
  width: 8.95%;
  margin: 0 0.75%;
}
@media (max-width: 1360px) {
  .sp-search-button {
    width: 12.3%;
  }
}
@media only screen and (max-width: 1199px) {
  .sp-search-button {
    width: auto;
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .sp-search-button {
    margin: 20px 0 0;
  }
}
.sp-search-button .button {
  width: 100%;
}

.sp-more-filters-container {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .sp-more-filters-container {
    box-shadow: none;
  }
}

.sp-mf-wrap {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sp-mf-wrap {
    margin-bottom: 20px;
  }
}

.sp-mf-list-container {
  width: 33.333%;
  float: left;
  padding: 50px 70px;
  border-right: 1px solid #E5E6E6;
  padding-bottom: 9999px;
  margin-bottom: -9949px;
}
.sp-mf-list-container:last-of-type {
  border-right: 0;
}
@media only screen and (max-width: 1199px) {
  .sp-mf-list-container {
    padding-left: 25px;
    padding-right: 25px;
    width: 30%;
  }
  .sp-mf-list-container:first-of-type {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .sp-mf-list-container {
    width: 100%;
    float: none;
    border: 0;
    padding: 25px 15px 9999px;
    margin-bottom: -9974px;
  }
  .sp-mf-list-container:first-of-type {
    width: 100%;
  }
}
.sp-mf-list-container h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "ProximaNova-Bold";
  margin-bottom: 25px;
}
.sp-mf-list-container li {
  margin-bottom: 20px;
}
.sp-mf-list-container li label {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 0;
}
.sp-mf-list-container li label:before, .sp-mf-list-container li label:after {
  right: 0;
  left: auto;
  top: -2px;
}
.sp-mf-list-container li label:after {
  right: -6px;
  top: -3px;
}

.sp-mf-more {
  color: #7dca26;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
}
.sp-mf-more:hover, .sp-mf-more:focus {
  color: #599200;
}
.sp-mf-more:before {
  content: "Less...";
}
.sp-mf-more.collapsed:before {
  content: "More...";
}

.sp-wrap-mobile {
  padding: 0;
  box-shadow: none;
  border: 0;
}

.sp-mobile-view-filters.button {
  width: 100%;
  padding: 22px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "ProximaNova-Regular";
}
.sp-mobile-view-filters.button:before {
  content: "Close";
}
.sp-mobile-view-filters.button.collapsed:before {
  content: "View Filters";
}

.pur-badge {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 15px;
  left: 15px;
}
.pur-badge img {
  width: 100%;
}

.list-more-button {
  max-width: 410px;
  margin: 0 auto 30px;
  padding: 0 15px;
}
.list-more-button .button {
  font-family: "ProximaNova-Bold";
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}

.sp-searched-reporters {
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .sp-searched-reporters > .container-fluid {
    max-width: none;
    min-width: 100%;
  }
  .sp-searched-reporters > .container-fluid [class*=" col-"], .sp-searched-reporters > .container-fluid [class^="col-"] {
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-searched-reporters.nothing-found {
    margin-top: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-searched-reporters.nothing-found > .container-fluid {
    min-width: 100%;
  }
}

.sp-searched-nothing {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .sp-searched-nothing {
    padding: 25px 15px;
  }
}

.sp-search-n-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "ProximaNova-Regular";
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sp-search-n-text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.sp-invite .field-label {
  font-size: 16px;
  font-size: 1rem;
  float: left;
  width: 100%;
}
.sp-invite .input {
  width: 78.8%;
  float: left;
  margin-right: 0.75%;
}
@media only screen and (max-width: 767px) {
  .sp-invite .input {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
}

.sp-invite-button {
  float: left;
  width: 19.7%;
  margin-left: 0.75%;
}
@media only screen and (max-width: 767px) {
  .sp-invite-button {
    width: 100%;
    margin: 0;
    float: none;
  }
}
.sp-invite-button .button {
  padding: 0;
  width: 100%;
}

.events-page-inner {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ep-top-part {
  padding: 35px 40px;
  border-bottom: 1px solid #E5E6E6;
}
@media only screen and (max-width: 991px) {
  .ep-top-part {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ep-top-part {
    padding: 25px 10px;
  }
}
.ep-top-part .sp-search-field {
  margin: 0;
  width: 40%;
}
@media only screen and (max-width: 1599px) {
  .ep-top-part .sp-search-field {
    width: 36%;
  }
}
@media only screen and (max-width: 1199px) {
  .ep-top-part .sp-search-field {
    width: 100%;
    float: left;
  }
}
.ep-top-part .sp-search-field input {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.ep-top-part .ep-tabs-controls {
  float: right;
  border-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .ep-top-part .ep-tabs-controls {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ep-top-part .ep-tabs-controls {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ep-top-part .ep-tabs-controls li {
    width: 33.333%;
    height: 45px;
  }
}
.ep-top-part .ep-tabs-controls li a {
  width: 215px;
  height: 60px;
  border-radius: 0;
  border: 1px solid #E5E6E6;
  border-right: 0;
  margin: 0;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  padding: 18px;
}
.ep-top-part .ep-tabs-controls li a:focus {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .ep-top-part .ep-tabs-controls li a {
    height: 45px;
    width: 100%;
    padding: 12px;
  }
}
.ep-top-part .ep-tabs-controls li.active a {
  background: #E5E6E6;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.ep-top-part .ep-tabs-controls li:last-of-type a {
  border-right: 1px solid #E5E6E6;
}

.ep-agenda-container {
  padding: 60px 0 30px;
}
@media only screen and (max-width: 767px) {
  .ep-agenda-container {
    padding: 40px 0 0;
  }
}

.ep-agenda-day {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .ep-agenda-day {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ep-agenda-day {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.ep-agenda-event {
  padding: 40px;
}
.ep-agenda-event .te-left {
  width: 40%;
}
@media only screen and (max-width: 1199px) {
  .ep-agenda-event .te-left {
    width: 100%;
  }
}
.ep-agenda-event .te-right {
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .ep-agenda-event .te-right {
    width: 100%;
  }
}
.ep-agenda-event .te-time {
  width: 270px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .ep-agenda-event .te-time {
    width: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ep-agenda-event {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ep-agenda-event {
    border-bottom: 0;
    padding-bottom: 70px;
  }
}
.ep-agenda-event.ep-agenda-unconfirmed {
  background: rgba(245, 245, 245, 0.4);
}
.ep-agenda-event.ep-agenda-unconfirmed:before {
  content: "Unconfirmed";
  position: absolute;
  top: 12px;
  left: 40px;
  width: 100px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 8px;
  background: #599200;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 767px) {
  .ep-agenda-event.ep-agenda-unconfirmed:before {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 8px;
  }
}

.ep-agenda-day-container {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .ep-agenda-day-container {
    border-bottom: 1px solid #E5E6E6;
    margin-bottom: 40px;
  }
}
.ep-agenda-day-container:last-of-type .ep-agenda-event {
  border-bottom: 0;
}

.ep-calendar-header {
  padding: 45px 40px;
  border-bottom: 1px solid #E5E6E6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ep-calendar-header {
    padding: 25px 10px;
  }
}

.ep-calendar-header-date {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 40px auto 0;
  text-align: center;
}
.ep-calendar-header-date .button {
  margin-left: 10px;
  display: none;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .ep-calendar-header-date {
    position: relative;
    margin: 0;
    width: auto;
    text-align: left;
    display: inline-block;
  }
  .ep-calendar-header-date .button {
    bottom: -45px;
    left: 0;
    margin: 0;
    width: 100%;
  }
}
.ep-calendar-header-date .top-date {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .ep-calendar-header-date .top-date {
    position: static;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .ep-calendar-header-date .top-date .calendar {
    height: 20px;
    width: 20px;
    border-radius: 0;
  }
}
.ep-calendar-header-date .top-date.open .calendar {
  background: #fff url(../images/elements/calendar.svg) center center no-repeat;
  background-size: 25px;
}
@media only screen and (max-width: 767px) {
  .ep-calendar-header-date .top-date.open .calendar {
    background-size: 18px;
  }
}
@media (max-width: 1300px) {
  .ep-calendar-header-date .top-date.open .dropdown-menu {
    left: -460px;
    -webkit-transform: translateX(50%) scale(1);
        -ms-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .ep-calendar-header-date .top-date.open .dropdown-menu {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    left: 0;
    margin-left: -25px;
  }
}
.ep-calendar-header-date .top-date .dropdown-menu {
  border: 1px solid #E5E6E6;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .ep-calendar-header-date .top-date .dropdown-menu {
    top: 40px;
  }
}

.ep-dropdown-container {
  width: auto;
  display: inline-block;
}
.ep-dropdown-container .btn-group.bootstrap-select {
  margin-bottom: 0;
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-calendar {
  background: none;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "AvenirNext-Medium";
  text-transform: uppercase;
  padding: 0 5px;
  border-radius: 0;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .ep-dropdown-container .btn-group.bootstrap-select .dropdown-calendar {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
  }
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-calendar:focus {
  outline: none !important;
  box-shadow: none;
  color: #000;
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-calendar .filter-option {
  text-align: right;
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-calendar .bs-caret {
  display: none;
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-menu.inner {
  text-align: right;
  width: 250px;
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-menu.inner li {
  width: 33.333%;
  float: left;
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-menu.inner li a {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 0;
  border-radius: 5px;
  margin: 3px;
}
.ep-dropdown-container .btn-group.bootstrap-select .dropdown-menu.inner li a:focus {
  background: #7dca26;
  color: #fff;
}
.ep-dropdown-container.year {
  width: 84px;
}
@media only screen and (max-width: 767px) {
  .ep-dropdown-container.year {
    width: 45px;
  }
}
.ep-dropdown-container.year .btn-group.bootstrap-select .dropdown-calendar .filter-option {
  text-align: left;
}
.ep-dropdown-container.year .btn-group.bootstrap-select .dropdown-menu {
  left: -85px;
}
@media only screen and (max-width: 767px) {
  .ep-dropdown-container.year .btn-group.bootstrap-select .dropdown-menu {
    left: auto;
    right: -125px;
  }
}
.ep-dropdown-container.year .btn-group.bootstrap-select .dropdown-menu.inner {
  text-align: left;
  right: 0;
}

.ep-cca-left {
  width: 22px;
  height: 35px;
  background: url(../images/elements/arrow-calendar.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  float: left;
}
@media only screen and (max-width: 767px) {
  .ep-cca-left {
    width: 15px;
    height: 22px;
  }
}

.ep-cca-right {
  width: 22px;
  height: 35px;
  background: url(../images/elements/arrow-calendar.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  float: right;
}
@media only screen and (max-width: 767px) {
  .ep-cca-right {
    width: 15px;
    height: 22px;
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ep-calendar-control-arrows {
    float: right;
  }
}

.ep-calendar-body-wrapper {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .ep-calendar-body-wrapper {
    overflow: auto;
  }
}

.ep-calendar-body {
  width: 100%;
  min-width: 920px;
}
@media only screen and (max-width: 767px) {
  .ep-calendar-body {
    min-width: 1100px;
  }
}
.ep-calendar-body .ep-th, .ep-calendar-body .ep-td {
  width: 18.6%;
  background: #fff;
  float: left;
  height: 100px;
}
.ep-calendar-body .ep-thead .ep-th {
  font-weight: normal;
  font-family: "ProximaNova-Bold";
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  height: 60px;
  padding-top: 20px;
  border-bottom: 1px solid #E5E6E6;
}
.ep-calendar-body .ep-thead .ep-th.ep-day {
  height: 60px;
  width: 7%;
  border: none;
  border-bottom: 1px solid #E5E6E6;
}
.ep-calendar-body .ep-tbody .ep-td {
  border-bottom: 1px solid #E5E6E6;
  border-right: 1px solid #E5E6E6;
  position: relative;
}
.ep-calendar-body .ep-tbody .ep-td:last-of-type {
  border-right: 0;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-2 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-2 .ep-w-booked-event {
  height: 200px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-3 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-3 .ep-w-booked-event {
  height: 300px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-4 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-4 .ep-w-booked-event {
  height: 400px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-5 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-5 .ep-w-booked-event {
  height: 500px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-6 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-6 .ep-w-booked-event {
  height: 600px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-7 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-7 .ep-w-booked-event {
  height: 700px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-8 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-8 .ep-w-booked-event {
  height: 800px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-9 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-9 .ep-w-booked-event {
  height: 900px;
  z-index: 2;
}
.ep-calendar-body .ep-tbody .ep-td.ep-ev-10 .ep-w-event, .ep-calendar-body .ep-tbody .ep-td.ep-ev-10 .ep-w-booked-event {
  height: 1000px;
  z-index: 2;
}
.ep-calendar-body .ep-w-event-td .ep-w-event {
  background: rgba(125, 202, 38, 0.3);
}
.ep-calendar-body .ep-w-event-td.ep-w-unconfirmed .ep-w-event {
  background: rgba(89, 146, 0, 0.8);
}
.ep-calendar-body .ep-w-event-td.ep-w-unconfirmed .ep-w-event-inner {
  color: #fff;
}
.ep-calendar-body .ep-w-event-div-booked .ep-w-booked-event {
  padding-top: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "AvenirNext-Medium";
  text-align: center;
  background: rgba(207, 207, 207, 0.3);
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.ep-calendar-body .ep-w-event-div-booked .ep-w-sec-inner {
  width: 100%;
}
.ep-calendar-body .ep-day {
  width: 7%;
  font-family: "AvenirNext-Regular";
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  border-bottom: 1px solid #E5E6E6;
  border-right: 1px solid #E5E6E6;
  height: 100px;
  padding-top: 38px;
}

.ep-calendar-body .tr-div .ep-w-event-dropdown {
  height: auto;
}

.ep-calendar-body .tr-div .ep-w-event-dropdown .dropdown-footer {
  margin-top: 25px;
}
.ep-calendar-body .tr-div .ep-w-event-dropdown .dropdown-footer .button {
  display: inline-block;
  width: 46%;
  margin-right: 6%;
  margin-bottom: 10px;
}
.ep-calendar-body .tr-div .ep-w-event-dropdown .dropdown-footer .button:last-of-type {
  margin-right: 0;
}

.ep-w-event {
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.ep-w-event-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  color: #599200;
}
.ep-w-event-inner:hover, .ep-w-event-inner:focus {
  color: #599200;
}

.ep-w-sec-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px 15px;
}

.ep-w-event-time {
  font-family: "AvenirNext-DemiBold";
  float: left;
  width: 42%;
  display: block;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .ep-w-event-time {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}

.ep-w-event-name {
  float: left;
  width: 58%;
  font-family: "AvenirNext-DemiBold";
  display: block;
  line-height: 1.2;
}
.ep-w-event-name i {
  margin-top: 3px;
  display: block;
  font-family: "AvenirNext-Regular";
  font-style: normal;
}
@media (max-width: 1400px) {
  .ep-w-event-name {
    width: 100%;
    float: none;
  }
}

.ep-w-event-dropdown {
  width: 320px;
  height: 220px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  top: -230px;
  position: absolute;
  z-index: 4000;
  border-radius: 0;
  padding: 20px;
}
.ep-w-event-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 24px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ep-w-event-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #fff;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .ep-w-event-dropdown .ntf-name-img {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .ep-w-event-dropdown {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  .ep-w-event-dropdown:after, .ep-w-event-dropdown:before {
    display: none;
  }
}

.ep-dropdown-name-inner {
  display: inline-block;
  max-width: 175px;
  vertical-align: middle;
}
.ep-dropdown-name-inner .rating img {
  width: 20px;
  height: 20px;
  margin: 0 1px;
}

.ep-dropdown-name {
  font-family: "AvenirNext-Medium";
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 3px;
  display: inline-block;
}
.ep-dropdown-name span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "AvenirNext-Regular";
}
.ep-dropdown-name.ep-firm-name {
  font-family: "AvenirNext-DemiBold";
  font-size: 22px;
  font-size: 1.375rem;
}

.ep-dropdown-firm {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-family: "AvenirNext-Regular";
  margin-top: -3px;
}

.ep-dropdown-event-inner {
  margin-top: 20px;
  color: #000;
}

.ep-dde-name {
  color: #7dca26;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "AvenirNext-DemiBold";
  margin-bottom: 7px;
  display: block;
}
.ep-dde-name:hover, .ep-dde-name:focus {
  color: #599200;
}

.ep-dde-time {
  font-family: "AvenirNext-DemiBold";
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 3px;
}

.ep-dde-address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.ep-calendar-body.month-view .ep-th, .ep-calendar-body.month-view .ep-td {
  width: 20%;
}
.ep-calendar-body.month-view .ep-tbody .ep-td {
  height: 254px;
}
.ep-calendar-body.month-view .ep-tbody .tr-div:nth-of-type(even) .ep-td {
  position: static;
  background: #f5f5f5;
}
.ep-calendar-body.month-view .ep-w-event {
  position: relative;
  height: 100px;
  margin-bottom: 2px;
  padding: 0 1px;
}
.ep-calendar-body.month-view .ep-w-event:last-of-type {
  margin-bottom: 0;
}
.ep-calendar-body.month-view .ep-w-event-inner {
  position: relative;
  height: 100px;
}
.ep-calendar-body.month-view .ep-w-sec-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: rgba(125, 202, 38, 0.3);
  top: 0;
  height: 100%;
  width: 100%;
}

.ep-cal-month-day {
  padding: 12px 18px;
  text-align: right;
  font-size: 19px;
  font-size: 1.1875rem;
}

.ep-calendar-week-heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "AvenirNext-Medium";
  text-transform: uppercase;
  position: relative;
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .ep-calendar-week-heading {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 30px;
  }
}

.benefits-container {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.benefits-inner {
  padding: 100px 105px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .benefits-inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .benefits-inner {
    padding: 60px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-inner {
    border-bottom: 1px solid #E5E6E6;
  }
}

.b-lawyer-container {
  border-left: 1px solid #E5E6E6;
}
@media only screen and (max-width: 767px) {
  .b-lawyer-container {
    border-left: 0;
  }
}

.benefits-icon {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #5e5e5e;
  margin: 0 auto 50px;
  text-align: center;
  padding: 35px 0;
}
.benefits-icon img {
  max-width: 90px;
}

.bene-h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  height: 60px;
  margin-bottom: 60px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .bene-h2 {
    font-size: 20px;
    font-size: 1.25rem;
    height: auto;
  }
}

.benefits-inner ul {
  counter-reset: count;
}

.benefits-block {
  margin-bottom: 50px;
}
.benefits-block h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "AvenirNext-DemiBold";
  margin-bottom: 15px;
  line-height: 1.2;
}
.benefits-block p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.benefits-block:before {
  content: counter(count);
  counter-increment: count 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #9ad35b;
  display: inline-block;
  margin-bottom: 25px;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "AvenirNext-DemiBold";
  padding-top: 12px;
  font-weight: bold;
}

.benefits-button-container {
  padding: 60px 15px;
  border-top: 1px solid #E5E6E6;
}
.benefits-button-container .button {
  text-transform: uppercase;
  font-family: "AvenirNext-Medium";
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.6px;
  max-width: 650px;
  margin: 0 auto;
  padding: 24px 0;
}
.benefits-button-container .button br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .benefits-button-container {
    border-top: 0;
  }
  .benefits-button-container .button {
    padding: 12px 0;
    line-height: 1.3;
  }
  .benefits-button-container .button br {
    display: block;
  }
}

.event-details-container {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ed-map-container {
  height: 100%;
}
.ed-map-container.fixed-height {
  height: 1250px;
}
@media only screen and (max-width: 767px) {
  .ed-map-container.fixed-height {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .ed-map-container {
    height: 350px;
  }
}

#map-canvas {
  width: 100%;
  height: 100%;
}

.ed-map-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 720px;
}
@media only screen and (max-width: 1199px) {
  .ed-map-buttons {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .ed-map-buttons {
    width: 280px;
    right: 5px;
    top: 10px;
  }
}
.ed-map-buttons li {
  width: 23.8%;
  float: left;
  margin: 0 0.6%;
}
@media only screen and (max-width: 1199px) {
  .ed-map-buttons li {
    width: 47%;
    margin: 0 1.5% 7px;
  }
}
.ed-map-buttons li .button {
  font-family: "ProximaNova-Bold";
  letter-spacing: 1.5px;
}
.ed-map-buttons li .button:hover {
  background: #f5f5f5;
}
@media only screen and (max-width: 1199px) {
  .ed-map-buttons li .button {
    padding: 15px 5px;
  }
}

.ed-details-container {
  padding: 60px 50px;
  position: relative;
}
.ed-details-container.fixed-height {
  height: 1250px;
}
@media only screen and (max-width: 767px) {
  .ed-details-container.fixed-height {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .ed-details-container {
    padding: 30px 20px;
  }
}

.ed-details-name-inner {
  margin-bottom: 20px;
}

.ed-details-name-img {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 6%;
}
@media only screen and (max-width: 991px) {
  .ed-details-name-img {
    width: 90px;
    height: 90px;
  }
}
.ed-details-name-img img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.ed-details-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "AvenirNext-DemiBold";
  width: 50%;
}
.ed-details-name span {
  display: block;
  font-family: "AvenirNext-Italic";
}

.ed-rating-inner {
  margin-bottom: 55px;
}
.ed-rating-inner .rating {
  margin-right: 4%;
  width: 60%;
}
@media (max-width: 1440px) {
  .ed-rating-inner .rating {
    margin-right: 2%;
    width: 54%;
  }
}
@media only screen and (max-width: 1199px) {
  .ed-rating-inner .rating {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .ed-rating-inner .rating {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ed-rating-inner .rating img {
  height: 30px;
  width: 30px;
}
@media (max-width: 1440px) {
  .ed-rating-inner .rating img {
    width: 22px;
    height: 22px;
    margin: 0 2px;
  }
}
.ed-rating-inner .button {
  display: inline-block;
  width: 34%;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 18px;
  height: 50px;
}
@media (max-width: 1440px) {
  .ed-rating-inner .button {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .ed-rating-inner .button {
    width: 140px;
  }
}
.ed-rating-inner .button:hover {
  background: #7dca26;
}

.ed-details-block {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .ed-details-block {
    margin-bottom: 40px;
  }
}
.ed-details-block h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  line-height: 1.2;
}
.ed-details-block a.button {
  padding-top: 22px;
}
.ed-details-block.ed-db-bottom {
  position: absolute;
  bottom: 60px;
  left: 50px;
  right: 50px;
  margin-bottom: 0;
}
.ed-details-block.ed-db-bottom .button {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ed-details-block.ed-db-bottom {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ed-details-block.ed-db-bottom {
    position: static;
    margin-top: 60px;
  }
}

.ed-button-block a.button {
  padding-top: 22px;
}

.edd-address {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
}
.edd-address:hover {
  color: #000;
}

.edd-s-provided {
  font-size: 16px;
  font-size: 1rem;
}
.edd-s-provided span {
  text-transform: uppercase;
  font-family: "AvenirNext-DemiBold";
}
.edd-s-provided a {
  display: block;
  margin: 3px 0 35px;
  color: #000;
}

.edd-person-name {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "AvenirNext-DemiBold";
}
.edd-person-name span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "AvenirNext-Italic";
  margin-top: 5px;
}

.edd-services {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}
.edd-services li {
  float: left;
  width: 33.333%;
  text-align: center;
  margin-top: 10px;
}
.edd-services li span {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.edd-services li:nth-of-type(3n+3) .edd-service-img, .edd-services li:last-of-type .edd-service-img {
  border-right: 0;
}
@media only screen and (max-width: 991px) {
  .edd-services li:nth-of-type(3n+3) .edd-service-img, .edd-services li:last-of-type .edd-service-img {
    border-right: 1px solid #E5E6E6;
  }
}
@media only screen and (max-width: 991px) {
  .edd-services li {
    width: 50%;
    margin-bottom: 20px;
  }
  .edd-services li:nth-of-type(2n+2) .edd-service-img, .edd-services li:last-of-type .edd-service-img {
    border-right: 0;
  }
}

.edd-service-img {
  text-align: center;
  margin-bottom: 30px;
  height: 50px;
  border-right: 1px solid #E5E6E6;
}
.edd-service-img img {
  max-width: 50px;
  max-height: 50px;
}
.edd-service-img.smaller img {
  max-width: 44px;
  max-height: 44px;
}

.ed-details-input-wrap .input {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .ed-details-input-wrap .input {
    font-size: 16px;
    font-size: 1rem;
  }
}

.ed-results-wrap {
  padding-left: 35px;
}

.ed-result {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ProximaNova-Regular";
  margin-bottom: 8px;
  line-height: 1.4;
  position: relative;
}
.ed-result:last-of-type {
  margin-bottom: 20px;
}
.ed-result:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/elements/icon-info.svg) center center no-repeat;
  display: block;
  position: absolute;
  left: -35px;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .crp-body-wrapper {
    height: 660px;
    border-bottom: 1px solid #E5E6E6;
  }
}

.crp-details-main-container {
  padding: 70px 35px;
}
@media only screen and (max-width: 991px) {
  .crp-details-main-container {
    padding: 35px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .crp-details-main-container {
    padding: 0;
  }
}

.crp-details-m-inner {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .crp-details-m-inner {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .crp-details-m-inner {
    padding: 0;
    margin-bottom: 30px;
  }
  .crp-details-m-inner .ed-details-block {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.crp-big-block {
  margin-bottom: 90px;
}
.crp-big-block .crp-h3 {
  font-family: "AvenirNext-DemiBold";
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: auto;
  padding-bottom: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .crp-big-block .crp-h3 {
    border-bottom: 1px solid #E5E6E6;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 25px 45px 25px 15px;
    cursor: pointer;
    position: relative;
    margin: 0;
    line-height: 1.2;
  }
  .crp-big-block .crp-h3:before {
    content: "";
    width: 12px;
    height: 22px;
    background: url(../images/elements/arrow-calendar.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 36%;
  }
}
.crp-big-block .crp-h4 {
  font-family: "AvenirNext-DemiBold";
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .crp-big-block .crp-h4 {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .crp-big-block .crp-h4 {
    padding: 0 15px;
  }
}
.crp-big-block:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .crp-big-block {
    margin-bottom: 0;
  }
}
.crp-big-block.agency .crp-h3 {
  margin: 0 0 25px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .crp-big-block.agency .crp-h3 {
    border-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    cursor: auto;
  }
  .crp-big-block.agency .crp-h3:before {
    display: none;
  }
}
.crp-big-block.agency .crp-profile-info p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .crp-big-block.agency .crp-about-me-inner {
    border-bottom: 0;
  }
}

.crp-profile-info {
  margin-bottom: 45px;
  clear: both;
}
.crp-profile-info p {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .crp-profile-info {
    padding: 0 15px;
  }
  .crp-profile-info:first-of-type {
    padding: 15px 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cpr-review-block:first-of-type {
    padding: 30px 0 0;
  }
}
.cpr-review-block .rating {
  float: right;
  position: relative;
  top: -3px;
}
.cpr-review-block .rating img {
  margin: 0 2px;
}
@media only screen and (max-width: 1199px) {
  .cpr-review-block .rating {
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cpr-review-block .rating {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .crp-about-me-inner {
    border-bottom: 1px solid #E5E6E6;
  }
}

.crp-details-time {
  font-size: 24px;
  font-size: 1.5rem;
  width: 64%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1430px) {
  .crp-details-time {
    width: 100%;
    margin-bottom: 10px;
  }
}

.button.crp-time-badge {
  display: inline-block;
  vertical-align: middle;
  width: 34%;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 18px;
  height: 50px;
}
.button.crp-time-badge:hover {
  background: #7dca26;
}
@media (max-width: 1430px) {
  .button.crp-time-badge {
    width: 150px;
  }
}

.crp-appearance-item {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 5px;
}
.crp-appearance-item sup {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.crp-data-p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .crp-data-p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mg-field {
  width: 100%;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .mg-field {
    width: 100%;
    margin: 0;
  }
}

.mg-tabs-controls {
  float: right;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mg-tabs-controls {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mg-tabs-controls li {
    width: 50%;
    height: 45px;
  }
}
.mg-tabs-controls li a {
  width: 215px;
  height: 60px;
  border-radius: 0;
  border: 1px solid #E5E6E6;
  border-right: 0;
  margin: 0;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  padding: 18px;
}
.mg-tabs-controls li a:focus {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .mg-tabs-controls li a {
    height: 45px;
    width: 100%;
    padding: 12px;
  }
}
.mg-tabs-controls li.active a {
  background: #E5E6E6;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #000;
}
.mg-tabs-controls li.active a:hover, .mg-tabs-controls li.active a:focus {
  background: #E5E6E6;
  color: #000;
}
.mg-tabs-controls li:last-of-type a {
  border-right: 1px solid #E5E6E6;
}

.mg-add-c-reporter {
  width: 250px;
  float: left;
}
.mg-add-c-reporter .button {
  padding-top: 22px;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  .mg-add-c-reporter {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .mg-add-c-reporter {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.mg-services-container {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-top: -70px;
}

.mg-service-check-block {
  padding: 20px 40px;
  border-bottom: 1px solid #E5E6E6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mg-service-check-block {
    padding: 20px 10px;
  }
}
.mg-service-check-block .checkbox-field {
  float: left;
}
.mg-service-check-block .checkbox-field label {
  line-height: 1.6;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 0 0 50px;
  font-family: "AvenirNext-Regular";
}
.mg-service-check-block .checkbox-field label:before, .mg-service-check-block .checkbox-field label:after {
  width: 22px;
  height: 22px;
  top: 8px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .mg-service-check-block .checkbox-field {
    float: none;
  }
  .mg-service-check-block .checkbox-field label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    padding-left: 35px;
  }
  .mg-service-check-block .checkbox-field label:before, .mg-service-check-block .checkbox-field label:after {
    top: 0;
  }
}

.mg-add-service-reporter {
  width: 215px;
  position: absolute;
  right: 40px;
  top: 20px;
  display: none;
}
.mg-add-service-reporter .button {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .mg-add-service-reporter {
    position: static;
    margin-top: 10px;
    padding-left: 35px;
  }
}

.mg-services-reporters-added {
  clear: both;
}

.mg-sr-block {
  padding: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .mg-sr-block {
    position: relative;
    padding-bottom: 10px;
  }
}

.mg-sr-name {
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .mg-sr-name {
    font-size: 16px;
    font-size: 1rem;
    float: none;
    padding-left: 35px;
  }
}

.mg-sr-right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .mg-sr-right {
    float: none;
    padding-left: 35px;
  }
}

.mg-sr-mail {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  float: left;
  margin-right: 25px;
  line-height: 2;
}
.mg-sr-mail:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .mg-sr-mail {
    font-size: 16px;
    font-size: 1rem;
    float: none;
  }
}

.mg-sr-address {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .mg-sr-address {
    font-size: 16px;
    font-size: 1rem;
    float: none;
    line-height: 1.6;
  }
}

.mg-sr-remove {
  float: left;
  line-height: 2.2;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: block;
}
.mg-sr-remove img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mg-sr-remove {
    position: absolute;
    top: 10px;
    left: 0;
  }
}

.mg-h1 {
  padding: 60px 40px 40px;
  border-bottom: 1px solid #E5E6E6;
  font-family: "ProximaNova-Regular";
  font-size: 30px;
  font-size: 1.875rem;
}
.mg-h1 img {
  max-width: 44px;
  max-height: 44px;
  width: 100%;
  margin-right: 35px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .mg-h1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 15px 20px;
  }
  .mg-h1 img {
    max-width: 32px;
    max-height: 32px;
    margin-right: 20px;
  }
}

.mg-add-sp-container {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.mg-add-sp-container .mg-field {
  padding: 40px 40px 20px;
  border-bottom: 1px solid #E5E6E6;
  float: none;
}
.mg-add-sp-container .mg-field label {
  left: 55px;
  top: 57px;
}
@media only screen and (max-width: 767px) {
  .mg-add-sp-container .mg-field {
    padding: 30px 15px 15px;
  }
  .mg-add-sp-container .mg-field label {
    left: 30px;
    top: 47px;
  }
}

.mg-go-back {
  width: 235px;
  float: right;
  margin: 50px 40px 40px;
}
.mg-go-back .button {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mg-go-back {
    float: none;
    margin: 15px 0 0;
    width: 100%;
  }
  .mg-go-back .button {
    background: #E5E6E6;
    color: #000;
  }
  .mg-go-back .button:hover {
    background: #d8dada;
  }
}

.mg-man-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ProximaNova-Regular";
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mg-man-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 35px;
  }
}

.mg-manually-add-sp {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .mg-manually-add-sp {
    padding: 30px 15px;
  }
}

.mg-element .input {
  width: 100%;
}
.mg-element .field-label {
  display: block;
}

.mg-add-element .field-label {
  display: block;
}
.mg-add-element .input {
  width: -webkit-calc(100% - 265px);
  width: calc(100% - 265px);
  margin-right: 30px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .mg-add-element .input {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
}
.mg-add-element .button {
  width: 235px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .mg-add-element .button {
    float: none;
    width: 100%;
  }
}

.form-file {
  margin-bottom: 50px;
}
.form-file .bootstrap-filestyle {
  display: block;
}
.form-file .bootstrap-filestyle input {
  border: 1px solid #E5E6E6;
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  padding-left: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ProximaNova-Regular";
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  cursor: auto;
  width: -webkit-calc(100% - 265px);
  width: calc(100% - 265px);
  margin-right: 30px;
  color: #000;
}
.form-file .bootstrap-filestyle input::-webkit-textarea-placeholder {
  opacity: 0.3;
}
.form-file .bootstrap-filestyle input::-moz-placeholder {
  opacity: 0.3;
}
.form-file .bootstrap-filestyle input:-ms-textarea-placeholder {
  opacity: 0.3;
}
.form-file .bootstrap-filestyle .button {
  padding-top: 22px;
  border-radius: 3px;
}
.form-file .bootstrap-filestyle .badge {
  background: #7dca26;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 5px 0;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold";
}
@media only screen and (max-width: 767px) {
  .form-file .bootstrap-filestyle input {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .form-file .input-group-btn {
    display: block;
    width: 100%;
  }
}

.mg-skillset-container {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .mg-skillset-container {
    box-shadow: none;
    margin-top: -20px;
  }
}

.mg-skillset-h3 {
  padding: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  background: #fff;
  font-family: "ProximaNova-Semibold";
  border-top: 1px solid #E5E6E6;
  border-bottom: 1px solid #E5E6E6;
}
@media only screen and (max-width: 767px) {
  .mg-skillset-h3 {
    padding: 0;
    margin-bottom: 35px;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    font-weight: normal;
    letter-spacing: 1px;
    background: none;
  }
}

.mg-skillset-inner {
  padding: 40px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .mg-skillset-inner {
    padding: 0;
  }
}

.mg-skillset-h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ProximaNova-Semibold";
  padding-bottom: 35px;
}
.mg-skillset-h4 span {
  font-family: "ProximaNova-Regular";
}
@media only screen and (max-width: 767px) {
  .mg-skillset-h4 {
    border-bottom: 1px solid #E5E6E6;
    padding: 20px 15px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
  }
  .mg-skillset-h4:before {
    content: "";
    width: 12px;
    height: 22px;
    background: url(../images/elements/arrow-calendar.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 36%;
  }
}

.mg-check-container {
  width: 46%;
  float: left;
}
.mg-check-container.w50 {
  width: 46%;
}
.mg-check-container.w50:first-of-type {
  margin-right: 8%;
}
@media only screen and (max-width: 767px) {
  .mg-check-container.w50 {
    width: 100%;
    margin: 0;
  }
}
.mg-check-container.w33 {
  width: 29%;
  margin-right: 6.5%;
}
.mg-check-container.w33:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .mg-check-container.w33 {
    width: 100%;
    margin: 0;
  }
}
.mg-check-container .checkbox-field {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mg-check-container .checkbox-field {
    margin-bottom: 20px;
  }
}
.mg-check-container .checkbox-field label {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 30px;
  font-family: "ProximaNova-Light";
}
.mg-check-container .checkbox-field label:before, .mg-check-container .checkbox-field label:after {
  left: auto;
  right: 0;
}
.mg-check-container .checkbox-field label:before {
  width: 22px;
  height: 22px;
}
.mg-check-container .checkbox-field label:after {
  width: 24px;
  height: 24px;
}

.mg-check-inner {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mg-check-inner {
    padding: 30px 15px 50px;
    border-bottom: 1px solid #E5E6E6;
  }
}

.mg-add-cp-button-container {
  padding: 45px 40px;
  background: #ededed;
}
.mg-add-cp-button-container .button {
  float: right;
  width: 235px;
}
@media only screen and (max-width: 767px) {
  .mg-add-cp-button-container {
    background: none;
    padding: 30px 0;
  }
  .mg-add-cp-button-container .button {
    float: none;
    width: 100%;
  }
}

.ag-dep-rates {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  overflow: auto;
}

.dep-rates-table {
  width: 100%;
  table-layout: fixed;
  min-width: 880px;
}
.dep-rates-table th, .dep-rates-table td {
  text-align: center;
  border: 1px solid #E5E6E6;
}
.dep-rates-table th {
  padding: 35px 15px;
  font-family: "ProximaNova-Bold";
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
.dep-rates-table td {
  padding: 25px 15px;
  font-size: 16px;
  font-size: 1rem;
}
.dep-rates-table tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

.account-container {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .account-container {
    padding: 30px 15px;
  }
}

.account-checkbox-container {
  padding: 20px 0;
}
@media only screen and (max-width: 1199px) {
  .account-checkbox-container {
    padding: 0;
  }
  .account-checkbox-container .lawyer-checkbox-text {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .account-checkbox-container {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .account-check-container {
    display: block;
  }
}

.button.account-save {
  width: 235px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .button.account-save {
    width: 100%;
    float: none;
  }
}

.account-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.account-img img {
  width: 100%;
}

.account-file {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .account-file {
    width: 100%;
  }
}

.account-payment-section {
  margin-top: -70px;
}

.account-payment-container {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.account-payment-container .court-payment {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .account-payment-container .court-payment {
    padding: 0 15px;
  }
  .account-payment-container .court-payment .payment-dropdown {
    margin-top: 15px;
  }
}
.account-payment-container .payment-methods {
  margin: 0;
}
.account-payment-container .payment-methods > li {
  border-right: 0;
  border-left: 0;
}
.account-payment-container .payment-methods > li:last-of-type {
  border-bottom: 0;
}

h3.account-payment-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ProximaNova-Regular";
  padding: 40px;
  text-transform: none;
  letter-spacing: 0;
  border-top: 1px solid #E5E6E6;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  h3.account-payment-h3 {
    border-bottom: 1px solid #E5E6E6;
    padding: 20px 15px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "AvenirNext-DemiBold";
    position: relative;
    cursor: pointer;
  }
  h3.account-payment-h3:before {
    content: "";
    width: 12px;
    height: 22px;
    background: url(../images/elements/arrow-calendar.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 36%;
  }
}

.account-invoice-container {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .account-invoice-container {
    box-shadow: none;
    position: relative;
  }
}

.account-invoice-section {
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .account-invoice-section {
    margin-top: 0;
  }
}

h3.account-invoice-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ProximaNova-Regular";
  padding: 60px 40px;
  text-transform: none;
  letter-spacing: 0;
  border-top: 1px solid #E5E6E6;
  border-bottom: 1px solid #E5E6E6;
  margin: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  h3.account-invoice-h3 {
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-family: "ProximaNova-Semibold";
    margin-bottom: 30px;
  }
}

.account-invoice-buttons {
  float: right;
  padding: 42px 20px 0;
}
.account-invoice-buttons .button {
  width: 235px;
  margin-right: 20px;
}
.account-invoice-buttons .button.light-grey {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 22px;
}
@media only screen and (max-width: 991px) {
  .account-invoice-buttons .button {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .account-invoice-buttons .button {
    margin: 0 0 15px;
    width: 100%;
  }
}
.account-invoice-buttons > * {
  float: left;
}
@media only screen and (max-width: 767px) {
  .account-invoice-buttons > * {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .account-invoice-buttons {
    width: 100%;
    float: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 20px 15px;
    margin-top: -1px;
    position: relative;
    background: #fff;
  }
}
.account-invoice-buttons .form-file {
  margin-bottom: 0;
}

.today-events-container.account-invoice-block {
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .today-events-container.account-invoice-block {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}
.today-events-container.account-invoice-block .te-agency-name {
  width: 244px;
}
@media only screen and (max-width: 1199px) {
  .today-events-container.account-invoice-block .te-agency-name {
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block .te-agency-name {
    float: none;
    text-align: center;
  }
}
.today-events-container.account-invoice-block .ntf-left {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block .ntf-left {
    text-align: center;
    margin-bottom: 10px;
  }
}
.today-events-container.account-invoice-block .acc-invoice-number {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ProximaNova-Regular";
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block .acc-invoice-number {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block .ntf-name-img {
    float: none;
    margin: 0 0 20px;
  }
}
.today-events-container.account-invoice-block .ntf-right {
  right: 40px;
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block .ntf-right {
    width: auto;
  }
}
.today-events-container.account-invoice-block .gallery-cell {
  padding: 55px 40px;
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block .gallery-cell {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .today-events-container.account-invoice-block .gallery-cell {
    padding-bottom: 50px;
  }
}
.today-events-container.account-invoice-block .tea-center {
  padding-top: 12px;
  width: auto;
}
@media only screen and (max-width: 1199px) {
  .today-events-container.account-invoice-block .tea-center {
    text-align: left;
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .today-events-container.account-invoice-block .tea-center {
    float: none;
    text-align: center;
  }
}

.account-invoice-price {
  font-size: 32px;
  font-size: 2rem;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .account-invoice-price {
    text-align: center;
  }
}

.acc-info-rate-section {
  margin-top: -70px;
}

.acc-info-rate-container {
  background: #fff;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.15);
  position: relative;
}

h3.account-info-rate-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ProximaNova-Regular";
  padding: 60px 40px;
  text-transform: none;
  letter-spacing: 0;
  border-top: 1px solid #E5E6E6;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  h3.account-info-rate-h3 {
    padding: 40px 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3.account-info-rate-h3 {
    padding: 20px 15px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "AvenirNext-DemiBold";
    position: relative;
    cursor: pointer;
  }
  h3.account-info-rate-h3:before {
    content: "";
    width: 12px;
    height: 22px;
    background: url(../images/elements/arrow-calendar.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 36%;
  }
}

.acc-info-rates {
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (max-width: 1199px) {
  .acc-info-rates {
    position: static;
    background: #fff;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acc-info-rates {
    padding: 0 15px;
  }
}

.acc-info-rates-switcher {
  width: 34px;
  height: 34px;
  background: url(../images/elements/icon-rate.svg) no-repeat;
  background-size: contain;
  float: left;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.acc-info-rates-switcher:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .acc-info-rates-switcher {
    float: none;
    margin: 30px auto;
  }
}

.acc-info-rates-inner {
  float: left;
  width: 870px;
}
@media only screen and (max-width: 1199px) {
  .acc-info-rates-inner {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .acc-info-rates-inner {
    width: 100%;
    float: none;
  }
}

.acc-info-rates-block {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "ProximaNova-Regular";
  border-right: 1px solid #E5E6E6;
}
.acc-info-rates-block:last-of-type {
  border-right: 0;
}
@media only screen and (max-width: 991px) {
  .acc-info-rates-block {
    width: 50%;
    margin-bottom: 20px;
  }
  .acc-info-rates-block:nth-of-type(even) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .acc-info-rates-block {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
  }
}
.acc-info-rates-block input {
  border: 0;
  width: 98px;
  text-align: right;
  display: inline-block;
  border-bottom: 2px solid #7dca26;
  line-height: 1;
  -webkit-animation: price-input 0.8s linear infinite;
          animation: price-input 0.8s linear infinite;
}
.acc-info-rates-block input[disabled] {
  background: #fff;
  border-bottom: 2px solid transparent;
  -webkit-animation: none;
          animation: none;
}
.acc-info-rates-block span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

@-webkit-keyframes price-input {
  0% {
    border-bottom: 2px solid transparent;
  }
  50% {
    border-bottom: 2px solid #7dca26;
  }
  100% {
    border-bottom: 2px solid transparent;
  }
}

@keyframes price-input {
  0% {
    border-bottom: 2px solid transparent;
  }
  50% {
    border-bottom: 2px solid #7dca26;
  }
  100% {
    border-bottom: 2px solid transparent;
  }
}
.acc-tabs-wrapper {
  background: #fff;
  border-top: 1px solid #E5E6E6;
}
.acc-tabs-wrapper .mg-skillset-h3, .acc-tabs-wrapper .account-invoice-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ProximaNova-Regular";
  padding: 60px 40px;
  text-transform: none;
  letter-spacing: 0;
  border-top: 1px solid #E5E6E6;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .acc-tabs-wrapper .mg-skillset-h3, .acc-tabs-wrapper .account-invoice-h3 {
    padding: 30px 15px;
  }
}

.acc-inf-tabs-controls {
  border-bottom: 0;
  padding: 60px 15px;
  margin: 0 auto;
  width: 460px;
}
@media only screen and (max-width: 767px) {
  .acc-inf-tabs-controls {
    float: none;
    width: 100%;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .acc-inf-tabs-controls li {
    width: 50%;
    height: 45px;
  }
}
.acc-inf-tabs-controls li a {
  width: 215px;
  height: 60px;
  border-radius: 0;
  border: 1px solid #E5E6E6;
  border-right: 0;
  margin: 0;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  padding: 18px;
}
.acc-inf-tabs-controls li a:focus {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .acc-inf-tabs-controls li a {
    height: 45px;
    width: 100%;
    padding: 12px;
  }
}
.acc-inf-tabs-controls li.active a {
  background: #E5E6E6;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #000;
}
.acc-inf-tabs-controls li.active a:hover, .acc-inf-tabs-controls li.active a:focus {
  background: #E5E6E6;
  color: #000;
}
.acc-inf-tabs-controls li:last-of-type a {
  border-right: 1px solid #E5E6E6;
}

.modal.modal-centered .modal-dialog {
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  top: 50%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .modal.modal-centered .modal-dialog {
    top: 0;
    -webkit-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}
.modal.modal-centered.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .modal.modal-centered.in .modal-dialog {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.modal {
  z-index: 9999;
}

.modal.modal-custom .modal-dialog {
  width: 100%;
  max-width: 800px;
}
.modal.modal-custom .modal-header {
  border-bottom: none;
  text-align: center;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .modal.modal-custom .modal-header {
    padding: 20px 15px;
  }
}
.modal.modal-custom .modal-footer {
  border-top: none;
  padding: 0 60px 60px;
}
.modal.modal-custom .modal-footer .button {
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal.modal-custom .modal-footer {
    padding: 0 15px 30px;
  }
}
.modal.modal-custom .modal-body {
  padding: 0 60px 20px;
}
@media only screen and (max-width: 767px) {
  .modal.modal-custom .modal-body {
    padding: 0 15px 20px;
  }
}
.modal.modal-custom .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.modal.modal-custom .modal-content .close {
  width: 35px;
  height: 35px;
  background-color: #bdbbbc;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  font-size: 35px;
  font-size: 2.1875rem;
}
.modal.modal-custom h4.modal-title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .modal.modal-custom h4.modal-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 50px;
  }
}

.modal-rating {
  margin-top: 10px;
}
.modal-rating img {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .modal-rating img {
    width: 24px;
    height: 24px;
    margin: 0 1px;
  }
}

.rating-modal-textarea {
  height: 260px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rating-modal-textarea {
    height: 150px;
  }
}

.member-modal-text {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.3;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .member-modal-text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.member-modal-h5 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 30px;
}

.book-step-heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 3px;
  opacity: 0.18;
}
@media only screen and (max-width: 767px) {
  .book-step-heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .book-step-heading span {
    width: -webkit-calc(100% - 44px);
    width: calc(100% - 44px);
    display: inline-block;
    vertical-align: middle;
  }
}
.book-step-heading.active {
  opacity: 1;
}
.book-step-heading.active .book-step-number {
  background: #7dca26;
}
@media only screen and (max-width: 1199px) {
  .book-step-heading.active {
    margin-bottom: 20px;
    float: none !important;
  }
}
.book-step-heading.finished {
  opacity: 1;
}
.book-step-heading.finished .book-step-number {
  background: #E5E6E6;
}
.book-step-heading.finished .book-step-number:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E5E6E6 url(../images/elements/icon-check.svg) no-repeat center center;
  background-size: 29px 22px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .book-step-heading.finished .book-step-number:after {
    background: #E5E6E6 url(../images/elements/icon-check.svg) no-repeat center center;
    background-size: 15px 13px;
  }
}

.book-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2a2a2a;
  color: #fff;
  font-family: "AvenirNext-DemiBold";
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .book-step-number {
    width: 34px;
    height: 34px;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 10px;
    padding: 6px 0;
  }
}

.book-add-others-container {
  background: #fff;
  padding: 65px 40px 40px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #E5E6E6;
}
@media only screen and (max-width: 767px) {
  .book-add-others-container {
    padding: 20px 10px;
  }
}

.bp-add-other-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .bp-add-other-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.bp-add-other-field {
  position: relative;
}
.bp-add-other-field label {
  width: 24px;
  height: 24px;
  background: url(../images/elements/icon-search-grey.svg);
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 18px;
}
.bp-add-other-field .input {
  padding-left: 60px;
  text-overflow: ellipsis;
}
.bp-add-other-field .input::-webkit-input-placeholder {
  opacity: 1;
}
.bp-add-other-field .input::-moz-placeholder {
  opacity: 1;
}
.bp-add-other-field .input:-ms-input-placeholder {
  opacity: 1;
}

.book-step-container {
  padding: 35px 40px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #E5E6E6;
}
@media only screen and (max-width: 767px) {
  .book-step-container {
    padding: 20px 10px;
  }
}

.bp-choosed-time {
  float: right;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .bp-choosed-time {
    float: none;
    text-align: center;
  }
}

.bp-details-time {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .bp-details-time {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.button.bp-badge {
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding-top: 16px;
  width: 120px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.button.bp-badge:hover {
  background: #7dca26;
}
@media only screen and (max-width: 767px) {
  .button.bp-badge {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.book-step-inner {
  padding: 30px 0 30px 90px;
}
.book-step-inner textarea.input {
  padding: 17px 25px;
  min-height: 60px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .book-step-inner {
    padding: 10px 0;
  }
}
.book-step-inner .form-file {
  max-width: 175px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
}
.book-step-inner .form-file .button.light-grey {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 14px;
}
@media only screen and (max-width: 767px) {
  .book-step-inner .form-file {
    max-width: 100%;
  }
}
.book-step-inner .pur-item-wrapper {
  border: 2px solid #E5E6E6;
  box-shadow: none;
  width: 330px;
}
@media only screen and (max-width: 1199px) {
  .book-step-inner .pur-item-wrapper {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .book-step-inner .pur-item-wrapper {
    width: 270px;
  }
}

.book-file-text {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .book-file-text {
    margin-top: 10px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .book-file-text {
    margin-bottom: 20px;
  }
}

.book-en-ev-button {
  float: right;
  max-width: 175px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .book-en-ev-button {
    float: none;
    max-width: 100%;
  }
}

.bp-entered-deposition {
  float: right;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .bp-entered-deposition {
    float: none;
    text-align: left;
    margin: 20px 0 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .bp-entered-deposition {
    margin-left: 0;
  }
}

.bp-ent-depo-name {
  font-family: "AvenirNext-DemiBold";
  margin-bottom: 5px;
}

.bp-reporter-search {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .bp-reporter-search {
    width: 100%;
  }
}

.bp-reporter-text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.bp-selected-reporter {
  float: right;
  margin-top: -6px;
}
.bp-selected-reporter .rating {
  vertical-align: middle;
  margin-top: -9px;
}
.bp-selected-reporter .rating img {
  width: 32px;
  height: 32px;
  margin: 0 1px;
}
@media only screen and (max-width: 991px) {
  .bp-selected-reporter .rating img {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .bp-selected-reporter .rating {
    margin-top: -15px;
    width: 100%;
  }
  .bp-selected-reporter .rating img {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .bp-selected-reporter {
    float: none;
    margin: 20px 0 20px 90px;
  }
}
@media only screen and (max-width: 767px) {
  .bp-selected-reporter {
    margin: 20px 0;
  }
}

.bp-reporter-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.bp-reporter-photo img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 140px;
}
@media only screen and (max-width: 991px) {
  .bp-reporter-photo {
    margin-right: 10px;
  }
}

.bp-sel-reporter-text {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .bp-sel-reporter-text {
    width: 180px;
  }
}

.bp-reporter-name {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "AvenirNext-Medium";
  margin-right: 25px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .bp-reporter-name {
    display: block;
    font-family: "AvenirNext-DemiBold";
    margin-right: 0;
  }
}

.bp-reporter-price {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "AvenirNext-Medium";
  margin-right: 25px;
  text-transform: uppercase;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .bp-reporter-price {
    display: block;
    margin-right: 0;
  }
}

.additional-s-gallery .owl-pagination {
  margin-top: 30px;
}
.additional-s-gallery .owl-pagination .owl-page span {
  background: none;
  border: 2px solid #f2f2f2;
  opacity: 1;
  margin: 0 5px;
}
.additional-s-gallery .owl-pagination .owl-page:hover span {
  background: #7dca26;
}
.additional-s-gallery .owl-pagination .owl-page.active span {
  background: #7dca26;
  border: 2px solid #7dca26;
}

.book-step-additional {
  padding: 60px 40px 30px;
  border-top: 1px solid #E5E6E6;
  border-bottom: 1px solid #E5E6E6;
  margin: 40px -40px 0;
}
@media only screen and (max-width: 767px) {
  .book-step-additional {
    padding: 30px 40px 20px;
  }
}

.service-cell {
  border: 1px solid #E5E6E6;
  text-align: center;
  margin: 0 3% 2px;
}
.service-cell.checked {
  background: rgba(125, 202, 38, 0.1);
}
.service-cell.checked .service-add-button {
  cursor: pointer;
}
.service-cell.checked .service-add-button:before {
  content: "Remove";
}

.service-cell-top {
  padding: 50px 15px 45px;
  border-bottom: 1px solid #E5E6E6;
}
.service-cell-top img {
  max-height: 112px;
  margin-bottom: 30px;
}

.service-h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "AvenirNext-DemiBold";
}

.service-cell-bottom {
  padding: 40px 25px;
}
.service-cell-bottom p {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 25px;
}
.service-cell-bottom .service-add-button {
  cursor: pointer;
}
.service-cell-bottom .service-add-button:before {
  content: "Add";
}

.book-rep-button {
  margin: 50px 10px 20px;
}
@media only screen and (max-width: 767px) {
  .book-rep-button {
    margin: 30px 0 10px;
  }
}
.book-rep-button .button {
  width: 250px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .book-rep-button .button {
    width: 100%;
  }
}

.calendar-container {
  border: 1px solid #E5E6E6;
}
.calendar-container .ep-calendar-body-wrapper {
  overflow: auto;
}
