@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy');
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #231f20;
  font-weight: 300;
  line-height: 27px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
a:focus,
img:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
a {
  color: #1b233f;
}
a:hover,
a:focus {
  color: #d9a93e;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b233f;
  font-weight: normal;
}
h1 {
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 21px;
  line-height: 32px;
  font-size: 32px;
}
h2 {
  font-size: 23px;
  margin: 0 0 15px;
}
h3 {
  font-size: 19px;
  margin: 0 0 15px 0;
}
h4 {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.contact-page-left h1.fl-heading {
  padding-bottom: 10px;
  margin-bottom: 21px !important;
}
.contact-page-left h1.fl-heading span {
  padding-bottom: 0 !important;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
li {
  margin-bottom: 10px;
}
.how-it-work h2,
.home-section1 h2 {
  font-size: 30px;
}
.header .sign-login-link {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header .sign-login-link li {
  list-style: none;
  display: inline-block;
  padding: 0 11px 0 7px;
  line-height: 12px;
  position: relative;
}
.header .sign-login-link li a {
  color: #231f20;
  text-decoration: none;
  font-weight: 400;
}
.header .sign-login-link li a:hover,
.header .sign-login-link li a:focus {
  text-decoration: none;
}
.header .sign-login-link li:after {
  background: #231f20;
  height: 10px;
  width: 1px;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -5px;
  position: absolute;
}
.header .sign-login-link li.header-sign-up a {
  color: #fff;
  display: block;
  padding: 8px 10px;
  background: #428ecc;
  line-height: 15px;
  border: 1px solid #2f74ac;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.header .sign-login-link.remove-pipe li:last-child {
  padding-right: 0;
}
.header .sign-login-link.remove-pipe li:last-child:after {
  display: none;
}
.header .claim-btn {
  display: inline-block;
  margin: 0 12px 0 8px;
  position: relative;
}
.header .claim-btn a {
  text-decoration: none;
  display: block;
  background: #9cce35;
  font-size: 14px;
  border-radius: 0;
  padding: 8px 10px;
  line-height: 15px;
  color: #fff;
  border: 1px solid #9ca61c;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-weight: 400;
}
.header .claim-btn a:hover,
.header .claim-btn a:focus {
  text-decoration: none;
}
.header .language-section {
  display: inline-block;
  margin-left: 7px;
}
.header .language-section a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.header .language-section a:hover,
.header .language-section a:focus {
  text-decoration: none;
}
.header .search-wrap {
  position: relative;
}
.header .search-wrap #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/search.png');
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center center;
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: none;
  padding: 0;
  text-indent: -999999px;
  border-left: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.header .search-wrap #s {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  height: 44px;
  font-size: 14px;
  padding: 0 50px 0 15px;
  font-family: 'Roboto', sans-serif;
}
.header .search-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.header .search-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.header .search-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.header .search-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.header .header-right .fl-html {
  float: right;
  width: auto;
  font-size: 14px;
}
.registration-term-and-policy {
  background: #fafafa;
  border-left: 8px solid #f2f2f2;
  padding: 15px 20px;
}
.sign-up-with-fields {
  font-weight: 400;
  margin-bottom: 10px;
}
.header-menu .menu {
  border-left: 1px solid #2b3f4a !important;
  border-right: 1px solid #4f636e !important;
}
.header-menu .menu li {
  border-left: 1px solid #4f636e !important;
  border-right: 1px solid #2b3f4a !important;
}
.header-menu .menu li a {
  font-weight: 400;
}
.advi-claim-frm {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px 30px 30px;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  max-width: 800px;
  margin: 0 auto;
}
.advi-claim-frm ul {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.advi-claim-frm ul li {
  list-style: none;
  width: 50%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px 0;
}
.advi-claim-frm ul li label {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.advi-claim-frm ul li label.error {
  font-size: 14px;
}
.advi-claim-frm ul li input {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 5px 12px;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.advi-claim-frm ul li input:focus {
  border: 1px solid #1b233f;
}
.advi-claim-frm .claim-submit {
  text-align: center;
  padding-top: 10px;
}
.advi-claim-frm .claim-submit input {
  background: #1b233f;
  border: 1px solid #1b233f;
  color: #fff;
  cursor: pointer;
  height: auto;
  padding: 12px 24px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.advi-claim-frm .claim-submit input:hover,
.advi-claim-frm .claim-submit input:focus {
  background: #d9a93e;
  border: 1px solid #cd9d32;
  color: #fff;
}
#advisor_profile_message .message {
  background-color: #fff8e5;
  border: none;
  border-left: 4px solid #ffba00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 0;
  padding: 11px 15px;
  text-align: left;
}
#advisor_profile_message .message a {
  font-weight: 400;
}
#advisor_profile_message .notice-success-frontend {
  margin: 0;
}
#advisor_profile_message .loading-img {
  margin: 0;
  text-align: center;
  border: none;
}
#advisor_profile_message .loading-img img {
  display: inline-block;
  float: none;
  width: auto;
  border: none;
}
#advisor_profile_message .loading-img:after,
#advisor_profile_message .loading-img:before {
  display: none;
}
.middle-section-style {
  text-align: center;
}
.middle-section-style .fl-rich-text {
  max-width: 610px;
  margin: 0 auto;
}
.middle-section-style .fl-rich-text p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 24px;
}
.middle-section-style .fl-rich-text h2 {
  margin-bottom: 5px;
}
.home-section1 .fl-post-column {
  padding-bottom: 0 !important;
}
.home-section1 .fl-photo-content img {
  border: 1px solid #e5e5e5;
}
.home-section1 .fl-post-grid-post .fl-post-grid-image img {
  display: block;
  width: 100%;
}
.home-section1 .fl-post-grid-post .fl-post-grid-text {
  padding: 17px 15px 19px;
}
.home-section1 .fl-post-grid-post .fl-post-grid-text .fl-post-grid-content p {
  display: inline;
  margin-right: 5px;
  font-weight: 300;
  font-size: 16px;
}
.home-section1 .fl-post-grid-post .fl-post-grid-text .fl-post-grid-content .fl-post-grid-more {
  display: inline;
  font-weight: 300;
}
.home-section1 .fl-post-grid-post .fl-post-grid-text .fl-post-grid-title {
  font-size: 20px;
}
.home-section1 iframe {
  height: 248px !important;
  width: 100% !important;
}
.home-section1 p {
  margin: 0;
  line-height: 22px;
}
.center-description .fl-rich-text {
  text-align: center;
}
.center-description .fl-rich-text h2 {
  margin-bottom: 7px;
}
.center-description .fl-rich-text p {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}
.search-section .search-section-form {
  margin: 0 -7.5px;
  padding: 0;
  text-align: center;
}
.search-section .search-section-form > li {
  list-style: none;
  display: inline-block;
  padding: 0 7.4px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  margin-bottom: 0px;
}
.search-section .search-section-form > li label {
  display: block;
  color: #fff;
  margin-top: 3px;
  font-weight: 300;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
}
.search-section .search-section-form > li .search-field {
  width: 100%;
  height: 38px;
  padding: 5px 12px;
  border: none;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  font-size: 14px;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.search-section .search-section-form > li .search-field:focus {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.search-section .search-section-form > li ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.search-section .search-section-form > li ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.search-section .search-section-form > li :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.search-section .search-section-form > li :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.search-section .search-section-form > li select.search-field {
  background: #ffffff url('../images/drop-icon.png');
  background-repeat: no-repeat;
  background-position: right center;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-right: 35px;
}
.search-section .search-section-form > li .search-btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  border: none;
  height: 38px;
  background: #1b233f;
  border: 1px solid #1b233f;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.search-section .search-section-form > li .search-btn:hover {
  background: #d9a93e !important;
  border-color: #d9a93e !important;
}
.search-section .search-section-form > li .search-field:focus,
.search-section .search-section-form > li select.search-field:focus,
.search-section .search-section-form > li .search-btn:focus {
  outline: none;
}
.search-section .search-section-form > li .select2-container--default .select2-selection--single {
  background: #fff;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 38px;
  padding: 5px 12px;
  width: 100%;
  text-align: left;
}
.search-section .search-section-form > li .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 8px;
}
.search-section .search-section-form > li .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.search-section .search-section-form span.required {
  position: absolute;
  top: 0;
  right: 15px;
  color: #FF0000;
}
.search-section .search-section-form li.label-field1,
.search-section .search-section-form li.label-field2 {
  padding-top: 6px;
}
.search-section .search-section-form li.search-section-w1 {
  width: 19.4%;
}
.search-section .search-section-form li.search-section-w2 .search-btn {
  padding-right: 12px;
  padding-left: 12px;
}
.search-section .search-section-form li.label-field1 {
  white-space: nowrap;
}
.search-section .search-section-form.main-form > li {
  flex: 1 auto;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0 !important;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.select2-container--open .select2-dropdown--below:after {
  height: 5px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
}
.select2-container--open .select2-dropdown--above {
  border-radius: 0 !important;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.select2-container--open .select2-dropdown--above:after {
  height: 5px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
}
.select2-results__option {
  line-height: normal;
}
label.error {
  font-size: 14px;
  color: red;
  font-weight: 400;
}
.tml .input.error,
.tml select.error {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.tml .select.error {
  background: #ffffff url("../images/drop-icon.png") no-repeat scroll right center;
}
label#terms_conditions-error,
label#privacy_policy-error {
  position: absolute;
  top: -2px;
  left: 322px;
}
.search-section-left {
  float: left;
  /* width:92%; */
  width: 100%;
  padding-top: 15px;
}
.trusted-partner-logo {
  float: right;
  width: 6%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.row {
  margin: 0 -15px;
}
.column-10 {
  float: left;
  width: 72%;
  padding-right: 15px;
  padding-left: 15px;
}
.column-2 {
  float: right;
  width: 28%;
  padding-left: 15px;
  padding-right: 15px;
}
.search-result-main.rate-an-advisor-main .ads-container {
  padding-top: 0;
}
.form-title-tag {
  text-align: center;
  font-size: 33px;
  line-height: 1.4em;
  border: none;
  padding-bottom: 20px;
  font-weight: 300;
  color: #1b233f;
}
.form-align-center.section-background-color {
  background: none;
  padding-top: 30px;
  padding-bottom: 0;
  border: none;
}
.form-align-center.section-background-color .search-section-left .search-section-form {
  text-align: center;
}
.page-id-72 .flywheelsites-search-section .search-section-left {
  padding-top: 10px;
}
.pagination-review-an-advisor {
  margin-bottom: 25px;
}
.pagination-review-an-advisor:empty {
  display: none;
}
.search-result-main {
  margin: 0 -15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search-result-main .search-result-left {
  float: left;
  width: 72%;
  padding-right: 15px;
  padding-left: 15px;
}
.search-result-main .search-result-left .search-result-listing {
  padding: 0;
  margin: 0;
}
.search-result-main .search-result-left .search-result-listing > li {
  list-style: none;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row {
  margin: 0 0 25px 0;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  display: table;
  width: 100%;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
  display: table-cell;
  vertical-align: middle;
  width: 68%;
  padding: 15px 20px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left .search-result-row-top {
  margin: 0 0 7px 0;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left .search-result-row-top h3 {
  margin: 0;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left .search-result-row-top h3 a {
  color: #1b233f;
  font-weight: 400;
  text-decoration: none;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left .search-result-row-top h3 a:hover {
  color: #d9a93e;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left .search-result-row-top .ratings {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  color: #FEBF00;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left .search-result-row-top .ratings i {
  margin-right: 0px;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left .search-result-row-top .review-count {
  margin-left: 3px;
  font-size: 11px;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-left p {
  margin: 0 0 7px 0;
  color: #3b4f5a;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
  display: table-cell;
  vertical-align: middle;
  width: 32%;
  border-left: 1px solid #eaeaea;
  background: #fbfbfb;
  padding: 15px 20px;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right ul {
  margin: 0;
  padding: 0;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right ul li {
  list-style: none;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right ul li a {
  text-decoration: none;
  font-weight: 400;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right ul li i {
  width: 16px;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right ul li i.fa.fa-star {
  margin-left: -1px;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right ul li:last-child {
  margin-bottom: 0;
}
.search-result-main .search-result-left .search-result-listing > li .search-result-row-right .rate-advisor {
  text-decoration: none;
  display: block;
  background: #d9a93e;
  font-size: 14px;
  border-radius: 0;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #c09025;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
.search-result-main .search-result-left .search-result-listing > li:last-child .search-result-row {
  margin-bottom: 0;
}
.search-result-main .search-result-left .search-result-listing > li.active .search-result-row {
  background: #fffaee;
}
.search-result-main .search-result-left .search-result-listing > li.active .search-result-row-right {
  background: #fffcf5;
}
.search-result-main .search-result-left .search-result-listing > li.click-active .search-result-row {
  background: #fffaee;
}
.search-result-main .search-result-left .search-result-listing > li.click-active .search-result-row-right {
  background: #fffcf5;
}
.search-result-main .search-result-left .address {
  margin: 0 0 0px 0;
  position: relative;
  padding-left: 16px;
  line-height: 22px;
  color: #3b4f5a;
}
.search-result-main .search-result-left .address i {
  position: absolute;
  left: 0;
  top: 5px;
}
.search-result-main .search-result-left .ph-number {
  margin: 0 0 10px 0;
  color: #3b4f5a;
  line-height: normal;
  font-weight: 400;
  font-size: 14px;
}
.search-result-main .search-result-left .ph-number i {
  width: 16px;
}
.search-result-main .search-result-right {
  float: right;
  width: 28%;
  padding-left: 15px;
  padding-right: 15px;
}
.search-result-main .search-result-right .search-result-map {
  margin: 0;
}
.search-result-main .search-result-right .search-result-map iframe {
  width: 100%;
  height: 264px;
}
.page-header,
.widgettitle,
h1,
.right-box-style h3 {
  font-size: 2em;
  line-height: 35px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 15px;
  color: #d9a93e;
}
.page-header span.yellow,
.widgettitle span.yellow,
h1 span.yellow,
.right-box-style h3 span.yellow {
  color: #1b233f;
  font-weight: 300;
}
.page-header::after,
.widgettitle::after,
h1::after,
.right-box-style h3::after {
  width: 70px;
  height: 1px;
  background-color: #1b233f;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
.right-box-style h3 {
  font-size: 22px;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.resources-left .fl-module-heading h1.fl-heading {
  margin-bottom: 15px !important;
}
.search-result-main .page-header.sub-heading {
  color: #1b233f;
  padding-bottom: 13px;
}
.search-result-main .show-search-results .search-result-left h1.page-header {
  color: #1b233f;
}
.comment-1-col.all-ratings-bottom.clearfix strong,
.comment-1-col.all-ratings-bottom.clearfix p {
  display: inline;
  width: auto;
}
.show-search-results .search-result-left {
  width: 100%;
  float: none;
  margin-top: 30px;
  padding: 0;
}
.show-search-results .loading-img.loading-img1 {
  margin-bottom: 25px;
}
.show-search-results .notice-frontend {
  margin-left: 0;
  margin-bottom: 36px;
}
.rate-an-advisor-left .rate-an-advisor-description {
  margin-bottom: 24px;
}
.search-result-main .rate-an-advisor-left .search-result-left .search-result-listing > li .search-result-row {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.flywheelsites-search-section {
  padding-top: 15px;
}
.search-result-main.rate-an-advisor-main {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar-advisor .sidebar-advisor-box {
  text-align: center;
  margin: 0 0 25px 0;
}
.sidebar-advisor .sidebar-advisor-box img {
  display: inline-block;
}
.sidebar-advisor .sidebar-advisor-box a {
  text-decoration: none;
}
.sidebar-advisor .sidebar-advisor-box h3 {
  margin: 0;
  padding: 8px 5px;
  background: #1b233f;
  border: 1px solid #1b233f;
  color: #fff;
  font-size: 17px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.sidebar-advisor .sidebar-advisor-box:hover h3 {
  background: #d9a93e;
  color: #fff;
  border: 1px solid #d9a93e;
}
.search-result-left .sidebar-advisor-box {
  overflow: hidden;
}
.search-result-left .sidebar-advisor-box > div {
  display: inline-block;
}
.sub-heading .pull-right {
  float: right;
}
.sub-heading .search-section-form {
  float: right;
  margin: 0 15px 0 0;
  padding: 0;
}
.sub-heading .search-section-form li {
  list-style: none;
}
.sub-heading .search-section-form li select {
  border: none;
  border: 1px solid #e6e6e6;
  font-family: "Roboto", sans-serif;
  height: 34px;
  vertical-align: top;
  padding: 2px 25px 2px 5px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  margin: 0;
  background: #ffffff url('../images/drop-icon.png');
  background-repeat: no-repeat;
  background-position: right -5px center;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.sub-heading .search-section-form li select:focus {
  border: 1px solid #1b233f;
}
.field-tool-tip-content {
  background: #fff;
  z-index: 1;
  top: 32px;
  box-shadow: 0 0 15px rgba(48, 54, 61, 0.3);
  -moz-box-shadow: 0 0 15px rgba(48, 54, 61, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(48, 54, 61, 0.3);
  -ms-box-shadow: 0 0 15px rgba(48, 54, 61, 0.3);
  -o-box-shadow: 0 0 15px rgba(48, 54, 61, 0.3);
  color: #fff;
  display: none;
  font-size: 13px;
  right: 6px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 275px;
}
.field-tool-tip-content:before {
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #202020 transparent;
  right: 0;
  pointer-events: none;
  position: absolute;
  top: -12px;
  width: 0;
  content: "";
}
.field-tool-tip-content h4 {
  color: #fff;
  margin: 0;
  background: #202020;
  padding: 5px 10px;
  font-size: 13px;
}
.field-tool-tip-content ul {
  margin: 0;
  padding: 0;
}
.field-tool-tip-content ul li {
  list-style: none;
  padding: 5px 10px 0;
  color: #202020;
}
.field-tool-tip-content ul li:nth-child(even) {
  background: #f8f8f8;
}
.field-tool-tip-content ul li:last-child {
  padding-bottom: 5px;
}
.loading-img {
  text-align: center;
}
.loading-img1 {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #f3f3f4;
}
.loading-img1 img {
  display: block;
  width: 100%;
}
.loading-img1:before {
  background: -moz-linear-gradient(left, rgba(252, 253, 255, 0.5) 0%, rgba(252, 253, 255, 0.5600000000000001) 20%, rgba(252, 253, 255, 0.62) 40%, rgba(252, 253, 255, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(252, 253, 255, 0.5) 0%, rgba(252, 253, 255, 0.5600000000000001) 20%, rgba(252, 253, 255, 0.62) 40%, rgba(252, 253, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(252, 253, 255, 0.5) 0%, rgba(252, 253, 255, 0.5600000000000001) 20%, rgba(252, 253, 255, 0.62) 40%, rgba(252, 253, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80fcfdff', endColorstr='#ccfcfdff', GradientType=1);
  content: ' ';
  display: block;
  z-index: 10;
  height: 100%;
  position: absolute;
  width: 100%;
  animation: slide 1s linear infinite;
  -moz-animation: slide 1s linear infinite;
  -webkit-animation: slide 1s linear infinite;
  -ms-animation: slide 1s linear infinite;
  -o-animation: slide 1s linear infinite;
}
.loading-img1:after {
  height: 100%;
  position: absolute;
  right: 178px;
  top: 0px;
  width: 1px;
  background: #f3f3f4;
  content: "";
  z-index: 10;
}
.search-result-right .loading-img1:after {
  display: none;
}
.search-result-right .loading-img1 {
  margin-bottom: 22px;
}
.search-result-right .loading-img1 img {
  display: block;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(812px, 0, 0);
  }
}
.field-tool-tip-style:hover .field-tool-tip-content {
  opacity: 1;
  display: block;
}
.field-tool-tip-style {
  position: relative;
  left: 6px;
}
.fl-form-error-message {
  font-size: 16px;
  color: red;
}
.sidebar-advisor-box {
  margin: 0 0 25px;
  text-align: center;
}
.sidebar-advisor-box img {
  display: inline-block;
  border: 1px solid #eaeaea;
}
.mt25 {
  margin-top: 25px;
}
.right-side-bar-link h3 {
  font-size: 20px;
}
.right-side-bar-link h3 i {
  margin-left: 5px;
}
.right-side-bar-link ul {
  margin: 0 0 25px 0;
  padding: 0;
  border: 1px solid #e9edf2;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
}
.right-side-bar-link ul li {
  list-style: none;
  background: #fff;
  line-height: 23px;
}
.right-side-bar-link ul li a {
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
.right-side-bar-link ul li a:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 11px;
  font-size: 16px;
  color: #1b233f;
}
.right-side-bar-link ul li:nth-child(even) {
  background: #f9f9f9;
}
.right-side-bar-link ul li:last-child {
  border-bottom: none;
}
.footer-subscription h2 {
  font-size: 20px;
  font-weight: 300;
}
.footer-subscription .fl-subscribe-form {
  max-width: 600px;
  margin: 0 auto;
}
.footer-subscription .fl-subscribe-form .fl-form-field {
  padding-right: 0 !important;
}
.footer-subscription .fl-subscribe-form .fl-form-field input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 45px !important;
  font-size: 14px;
  padding: 0 15px !important;
  font-family: 'Roboto', sans-serif;
  border-radius: 0 !important;
}
.footer-subscription .fl-subscribe-form .fl-form-button .fl-button {
  width: 100%;
  border: none;
  height: 45px !important;
  line-height: 45px !important;
  background: #428ecc;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 0 15px !important;
  font-family: 'Roboto', sans-serif;
  border-radius: 0 !important;
}
.footer-subscription .fl-subscribe-form .fl-form-button .fl-button .fl-button-text {
  color: #fff;
}
.page-id-80 .footer-subscription {
  display: none;
}
.footer-bottom {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.footer-bottom .sep {
  margin: 0 5px;
}
.footer-bottom a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: none;
}
.footer-middle a {
  text-decoration: none;
}
.footer-middle a:hover {
  text-decoration: none;
}
.footer-middle .fl-module-heading h3.fl-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 0;
}
.footer-middle .fl-module-heading h3.fl-heading::after {
  width: 55px;
  background: #b2bde7;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
.footer-middle .footer-info .fl-rich-text p {
  margin: 0;
}
.footer-middle .fl-icon-wrap {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: normal;
  font-size: 14px;
}
.footer-middle .fl-icon-wrap .fl-icon {
  width: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  vertical-align: top;
  top: 3px;
  padding-left: 0;
}
.footer-middle .fl-icon-wrap .fl-icon i,
.footer-middle .fl-icon-wrap .fl-icon i:before {
  font-size: 15px !important;
}
.footer-middle .fl-icon-wrap .fl-icon-text {
  padding-left: 0;
  height: auto !important;
  vertical-align: top;
}
.footer-middle .fl-rich-text p {
  font-size: 14px;
  font-weight: 400;
}
.footer-middle .menu li {
  width: 49%;
  vertical-align: top;
  display: inline-block;
}
.footer-middle .menu li a {
  text-align: left;
  padding: 7px 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.footer-middle .menu li a:hover {
  text-decoration: none;
}
.directory-listing-top .search-result-row-top h1 {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.directory-listing-top .search-result-row-top .ratings {
  display: inline-block;
  color: #febf00;
  vertical-align: middle;
  font-size: 18px;
}
.directory-listing-top .search-result-row-top .search-result-row-top-left {
  float: left;
  width: 20%;
  padding-right: 20px;
}
.directory-listing-top .search-result-row-top .search-result-row-top-left img {
  display: block;
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 3px;
}
.directory-listing-top .search-result-row-top .search-result-row-top-right {
  float: left;
  width: 80%;
  padding-top: 11px;
  padding-left: 0;
}
.directory-listing-top .search-result-row-top .search-result-row-top-right .firm-name {
  margin: 5px 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.directory-listing-top .search-result-row-top .search-result-row-top-right .firm-name p {
  margin: 0;
}
.livespell_textarea:focus {
  outline: none;
}
#theme-my-login h2 {
  font-size: 24px;
}
.time-address {
  margin-bottom: 20px;
  padding-top: 8px;
}
.time-address .time-address-box {
  padding: 0;
  background: #f7f7f7;
}
.time-address .time-address-box h3 {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ffffff;
}
.time-address .time-address-box table {
  padding: 0;
  width: 100%;
}
.time-address .time-address-box table tr td {
  vertical-align: top;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 14px;
}
.time-address .time-address-box table tr td:first-child {
  white-space: nowrap;
  font-weight: 400;
  width: 110px;
}
.time-address .time-address-box table tr td a {
  text-decoration: none;
  color: #d9a93e;
  font-weight: 400;
}
.time-address .time-address-box table tr td a:hover {
  text-decoration: underline;
  color: #d9a93e;
}
.time-address .time-address-box table tr:nth-child(even) td {
  background: #FBFBFB;
}
.time-address .time-address-box .time-address-btn {
  padding: 15px 10px;
  background: #f7f7f7;
}
.time-address .time-address-box .time-address-btn a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
}
.time-address .time-address-box .time-address-btn a.bt1 {
  text-decoration: none;
  background: #9cce35;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #9ca61c;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.time-address .time-address-box .time-address-btn a.bt1:hover,
.time-address .time-address-box .time-address-btn a.bt1:focus {
  text-decoration: none;
}
.time-address .time-address-box .time-address-btn a.bt2 {
  padding: 5px 15px;
  background: #1b233f;
  border: 1px solid #1b233f ;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.time-address .time-address-box .time-address-btn a.bt2:hover,
.time-address .time-address-box .time-address-btn a.bt2:focus {
  background: #d9a93e;
  border-color: #d9a93e;
  text-decoration: none;
}
.time-address .time-address-left {
  float: left;
  width: 35%;
  padding-right: 15px;
}
.time-address .time-address-main {
  width: 100%;
}
.full-map {
  margin: 0 0 20px 0;
}
.full-map iframe {
  height: 350px;
  width: 100%;
}
.search-result-row-top-right-main a {
  text-decoration: none;
  position: relative;
  top: -3px;
}
.search-result-row-top-right-main a:hover,
.search-result-row-top-right-main a:focus {
  text-decoration: none;
}
.search-result-row-top-right-main a#avg-rating-container {
  cursor: default;
}
.read-reviews-small {
  margin-left: 5px;
  vertical-align: middle;
}
.read-reviews-small a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}
#advisor_watchlist_message {
  text-align: center;
}
#advisor_watchlist_message span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -8px;
}
#advisor_watchlist_message .close.btn {
  position: static;
  display: inline-block;
  background: #1b233f;
  border: 1px solid #1b233f;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0 5px;
  padding: 0 15px;
  line-height: 34px;
  width: auto;
  height: 36px;
}
#advisor_watchlist_message .remove-ok {
  position: static;
  display: inline-block;
  background: #ff5858;
  border: 1px solid #c40000;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0 5px;
  padding: 0 15px;
  line-height: 34px;
  width: auto;
  height: 36px;
  text-decoration: none;
}
#advisor_watchlist_message .my-watchlist.btn {
  display: inline-block;
  background: #9cce35;
  border: 1px solid #9ca61c;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0 15px;
  line-height: 34px;
  width: auto;
  height: 36px;
  text-decoration: none;
}
.tml-form-table.new-pass-table + h3 {
  margin-top: 15px;
  margin-bottom: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
}
ul#watchlistEntries {
  margin: 0;
  padding: 0;
  min-height: 300px;
}
ul#watchlistEntries li {
  list-style: none;
  margin: 0 0 15px 0;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  display: table;
  width: 100%;
}
ul#watchlistEntries li .left {
  width: 60%;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
ul#watchlistEntries li .left p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
ul#watchlistEntries li .right {
  text-align: center;
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
ul#watchlistEntries li .right .btn {
  background: #1b233f;
  border: 1px solid #1b233f;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 2px 9px;
  font-weight: 400;
  margin: 0 0 0 10px;
  display: inline-block;
  text-decoration: none;
}
ul#watchlistEntries li .right .btn:first-child {
  margin-left: 0;
}
ul#watchlistEntries li .right .btn:hover {
  background: #d9a93e;
  color: #fff;
  border-color: #d9a93e;
}
ul#watchlistEntries li:last-child {
  margin-bottom: 0px;
}
.read-reviews-small.with-pipe {
  position: relative;
  padding-right: 1px;
}
.read-reviews-small.with-pipe:after {
  background: #b2b2b2;
  content: "";
  height: 15px;
  position: absolute;
  right: -1px;
  top: 2px;
  width: 1px;
}
.review-section {
  background: #f6f8ff;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  margin: 0 0 20px 0;
}
.review-section h3 {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ffffff;
  min-height: 53px;
}
.review-section .review-section-left-form {
  padding: 20px 15px;
}
.review-section .review-section-left-form .review-field {
  width: 100%;
  height: 38px;
  padding: 5px 12px;
  border: none;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.review-section .review-section-left-form h2 {
  font-size: 22px;
}
.review-section .review-section-left-form h4 {
  margin: 0;
  font-size: 16px;
}
.review-section .review-section-left-form textarea.review-field {
  height: 150px;
  padding: 12px 12px;
  resize: none;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.review-section .review-section-left-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.review-section .review-section-left-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.review-section .review-section-left-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.review-section .review-section-left-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.review-section .review-section-left-form .review-field:focus {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.review-section .review-section-left-form .review-btn {
  border: none;
  padding: 8px 15px;
  background: #1b233f;
  border: 1px solid #1b233f;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.review-section .review-section-left-form .review-btn:hover,
.review-section .review-section-left-form .review-btn:focus {
  background: #d9a93e;
  border-color: #d9a93e;
  text-decoration: none;
}
.review-section .review-section-left-form .review-btn:disabled {
  background: #999;
  border: none;
  cursor: default;
}
.review-section .review-section-left {
  width: 100%;
  float: left;
}
.review-section .review-section-left h3 {
  position: relative;
}
.review-section .review-section-left h3:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
  border: 2px solid #428ecc;
  background: #fff;
  color: #428ecc;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 33px;
  text-indent: 2px;
  border-radius: 50%;
  font-size: 15px;
  display: none;
  vertical-align: middle;
}
.review-section .review-section-right {
  width: 30%;
  float: left;
  background: #f3fdfd;
}
.review-section .review-section-right table {
  width: 100%;
  padding: 15px 0;
}
.review-section .review-section-right table tr td {
  padding: 5px 15px;
  vertical-align: top;
  font-size: 14px;
}
.review-section .review-section-right table tr td ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.review-section .review-section-right table tr td ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.review-section .review-section-right table tr td ul li a {
  color: #ccc;
  opacity: 0.6;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.review-section .review-section-right table tr td ul li a:hover {
  text-decoration: none;
  opacity: 1;
  color: #febf00;
}
.review-section .review-section-right table tr td:first-child {
  font-weight: 400;
}
.review-section .review-section-right table tr:nth-child(even) td {
  background: #e7f9fa;
}
.user-pro-page-top {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.user-pro-page-bottom .user-pro-page-bottom-left {
  width: 72%;
  float: left;
  padding-right: 15px;
}
.user-pro-page-bottom .user-pro-page-bottom-left p {
  margin: 0 0 15px 0;
}
.user-pro-page-bottom .user-pro-page-bottom-right {
  width: 28%;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}
.ratings-min-max-column {
  margin-bottom: 20px;
}
.all-ratings {
  margin: 0 0 20px 0;
}
.all-ratings > ul {
  margin: 0;
  padding: 0;
}
.all-ratings > ul > li {
  list-style: none;
  width: 100%;
  margin: 0 0 20px 0;
}
.all-ratings > ul > li .all-ratings-bottom {
  padding: 15px 15px 15px 60px;
}
.all-ratings > ul > li .all-ratings-bottom p {
  margin: 0 0 5px 0;
}
.all-ratings > ul > li .all-ratings-bottom .comment-tags {
  padding-bottom: 0;
  padding-top: 5px;
}
.all-ratings > ul > li .all-ratings-bottom .comment-tags span {
  display: inline-block;
  background: #3b4f5a;
  color: #FFF;
  padding: 0 10px 0 28px;
  font-size: 13px;
  border-radius: 2px;
  position: relative;
  margin: 0 0 7px 0;
  font-weight: 400;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  margin: 0 5px 3px 0;
}
.all-ratings > ul > li .all-ratings-bottom .comment-tags span:before {
  content: "\f02b";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 15px;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.all-ratings > ul > li .all-ratings-bottom .comment-tags span:last-child {
  margin-bottom: 0;
}
.all-ratings > ul > li .comment-flags {
  background: #f2f2f2;
  padding: 12px 49px;
}
.all-ratings > ul > li .comment-flags a {
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}
.all-ratings > ul > li .comment-flags a.flag_comment {
  color: red;
}
.all-ratings > ul > li .comment-flags a.helpful_comment {
  color: green;
}
.all-ratings > ul > li .all-ratings-top {
  padding: 15px;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col1 {
  display: inline-block;
  margin-right: 15px;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col1 i {
  border: 2px solid #428ecc;
  background: #fff;
  color: #428ecc;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 20px;
  font-size: 17px;
  border-radius: 50%;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col2 {
  display: inline-block;
  margin-right: 4px;
  font-weight: 400;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col2 .review_author {
  font-style: italic;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col3 {
  display: inline-block;
  margin-right: 15px 15px 14px 15px;
  font-weight: 400;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col4 {
  float: right;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col4 ul {
  margin: 0;
  padding: 0;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col4 ul li {
  float: left;
  list-style: none;
  margin: 0 5px;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col4 ul li a {
  color: #febf00;
  opacity: 0.3;
  cursor: default;
}
.all-ratings > ul > li .all-ratings-top .all-ratings-top-col4 ul li.active a {
  opacity: 1;
}
.all-ratings > ul > li ul.children {
  margin-top: 20px;
  padding-left: 60px;
}
.all-ratings > ul > li ul.children li {
  list-style: none;
}
.custom-advisor-tag-list {
  padding-bottom: 0;
  padding-top: 5px;
}
.custom-advisor-tag-list span.custom-advisor-tag {
  display: inline-block;
  margin: 0 0 5px 0;
}
.custom-advisor-tag-list span.custom-advisor-tag a {
  background: #ccc;
  color: #FFF;
  padding: 0 10px 0 8px;
  font-size: 13px;
  position: relative;
  margin-left: 11px;
  display: block;
  margin-right: 5px;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: none;
}
.custom-advisor-tag-list span.custom-advisor-tag a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #ccc transparent transparent;
  border-style: solid;
  border-width: 13px 12px 14px 0;
}
.custom-advisor-tag-list span.custom-advisor-tag a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -2px;
  float: left;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}
.custom-advisor-tag-list span.custom-advisor-tag a.active-tag {
  background: #3b4f5a;
}
.custom-advisor-tag-list span.custom-advisor-tag a.active-tag:before {
  border-color: transparent #3b4f5a transparent transparent;
}
.custom-advisor-tag-list label.error {
  display: block;
  width: 100%;
}
.ar_tooltip {
  position: relative;
  top: -2px;
  z-index: 1;
}
.ar_tooltip .ar_tooltip_icon {
  color: #ff7a59;
  display: inline-block;
  margin-right: 2px;
}
.ar_tooltip .ar_tooltip_tip {
  display: none;
  position: absolute;
  background: #3b4f5a;
  color: #fff;
  bottom: 28px;
  left: -6px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 2px;
  padding: 1px 10px;
  min-width: 400px;
}
.ar_tooltip .ar_tooltip_tip:before {
  border-color: #3b4f5a transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  height: 0;
  margin-left: -3px;
  margin-top: -5px;
  position: absolute;
  width: 0;
}
.ar_tooltip:hover .ar_tooltip_tip {
  display: block;
}
.all-ratings > ul > li .msg {
  margin-top: 5px;
  margin-bottom: 5px;
}
.common-field-style {
  width: 100%;
  height: 38px;
  padding: 5px 12px;
  border: none;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  margin: 0 0 10px 0;
  font-size: 14px;
}
textarea.common-field-style {
  height: 150px;
  padding: 12px 12px;
  resize: none;
}
.common-field-style::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.common-field-style::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.common-field-style:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.common-field-style:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.common-field-style:focus {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.common-field-btn-style {
  border: none;
  padding: 8px 15px;
  background: #1b233f;
  border: 1px solid #1b233f;
  cursor: pointer;
  color: #fff;
  width: 100%;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.common-field-btn-style:hover,
.common-field-btn-style:focus {
  text-decoration: none;
  background: #d9a93e;
  border-color: #d9a93e;
}
.right-box-style h3 {
  margin-bottom: 0;
}
#sidebarContactAdviso .common-field-style {
  margin: 10px 0 0 0;
  border: 1px solid transparent;
}
#sidebarContactAdviso .common-field-style.ar-error {
  border: 1px solid red;
}
#sidebarContactAdviso .common-field-btn-style {
  margin: 10px 0 0 0;
}
#sidebarContactAdviso .common-field-btn-style:disabled {
  opacity: 0.5;
}
#sidebarContactAdviso div.ar-error {
  font-size: 14px;
  color: #b94b49;
  font-weight: 400;
  display: block;
}
#sidebarContactAdviso ul {
  padding: 0;
  margin: 0;
}
#sidebarContactAdviso ul li {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#sidebarContactAdviso ul li .err {
  position: absolute;
  right: 10px;
  top: 13px;
}
#sidebarContactAdviso ul li .fa.fa-exclamation-circle {
  color: #b94b49;
  font-size: 15px;
}
#sidebarContactAdviso ul li .valid + .err {
  display: none;
}
#sidebarContactAdvisoMsg .notice-success-frontend {
  margin: 15px 0 0 0;
}
.right-box-style {
  margin: 0 0 30px 0;
}
.right-box-style #sidebarContactAdviso {
  margin-top: 15px;
  padding: 15px 20px 25px;
  border: 1px solid #e9edf2;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
}
.latest-news {
  margin: 0;
  padding: 0;
}
.latest-news li {
  list-style: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin: 0 0 20px 0;
  padding: 15px;
  background: #fff;
}
.latest-news li .latest-news-top {
  width: 100%;
}
.latest-news li .latest-news-top .latest-news-top-left {
  float: left;
  width: 50px;
  margin-right: 15px;
}
.latest-news li .latest-news-top .latest-news-top-right h4 {
  font-size: 14px;
  margin: 0;
  line-height: normal;
}
.latest-news li .latest-news-top .latest-news-top-right h4 a {
  text-decoration: none;
  color: #428ecc;
  font-weight: 500;
}
.latest-news li .latest-news-top .latest-news-top-right p {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
.latest-news li .latest-news-bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.latest-news li:last-child {
  margin-bottom: 0;
}
.time-address .time-address-left .time-address-box table tr td:last-child {
  text-align: right;
}
.faqs .fl-accordion-button-label,
.faqs p {
  font-size: 17px;
}
.faqs .fl-accordion-button {
  background: #F7F7F7;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
}
.faqs .fl-accordion-button::before {
  content: "?";
  border: 1px solid #d9a93e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  text-align: center;
  left: 15px;
  top: 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #d9a93e;
}
.faqs .fl-accordion-item {
  border: 1px solid transparent;
}
.faqs .fl-accordion-item-active {
  border: 1px solid #EEE;
}
.page-header-inner {
  padding-top: 30px;
}
.page-header-inner .page-header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-header-inner {
  padding-top: 30px;
}
.page-header-inner .page-header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
#advisor-map {
  width: 100%;
  height: 288px;
  margin: 0 0 25px;
  display: none;
}
.tml {
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
.tml label {
  font-weight: 400;
  color: #202020;
  margin: 0 0 2px;
  font-size: 15px;
}
.tml .message {
  background-color: #fff8e5;
  border: none;
  border-left: 4px solid #ffba00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 2px;
  padding: 11px 15px;
  text-align: left;
}
.tml .message a {
  font-weight: 400;
}
.tml .error-message .error {
  background-color: #fce2e7;
  border: none;
  border-left: 4px solid #ff0000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 2px;
  padding: 11px 15px;
  text-align: left;
}
.tml .error-message .error a {
  font-weight: 400;
}
.tml p.error {
  background-color: #fce2e7;
  border: none;
  border-left: 4px solid #ff0000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 2px;
  padding: 11px 15px;
  text-align: left;
}
.tml p {
  margin: 0 0 15px;
}
.tml input,
.tml textarea,
.tml select {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 44px;
  min-height: 44px;
  padding: 5px 12px !important;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 100%;
  margin: 0;
}
.tml input:focus,
.tml textarea:focus,
.tml select:focus {
  border: 1px solid #1b233f;
}
.tml input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.tml input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.tml input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.tml input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.tml input[type="submit"],
.tml textarea,
.tml select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.tml input[type="checkbox"]:focus,
.tml input[type="radio"]:focus {
  outline: 1px dotted;
}
.tml select {
  background: #ffffff url('../images/drop-icon.png');
  background-repeat: no-repeat;
  background-position: right center;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tml textarea {
  height: 120px;
  padding: 10px 12px;
}
.tml .tml-rememberme-submit-wrap {
  margin: 25px 0 0;
}
.tml .tml-rememberme-submit-wrap .tml-submit-wrap {
  margin-top: 0;
}
.tml .tml-rememberme-submit-wrap .tml-rememberme-wrap input {
  margin: 0 5px 0 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.tml .tml-submit-wrap {
  margin: 25px 0 0;
}
.tml .tml-submit-wrap input {
  cursor: pointer;
  background: #1b233f;
  color: #fff;
  height: auto;
  padding: 8px 15px !important;
  border: 1px solid #1b233f;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.tml .tml-submit-wrap input:hover {
  background: #d9a93e;
  border-color: #d9a93e;
}
.tml .tml-action-links {
  margin: 20px 0 0 0;
}
.tml .tml-action-links li a {
  font-size: 15px;
  font-weight: 400;
}
.tml.tml-resetpass {
  padding: 0;
}
.tml.tml-resetpass .login-top {
  padding: 23px 30px;
}
.tml.tml-register {
  max-width: 800px;
}
.tml.tml-register .login-top {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 23px;
}
.tml.tml-lostpassword .login-top {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 23px;
}
.tml.tml-profile {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  margin-bottom: 15px;
  background: #f8f8f8;
  border: none;
}
.tml.tml-profile .tml-submit-wrap {
  margin-left: -30px;
  margin-right: -30px;
  padding: 15px 30px;
  background: #eee;
  margin-top: 30px !important;
}
.tml.tml-login {
  max-width: 800px;
  background: #fff;
  padding: 0;
}
.tml.tml-login .login-top {
  padding-top: 21px;
  padding-bottom: 21px;
}
.tml.tml-login .login-top {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-self: center;
  -moz-justify-self: center;
  -webkit-justify-self: center;
  -ms-justify-self: center;
  -o-justify-self: center;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  width: 100% !important;
}
.tml.tml-login h1 {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 23px;
  margin-bottom: 0;
}
.tml .login-top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.tml .login-top {
  display: inline-block;
}
.tml * html .login-top {
  height: 1%;
}
.tml .login-top {
  display: block;
  padding: 30px 15px;
}
.tml .login-top .login-left {
  float: left;
  width: 63%;
  padding: 0 50px 0 15px;
  position: relative;
}
.tml .login-top .login-left:after {
  height: 100%;
  width: 1px;
  background: #eaeaea;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.tml .login-top .login-left:before {
  content: "or";
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #eaeaea;
  display: block;
  top: 50%;
  margin-top: -25px;
  right: -25px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  font-size: 19px;
  font-weight: 400;
  color: #202020;
  text-align: center;
  line-height: 47px;
}
.tml .login-top .login-right {
  float: left;
  width: 37%;
  padding: 0 15px 0 50px;
}
.tml .login-top .login-right .wp-social-login-provider-list {
  padding: 0;
}
.tml .login-top .login-right .wp-social-login-provider-list .wp-social-login-provider {
  display: block;
  width: 220px;
  height: 40px;
  margin: 0 0 15px 0;
}
.tml .login-top .login-right .wp-social-login-provider-list .wp-social-login-provider img {
  display: none;
}
.tml .login-top .login-right .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-facebook {
  background: url("../images/sign-in-with-facebook.png") no-repeat;
  background-size: 100%;
}
.tml .login-top .login-right .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-google {
  background: url("../images/sign-in-with-google.png") no-repeat;
  background-size: 100%;
}
.tml .login-top .login-right .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-linkedin {
  background: url("../images/sign-in-with-linkedin.png") no-repeat;
  background-size: 100%;
}
.tml .login-top .login-right .wp-social-login-connect-with {
  display: none;
}
.tml .login-top .login-right .the_champ_login_ul {
  margin: 0;
}
.tml .login-top .login-right .the_champ_login_ul li {
  width: 100% !important;
  position: relative;
  margin: 0 0 15px!important;
}
.tml .login-top .login-right .the_champ_login_ul li i {
  display: block;
  width: 100%;
  margin: 0;
  height: 40px;
}
.tml .login-top .login-right .the_champ_login_ul li i:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}
.tml .login-top .login-right .the_champ_login_ul li i:before {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  left: 53px;
  position: absolute;
  top: 6px;
}
.tml .login-top .login-right .the_champ_login_ul li i .theChampLoginSvg {
  position: relative;
  z-index: 2;
  background-size: 29px !important;
  background-position: left 5px top 6px !important;
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampFacebookLogin:before {
  content: "Sign in with Facebook";
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampFacebookLogin .theChampFacebookLoginSvg {
  background: url("../images/facebook.png") no-repeat;
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampLinkedinLogin:after {
  background: #04689c;
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampLinkedinLogin:before {
  content: "Sign in with Linkedin";
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampGoogleLogin {
  background: #e54d41;
  border-color: #e54d41;
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampGoogleLogin .theChampGoogleLoginSvg {
  background: url("../images/google.svg");
  background-size: 31px !important;
  background-position: left 4px top 4px !important;
  background-repeat: no-repeat;
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampGoogleLogin:after {
  background: #c73f2e;
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampGoogleLogin:before {
  content: "Sign in with Google";
}
.tml .login-top .login-right .the_champ_login_ul li:last-child {
  margin-bottom: 0 !important;
}
.tml .login-top .login-right.registration-social .the_champ_login_ul {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  margin: 0 -15px !important;
}
.tml .login-top .login-right.registration-social .the_champ_login_ul li {
  margin: 0 15px 15px !important;
}
.tml .login-action-links {
  background: #f8f8f8;
  padding: 8px 10px;
  border-top: 1px solid #eaeaea;
}
.tml .login-action-links ul {
  margin: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.tml .login-action-links ul li {
  margin: 0;
  padding: 0 15px 0 20px;
  display: inline-block;
  border: none;
  text-align: center;
  float: none;
  border-left: 1px solid #3b4f5a;
}
.tml .login-action-links ul li a {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
}
.tml .login-action-links ul li:first-child {
  border-left: none;
}
.my-profile-left .tml.tml-profile {
  padding-top: 0;
}
.selection-section-radio-section-bottom {
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
}
.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
  height: auto;
  min-height: inherit !important;
}
.tml .tml-submit-wrap input {
  min-height: inherit;
}
.tml label.error {
  background: none;
  color: #c00;
  padding: 2px 0 0 0;
  border: none;
}
.success .message {
  background-color: #d6efd8;
  border-left: 4px solid #46b450;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 10px 2px;
  padding: 11px 15px;
  text-align: left;
}
.success .message a {
  font-weight: 400;
}
#theme-my-login > form .tml-submit-wrap {
  margin-top: 10px;
}
.tml.tml-register ul.form-row {
  margin-bottom: 0;
}
.tml.tml-register ul.form-row li {
  position: relative;
}
.tml.tml-register ul.form-row li .class-req {
  position: absolute;
  right: 21px;
  top: 0px;
  color: red;
}
ul.form-row li {
  position: relative;
}
ul.form-row li #password-strength {
  color: #23282d;
  border: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
  opacity: 0;
}
ul.form-row li #password-strength.short,
ul.form-row li #password-strength.bad,
ul.form-row li #password-strength.very-short {
  background-color: #fbc5a9;
  border: 1px solid #f78b53;
  opacity: 1;
  padding: 7px 5px 8px;
}
ul.form-row li #password-strength.good {
  background-color: #ffe399;
  border: 1px solid #ffc733;
  opacity: 1;
  padding: 7px 5px 8px;
}
ul.form-row li #password-strength.strong {
  background-color: #c1e1b9;
  border: 1px solid #83c373;
  opacity: 1;
  padding: 7px 5px 8px;
}
ul.form-row li .show-password-pass-status {
  position: absolute;
  left: 100%;
  padding: 0;
  top: -40px;
  margin-top: 0;
  width: 200px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  background: #fff;
  display: none;
}
ul.form-row li .show-password-pass-status li {
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-left: 18px;
  position: relative;
}
ul.form-row li .show-password-pass-status li .pass-char-status {
  color: red;
  position: absolute;
  left: 0;
  top: 0;
}
ul.form-row li .show-password-pass-status li .pass-char-status.active {
  color: green;
}
ul.form-row li .show-password-pass-status:after {
  background: url('../images/arrow-left.png') no-repeat center;
  width: 7px;
  height: 13px;
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -8px;
}
#resetpassform .user-pass2-wrap {
  margin-top: 10px;
}
#resetpassform #password-strength {
  color: #23282d;
  border: none;
  font-weight: 400;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
  opacity: 0;
}
#resetpassform #password-strength.short,
#resetpassform #password-strength.bad,
#resetpassform #password-strength.very-short {
  background-color: #fbc5a9;
  border: 1px solid #f78b53;
  opacity: 1;
  padding: 7px 5px 8px;
}
#resetpassform #password-strength.good {
  background-color: #ffe399;
  border: 1px solid #ffc733;
  opacity: 1;
  padding: 7px 5px 8px;
}
#resetpassform #password-strength.strong {
  background-color: #c1e1b9;
  border: 1px solid #83c373;
  opacity: 1;
  padding: 7px 5px 8px;
}
.review-section .review-section-left-form .comment-div-container h4 {
  margin: 0 0 10px 0;
}
textarea#advisor_comment.error + span.txt-limit {
  bottom: 27px;
}
.tml-profile .tml-form-table #password .button {
  background: #9cce35;
  border: 1px solid #9ca61c;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 38px;
  margin: 0;
  padding: 5px 12px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
}
.tml-profile .tml-form-table .pw-weak th {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 3px;
}
.tml-profile .tml-form-table .pw-weak td label {
  margin: 0;
}
.tml-profile .tml-form-table .pw-weak td input {
  height: auto;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.tml-profile .tml-form-table #password .button.wp-cancel-pw {
  background: #fc4e4e;
  border: 1px solid #ff0000;
}
.hide {
  display: none;
}
.new-pass-table {
  width: 48.2%;
}
.new-pass-table .wp-pwd {
  text-align: left;
}
.new-pass-table .wp-pwd .button {
  margin-right: 5px !important;
}
ul.form-row {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  margin: 0 -15px 15px;
  padding: 0;
}
ul.form-row li {
  list-style: none;
  padding: 0 15px;
  width: 50%;
  margin: 0 0 15px 0;
}
ul.form-row li.full-width {
  width: 100%;
}
.selection-section {
  width: 100%;
  margin: 0 0 15px 0;
}
.ratings-section {
  margin: 0 0 15px 0;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  padding: 13px 15px 15px;
}
.ratings-section .ratings-section-row {
  position: relative;
  padding-right: 115px;
}
.ratings-section .ratings-section-row label {
  font-weight: 400;
  font-size: 14px;
}
.ratings-section .ratings-section-row .ratings {
  position: absolute;
  right: 0;
  top: 0;
}
.ratings-section .ratings-section-row .ratings a {
  margin-right: 3px;
  color: #d4d4d4;
}
.ratings-section .ratings-section-row .ratings a.active,
.ratings-section .ratings-section-row .ratings a.hover-active {
  color: #FEBF00;
}
.ratings-section > h4 {
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
  margin: -13px -15px 10px !important;
  padding: 6px 15px 5px;
}
.selection-section-field-no {
  display: none;
}
#select2-select-tag-results .select2-results__option[aria-selected] {
  font-size: 14px;
}
.selection-section .selection-section-field-common p {
  margin-bottom: 6px;
  margin-top: 6px;
  display: inline-block;
  margin-right: 0;
  color: #1b233f;
  font-weight: 400;
  font-size: 16px;
}
.selection-section .selection-section-field-common select {
  background: #ffffff url('../images/drop-icon.png');
  background-repeat: no-repeat;
  background-position: right center;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  height: 38px;
  padding: 5px 12px;
  width: 150px;
  float: right;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.selection-section .selection-section-field-common select:focus {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.selection-section-radio-section {
  margin-bottom: 15px;
}
.selection-section-radio-section h4 {
  float: left;
  margin: 0;
}
.selection-section-radio-section .selection-section-radio-section-group {
  float: right;
}
.selection-section-radio-section-bottom {
  margin: 0 0 15px 0;
}
.selection-section-radio-section-bottom h4 {
  margin-top: 5px !important;
}
.txt-texarea {
  position: relative;
  margin-bottom: 15px;
}
.txt-texarea .txt-limit {
  background: #ebebeb;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  position: absolute;
  right: -1px;
  z-index: 1;
}
.style-radio-group {
  float: right;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.style-radio-group li {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
}
.style-radio-group li a {
  display: block;
  border: 1px solid #fff;
  width: 70px;
  height: 34px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.style-radio-group1 {
  float: right;
  width: 70px;
  height: 35px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 30px;
}
.style-radio-group1 li {
  float: left;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.style-radio-group1 li a {
  display: block;
  border: 1px solid #fff;
  width: 70px;
  height: 34px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.style-radio-group1 li a:after {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  top: 1px;
  content: "";
}
.style-radio-group1 li.style-radio-group-on1 {
  margin-left: 71px;
  left: inherit;
}
.style-radio-group1 li.style-radio-group-on1 a {
  background: #428ecc;
  border: 1px solid #428ecc;
}
.style-radio-group1 li.style-radio-group-on1 a:after {
  right: 1px;
}
.style-radio-group1 li.style-radio-group-on1.active {
  margin-left: 0px;
}
.style-radio-group1 li.style-radio-group-off1 {
  margin-left: -71px;
}
.style-radio-group1 li.style-radio-group-off1 a:after {
  left: 1px;
}
.style-radio-group1 li.style-radio-group-off1.active {
  margin-left: 0px;
}
.review-section .review-section-left-form .selection-section h4 {
  margin-top: 4px;
}
.select-tag {
  margin-bottom: 20px;
}
.select-tag .select2-container {
  width: 100% !important;
}
.select-tag .select2-container .select2-selection--multiple {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.select-tag .select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 2px 10px ;
}
.select2-results__option[aria-selected] {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.style-radio-group li.style-radio-group-on a,
.style-radio-group1 li.style-radio-group-on1 a {
  padding: 2px 8px;
}
.style-radio-group li.style-radio-group-off a,
.style-radio-group1 li.style-radio-group-off1 a {
  padding: 2px 11px;
  color: #202020;
  text-align: right;
}
body .contact-page .contact-page-right iframe {
  margin: 0 0 10px 0;
}
body .contact-page .contact-page-right h2 {
  font-size: 1.6em;
  line-height: 35px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #d9a93e;
}
body .contact-page .contact-page-right h2 span.yellow {
  color: #1b233f;
  font-weight: 300;
}
body .contact-page .contact-page-right h2::after {
  width: 70px;
  height: 1px;
  background-color: #1b233f;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
body .contact-page .contact-page-right p {
  margin: 0;
  padding-left: 25px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
body .contact-page .contact-page-right p i {
  position: absolute;
  left: 0;
  top: 5px;
}
body .contact-page .contact-page-right p a {
  text-decoration: none;
}
body .contact-page .contact-page-left h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
}
body .contact-page .gform_wrapper {
  max-width: inherit;
  margin-right: -16px;
}
body .contact-page .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  border: none;
  margin-bottom: 3px;
}
body .contact-page .ginput_preview {
  font-size: 16px;
  font-weight: 400;
}
body .contact-page #extensions_message_2_7 {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}
body .contact-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .contact-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 7px;
}
body .contact-page .validation_error {
  display: none;
}
body .contact-page .gf_browser_gecko.gform_wrapper {
  margin-top: 0;
}
body .contact-page .gform_wrapper li.gfield.gfield_error,
body .contact-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .contact-page .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
body .contact-page .gform_wrapper .gfield_error .gfield_label {
  color: #231f20;
}
body .contact-page .gform_wrapper .field_description_below .gfield_description {
  padding-top: 4px;
  line-height: normal;
}
body .contact-page .gform_wrapper .validation_message {
  font-weight: 400;
}
body .contact-page ul#gform_multifile_messages_2_7 {
  padding: 0;
  font-size: 16px;
}
body .contact-page textarea,
body .contact-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  width: 100%;
  height: 38px;
  padding: 5px 12px;
  border: none;
  font-family: 'Roboto', sans-serif;
  background: #f8f8f8;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  font-size: 14px;
  margin: 0;
}
body .contact-page textarea {
  height: 150px;
  resize: none;
}
body .contact-page .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  font-size: 14px;
}
body .contact-page #field_1_5 label {
  display: none !important;
}
body .contact-page .gform_footer.top_label {
  margin-top: 0;
  padding-top: 0;
}
body .contact-page .gform_footer.top_label .gform_button.button {
  padding: 0 20px;
  margin-right: 0;
  border: none;
  height: 42px;
  background: #1b233f;
  border: 1px solid #1b233f;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body .contact-page .gform_footer.top_label .gform_button.button:hover {
  background: #d9a93e;
  border-color: #d9a93e;
}
.search-section-rate-an-advisor .search-section-left {
  margin-bottom: 35px;
  padding-top: 0;
}
.search-section-rate-an-advisor .search-section-form {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  margin: 0;
  padding: 15px 10px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.search-section-rate-an-advisor .search-section-form li.search-section-w2 {
  width: 19%;
}
.search-section-rate-an-advisor .search-section-form li.search-section-w1 {
  width: 25.1%;
}
.search-section-rate-an-advisor .search-section-form li.search-section-w1-zip {
  width: 21%;
}
.search-section-rate-an-advisor .search-section-form li.search-section-w1-zip1 {
  width: 24.9%;
}
.search-section-rate-an-advisor .search-section-form li.search-section-btn .search-btn {
  padding: 0 15px;
}
.search-section-rate-an-advisor .search-section-form li label.error {
  color: red;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  white-space: nowrap;
}
.how-it-work .fl-rich-text {
  text-align: center;
}
.how-it-work .fl-rich-text h2 {
  margin-bottom: 5px;
}
.how-it-work .fl-rich-text p {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}
.how-it-work .fl-col-group {
  margin: 0 -7.5px;
}
.how-it-work .fl-col-group .fl-col {
  padding: 0 15px;
}
.how-it-work .fl-col-group .fl-col .fl-col-content .fl-callout-text-wrap .fl-callout-text {
  line-height: 22px;
}
.how-it-work .fl-col-group .fl-col .fl-col-content .fl-callout-text-wrap .fl-callout-text p {
  line-height: 22px;
}
.rate-an-advisor-main .rate-an-advisor-left .search-result-left {
  padding-right: 0;
}
.rate-an-advisor-main .search-result-left {
  padding-left: 30px;
}
.rate-an-advisor-main .rate-an-advisor-left {
  float: left;
  width: 72%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.rate-an-advisor-main .rate-an-advisor-left .search-section {
  background: #3b4f5a;
  padding: 15px;
  width: 28%;
  float: left;
}
.rate-an-advisor-main .rate-an-advisor-left .search-section .search-section-left {
  padding: 0;
}
.rate-an-advisor-main .rate-an-advisor-left .search-section .search-section-left .search-section-form {
  margin: 0;
  text-align: left;
}
.rate-an-advisor-main .rate-an-advisor-left .search-section .search-section-left .search-section-form > li {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: normal;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.rate-an-advisor-main .rate-an-advisor-left .search-section .search-section-left .search-section-form > li:last-child {
  margin-bottom: 0;
}
.rate-an-advisor-main .rate-an-advisor-left .search-section .search-section-left .search-section-form > li.label-field2,
.rate-an-advisor-main .rate-an-advisor-left .search-section .search-section-left .search-section-form > li.label-field1 {
  margin-bottom: 5px;
}
.rate-an-advisor-main .rate-an-advisor-right {
  float: right;
  width: 28%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.rate-an-advisor-main .rate-an-advisor-right .search-result-left {
  width: 64.1%;
}
.rate-an-advisor-main .rate-an-advisor-right .search-result-left .search-result-listing > li .search-result-row-left {
  width: 68%;
}
.rate-an-advisor-main .rate-an-advisor-right .search-result-left .search-result-listing > li .search-result-row-right {
  width: 32%;
}
.rate-an-advisor-main .rate-an-advisor-right .search-result-right {
  width: 100%;
}
.rate-an-advisor-main .ads-container {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.star-ratings ul {
  margin: 0;
  padding: 0;
}
.star-ratings ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 0px;
}
.star-ratings ul li label i {
  color: #febf00;
  font-size: 15px;
  margin-left: 2px;
}
.star-ratings ul li .star-rate {
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.star-ratings ul li input {
  margin-left: 0;
  vertical-align: middle;
}
.rate-an-advisor-description p {
  margin-top: 0;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.search-layout-1 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.search-layout-1 .search-form .search-tagline {
  color: #3b4f5a;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 400;
}
.search-layout-1 #searchform {
  background: #ffffff;
  border: 1px solid #dedede;
  margin-bottom: 12px;
  padding: 12px 77px 12px 12px;
  position: relative;
}
.search-layout-1 #searchform input[type="text"] {
  background: #f2f2f2;
  border: 1px solid #e3e3e3;
  color: #202020;
  height: 51px;
  padding: 5px 15px;
  width: 100%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.search-layout-1 #searchform #searchsubmit {
  background: #428ecc url("../images/searchicon.png") no-repeat center center;
  border: medium none;
  height: 51px;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 62px;
  text-indent: -99999px;
  cursor: pointer;
}
.search-layout-1 .br-inner {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  margin-bottom: 6px;
  padding: 12px;
}
.search-layout-1 .br-inner .br-post-content .br-title {
  color: #428ecc;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.search-layout-1 .br-inner .br-post-content .br-title a {
  color: #1b233f;
  font-weight: 400;
  text-transform: initial;
  font-size: 23px;
}
.search-layout-1 .br-inner .br-post-content p {
  margin: 5px 0;
}
.search-layout-1 .read-more a {
  font-weight: 400;
  font-size: 14px;
}
.search-layout-1 a {
  text-decoration: none;
}
.section-background-color {
  background: #f8f8f8;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 0;
}
.section-background-color .search-section-left {
  padding-top: 0;
}
.search-result-main.rate-an-advisor-main {
  margin-bottom: 30px;
}
.fl-module-heading h1.fl-heading {
  margin-bottom: 21px !important;
  padding-bottom: 10px !important;
}
.fl-module-heading h1.fl-heading span {
  padding-bottom: 0 !important;
}
.blog-details-sidebar h2,
.search-result-right h2 {
  font-size: 22px;
  text-transform: none;
  padding-bottom: 7px;
}
.blog-details {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog-details .column-10 {
  padding-top: 5px;
}
.blog-details h1 {
  margin-bottom: 10px;
  margin-top: -4px;
  color: #1b233f;
  font-weight: 300;
  border: none;
}
.blog-details h1:after {
  display: none;
}
.blog-details .featured-image {
  position: relative;
}
.blog-details .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-details .featured-image .caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  line-height: 22px;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
  display: block;
}
.wp-caption .wp-caption-text {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  line-height: 22px;
}
.accept-main,
.accept-privacy {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-left: 19px;
}
.accept-main a,
.accept-privacy a {
  font-size: 15px;
  font-weight: 400;
}
.accept-main .class-req,
.accept-privacy .class-req {
  color: red;
}
.accept-main #terms_conditions,
.accept-privacy #terms_conditions,
.accept-main #privacy_policy,
.accept-privacy #privacy_policy {
  margin: 0 5px 0 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  position: absolute;
  left: 0;
  top: 8px;
  height: auto;
}
.notice-frontend {
  display: block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  margin: 0 0 20px 2px;
  background-color: #fff8e5;
  border-left: 4px solid #ffba00 ;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.notice-frontend a {
  color: inherit;
  font-weight: 400;
}
.notice-error-frontend {
  display: block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  margin: 0 0 20px 2px;
  background-color: #fce2e7;
  border-left: 4px solid #ff0000;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.notice-error-frontend.no-result-msg {
  margin: 35px 0 20px 2px !important;
}
.notice-success-frontend {
  display: block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  margin: 0 0 10px 2px;
  background-color: #d6efd8;
  border-left: 4px solid #46b450 ;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.user-pro-page-top {
  padding-top: 19px;
}
.search-section .search-section-form > li label.error {
  color: red;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.header .sign-login-link li:first-child {
  padding-left: 0;
}
ul.profile-sidebar-links {
  margin: 0 0 0 -1px;
  padding: 0;
  background: #fff;
  border: 1px solid #e9edf2;
  box-shadow: 0px 2px 20px 0px rgba(84, 110, 122, 0.15);
  -moz-box-shadow: 0px 2px 20px 0px rgba(84, 110, 122, 0.15);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(84, 110, 122, 0.15);
}
ul.profile-sidebar-links li {
  background: #fff;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin-bottom: 0;
}
ul.profile-sidebar-links li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  position: relative;
  text-decoration: none;
  color: #3b4f5a;
  font-size: 16px;
}
ul.profile-sidebar-links li a i {
  margin: 0 3px 0 0;
}
ul.profile-sidebar-links li:last-child {
  border-bottom: none;
}
ul.profile-sidebar-links li.active {
  border-left: 1px solid #d9a93e;
}
ul.profile-sidebar-links li.active a {
  color: #d9a93e;
}
ul.profile-sidebar-links li:nth-child(2n) {
  background: #f9f9f9;
}
.my-profile-left .fl-module-content {
  margin-right: 10px;
}
.my-profile-right .fl-module-content {
  margin-left: 15px;
}
.google-api-not-working {
  text-align: center;
  margin-top: 15px;
}
.custom-pop-overlay,
.custom-pop-overlay-claim-profile {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  left: 0;
  display: none;
}
.custom-pop-overlay .custom-pop-main,
.custom-pop-overlay-claim-profile .custom-pop-main {
  padding: 25px 15px;
  max-width: 570px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.custom-pop-overlay .custom-pop-main ul,
.custom-pop-overlay-claim-profile .custom-pop-main ul {
  margin: 0;
  padding: 0;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.custom-pop-overlay .custom-pop-main ul li,
.custom-pop-overlay-claim-profile .custom-pop-main ul li {
  list-style: none;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 15px 0;
}
.custom-pop-overlay .custom-pop-main ul li label,
.custom-pop-overlay-claim-profile .custom-pop-main ul li label {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 2px;
}
.custom-pop-overlay .custom-pop-main ul li label.error,
.custom-pop-overlay-claim-profile .custom-pop-main ul li label.error {
  color: red;
  font-size: 14px;
}
.custom-pop-overlay .custom-pop-main ul li input,
.custom-pop-overlay-claim-profile .custom-pop-main ul li input {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 44px;
  margin: 0;
  padding: 5px 12px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 100%;
}
.custom-pop-overlay .custom-pop-main ul li input:focus,
.custom-pop-overlay-claim-profile .custom-pop-main ul li input:focus {
  border: 1px solid #1b233f;
}
.custom-pop-overlay .custom-pop-main .close,
.custom-pop-overlay-claim-profile .custom-pop-main .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #202020;
  font-size: 18px;
  font-weight: 300;
}
.custom-pop-overlay .custom-pop-main .claim-submit,
.custom-pop-overlay-claim-profile .custom-pop-main .claim-submit {
  text-align: center;
}
.custom-pop-overlay .custom-pop-main .claim-submit #claim_submit,
.custom-pop-overlay-claim-profile .custom-pop-main .claim-submit #claim_submit {
  margin-left: 15px;
  background: #428ecc;
  border: 1px solid #2f74ac;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding: 10px 25px;
  margin-top: 5px;
}
.custom-pop-overlay .custom-pop-main p.error,
.custom-pop-overlay-claim-profile .custom-pop-main p.error {
  background-color: #fce2e7;
  border: none;
  border-left: 4px solid #ff0000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 2px;
  padding: 11px 15px;
  text-align: left;
}
.custom-pop-overlay .custom-pop-main p.message,
.custom-pop-overlay-claim-profile .custom-pop-main p.message {
  background-color: #fff8e5;
  border: none;
  border-left: 4px solid #ffba00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 2px;
  padding: 11px 15px;
  text-align: left;
}
.custom-pop-overlay .custom-pop-main .loading-img,
.custom-pop-overlay-claim-profile .custom-pop-main .loading-img {
  padding-bottom: 15px;
}
.rating-error {
  position: relative;
  top: -5px;
  right: 0;
  left: inherit;
  text-align: right;
  margin-right: -113px;
}
.ratings-section .ratings-section-row {
  overflow: hidden;
}
.livespell_textarea {
  border: none !important;
  width: 100% !important;
  height: 120px !important;
  display: block !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.time-address .time-address-box table.firmTopBorder {
  border-top: 1px solid #e0e0e0;
}
.user-pro-page-bottom-right .widgettitle {
  font-size: 22px;
}
.footer-subscription {
  display: none;
}
#edit-advi-form {
  background: #f8f8f8;
  padding: 15px 15px 0;
}
#edit-advi-form .acf-form-submit {
  background: #eee;
  padding: 15px 30px;
  margin: 0 -15px;
}
#edit-advi-form .acf-icon.small {
  line-height: 15px;
}
#edit-advi-form thead > tr > th {
  font-size: 14px;
}
#edit-advi-form .acf-image-uploader .view input {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
#edit-advi-form .acf-fields > .acf-field {
  border-top: none;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
#edit-advi-form .acf-field-59f96d64332af .acf-actions.acf-hl {
  display: none;
}
#edit-advi-form .acf-field-59f96d64332af .acf-repeater.-empty.-block .acf-actions.acf-hl {
  display: block;
  padding-bottom: 15px;
}
#edit-advi-form .acf-field-59f96d64332af .acf-field-59f96a9a332ab .acf-actions.acf-hl {
  display: block;
}
#edit-advi-form .acf-field-59f96d64332af .acf-field-59f96a9a332ab .acf-repeater.-empty.-block .acf-actions.acf-hl {
  display: block;
  padding-bottom: 15px;
}
#edit-advi-form .acf-field.acf-field-repeater.acf-field-59f96d64332af .acf-row .acf-row-handle.order {
  display: none;
}
#edit-advi-form .acf-field.acf-field-repeater.acf-field-59f96d64332af .acf-row .acf-row-handle.remove {
  display: none;
}
#edit-advi-form .acf-field.acf-field-repeater.acf-field-59f96d64332af .acf-row .acf-row .acf-row-handle.order,
#edit-advi-form .acf-field.acf-field-repeater.acf-field-59f96d64332af .acf-row .acf-row .acf-row-handle.remove {
  display: table-cell;
}
#edit-advi-form .acf-field.acf-field-repeater.acf-field-59f96d64332af .acf-fields {
  border-left: none;
}
#edit-advi-form .acf-field-5a140cc890272 .acf-input-wrap.acf-url i {
  left: 12px;
  top: 12px;
  display: none;
}
#edit-advi-form .acf-label {
  margin: 0;
}
#edit-advi-form .acf-label label {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 2px;
}
#edit-advi-form .acf-input-wrap input {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 44px;
  margin: 0;
  padding: 5px 12px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 100%;
}
#edit-advi-form .acf-input-wrap input:focus {
  border: 1px solid #1b233f;
}
#edit-advi-form .acf-button.button.button-primary {
  background: #9cce35 none repeat scroll 0 0;
  border: 1px solid #9ca61c;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 38px;
  margin: 0;
  text-decoration: none;
  padding: 5px 12px;
}
#edit-advi-form .acf-button.button.button-primary.button-large {
  background: #428ecc;
  border: 1px solid #2e7ab8;
}
#edit-advi-form .acf-field-59fae5a55d991 {
  display: none;
}
#edit-advi-form .acf-field-59fae5bd5d992 {
  display: none;
}
.acf-field.acf-field-wysiwyg.acf-field--post-content .acf-label {
  position: absolute;
}
.four-plus {
  font-size: 14px;
  vertical-align: middle;
}
.four-plus-records-count {
  font-size: 8px;
  letter-spacing: 1px;
  vertical-align: top;
}
.new-search-page .search-section .search-section-form li.ssw2 .ratings-check label {
  line-height: 19px !important;
  position: relative;
  top: -2px;
}
.new-search-page .search-section .search-section-form li.ssw2 .ratings-check label .star-rate {
  position: relative;
  top: -1px;
}
.registration-term-and-policy a {
  font-weight: 400;
}
#message p {
  background-color: #d6efd8;
  border-left: 4px solid #46b450;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 10px 0;
  padding: 11px 15px;
  text-align: left;
}
.acf-field.acf-field-repeater.acf-field-59f96a61332a9 .acf-icon.-plus.small {
  display: none;
}
.range-slider-container {
  margin-top: 12px;
  margin-bottom: 48px;
  position: relative;
}
.range-slider-container output {
  background: #202020;
  padding: 7px 10px;
  position: absolute;
  font-size: 12px;
  margin-left: -23px;
  bottom: -50px;
  text-align: center;
  width: 70px;
  white-space: nowrap;
}
.range-slider-container output:after {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #202020 transparent;
}
.range-slider-container .rangeslider {
  background: #fff;
  height: 12px;
  border-radius: 0;
}
.range-slider-container .rangeslider__handle {
  width: 25px;
  height: 25px;
}
.range-slider-container .rangeslider--horizontal .rangeslider__handle {
  top: -7px;
}
.range-slider-container .rangeslider__handle:after {
  background: #fff;
  width: 9px;
  height: 9px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}
.range-slider-container .rangeslider__fill {
  background: #9cce35;
  border-radius: 0;
}
#edit-advi-form .acf-repeater .acf-row-handle .acf-icon.-collapse {
  display: none !important;
}
#edit-advi-form table.acf-table thead th {
  background: #3b4f5a;
  color: #fff;
}
#edit-advi-form .advisor-profile-img {
  position: relative;
  padding-bottom: 20px !important;
}
#edit-advi-form .advisor-profile-img .description {
  position: absolute;
  top: 58px;
  font-size: 11px;
  font-weight: 400;
}
.blog-list {
  padding-top: 30px;
}
.blog-list .blog-item {
  padding-bottom: 17px;
}
.blog-list .blog-item a {
  color: #428ecc;
  text-decoration: none;
  font-weight: 300;
}
.blog-list .blog-item a h2 {
  color: #428ecc;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 0;
}
.blog-list .blog-item .featured-image {
  margin-bottom: 9px;
}
.blog-list .blog-item .featured-image img {
  height: auto !important;
  width: 100% !important;
}
.blog-list .blog-item .blog-contents {
  margin-bottom: 9px;
  margin-top: 9px;
}
.blog-list .blog-item .blog-contents p {
  margin-top: 0;
}
.blog-list .wp-pagenavi {
  padding-top: 30px;
  text-align: right;
  padding-bottom: 30px;
  border-top: 1px solid #eaeaea;
}
.blog-list .wp-pagenavi span,
.blog-list .wp-pagenavi a {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 2px 12px;
  text-decoration: none;
  display: inline-block;
  color: #1b233f;
  border: 1px solid #eaeaea;
  margin: 0 0 0 2px;
}
.blog-list .wp-pagenavi span.current {
  background: #428ecc;
  color: #fff;
}
.search-layout-1 .wp-pagenavi {
  padding-top: 25px;
  text-align: right;
}
.search-layout-1 .wp-pagenavi span,
.search-layout-1 .wp-pagenavi a {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 2px 12px;
  text-decoration: none;
  display: inline-block;
  color: #1b233f;
  border: 1px solid #eaeaea;
  margin: 0 0 0 2px;
}
.search-layout-1 .wp-pagenavi span.current {
  background: #428ecc;
  color: #fff;
}
.claim-profile-popup-msg {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 15px;
  text-align: center;
}
.claim-profile-popup-msg b {
  font-weight: 400;
}
.claim-profile-popup-msg a {
  text-decoration: none;
}
.searched-advisor-count {
  color: #d9a93e;
}
.per-page-records {
  float: right;
}
.per-page-records select {
  border: none;
  border: 1px solid #e6e6e6;
  font-family: "Roboto", sans-serif;
  height: 34px;
  vertical-align: top;
  padding: 2px 25px 2px 5px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  margin: 0;
  background: #ffffff url('../images/drop-icon.png');
  background-repeat: no-repeat;
  background-position: right -5px center;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.per-page-records select:focus {
  border: 1px solid #1b233f;
}
.pagination-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 25px;
}
.pagination-container .page-count-pagination-links {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  margin-right: 15px;
  margin-top: 8px;
  color: #3b4f5a;
}
.pagination-container ul {
  padding: 0;
  margin: 0;
  float: right;
  border-left: 1px solid #e6e6e6;
}
.pagination-container ul li {
  list-style: none;
  float: left;
  border: 1px solid #e6e6e6;
  border-left: none;
  background: #fff;
  margin-bottom: 0px;
}
.pagination-container ul li a {
  display: block;
  padding: 3px 12px;
  color: #3b4f5a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.pagination-container ul li a.current-page {
  background: #d9a93e;
  color: #fff;
  cursor: default;
}
.tml .login-top .registration-social {
  position: relative;
  width: 100%;
  float: none;
  margin-bottom: 43px;
  padding: 20px 0 38px;
}
.tml .login-top .registration-social:after {
  background: #eaeaea;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tml .login-top .registration-social:before {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  color: #202020;
  content: "or";
  display: block;
  font-size: 19px;
  font-weight: 400;
  height: 50px;
  line-height: 47px;
  margin-top: -25px;
  position: absolute;
  margin-left: -25px;
  left: 50%;
  text-align: center;
  bottom: -25px;
  width: 50px;
  z-index: 1;
}
.tml .login-top .registration-social .wp-social-login-provider-list {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.tml .login-top .registration-social .wp-social-login-provider-list a.wp-social-login-provider {
  margin-right: 39px;
}
.tml .login-top .registration-social .wp-social-login-provider-list a.wp-social-login-provider:last-child {
  margin-right: 0;
}
.registration-term-and-policy {
  font-weight: 400;
}
.registration-term-and-policy a {
  text-decoration: none;
}
.ratings-min-max {
  width: 100%;
  background: #fff;
}
.ratings-min-max .ratings-min-max-row {
  padding: 2px 0;
  border-top: 1px solid #e9edf2;
  position: relative;
}
.ratings-min-max .ratings-min-max-row h3 {
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-right {
  float: left;
  width: 40%;
  padding: 10px 15px 15px;
  border-left: 1px solid #e9edf2;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left {
  float: left;
  width: 60%;
  padding: 10px 15px 15px;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator {
  margin: 0;
  width: 100%;
  max-width: 250px;
  padding: 0;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li .ratings-min-max-indicator-main {
  width: 100%;
  height: 27px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li .ratings-min-max-indicator-main span.ratings-mm-progress {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li .ratings-min-max-indicator-main span.ratings-mm-progress.mm-progress-positive {
  background-color: #92e461;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li .ratings-min-max-indicator-main span.ratings-mm-progress.mm-progress-negative {
  background-color: #f37059;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li .ratings-min-max-indicator-main span.ratings-mm-number {
  position: absolute;
  bottom: 0;
  right: 5px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li:first-child .ratings-min-max-indicator-main {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li:first-child .ratings-min-max-indicator-main span.ratings-mm-progress {
  float: right;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li:last-child .ratings-min-max-indicator-main {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator li:last-child .ratings-min-max-indicator-main span.ratings-mm-number {
  left: 5px;
  right: auto;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-left.ratings-min-max-full {
  position: absolute;
  left: 15px;
  top: 15px;
}
.ratings-min-max .ratings-min-max-row .ratings-min-max-right.ratings-min-max-full {
  padding-left: 160px;
  width: 100%;
}
.ratings-min-max .ratings-min-max-row .average-tag {
  display: table;
  color: #000;
  padding: 0 10px 0 28px;
  font-size: 14px;
  border-radius: 2px;
  position: relative;
  margin: 10px 0 7px 0;
  font-weight: 400;
}
.ratings-min-max .ratings-min-max-row .average-tag:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 15px;
  color: #44a504;
}
.ratings-min-max .ratings-min-max-row .average-tag:last-child {
  margin-bottom: 0;
}
.new-search-page .section-background-color {
  margin-bottom: 0;
}
.new-search-page .search-section-bottom {
  background: #f8f8f8;
  padding: 0 8px;
  border: 1px solid #eaeaea;
}
.new-search-page .search-section-bottom .search-section-left {
  float: none;
  margin: 0 auto;
  max-width: 1140px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.new-search-page .search-section .search-section-form .star-ratings-bg {
  background: #fff;
  min-height: 38px;
  padding: 4px 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.new-search-page .search-section .search-section-form .star-ratings-bg ul li label {
  margin: 0;
}
.new-search-page .search-section .search-section-form .field-label {
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}
.new-search-page .search-section .search-section-form li.ssw2 .ratings-check {
  float: left;
  position: relative;
}
.new-search-page .search-section .search-section-form li.ssw2 .ratings-check #checkbox1 {
  height: 26px;
  position: absolute;
  width: 100%;
}
.new-search-page .search-section .search-section-form li.ssw2 .star-rate i {
  vertical-align: middle;
}
.new-search-page .search-section .search-section-form li.ssw2 input[type=checkbox]:not(old),
.new-search-page .search-section .search-section-form li.ssw2 input[type=radio]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.new-search-page .search-section .search-section-form li.ssw2 input[type=checkbox]:not(old) + label,
.new-search-page .search-section .search-section-form li.ssw2 input[type=radio]:not(old) + label {
  display: inline-block;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 24px;
}
.new-search-page .search-section .search-section-form li.ssw2 input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}
.new-search-page .search-section .search-section-form li.ssw2 input[type=radio]:not(old):checked + label {
  background-position: 0 -48px;
}
.new-search-page .search-section .search-section-form li.ssw3 {
  width: 18%;
}
.new-search-page .search-section .search-section-form li.ssw4 {
  width: 144px;
}
.new-search-page .four-plus,
.new-search-page .four-plus-records-count {
  color: #000;
  font-weight: 400;
}
.new-search-page .four-plus-records-count {
  font-weight: 500;
}
.new-search-page .rate-an-advisor-main .search-result-left {
  padding-left: 0;
  width: 100%;
}
.new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
  width: 23%;
}
.new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
  width: 77%;
}
.search-section .search-section-form > li .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-results__option {
  padding: 5px 12px;
}
.acf-table > tbody > tr > td .select2-container--default .select2-selection--single {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 14px;
  height: 44px;
  padding: 7px 12px;
}
.acf-table > tbody > tr > td .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.acf-table > tbody > tr > td .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 8px;
}
.search-section-bottom {
  display: none;
}
.ads-container {
  overflow: hidden;
  text-align: center;
}
.ads-container div {
  display: inline-block;
}
.acf-field.acf-field-repeater.acf-field-59fae3cac11b4 .acf-label {
  display: none;
}
.acf-field.acf-field-repeater.acf-field-59fae3cac11b4 th.acf-row-handle,
.acf-field.acf-field-repeater.acf-field-59fae3cac11b4 td.acf-row-handle.order {
  display: none !important;
}
.acf-field.acf-field-repeater.acf-field-59f96a61332a9 td.acf-row-handle.order,
.acf-field.acf-field-repeater.acf-field-59f96a61332a9 th.acf-row-handle {
  display: none !important;
}
.acf-fields > .acf-field {
  border: none;
  padding: 5px 12px;
}
label[for="acf-field_59f96d64332af"] {
  display: none !important;
}
.comments-area {
  margin-bottom: 30px;
}
.comments-area .comment-respond {
  background: #fff;
  border: 1px solid #e9edf2;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
}
.comments-area .comment-respond .comment-reply-title {
  border-bottom: 1px solid #ffffff;
  margin: 0;
  min-height: 53px;
  padding: 10px 15px;
  background: #f2f2f2;
}
.comments-area .comment-respond .comment-reply-title:before {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #428ecc;
  border-radius: 50%;
  color: #428ecc;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  text-align: center;
  text-indent: 2px;
  vertical-align: middle;
  width: 32px;
}
.comments-area .comment-respond .txt-texarea .review-field {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 120px;
  display: block;
}
.comments-area .comment-respond .comment-form {
  padding: 20px 15px;
}
.comments-area .comment-respond .comment-form .logged-in-as a {
  text-decoration: none;
}
.comments-area .comment-respond .comment-form .comment-form-comment label {
  margin: 0 0 10px;
  display: block;
  font-size: 18px;
  color: #3b4f5a;
  text-transform: uppercase;
  font-weight: 400;
}
.comments-area .comment-respond .comment-form .comment-form-comment #comment {
  border: none;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  height: 120px;
  width: 100%;
  padding: 13px 15px 15px;
}
.pop-message {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: center;
}
.custom-pop-main .loading-img {
  text-align: center;
  border: none;
  width: 100%;
}
.custom-pop-main .loading-img img {
  width: auto;
  display: inline-block;
  float: none;
}
.custom-pop-main .loading-img:after {
  display: none;
}
.blog-details-box {
  border: 1px solid #e9edf2;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
}
.blog-details-box .blog-details-content {
  padding: 8px 20px 20px;
}
.resources-left .fl-post-feed-post {
  padding-bottom: 0;
  background: #fff;
  margin-bottom: 33px;
  border: 1px solid #e9edf2;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
}
.resources-left .fl-post-feed-post .fl-post-feed-text {
  padding: 8px 20px 20px;
}
.resources-left .fl-post-feed-header {
  margin-bottom: 9px;
}
.resources-left .fl-post-feed-header h2 {
  margin-bottom: 0;
}
.resources-left .fl-post-feed-content p {
  margin-top: 0;
}
.resources-left .fl-post-feed-image {
  margin-bottom: 9px;
}
.resources-left .fl-builder-pagination {
  padding: 0;
}
.resources-left .fl-builder-pagination .page-numbers {
  text-align: right;
  padding: 30px 0 0;
}
.resources-left .fl-builder-pagination .page-numbers li a {
  color: #1B233F;
}
.resources-left .fl-builder-pagination .page-numbers li a,
.resources-left .fl-builder-pagination .page-numbers li span {
  text-decoration: none;
  font-size: 14px;
  padding: 2px 12px;
  font-weight: 400;
  margin: 0;
}
.resources-left .fl-builder-pagination .page-numbers li span.current {
  background: #1b233f;
  color: #fff;
}
.resources-right h2 {
  font-size: 22px;
}
.postid-109537 .blog-details h1,
.postid-109798 .blog-details h1 {
  font-size: 32px;
}
.postid-109537 .blog-details .column-10 h2,
.postid-109798 .blog-details .column-10 h2 {
  font-size: 22px;
}
.postid-109537 .blog-details .dataTables_info,
.postid-109798 .blog-details .dataTables_info,
.postid-109537 .blog-details .dataTables_paginate.paging_simple,
.postid-109798 .blog-details .dataTables_paginate.paging_simple {
  margin-top: 15px;
}
.postid-109537 .blog-details h1,
.postid-109798 .blog-details h1 {
  border-bottom: 1px solid #ddd;
}
.postid-109537 .blog-details .dataTables_paginate a,
.postid-109798 .blog-details .dataTables_paginate a {
  text-decoration: none !important;
}
.postid-109537 .blog-details .dataTables_length,
.postid-109798 .blog-details .dataTables_length {
  margin-bottom: 10px;
}
.postid-109537 .blog-details .tablepress tfoot th,
.postid-109798 .blog-details .tablepress tfoot th,
.postid-109537 .blog-details .tablepress thead th,
.postid-109798 .blog-details .tablepress thead th {
  background-color: #3b4f5a;
  color: #fff;
  font-weight: 300;
}
.postid-109537 .blog-details .dataTables_wrapper label input,
.postid-109798 .blog-details .dataTables_wrapper label input,
.postid-109537 .blog-details .dataTables_wrapper label select,
.postid-109798 .blog-details .dataTables_wrapper label select {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 5px 7px !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 36px;
  border-radius: 0;
}
.postid-109537 .blog-details .dataTables_wrapper label input:focus,
.postid-109798 .blog-details .dataTables_wrapper label input:focus,
.postid-109537 .blog-details .dataTables_wrapper label select:focus,
.postid-109798 .blog-details .dataTables_wrapper label select:focus {
  border: 1px solid #1b233f;
}
.postid-109537 .blog-details .dataTables_wrapper label select,
.postid-109798 .blog-details .dataTables_wrapper label select {
  background: #ffffff url(../images/drop-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  width: 68px;
}
.postid-109537 .blog-details .tablepress .sorting:hover,
.postid-109798 .blog-details .tablepress .sorting:hover,
.postid-109537 .blog-details .tablepress .sorting_asc,
.postid-109798 .blog-details .tablepress .sorting_asc,
.postid-109537 .blog-details .tablepress .sorting_desc,
.postid-109798 .blog-details .tablepress .sorting_desc {
  background-color: #428ecc;
}
.postid-109537 .blog-details #tablepress-1 > caption,
.postid-109798 .blog-details #tablepress-1 > caption,
.postid-109537 .blog-details #tablepress-2 > caption,
.postid-109798 .blog-details #tablepress-2 > caption {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}
.postid-109537 .blog-details #tablepress-1 > caption a,
.postid-109798 .blog-details #tablepress-1 > caption a,
.postid-109537 .blog-details #tablepress-2 > caption a,
.postid-109798 .blog-details #tablepress-2 > caption a {
  text-decoration: none;
}
.postid-109537 .blog-details .paging_simple .paginate_button.next::after,
.postid-109798 .blog-details .paging_simple .paginate_button.next::after,
.postid-109537 .blog-details .paging_simple .paginate_button.previous::before,
.postid-109798 .blog-details .paging_simple .paginate_button.previous::before {
  text-shadow: none !important;
  top: 1px;
}
.postid-109537 .blog-details a,
.postid-109798 .blog-details a {
  text-decoration: none;
}
.postid-109537 .blog-details .dataTables_paginate a,
.postid-109798 .blog-details .dataTables_paginate a {
  color: #428ecc;
}
.postid-109537 .blog-details .tablepress-table-description,
.postid-109798 .blog-details .tablepress-table-description {
  font-style: italic;
  margin-top: 20px;
}
.postid-109537 .blog-details .dataTables_wrapper,
.postid-109798 .blog-details .dataTables_wrapper {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.postid-109537 .blog-details #tablepress-1 > caption a,
.postid-109798 .blog-details #tablepress-1 > caption a,
.postid-109537 .blog-details #tablepress-2 > caption a,
.postid-109798 .blog-details #tablepress-2 > caption a {
  background: #428ecc none repeat scroll 0 0;
  border: 1px solid #2f74ac;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 15px;
}
#commentform #submit {
  border: none;
  padding: 8px 15px;
  background: #1b233f;
  border: 1px solid #1b233f;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
#commentform #submit:hover,
#commentform #submit:focus {
  background: #d9a93e;
  text-decoration: none;
}
.fixed-bottom-carousel {
  position: fixed;
  left: 0;
  z-index: 2;
  width: 100%;
  bottom: -57px;
  transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
.fixed-bottom-carousel .fl-module-content {
  margin-left: 0;
  margin-right: 0;
}
.fixed-bottom-carousel .fl-module-content p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.fixed-bottom-carousel .fl-module-content a {
  color: #1b233f !important;
  text-decoration: none;
  font-weight: 400;
}
.fixed-bottom-carousel .fl-module-content a:hover {
  color: #d9a93e !important;
}
.fixed-bottom-carousel .fl-post-slider-post .fl-post-slider-title {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
}
.fixed-bottom-carousel .fl-post-slider-post .fl-post-slider-title a {
  text-decoration: none;
  font-weight: 500;
}
.fixed-bottom-carousel .fl-post-slider-post .fl-post-slider-title a:hover {
  color: #428ecc !important;
}
.fixed-bottom-carousel .fl-post-slider-feed-content p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.fixed-bottom-carousel .fl-post-slider-no-thumb {
  padding-left: 0;
  padding-right: 0;
}
.fixed-bottom-carousel .fl-post-slider {
  padding-right: 55px;
  position: relative;
}
.fixed-bottom-carousel .fl-post-slider .slider-prev {
  right: 28px;
  left: auto;
}
.fixed-bottom-carousel .fl-post-slider-navigation .fl-post-slider-svg-container {
  width: 19px;
  height: 19px;
}
.fixed-bottom-carousel .fl-post-slider-navigation {
  margin-top: -7px;
}
.fl-builder-edit .fixed-bottom-carousel {
  position: relative;
  transition: none;
}
body.fixedCls {
  margin-bottom: 57px !important;
}
body.fixedCls .fixed-bottom-carousel {
  bottom: 0;
}
.page-404 {
  min-height: 54.2vh;
}
.page-404 .fl-module-heading h1.fl-heading {
  line-height: 118px;
  border-bottom: none;
}
.page-404 .fl-module-heading h1.fl-heading:after {
  display: none;
}
ul.error-link li a {
  text-decoration: none;
}
ul.upcoming-and-past-tab {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
ul.upcoming-and-past-tab li {
  list-style: none;
  display: inline-block;
  position: relative;
  bottom: -1px;
}
ul.upcoming-and-past-tab li a {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: #231f20;
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
}
ul.upcoming-and-past-tab li.active a {
  border-bottom-color: #fff;
  background: #fff;
}
.upcoming-events-content {
  width: 100%;
  padding: 25px 0;
  border-top: none;
  position: relative;
  top: -1px;
}
ul.events-schedule {
  margin: 0;
  padding: 0;
}
ul.events-schedule li {
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 23px;
  min-height: 121px;
  border-bottom: 1px solid #e4e4e4;
}
ul.events-schedule li .events-schedule-left {
  background: #3b4f5a;
  width: 100px;
  padding: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
}
ul.events-schedule li .events-schedule-left span.event-day {
  background: #fff;
  color: #3b4f5a;
  padding: 7px 15px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
ul.events-schedule li .events-schedule-left span.event-date {
  color: #fff;
  font-size: 30px;
  margin-bottom: 6px;
  display: block;
  font-weight: 400;
}
ul.events-schedule li .events-schedule-right h2 {
  margin: 0 0 3px 0;
  font-size: 22px;
}
ul.events-schedule li .events-schedule-right p.events-date {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}
ul.events-schedule li .events-schedule-right p,
ul.events-schedule li .events-schedule-right .events-address {
  margin: 0;
}
ul.events-schedule li .events-schedule-right .events-address p {
  margin-bottom: 10px;
}
ul.events-schedule li .events-schedule-right .events-address p:last-child {
  margin-bottom: 0;
}
ul.events-schedule li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  min-height: 102px;
}
.past-schedule {
  display: none;
}
.login-action-links .sign-signup-links {
  padding: 0 20px;
}
.login-action-links .sign-signup-links p {
  margin: 0;
}
.login-action-links .sign-signup-links a {
  text-decoration: none;
}
#resetpassform .tml-submit-wrap {
  margin: 0;
}
:lang(fr-FR) .comments-bg .comment-row .comment-5-col {
  padding: 12px;
}
:lang(fr-FR) .blog-details-sidebar h2,
:lang(fr-FR) .search-result-right h2,
:lang(fr-FR) .user-pro-page-bottom-right .widgettitle {
  font-size: 21px;
}
:lang(fr-FR) .footer-middle h3 {
  font-size: 18px;
}
:lang(fr-FR) .header .sign-login-link li {
  font-size: 12px;
}
:lang(fr-FR) .header .claim-btn a {
  font-size: 12px;
}
:lang(fr-FR) .header .language-section a {
  font-size: 15px;
}
:lang(fr-FR) .tml .login-top .login-right .the_champ_login_ul li i.theChampFacebookLogin::before {
  content: "S'inscrire via Facebook";
}
:lang(fr-FR) .tml .login-top .login-right .the_champ_login_ul li i.theChampLinkedinLogin::before {
  content: "S'inscrire via LinkedIn";
}
:lang(fr-FR) .tml .login-top .login-right .the_champ_login_ul li i.theChampGoogleLogin::before {
  content: "S'inscrire via Google";
}
:lang(fr-FR) .new-search-page .search-section .search-section-form li.ssw4 {
  width: auto;
}
:lang(fr-FR) .search-section .search-section-form {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
:lang(fr-FR) .search-section .search-section-form li.label-field1 {
  padding-right: 0px !important;
}
:lang(fr-FR) .search-section .search-section-form li.search-section-w1 {
  width: 18%;
}
:lang(fr-FR) .search-section .search-section-form > li.search-section-w3 {
  width: 100px;
}
:lang(fr-FR) .tml .login-top .registration-social::before {
  content: "Ou";
}
:lang(fr-FR) .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
  width: 76%;
}
:lang(fr-FR) .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
  width: 24%;
}
.right-side-bar-link ul li a::after {
  content: "";
  font-family: FontAwesome;
}
#theme-my-login .form-table {
  width: 100%;
}
#theme-my-login .form-table tr th {
  padding-right: 15px;
}
body .contact-page .gform_wrapper ul li#field_1_6.gfield label {
  display: none;
}
.search .search-section-rate-an-advisor .search-section-form li.search-section-w1 {
  width: 28%;
}
.search .search-layout-1 h2 {
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 21px;
  line-height: 32px;
  font-size: 28px;
}
.mt-25-bottom {
  margin-bottom: 25px;
}
.large-cap-stocks .rate-an-advisor-right {
  margin-top: 30px;
}
.large-cap-stocks-photo p {
  margin-top: 3px;
}
.large-cap-stocks-txt p {
  margin-top: 3px;
}
.large-cap-stocks-left .dataTables_info {
  font-size: 16px;
}
.large-cap-stocks-left .dataTables_wrapper {
  margin-bottom: 0;
  font-size: 16px;
}
.large-cap-stocks-left .dataTables_length,
.large-cap-stocks-left .dataTables_filter {
  margin-bottom: 20px;
}
.large-cap-stocks-left .dataTables_length input,
.large-cap-stocks-left .dataTables_filter input {
  width: 150px;
}
.large-cap-stocks-left .fl-rich-text h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
.large-cap-stocks-left .fl-rich-text p {
  margin-top: 0;
}
.large-cap-stocks-left table {
  border-spacing: 0;
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
}
.large-cap-stocks-left table thead th {
  background: #d9edf7;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.large-cap-stocks-left table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.large-cap-stocks-left table tbody td {
  font-size: 16px;
  border-top: 1px solid #ddd;
  vertical-align: top;
  padding: 8px;
}
.average-container {
  border: 1px solid #e9edf2;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  margin-bottom: 25px;
  background: #f7f7f7;
  opacity: 0.05;
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
}
.average-container .average-results {
  overflow: hidden;
}
.average-container .average-stats {
  padding: 15px;
  width: 33.33%;
  display: inline-block;
  float: left;
  text-align: center;
  vertical-align: top;
}
.average-container .average-stats .average-question {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 50px;
  font-size: 16px;
}
.average-container .average-stats .gchart {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.average-container .average-stats .average-tag {
  display: inline-block;
  background: #d9a93e;
  color: #FFF;
  padding: 0 10px 0 8px;
  font-size: 13px;
  position: relative;
  margin-left: 11px;
  margin-right: 5px;
  font-weight: 400;
  margin-bottom: 15px;
}
.average-container .average-stats .average-tag:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -2px;
  float: left;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}
.average-container .average-stats .average-tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #d9a93e transparent transparent;
  border-style: solid;
  border-width: 13px 12px 14px 0;
}
.comments-bg {
  border: 1px solid #e9edf2;
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
}
.comments-bg .comment-row {
  border-bottom: 0;
}
.comments-bg .comment-row.fb {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
.comments-bg .comment-row .comment-2-col {
  width: 50%;
  float: left;
  padding: 12px 15px;
}
.comments-bg .comment-row .comment-2-col:last-child {
  border-right: none;
}
.comments-bg .comment-row .comment-2-col .fa-user {
  color: #428ecc;
  border: 2px solid #428ecc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #FFF;
  padding-top: 1.5px;
  margin-right: 5px;
  display: none;
}
.comments-bg .comment-row .comment-2-col .star-ratings {
  float: left;
  padding: 0;
}
.comments-bg .comment-row .comment-2-col .star-ratings li {
  float: left;
  list-style: none;
  margin: 0 5px;
}
.comments-bg .comment-row .comment-2-col .star-ratings li a {
  color: #febf00;
  opacity: 0.3;
  cursor: default;
}
.comments-bg .comment-row .comment-2-col .star-ratings li.active a {
  opacity: 1;
}
.comments-bg .comment-row .comment-5-col {
  padding: 12px 15px;
  flex: auto;
}
.comments-bg .comment-row .comment-5-col:last-child {
  border-right: none;
}
.comments-bg .comment-row .comment-1-col {
  width: 100%;
  padding: 12px 15px;
}
.comments-bg .comment-row .comment-1-col p:last-child {
  margin-bottom: 0;
}
.comments-bg .comment-row .comment-1-col strong {
  font-weight: 400;
}
.comments-bg .comment-row strong {
  font-weight: 400;
}
.comments-bg .comment-row:nth-child(even) {
  background: #f9f9f9;
}
.comments-bg .comment-flags {
  padding: 8px 10px !important;
}
.all-ratings ul > li:nth-child(even) .comments-bg {
  background: #fefefe;
}
.all-ratings ul.children li {
  list-style: none;
}
#loginform .tml-user-pass-wrap {
  margin-bottom: 5px;
}
/* New Home Page CSS */
.flywheelsites-home-top {
  text-align: right;
}
.flywheelsites-home-top .flywheelsites-home-top-left {
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: top;
}
.flywheelsites-home-top .flywheelsites-home-top-left .search-wrap {
  border-left: 1px solid #DDD;
  padding-left: 15px;
}
.flywheelsites-home-top .flywheelsites-home-top-left .search-wrap #s {
  border: none;
  background: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  width: 240px;
  position: relative;
  top: 1px;
}
.flywheelsites-home-top .flywheelsites-home-top-left .search-wrap #searchsubmit {
  background-color: #1b233f;
  width: 34px;
  height: 34px;
  border-radius: 0;
  text-indent: -99999px;
  background-image: url('../images/searchicon.png');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}
.flywheelsites-home-top .flywheelsites-home-top-left .search-wrap #searchsubmit:hover {
  background-color: #d9a93e;
}
.flywheelsites-home-top .flywheelsites-home-top-right {
  text-align: right;
  vertical-align: top;
  display: inline-block;
  float: none;
  width: auto;
}
.flywheelsites-home-top .flywheelsites-home-top-right .claim-btn {
  margin: 3px 0 0 15px;
  padding: 0;
  display: inline-block;
}
.flywheelsites-home-top .flywheelsites-home-top-right .claim-btn .button-header-claim-profile {
  text-decoration: none;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.flywheelsites-home-top .flywheelsites-home-top-right .claim-btn .button-header-claim-profile::before {
  content: "•";
  color: #666666;
  padding-right: 6px;
  font: normal normal normal 18px/1 FontAwesome;
  top: 1px;
  position: relative;
}
.flywheelsites-home-top .flywheelsites-home-top-right .claim-btn .button-header-claim-profile:hover {
  color: #d9a93e;
}
.flywheelsites-home-top .flywheelsites-home-top-right .claim-btn .button-header-claim-profile:hover::before {
  color: #d9a93e;
}
.flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: 3px;
}
.flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0px;
}
.flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li a {
  text-decoration: none;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li::before {
  content: "•";
  color: #666666;
  padding-right: 6px;
  font: normal normal normal 18px/1 FontAwesome;
  top: 1px;
  position: relative;
}
.flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li:hover::before {
  color: #d9a93e;
}
.flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li:hover a {
  color: #d9a93e;
}
.flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li:last-child {
  margin-right: 0;
}
.flywheelsites-home-top .flywheelsites-home-top-right .language-section {
  margin: 0;
  display: inline-block;
  margin-top: 3px;
}
.flywheelsites-home-top .flywheelsites-home-top-right .language-section a {
  text-decoration: none;
  color: #1b8ff2;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}
.flywheelsites-home-top .flywheelsites-home-top-right .language-section a::before {
  content: "•";
  color: #1b8ff2;
  padding-right: 6px;
  font: normal normal normal 18px/1 FontAwesome;
  top: 1px;
  position: relative;
}
.flywheelsites-home-top .flywheelsites-home-top-right .language-section:hover a::before {
  color: #d9a93e;
}
.flywheelsites-home-top .flywheelsites-home-top-right .language-section:hover a {
  color: #d9a93e;
}
.fl-ad-images img {
  border: 1px solid #eee;
}
.page-id-133621 .fl-module-heading h1.fl-heading {
  margin-bottom: 0 !important;
}
.txt-size-bigger .fl-rich-text p {
  font-size: 23px;
  margin-top: 0;
  line-height: 30px;
}
.rate-an-advisor-description p {
  font-size: 22px;
  line-height: 30px;
}
.blog-with-us-left #field_2_6 .gfield_label {
  display: none;
}
.blog-with-us-left #gform_wrapper_2 {
  margin-top: 0;
}
.page-id-109566 .fl-module-heading h1.fl-heading {
  margin-bottom: 0 !important;
  font-size: 2.3em;
}
.claimed-profile-box h2.fl-heading {
  font-weight: 300;
  list-style: none;
  font-size: 35px;
}
.claimed-profile-box .fl-row-fixed-width .fl-module-heading,
.claimed-profile-box .fl-row-fixed-width .fl-module-rich-text {
  max-width: 710px;
  margin: 0 auto;
}
.claimed-profile-box .fl-rich-text {
  text-align: center;
}
.claimed-profile-box .fl-button-wrap .fl-button:hover,
.claimed-profile-box .fl-button-wrap .fl-button:focus {
  background: #d9a93e !important;
}
.claimed-profile-h1 {
  text-align: center;
}
.claimed-profile-h1 h1.fl-heading {
  display: inline-block;
}
.claimed-profile-h1 h1.fl-heading span.yellow {
  color: #fff;
}
.claimed-profile-h1 h1.fl-heading::after {
  width: 107px;
}
.claimed-profile-h1 .search-section-form > li {
  color: #fff;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li {
  margin-left: 15px;
  margin-right: 15px;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li a {
  font-weight: 400;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li a:hover {
  color: #d9a93e;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li:last-child {
  margin-right: 0;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li .fl-has-submenu-container:hover a {
  color: #d9a93e;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li .fl-has-submenu-container:hover .fl-menu-toggle:before {
  border-color: #d9a93e;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .fl-menu-toggle {
  width: 12px !important;
  right: -4px !important;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .sub-menu {
  padding: 0;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.1);
  border: 1px solid #EEE;
  border-top: none;
  min-width: 255px;
  margin-left: -15px;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .sub-menu li {
  margin: 0;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .sub-menu li a {
  padding: 15px;
  border-bottom: 1px solid #EEE;
  line-height: 20px;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .sub-menu li a:hover {
  background: #f9f9f9;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .sub-menu li a:hover:before {
  content: none;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .sub-menu li.current-menu-item a::before {
  display: none;
}
.flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu .sub-menu li:last-child {
  border-bottom: none;
}
body.page-id-129362 .page-header-inner {
  display: none;
}
.flywheelsites-hero-banner h1 {
  text-align: center;
  font-size: 33px;
  line-height: 1.2em;
  border: none;
  font-weight: 300;
}
.flywheelsites-search-section .fl-row-content-wrap {
  border: none !important;
  background: none !important;
}
.flywheelsites-search-section .fl-module-content.fl-node-content {
  margin-bottom: 5px;
}
.page-id-129362 .flywheelsites-search-section .fl-module-content.fl-node-content {
  margin-top: 4px;
}
.flywheelsites-hero-banner-txt .fl-module-heading h1.fl-heading {
  margin: 0 !important;
  padding: 0 !important;
}
.flywheelsites-hero-banner-txt h1 {
  text-align: center;
  font-size: 33px;
  line-height: 1.4em;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300;
  color: #1b233f;
}
.flywheelsites-hero-banner-txt h1::after {
  display: none;
}
.flywheelsites-search-section .search-section-left {
  padding-top: 0;
}
.flywheelsites-search-section .search-section-left .search-section-form {
  text-align: center;
}
.flywheelsites-search-section .search-section-left .search-section-form li .search-btn {
  background: #1b233f;
  border: 1px solid #111729;
}
.flywheelsites-three-section .fl-col-group {
  width: 100%;
}
.flywheelsites-three-section .fl-col-content {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #f9f9f9;
}
.flywheelsites-three-section .fl-callout {
  display: block;
  background: #fff;
}
.flywheelsites-three-section .fl-callout .fl-callout-content {
  width: 100%;
  display: block;
  padding: 25px;
}
.flywheelsites-three-section .fl-callout .fl-callout-content h3 {
  font-size: 24px;
  color: #d9a93e;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 15px;
}
.flywheelsites-three-section .fl-callout .fl-callout-content h3 a {
  color: #d9a93e;
  font-weight: 500;
}
.flywheelsites-three-section .fl-callout .fl-callout-content h3::after {
  width: 70px;
  height: 1px;
  background-color: #1b233f;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
.flywheelsites-three-section .fl-callout .fl-callout-content h3 span span {
  color: #1b233f;
  font-weight: 300;
}
.flywheelsites-three-section .fl-callout .fl-callout-content h3::first-line {
  color: red;
}
.flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-text {
  min-height: 118px;
}
.flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-text,
.flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap p {
  font-weight: 300;
  font-size: 16px;
  padding: 0;
}
.flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-cta-link {
  font-weight: 300;
  font-size: 16px;
  color: #213162;
  text-decoration: none;
}
.flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-cta-link:after {
  content: "";
  margin-left: 3px;
  color: #666666;
  position: relative;
  top: 1px;
  font: normal normal normal 18px/1 FontAwesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-cta-link:hover {
  opacity: 1;
  color: #d9a93e;
}
.flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-cta-link:hover:after {
  margin-left: 6px;
  color: #d9a93e;
}
.flywheelsites-three-section .fl-callout .fl-callout-photo {
  width: 100%;
  display: block;
  padding-left: 0;
}
.hide-avg-comment-block {
  display: none;
}
.flywheelsites-home-bottom {
  -webkit-box-shadow: 0 29px 60px 0 rgba(54, 57, 73, 0.08);
  box-shadow: 0 29px 60px 0 rgba(54, 57, 73, 0.08);
}
.blog-shadow .fl-post-grid-text .fl-post-grid-title a,
.blog-shadow .fl-post-feed-header .fl-post-grid-title a,
.blog-shadow .fl-post-grid-text .fl-post-feed-title a,
.blog-shadow .fl-post-feed-header .fl-post-feed-title a {
  font-weight: 400;
}
.blog-shadow .fl-post-feed,
.blog-shadow .fl-post-grid-post {
  -webkit-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  -moz-box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
  box-shadow: 0 5px 20px 0 rgba(166, 193, 229, 0.19);
}
.blog-shadow .fl-post-grid-content p,
.blog-shadow .fl-post-feed-content p,
.blog-shadow .fl-post-grid-content a,
.blog-shadow .fl-post-feed-content a {
  display: inline;
  line-height: 27px;
  font-weight: 300;
  font-size: 16px;
}
.blog-shadow .fl-post-grid-content a,
.blog-shadow .fl-post-feed-content a {
  margin-left: 5px;
}
.large-cap-stocks-left table thead th {
  background: #e0e0e0;
}
.tablepress thead th.sorting:hover {
  background: #cdcdcd;
}
.tablepress a {
  text-decoration: none;
}
.tablepress caption {
  padding: 15px 0 3px 0 !important;
}
.tablepress caption a {
  border: 1px solid #d9a93e;
  background: #fff;
  color: #d9a93e;
  display: none;
  text-decoration: none;
  padding: 3px 15px;
}
.tablepress caption a:hover {
  background: #d9a93e;
  color: #fff;
  text-decoration: none;
}
.paging_simple .paginate_button.next::after,
.paging_simple .paginate_button.previous::before {
  text-shadow: none !important;
  font-size: 12px !important;
  top: 2px !important;
}
.dataTables_paginate a {
  text-decoration: none !important;
}
.paginate_button.disabled::before,
.paginate_button.disabled::after {
  color: #999 !important;
  opacity: 1;
}
.paginate_button.disabled:hover::after,
.paginate_button.disabled:hover::before {
  color: #999 !important;
  opacity: 1;
}
.dataTables_paginate a {
  color: #1b233f;
  opacity: 1;
}
.paginate_button::after,
.paginate_button::before {
  color: #1b233f !important;
  opacity: 1;
}
.paginate_button:hover {
  color: #d9a93e !important;
}
.paginate_button:hover:after,
.paginate_button:hover:before {
  color: #d9a93e !important;
}
.claim-profile-search-results {
  margin: 0 auto;
  max-width: 884px;
}
.claim-profile-search-results .loading-img.loading-img1 {
  margin-top: 25px;
}
.claim-profile-search-results#review-advisor-sub-heading {
  margin: 25px auto;
  text-align: left;
  border: 0;
  background: #FFF;
  font-size: 20px;
  padding: 5px 15px;
}
.claim-profile-search-results#review-advisor-sub-heading:after {
  content: none;
}
.claim-profile-search-results.search-result-listing.show-search-results {
  padding: 0;
  list-style: none;
  text-align: left;
}
.claim-profile-search-results.search-result-listing.show-search-results li {
  margin: 0 0 25px 0;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row {
  display: table;
  width: 100%;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-left {
  display: table-cell;
  vertical-align: middle;
  width: 68%;
  padding: 15px 20px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-left h3 {
  margin: 0;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-left h3 a {
  text-decoration: none;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-left .ratings {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  color: #FEBF00;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-left .ratings i {
  margin-right: 0px;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-right {
  display: table-cell;
  vertical-align: middle;
  width: 32%;
  border-left: 1px solid #eaeaea;
  background: #fbfbfb;
  padding: 15px 20px;
}
.claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-right .claim-profile-link {
  text-decoration: none;
  display: block;
  background: #d9a93e;
  font-size: 14px;
  border-radius: 0;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #c09025;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
.claim-profile-search-results.pagination-container .page-count {
  color: #FFF;
}
.forgot-txt {
  font-size: 15px;
  font-weight: 400;
}
.new-pass-table + h3 {
  display: none;
}
.new-pass-table + h3 + table {
  display: none;
}
.golden-color-text {
  color: #d9a93e;
}
.verified-container i {
  display: inline-block;
  margin-right: 10px;
}
.verified-container-search .ar_tooltip .ar_tooltip_tip {
  padding: 5px 10px;
  min-width: 55px;
}
.verified-container .ar_tooltip .ar_tooltip_tip {
  min-width: 55px;
}
.verified-container-search .ar_tooltip {
  top: 0;
  margin-left: 5px;
}
.min-height {
  min-height: 52.6vh;
}
.fl-html .claim-btn:last-child .button-header-claim-profile {
  position: relative;
  padding-left: 25px;
}
.fl-html .claim-btn:last-child .button-header-claim-profile::before {
  background: url('../images/en.png') no-repeat center;
  background-size: cover;
  width: 18px;
  height: 12px;
  color: transparent !important;
  font-size: 36px;
  position: absolute;
  top: 3px;
  left: 0;
}
.no-label label {
  display: none !important;
}
.min-height {
  min-height: 53.7vh;
}
.gform_confirmation_message {
  border-left: 5px solid #1d9a1d;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 19px;
  padding: 11px 15px;
  font-weight: 400;
  color: #1d9a1d;
}
.wppaslink iframe {
  border: none;
}
:lang(fr-FR) label#terms_conditions-error,
:lang(fr-FR) label#privacy_policy-error {
  left: 354px;
}
.ratings-section .ratings-section-row .ratings {
  font-size: 14px;
}
:lang(fr-FR) .star-ratings ul li label i {
  font-size: 13px;
}
.faqs .fl-accordion-button-icon {
  display: -webkit-inline-box;
  padding-left: 5px;
}
.pac-container.pac-logo + img,
.pac-container.pac-logo + script + img,
.pac-container.pac-logo + script + script + img,
.pac-container.pac-logo + script + script + script + img {
  display: none;
}
.tml-register .g-recaptcha {
  margin-top: 15px;
}
.read-reviews-small.claim-profile-adivsor-link::before {
  right: inherit;
  left: -5px;
  background: #b2b2b2;
  content: "";
  height: 15px;
  position: absolute;
  top: 2px;
  width: 1px;
}
.read-reviews-small.claim-profile-adivsor-link {
  position: relative;
}
ul.the_champ_login_ul li div.theChampFacebookLogoContainer {
  width: 100%;
  height: 100%;
  margin: 0;
  background: none;
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampFacebookLogin:after {
  background: rgba(0, 0, 0, 0.1);
}
.tml .login-top .login-right .the_champ_login_ul li i.theChampFacebookLogin .theChampFacebookLoginSvg {
  background-size: 20px !important;
  background-position: 10px 10px !important;
}
div.the_champ_login_container i.theChampFacebookBackground {
  background-color: #4267B2 !important;
}
iframe {
  border: 0;
}
.footer-social .fl-icon i.fa-twitter:before {
  content: "";
  background: url(../images/twitter-x.svg) 0px 2px/ 100% auto no-repeat !important;
  width: 12px !important;
  height: 13px !important;
  line-height: 13px !important;
  display: inline-block;
  border-radius: 0px !important;
}
.footer-social .fl-icon i.fa-twitter:hover:before {
  background: url(../images/twitter-x-white.svg) 0px 2px/ 100% auto no-repeat !important;
}

.faqs-page .fl-accordion-button-label:focus {
  outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .footer-social .fl-icon-group .fl-icon i::before {
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-middle .footer-info .fl-rich-text p {
    word-break: break-word;
    line-height: normal;
  }
  .new-search-page .search-section .search-section-form li.ssw4 {
    width: auto;
  }
  .footer-middle .menu li {
    padding-right: 10px;
  }
  .footer-middle .menu li a {
    line-height: 20px;
  }
  :lang(fr-FR) .new-search-page .search-section-bottom {
    padding: 10px 15px 10px 15px;
  }
  :lang(fr-FR) .new-search-page .search-section-bottom .search-section-left {
    padding: 0;
  }
  :lang(fr-FR) h1.page-header {
    font-size: 1.6em;
  }
  :lang(fr-FR) .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
    width: 70%;
  }
  :lang(fr-FR) .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
    width: 30%;
  }
  .search-result-main .page-header.sub-heading {
    font-size: 27px;
  }
  .user-pro-page-bottom-right .widgettitle {
    line-height: normal;
  }
  .new-search-page .search-section.search-section-bottom .search-section-form li.label-field1 {
    padding-right: 0 !important;
  }
  .new-search-page .search-section.search-section-bottom .search-section-form li.ssw4 {
    width: 120px;
  }
  .new-search-page .search-section.search-section-bottom .search-section-form li.search-section-w1 {
    width: 15%;
  }
  .comments-bg .comment-row .comment-5-col,
  .comments-bg .comment-row .comment-2-col,
  .comments-bg .comment-row .comment-1-col {
    font-size: 14px;
  }
  .blog-details h1 {
    font-size: 30px;
  }
  .flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li {
    margin-left: 12px;
    margin-right: 12px;
  }
  .footer-middle .fl-col-content h3.fl-heading {
    font-size: 16px;
  }
  .flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-text {
    min-height: 145px;
  }
  .flywheelsites-three-section .fl-callout .fl-callout-content h3 {
    font-size: 19px;
  }
  .new-search-page .search-section-bottom .search-section-left {
    max-width: 940px;
  }
  .search-section-rate-an-advisor .trusted-advisor-main-form .search-section-form li.label-field1 {
    width: 90px;
    font-size: 14px;
    padding-top: 10px;
  }
  .search-section-rate-an-advisor .trusted-advisor-main-form .search-section-form li.search-section-w2 {
    width: 17%;
  }
  .search-section-rate-an-advisor .trusted-advisor-main-form .search-section-form li.search-section-w1 {
    width: 23%;
  }
  .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
    width: 28%;
  }
  .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
    width: 72%;
  }
  .search-section .search-section-form li.search-section-w1.ssw1 .select2-container,
  .new-search-page .search-section .search-section-form li.ssw3 .select2-container {
    width: 100% !important;
  }
  .loading-img1::after {
    right: 150px;
  }
  .header .claim-btn:after {
    left: -8px;
  }
  .container,
  .fl-row-fixed-width {
    max-width: 970px !important;
    width: 100%;
  }
  ul.profile-sidebar-links li a {
    font-size: 15px;
  }
  ul#watchlistEntries li .left {
    width: 48%;
  }
  ul#watchlistEntries li .right {
    width: 52%;
  }
  .home-section1 .fl-post-grid-post .fl-post-grid-text {
    padding: 22px 15px;
  }
  .header .sign-login-link li {
    padding: 0 5px 0 3px;
  }
  .header .claim-btn {
    margin: 0;
  }
  .header .claim-btn a {
    font-size: 15px;
  }
  .header .language-section a {
    font-size: 15px;
  }
  .header-menu .menu li a {
    padding: 15px 11px;
    font-size: 13px;
  }
  body h2.fl-post-grid-title {
    font-size: 18px;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
    width: 60%;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
    width: 40%;
  }
  .rate-an-advisor-main .rate-an-advisor-right .search-result-left .search-result-listing > li .search-result-row-left {
    width: 64%;
  }
  .rate-an-advisor-main .rate-an-advisor-right .search-result-left .search-result-listing > li .search-result-row-right {
    width: 36%;
  }
  .search-section-rate-an-advisor .search-section-form li.search-section-w2 {
    width: 23%;
  }
  .search-section-rate-an-advisor .search-section-form li.search-section-w1-zip {
    width: 25%;
  }
  .search-section-rate-an-advisor .search-section-form li.label-field1 {
    width: 127px;
    text-align: left;
    font-size: 13px;
    line-height: normal;
  }
  .wppaszone {
    width: 100% !important;
    height: auto !important;
  }
  .blog-details-sidebar h2,
  .search-result-right h2,
  .resources-right h2 {
    font-size: 18px;
  }
  .header .sign-login-link li {
    font-size: 13px;
  }
  .header .sign-login-link li a {
    font-size: 13px;
  }
  .header .claim-btn {
    margin: 0 0 0 2px;
  }
  .header .claim-btn a {
    font-size: 13px;
  }
  :lang(fr-FR) .header-menu .menu li a {
    font-size: 12px;
  }
  :lang(fr-FR) .header .claim-btn a,
  :lang(fr-FR) .header .sign-login-link li.header-sign-up a {
    font-size: 11px;
  }
  .search .search-section-rate-an-advisor .search-section-form li.search-section-w1 {
    width: 28%;
  }
  :lang(fr-FR) .new-search-page .search-section .search-section-form li.ssw4 {
    width: 200px;
  }
  :lang(fr-FR) .new-search-page .search-section .search-section-form li.star-ratings.ssw2 {
    width: 320px;
  }
  :lang(fr-FR) .new-search-page .search-section .search-section-form li.star-ratings.ssw2 .field-label {
    width: 42px;
    line-height: 11px;
    font-size: 9px;
    text-align: left;
    position: relative;
    top: 3px;
  }
  :lang(fr-FR) .new-search-page .search-section .search-section-form li.ssw2 .ratings-check #checkbox1 + label {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .flywheelsites-home-bottom .flywheelsites-home-bottom-right .menu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  :lang(fr-FR) .new-search-page .search-section .search-section-form li.star-ratings.ssw2 {
    width: 100%;
  }
  :lang(fr-FR) .search-result-main .show-search-results .search-result-left h1.page-header {
    font-size: 25px;
  }
  :lang(fr-FR) .new-search-page .search-section-bottom {
    padding: 0;
  }
  :lang(fr-FR) .new-search-page .search-section .search-section-form li.star-ratings.ssw2 .field-label {
    width: 100%;
    line-height: normal;
    font-size: 14px;
    position: static;
  }
  :lang(fr-FR) .search-section .search-section-form {
    display: block;
  }
  :lang(fr-FR) .search-section .search-section-form li {
    width: 100% !important;
    margin: 5px 0 !important;
    text-align: left !important;
  }
  :lang(fr-FR) .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
    width: 100%;
  }
  :lang(fr-FR) .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
    width: 100%;
  }
  .all-ratings > ul > li .comment-flags a {
    margin: 0 5px;
  }
  .my-profile-left {
    width: 66%;
  }
  .my-profile-right {
    width: 34%;
  }
  .comments-bg .comment-row.fb {
    display: block;
  }
  .comments-bg .comment-row .comment-2-col {
    width: 100%;
  }
  .ratings-min-max .ratings-min-max-row .ratings-min-max-left {
    width: 100%;
  }
  .ratings-min-max .ratings-min-max-row .ratings-min-max-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e9edf2;
  }
  .comments-bg .comment-row .comment-5-col,
  .comments-bg .comment-row .comment-2-col,
  .comments-bg .comment-row .comment-1-col {
    font-size: 18px;
  }
  .claimed-profile-h1.search-section .fl-row-content-wrap {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .claimed-profile-h1.search-section .search-section-form {
    padding: 0;
  }
  .sub-heading .search-section-form li {
    margin: 0;
  }
  .per-page-records {
    margin-top: 7px;
  }
  .new-search-page .search-section-bottom {
    padding: 0;
  }
  .sub-heading .pull-right {
    margin-top: 10px;
  }
  .search-result-main .page-header.sub-heading {
    padding-bottom: 5px;
  }
  .ratings-min-max .ratings-min-max-row .average-tag {
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .fl-col.fl-node-59dc7531ab5ac.fl-col-small.footer-social {
    width: 100%;
  }
  .fl-node-59db12c25c3a4 .fl-menu li {
    border-top: none;
  }
  .fl-menu .fl-menu-mobile-toggle:focus {
    outline: none;
    border: none;
  }
  .footer-middle a {
    word-wrap: break-word;
  }
  .flywheelsites-hero-banner-txt h1 {
    font-size: 30px;
  }
  .flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-text {
    min-height: 200px;
  }
  .flywheelsites-three-section .fl-callout .fl-callout-content h3 {
    font-size: 24px;
  }
  .show-password-pass-status {
    display: none !important;
  }
  .header .search-wrap #s {
    box-shadow: none;
    border: 1px solid #e4e4e4;
  }
  .search-section-rate-an-advisor .search-section-form {
    padding-bottom: 0 !important;
  }
  .search-section .search-section-form li {
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    width: 100% !important;
  }
  .flywheelsites-home-top .flywheelsites-home-top-left {
    display: none !important;
  }
  .new-search-page .search-section-bottom .search-section-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .search-section-rate-an-advisor .search-section-form {
    display: block;
    width: 100%;
  }
  .search-section .search-section-form li {
    width: 100% !important;
  }
  .search-section .search-section-form {
    margin: 0;
    padding: 15px 10px;
  }
  .home-top-section-right {
    text-align: center;
  }
  .home-top-section-right .paszone_container {
    float: none;
    display: inline-block;
  }
  .home-top-section-right img {
    display: inline-block;
    float: none;
  }
  .fixed-bottom-carousel {
    bottom: -84px;
  }
  .fixed-bottom-carousel .fl-module-content {
    margin-right: 0;
    margin-left: 0;
  }
  body.fixedCls {
    margin-bottom: 84px !important;
  }
  .rate-an-advisor-main .ads-container {
    width: 100%;
  }
  .new-search-page .search-section .search-section-form li.ssw2 {
    width: 314px;
  }
  .tml .login-top .login-right.registration-social .the_champ_login_ul {
    display: block;
    margin: 0;
  }
  .tml .login-top .login-right.registration-social .the_champ_login_ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sidebar-advisor .loading-img1 > img {
    width: 100%;
  }
  .loading-img1:after {
    right: 163px;
  }
  .search-section-rate-an-advisor .trusted-advisor-main-form .search-section-form li.label-field1 {
    padding-bottom: 5px;
  }
  .sub-heading .pull-right {
    float: none;
    width: 100%;
  }
  .sub-heading .search-section-form {
    float: none;
    margin: 5px 0 10px 0;
    width: 100%;
  }
  .sub-heading .search-section-form li select {
    width: 100%;
  }
  .per-page-records {
    float: none;
    width: 100%;
  }
  .per-page-records select {
    width: 100%;
  }
  .new-search-page .search-section-bottom .search-section-left {
    max-width: 720px;
  }
  .search-section .search-section-form li.search-section-w1.ssw1 {
    width: 20%;
  }
  .search-section .search-section-form li.search-section-w1.ssw1 {
    width: 17.7%;
  }
  .new-search-page .search-section .search-section-form li.ssw2 {
    width: 288px;
  }
  .new-search-page .search-section .search-section-form li.ssw4 {
    width: 110px;
  }
  ul#watchlistEntries li {
    display: block;
    width: 100%;
  }
  ul#watchlistEntries li .left {
    width: 100%;
    display: block;
  }
  ul#watchlistEntries li .right {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #eaeaea;
  }
  .header .claim-btn::after {
    top: 9px;
  }
  .tml .login-top .login-right {
    width: 41.4%;
  }
  .tml .login-top .login-left {
    width: 58.6%;
  }
  .search-section-rate-an-advisor .search-section-form li {
    width: 100% !important;
    text-align: left;
    margin-bottom: 3px;
  }
  .user-pro-page-bottom .user-pro-page-bottom-right {
    width: 35%;
  }
  .user-pro-page-bottom .user-pro-page-bottom-left {
    width: 65%;
  }
  .selection-section .selection-section-field-common p,
  .review-section .review-section-left-form h4 {
    font-size: 14px;
  }
  .header .sign-login-link li a {
    font-size: 12px;
  }
  .search-section-rate-an-advisor .search-section-form li.search-section-w1 {
    margin: 0 0 10px 0;
  }
  .search-section-rate-an-advisor .search-section-form li.label-field1 {
    width: 100%;
    font-size: 14px;
  }
  .rate-an-advisor-main .rate-an-advisor-left {
    padding-bottom: 30px;
  }
  .rate-an-advisor-main .rate-an-advisor-left,
  .rate-an-advisor-main .rate-an-advisor-right {
    width: 100%;
  }
  .sidebar-advisor .sidebar-advisor-box img {
    width: 100%;
  }
  .sidebar-advisor .sidebar-advisor-box h3 {
    font-size: 13px;
  }
  .container,
  .fl-row-fixed-width {
    max-width: 750px !important;
  }
  .header-menu .menu li a {
    font-size: 12px;
    padding: 15px 7px;
  }
  .search-section .search-section-form li {
    padding: 0 5px;
  }
  .search-section .search-section-form li.search-section-w2 {
    width: 25%;
  }
  .home-section1 .fl-post-column {
    width: 100% !important;
  }
  .header-right .fl-module-content {
    margin-left: 0;
  }
  .header-left .fl-module-content {
    margin-right: 0;
  }
  .header-moddle .fl-module-content {
    margin-right: 0;
  }
  .home-top-section-left {
    width: 50%;
  }
  .home-top-section-left .fl-post-grid-post .fl-post-grid-text {
    padding: 15px 15px 16px;
  }
  .home-top-section-middle {
    width: 50%;
  }
  .home-top-section-right {
    width: 100%;
  }
  .home-section1.center-description .fl-post-grid .fl-post-column {
    margin-bottom: 30px;
  }
  .home-section1.center-description .fl-post-grid .fl-post-column:last-child {
    margin-bottom: 0;
  }
  .footer-middle .fl-col-content {
    padding-left: 0 !important;
  }
  .tml .login-top .registration-social {
    width: 100%;
  }
  .tml .login-top .registration-social .wp-social-login-provider-list a.wp-social-login-provider {
    margin-right: 10px;
    width: 208px;
  }
  .search-section .search-section-form li.search-section-w1 {
    width: 19.3%;
  }
  .search-section .search-section-form li.search-section-w2 {
    width: 29%;
  }
  .search-section .search-section-form li.label-field1 {
    width: 80px;
    text-align: left;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row {
    display: block;
  }
  .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
    width: 100%;
    display: block;
    border-left: none;
    border-top: 1px solid #eaeaea;
  }
  .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
    width: 100%;
    display: block;
  }
  .header .language-section {
    margin-left: 8px;
  }
  .header .header-right {
    width: 100%;
  }
  .header .header-right .fl-module-content {
    margin-left: 15px;
    text-align: center;
    margin-top: 0;
  }
  .header .header-right .fl-module-content .fl-html {
    float: none;
  }
  .header .sign-login-link li {
    padding: 0 10px 0 10px;
    font-size: 15px;
  }
  .header .sign-login-link li a {
    font-size: 15px;
  }
  .header .claim-btn {
    margin-left: 7px;
  }
  .header .claim-btn a {
    font-size: 15px;
  }
  .language-section {
    margin-left: 10px;
  }
  :lang(fr-FR) .header-menu .menu li a {
    font-size: 10px;
  }
  :lang(fr-FR) .header .claim-btn a,
  :lang(fr-FR) .header .sign-login-link li.header-sign-up a {
    font-size: 14px;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width {
    position: relative;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu {
    position: absolute;
    left: 0;
    top: 106px;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 20px 20px 0 rgba(166, 193, 229, 0.19);
    -moz-box-shadow: 0 20px 20px 0 rgba(166, 193, 229, 0.19);
    -webkit-box-shadow: 0 20px 20px 0 rgba(166, 193, 229, 0.19);
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu li {
    margin: 0;
    border-bottom: 1px solid #EEE;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu li a {
    padding: 15px;
    text-align: left;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu li a:hover {
    background: #f9f9f9;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu li:last-child {
    border-bottom: none;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu .sub-menu {
    margin: 0;
    border: none;
    border-top: 1px solid #EEE;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu .sub-menu li a {
    border-bottom: none;
  }
  .flywheelsites-home-bottom .fl-row-fixed-width .flywheelsites-home-bottom-right ul.menu .fl-menu-toggle {
    right: 15px !important;
  }
  .search-result-main .show-search-results .search-result-left h1.page-header {
    font-size: 30px;
  }
  .search-result-right h2 {
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .ratings-min-max-column {
    margin-bottom: 15px;
  }
  .ratings-min-max-column:last-child {
    margin-bottom: 0;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right .claim-btn:last-child {
    width: 18px;
    height: 18px;
    position: relative;
    overflow: hidden;
    top: 2px;
    margin-left: 5px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right .claim-btn:last-child .button-header-claim-profile::before {
    top: -3px;
  }
  .all-ratings > ul > li .all-ratings-bottom .comment-tags span {
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .my-profile-left {
    width: 100%;
  }
  .my-profile-right {
    width: 100%;
  }
  #theme-my-login .form-table tr:nth-child(1) th,
  #theme-my-login .form-table tr:nth-child(2) th,
  #theme-my-login .form-table tr:nth-child(1) td,
  #theme-my-login .form-table tr:nth-child(2) td {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #theme-my-login .form-table tr th,
  #theme-my-login .form-table tr td {
    vertical-align: top;
  }
  .login-action-links .sign-signup-links {
    padding: 0 5px;
  }
  .search-result-main .show-search-results .search-result-left h1.page-header {
    font-size: 20px;
    line-height: normal;
  }
  .login-action-links .sign-signup-links p {
    font-size: 14px;
    font-weight: 400;
  }
  .ratings-min-max .ratings-min-max-row .ratings-min-max-left ul.ratings-min-max-indicator {
    max-width: 100%;
  }
  .claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-left {
    width: 100%;
    display: block;
  }
  .all-ratings > ul > li .comment-flags a {
    font-size: 12px;
  }
  body .contact-page .gform_wrapper ul li#field_2_7 .moxie-shim.moxie-shim-html5 {
    display: none;
  }
  .fl-module.fl-module-rich-text.fl-node-5a9d285d23591 {
    margin-top: 15px;
  }
  .claim-profile-search-results.search-result-listing.show-search-results li .search-result-row .search-result-row-right {
    display: block;
    width: 100%;
    border-left: none;
    border-top: 1px solid #eaeaea;
  }
  .resources-right h2 {
    font-size: 21px;
  }
  .sidebar-advisor .sidebar-advisor-box h3 {
    font-size: 18px;
  }
  .rate-an-advisor-main .rate-an-advisor-left,
  .rate-an-advisor-main .rate-an-advisor-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .large-cap-stocks-left table#tablepress-2 thead tr th,
  .large-cap-stocks-left table#tablepress-1 thead tr th {
    width: 100% !important;
  }
  .large-cap-stocks-left table#tablepress-2 thead tr th:nth-child(2),
  .large-cap-stocks-left table#tablepress-1 thead tr th:nth-child(2) {
    width: 85px !important;
    white-space: nowrap;
  }
  .fl-node-5a77fffda10fa > .fl-module-content {
    margin-right: 0;
    margin-left: 0;
  }
  .fl-node-5a780008d0004 > .fl-module-content {
    margin-right: 0;
  }
  :lang(fr-FR) .header-menu .menu li a {
    font-size: 14px;
  }
  .fl-node-5a8eb2c03e48d .fl-post-column {
    padding-bottom: 0;
  }
  .accept-main {
    margin-bottom: 11px;
  }
  label#terms_conditions-error,
  label#privacy_policy-error {
    top: 15px;
    left: 30px;
    font-size: 12px;
  }
  .header .header-right .fl-html {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
  }
  .header .header-moddle {
    margin-top: 0;
  }
  .header .claim-btn {
    order: 3;
    -moz-order: 3;
    -webkit-order: 3;
    -ms-order: 3;
    -o-order: 3;
    margin-left: 0;
  }
  .header .claim-btn a {
    margin-top: 10px;
  }
  .header .search-wrap #s {
    box-shadow: none;
    border: 1px solid #e4e4e4;
  }
  .read-reviews-small.with-pipe,
  .read-reviews-small {
    display: inline-block;
  }
  .read-reviews-small.with-pipe:after,
  .read-reviews-small:after {
    display: none;
  }
  .header .header-right .fl-html {
    text-align: center;
  }
  .tml .login-action-links ul li {
    font-size: 14px;
    width: 100%;
    padding: 2px 0;
    border: none;
  }
  .tml .login-action-links ul li a {
    font-size: 14px;
  }
  .flywheelsites-three-section .fl-callout .fl-callout-content {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .flywheelsites-three-section .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-callout-text {
    min-height: inherit;
  }
  .flywheelsites-hero-banner-txt .fl-row-content-wrap {
    padding-bottom: 0;
  }
  .fl-ad-images img {
    width: 100%;
    height: auto;
  }
  .footer-middle .fl-col-content h3.fl-heading {
    font-size: 18px;
  }
  .flywheelsites-three-section .fl-row-content-wrap {
    padding-bottom: 0;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right .claim-btn {
    margin: 1px 0 0 1px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right .claim-btn .button-header-claim-profile {
    font-size: 12px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link {
    margin-top: 1px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li {
    margin-right: 1px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li a {
    font-size: 13px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right .language-section {
    margin-top: 1px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right .language-section a {
    margin-left: 1px;
    font-size: 13px;
  }
  .directory-listing-top .search-result-row-top h1 {
    margin: 0 0 10px 0;
  }
  .header-menu .menu li a {
    font-size: 14px;
  }
  .fixed-bottom-carousel {
    bottom: -111px;
  }
  body.fixedCls {
    margin-bottom: 111px !important;
  }
  .fixed-bottom-carousel .fl-post-slider-navigation {
    margin-top: 0;
    top: 23px;
    right: 5px;
  }
  .tml .login-top .registration-social .wp-social-login-provider-list {
    display: block;
    text-align: center;
  }
  .tml .login-top .registration-social .wp-social-login-provider-list a.wp-social-login-provider {
    width: 220px;
    display: inline-block;
    margin-right: 0;
  }
  .advi-claim-frm {
    padding-right: 15px;
    padding-left: 15px;
  }
  .advi-claim-frm ul li {
    width: 100%;
  }
  .postid-109537 .blog-details .tablepress th,
  .postid-109537 .blog-details .tablepress td {
    font-size: 12px;
  }
  .postid-109537 .blog-details .tablepress th {
    white-space: nowrap;
  }
  .postid-109537 .blog-details .dataTables_length {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .postid-109537 .blog-details .dataTables_filter {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .postid-109537 .blog-details .dataTables_paginate.paging_simple,
  .postid-109537 .blog-details .dataTables_info {
    text-align: center;
    width: 100%;
  }
  .postid-109537 .blog-details .dataTables_paginate.paging_simple {
    margin-top: 5px;
  }
  .search-section-rate-an-advisor .trusted-advisor-main-form .search-section-form li.search-section-w2 {
    padding-top: 0;
  }
  .loading-img1 img {
    display: block;
    width: 100%;
  }
  .sidebar-advisor .loading-img1 {
    margin-top: 22px;
  }
  .loading-img1:after {
    right: 23%;
  }
  .new-search-page .search-section .search-section-form .field-label {
    margin-right: 4px;
  }
  .new-search-page .search-section-bottom .search-section-left {
    max-width: 400px;
  }
  .tml .login-top .registration-social .wp-social-login-provider-list {
    padding-bottom: 30px;
  }
  .per-page-records {
    width: 100%;
    float: none;
    padding-top: 7px;
  }
  .per-page-records select {
    width: 100%;
  }
  .pagination-container {
    padding-bottom: 15px;
  }
  ul#watchlistEntries li .right .btn {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .tml.tml-profile {
    padding: 15px 15px 0;
  }
  .tml.tml-profile .tml-submit-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .rating-error {
    margin-right: 0;
    text-align: left;
  }
  .selection-section .selection-section-field-common p {
    display: block;
  }
  .selection-section .selection-section-field-common select {
    width: 100%;
  }
  .search-section-rate-an-advisor .search-section-form li.search-section-w1 {
    margin-bottom: 0;
  }
  ul.form-row li #password-strength {
    margin: 0;
  }
  .directory-listing-top .search-result-row-top .search-result-row-top-left {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .directory-listing-top .search-result-row-top .search-result-row-top-left img {
    margin-bottom: 25px;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row {
    display: block;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row .search-result-row-left {
    display: block;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row .search-result-row-right {
    display: block;
  }
  .ratings-section .ratings-section-row {
    padding-right: 0;
  }
  .ratings-section .ratings-section-row .ratings {
    position: static;
    width: 100%;
    display: block;
  }
  .ratings-section .ratings-section-row label {
    position: static;
    margin-left: 0;
  }
  .header .claim-btn:after {
    display: none;
  }
  .custom-pop-overlay .custom-pop-main {
    max-width: 88%;
  }
  .search-result-main.rate-an-advisor-main .ads-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .my-profile-left .fl-module-content {
    margin-right: 15px;
    margin-bottom: 0;
  }
  ul.profile-sidebar-links {
    margin: 0;
    border: 1px solid #eaeaea;
  }
  .my-profile-right .fl-module-content {
    margin-left: 15px;
  }
  .tml .login-top {
    padding: 0 0 15px 0;
  }
  .tml .login-top .login-right {
    width: 100%;
    text-align: center;
    padding: 50px 15px 0 15px;
  }
  .tml .login-top .login-right .wp-social-login-provider-list .wp-social-login-provider {
    display: inline-block;
  }
  .tml .login-top .login-left {
    width: 100%;
    padding: 0 15px 50px 15px;
  }
  .tml .login-top .login-left:after {
    width: 100%;
    height: 1px;
    margin-top: 0;
    right: 0;
    top: inherit;
    bottom: 0;
  }
  .tml .login-top .login-left:before {
    right: 50%;
    margin-right: -25px;
    top: inherit;
    bottom: -25px;
  }
  .tml.tml-login {
    padding-top: 15px;
  }
  .tml.tml-lostpassword .login-top,
  .tml.tml-register .login-top {
    padding: 15px;
  }
  .tml.tml-lostpassword,
  .tml.tml-register,
  .tml.tml-login {
    margin-top: 25px;
  }
  .user-pro-page-bottom .user-pro-page-bottom-right {
    width: 100%;
    padding-left: 0;
  }
  .user-pro-page-bottom .user-pro-page-bottom-left {
    width: 100%;
    padding-right: 0;
  }
  .selection-section .selection-section-field-common p,
  .review-section .review-section-left-form h4 {
    font-size: 18px;
  }
  .directory-listing-top .search-result-row-top .search-result-row-top-right {
    width: 100%;
    padding-left: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
    padding-right: 0 !important;
  }
  ul.form-row li,
  .new-pass-table {
    width: 100%;
  }
  .style-radio-group {
    width: 100%;
    margin-top: 5px;
  }
  .style-radio-group li {
    margin: 0 10px 0 0;
  }
  .time-address .time-address-box .time-address-btn a.bt2 {
    display: block;
    margin: 5px 0;
    text-align: center;
  }
  .rate-an-advisor-main .rate-an-advisor-left,
  .rate-an-advisor-main .rate-an-advisor-right {
    padding-right: 15px;
  }
  .rate-an-advisor-main .rate-an-advisor-left .search-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .rate-an-advisor-main .search-result-left {
    padding-left: 0;
    padding-right: 0;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 24px;
  }
  body .contact-page .gform_wrapper {
    margin-right: 0;
  }
  .search-section .search-section-form li.star-ratings li {
    padding: 0;
  }
  .footer-subscription h2 {
    font-size: 17px;
  }
  .rate-an-advisor-main .rate-an-advisor-right .search-result-left .search-result-listing > li .search-result-row-left {
    width: 100%;
  }
  .rate-an-advisor-main .rate-an-advisor-right .search-result-left .search-result-listing > li .search-result-row-right {
    width: 100%;
  }
  .rate-an-advisor-main .rate-an-advisor-right .search-result-right,
  .rate-an-advisor-main .rate-an-advisor-right .search-result-left {
    width: 100%;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
    width: 100%;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
    width: 100%;
  }
  .search-result-main .search-result-left .search-result-listing > li .search-result-row-right .rate-advisor {
    margin-top: 0;
  }
  .header .fl-col {
    position: relative;
  }
  .header-left .fl-photo-content img {
    width: 150px;
  }
  .flywheelsites-home-bottom .fl-col-group.fl-col-group-equal-height {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
  }
  .search-result-main .search-result-left {
    width: 100%;
  }
  .search-result-main .search-result-right {
    width: 100%;
  }
  .column-10,
  .column-2 {
    width: 100%;
  }
  .container,
  .fl-row-fixed-width {
    max-width: 400px !important;
  }
  .header .header-right .fl-html {
    width: 100%;
  }
  .header .header-right .fl-module-content {
    margin-left: 15px;
    margin-top: 0;
  }
  .header .claim-btn {
    width: 100%;
    text-align: center;
  }
  .header .claim-btn a {
    font-size: 16px;
    padding: 8px;
  }
  .header-moddle .fl-module-content {
    margin-right: 15px;
    margin-top: 0;
  }
  .header-left .fl-module-content {
    margin-right: 15px;
  }
  .search-section .search-section-form {
    margin: 0;
  }
  .search-section .search-section-form li {
    width: 100% !important;
    padding: 10px 0;
    text-align: left;
  }
  .search-section .search-section-form li.search-section-w1 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .search-section .search-section-form li.label-field1,
  .search-section .search-section-form li.label-field2 {
    padding-bottom: 0;
  }
  .header-menu .fl-menu-mobile-toggle {
    padding-left: 0 !important;
    cursor: pointer;
    padding-top: 5px !important;
    padding-bottom: 11px !important;
  }
  .header-menu .fl-menu-mobile-toggle:after {
    content: "Menu";
    font-family: Roboto;
    font-size: 19px;
    font-weight: 300;
    padding-left: 11px;
    position: relative;
    text-transform: none;
    top: 3px;
  }
  .header-menu .fl-menu-mobile-toggle:hover,
  .header-menu .fl-menu-mobile-toggle:focus,
  .header-menu .fl-menu-mobile-toggle.fl-active {
    color: #fff !important;
  }
  .header-menu .fl-menu-mobile-toggle:focus {
    outline: none;
  }
  .header-menu .menu {
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid #4f636e !important;
  }
  .header-menu .menu li {
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid #2b3f4a !important;
    border-bottom: 1px solid #4f636e !important;
  }
  .header-menu .menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-bottom .fl-html {
    font-size: 13px;
    text-align: center;
  }
  .footer-middle .fl-rich-text p {
    margin: 0;
  }
  .footer-middle .fl-icon-wrap {
    width: 100%;
  }
  .footer-middle .fl-col:last-child .fl-col-content {
    border-bottom: none !important;
  }
  .footer-middle .fl-col:last-child .fl-col-content .fl-module:last-child .fl-module-content {
    margin-bottom: 0;
  }
  .how-it-work .fl-col-group {
    margin: 0;
  }
  .header-menu .fl-menu .fl-menu-mobile-toggle {
    color: #fff;
  }
  body .contact-page .gform_footer.top_label .gform_button.button {
    margin-bottom: 0;
  }
  body .contact-page .gform_wrapper {
    margin-bottom: 0;
  }
  .rate-an-advisor-left.clearfix.show-search-results {
    padding-right: 15px;
    padding-bottom: 0;
  }
  .tml .login-top .login-right .wp-social-login-provider-list .wp-social-login-provider {
    margin-bottom: 10px;
  }
  .header .sign-login-link li a {
    font-size: 14px;
  }
  .tml .login-top .registration-social {
    padding-top: 22px;
  }
  .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #eaeaea;
  }
  .new-search-page .search-result-main .search-result-left .search-result-listing > li .search-result-row-left {
    width: 100%;
  }
  .tml .login-top .registration-social {
    padding-bottom: 40px !important;
  }
  .tml.tml-login h1 {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .tml.tml-resetpass .login-top {
    padding: 15px 15px;
  }
  .tml.tml-login {
    margin-top: 0 !important;
  }
  .tml.tml-lostpassword,
  .tml.tml-register,
  .tml.tml-login {
    margin-top: 0;
  }
  .header .language-section {
    margin-left: 10px;
    margin-top: 3px;
  }
  .header .sign-login-link li {
    padding: 0 12px 0 10px;
  }
  .header .claim-btn a {
    display: inline-block;
    padding: 12px 20px;
  }
  .ar_tooltip .ar_tooltip_tip {
    min-width: 150px;
    line-height: normal;
    padding: 10px;
  }
  .directory-listing-top .search-result-row-top h1 {
    display: block;
  }
  .ar_tooltip {
    font-size: 14px;
  }
  .tml .login-action-links ul li {
    font-size: 13px;
    font-weight: 400;
  }
  .registration-term-and-policy {
    font-size: 15px;
    padding: 15px;
  }
  :lang(fr-FR) label#terms_conditions-error,
  :lang(fr-FR) label#privacy_policy-error {
    left: 30px;
  }
  :lang(fr-FR) .accept-main a,
  :lang(fr-FR) .accept-privacy a {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .fixed-bottom-carousel {
    bottom: 0;
    position: static;
  }
  body.fixedCls {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 479px) {
  .footer-middle .menu li {
    padding-right: 0;
  }
  .footer-middle .menu li a {
    line-height: normal;
  }
  .comments-bg .comment-row .comment-5-col,
  .comments-bg .comment-row .comment-2-col,
  .comments-bg .comment-row .comment-1-col {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .all-ratings > ul > li .comment-flags a {
    font-size: 11px;
    margin: 0;
  }
  .read-reviews-small {
    margin-left: 2px;
  }
  .directory-listing-top .search-result-row-top .ratings {
    font-size: 13px;
  }
  .page-id-109566 .fl-module-heading h1.fl-heading {
    font-size: 1.8em;
  }
  .footer-middle .menu li {
    width: 100%;
    margin: 5px 0;
  }
  .custom-pop-overlay .custom-pop-main ul li {
    width: 100%;
  }
  .flywheelsites-hero-banner-txt h1 {
    font-size: 24px;
  }
  ul.upcoming-and-past-tab li a {
    padding: 10px 20px;
  }
  .header .sign-login-link {
    top: -100px;
  }
  .dataTables_wrapper {
    overflow: scroll;
  }
  .g-recaptcha,
  .ginput_recaptcha > div {
    transform: scale(0.96);
    -moz-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform-origin: left center 0;
    -moz-transform-origin: left center 0;
    -webkit-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
    -o-transform-origin: left center 0;
  }
}
a.show-on-claim-profile {
  display: none;
}
a.hide-on-claim-profile {
  display: block;
}
.claim-profile-search-results a.show-on-claim-profile {
  display: block;
}
.claim-profile-search-results a.hide-on-claim-profile {
  display: none;
}
.claim-profile-search-results #advisor-per-page {
  display: none;
}
/*.claim-profile-search-results #review-search-by-distance{ display: none;}*/
/*.page-id-133666 h2#review-advisor-sub-heading .pull-right {display: none;}*/
ul.search-section-form.claim-profile-distance-filter {
  margin: 0;
}
ul.search-section-form.claim-profile-distance-filter .search-section-w {
  padding: 0;
}
ul.search-section-form.claim-profile-distance-filter #review-search-by-distance {
  padding: 5px 25px 5px 15px;
  height: 32px;
  margin-top: 2px;
}
@media screen and (max-width: 399px) {
  .flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li a,
  .flywheelsites-home-top .flywheelsites-home-top-right .claim-btn .button-header-claim-profile,
  .flywheelsites-home-top .flywheelsites-home-top-right .language-section a {
    font-size: 9px;
  }
  .flywheelsites-home-top .flywheelsites-home-top-right ul.sign-login-link li::before,
  .flywheelsites-home-top .flywheelsites-home-top-right .claim-btn .button-header-claim-profile::before,
  .flywheelsites-home-top .flywheelsites-home-top-right .language-section a::before {
    padding-right: 3px;
    top: 3px;
  }
}
@media screen and (max-width: 359px) {
  .tml-register .g-recaptcha {
    transform: scale(0.85);
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
}
