@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700");/*!
*  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*//* FONT PATH
 * --------------------------
*//* makes the font 33% larger relative to the icon container *//* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons *//* Changing Susy default global settings *//* MDI ( Шрифт иконок )
  Material Design Icons
*/.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

*
input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  height: 100%;
  margin: 0 !important;
}

body {
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  background-color: #FAFAFA;
  overflow-x: hidden;
}

p {
  margin: 0;
}

a {
  color: #005a91;
}

a:hover {
  text-decoration: none;
}

b {
  font-weight: 600;
}

img,iframe {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

blockquote {
  padding: 0;
}

button,input,textarea,a {
  outline: none;
}

body {
  overflow-x: hidden;
  color: #302C28;
}

body.noscroll,body.hidden {
  overflow: hidden;
}

#content {
  background: #ffffff;
  padding: 40px;
  overflow: hidden;
  border: 1px solid #eee;
  width: 1160px !important;
  min-height: calc(100vh - 248px);
}

#content .content-column {
  width: 72%;
  float: left;
  padding-right: 40px;
}

#content .sidebar-column {
  width: 28%;
  float: right;
}

#header {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #ffffff;
  height: 94px;
  z-index: 6000;
}

#header #top_descktop_menu {
  max-width: 1242px !important;
  padding: 0;
  height: inherit;
}

#header #top_descktop_menu .menu-logo {
  width: 50%;
  float: left;
}

#header #top_descktop_menu .menu-logo #logo {
  float: left;
}

#header #top_descktop_menu .menu-logo #logo a,#header #top_descktop_menu .menu-logo #logo .logo {
  display: block;
  background: url("/images/LSM_logo.png") no-repeat center center;
  width: 245px;
  height: 94px;
  cursor: pointer;
  background-size: 100% auto;
}

#header #top_descktop_menu .menu-logo .logo-25 {
  float: left;
}

#header #top_descktop_menu .menu-logo .logo-25 img {
  height: 90px;
  margin-left: 100px;
}

#header #top_descktop_menu .menu-navbar {
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  height: inherit;
}

#header .navbar-menu .menu_logo_mobile {
  background: url("/images/LSM_logo.png") no-repeat center center;
  background-size: contain;
  display: block;
  cursor: pointer;
  float: left;
  height: 100%;
  width: 160px;
  margin-left: 10px;
}

.navbar-menu a {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  color: #005a91;
  outline: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1;
}

.navbar-menu li a:hover {
  text-decoration: none;
  color: #cc0000;
}

.navbar-menu .menu {
  display: block;
  text-align: right;
  margin: 0;
  float: right;
}

.navbar-menu .menu li {
  display: inline-block;
}

.navbar-menu .menu li.current-menu-item a {
  color: #cc0000;
}

.navbar-menu .menu li.current-menu-item a:hover {
  color: #cc0000;
}

.navbar-menu .menu li:hover > .sub-menu {
  display: block;
  -webkit-animation-name: showSubMenu;
  -webkit-animation-duration: .4s;
}

.navbar-menu .menu li:last-of-type a {
  padding-right: 0;
}

.navbar-menu .menu li ul {
  display: none;
  position: absolute;
}

.navbar-menu .menu li ul li {
  display: block;
}

.navbar-menu .menu li ul li a:active {
  -webkit-animation-name: hideSubMenu;
  -webkit-animation-duration: .4s;
}

.navbar-mini-menu {
  background-color: #ffffff;
  display: none;
}

.navbar-mini-menu .menu-select {
  height: 65px;
}

.navbar-mini-menu a {
  color: #999;
  padding: 0;
}

.navbar-mini-menu a span.wrap_a {
  display: inline-block;
  padding: 15px 30px;
  position: relative;
}

.navbar-mini-menu .menu-item-has-children > a > .wrap_a:after {
  content: '►';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  right: -13px;
  pointer-events: none;
}

.navbar-mini-menu .menu-item-has-children.expand_menu > a > .wrap_a:after {
  content: '▼';
}

.a_border {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.navbar-mini-menu a span.wrap_a:hover span.a_border {
  border-bottom: 1px solid white;
}

.navbar-mini-menu .current-menu-item a {
  color: #cc0000;
}

.navbar-mini-menu .current-menu-item a:hover {
  color: #cc0000;
}

.navbar-mini-menu .menu-select .btn-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  background: transparent;
  color: white;
  font-size: 16px;
  outline: none;
}

.navbar-mini-menu .mini-menu-options {
  display: block;
  padding: 0 0 20px 0;
  margin: 0;
}

.navbar-mini-menu .mini-menu-options li {
  display: block;
  background-color: #ffffff;
}

.navbar-mini-menu .mini-menu-options li a {
  color: #302C28;
}

.navbar-mini-menu .mini-menu-options li.menu-item-has-children a {
  display: block;
}

.navbar-mini-menu .mini-menu-options li .sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 20px 15px;
  background-color: #222;
}

.navbar-mini-menu .mini-menu-options li.expand_menu {
  outline: 0;
}

.navbar-mini-menu .mini-menu-options li.expand_menu > .sub-menu {
  display: block;
  -webkit-animation-name: showSubMenu;
  -webkit-animation-duration: .4s;
}

.top-header {
  width: 100%;
  float: left;
  background-color: #005a91;
  height: 36px;
  line-height: 36px;
}

.top-header .container {
  position: relative;
  width: auto !important;
  max-width: 1242px !important;
}

.top-header .menu {
  float: right;
  font-size: 14px;
}

.top-header .menu li {
  display: inline-block;
  padding: 0 10px;
}

.top-header .menu li a {
  color: #fff;
}

.top-header .menu li a:hover {
  text-decoration: underline;
}

.top-header .searchform {
  float: right;
  position: relative;
  margin-left: 20px;
}

.top-header .searchform .input {
  float: left;
  height: 30px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.top-header .searchform .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.top-header .searchform .input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.top-header .searchform .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.top-header .searchform .input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.top-header .searchform .input:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-header .searchform .input:focus {
  background-color: #ffffff;
  color: #005a91;
}

.top-header .searchform .input:focus::-webkit-input-placeholder {
  color: rgba(0, 90, 145, 0.5);
}

.top-header .searchform .input:focus:-moz-placeholder {
  color: rgba(0, 90, 145, 0.5);
}

.top-header .searchform .input:focus::-moz-placeholder {
  color: rgba(0, 90, 145, 0.5);
}

.top-header .searchform .input:focus:-ms-input-placeholder {
  color: rgba(0, 90, 145, 0.5);
}

.top-header .searchform .btn {
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  height: 36px;
}

.top-header .searchform .btn:before {
  content: '\f349';
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-header .broker-login {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 50px;
}

.top-header .broker-login:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f5fc';
  margin-left: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
  transition: all 250ms ease 0s;
  right: 0;
}

.top-header .broker-login:hover:after {
  right: -5px;
}

.shy-menu-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  border: 0;
}

.shy-menu-hamburger * {
  -moz-transition: all 0.4s cubic-bezier(0.1, 0.7, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.1, 0.7, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.1, 0.7, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.1, 0.7, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.1, 0.7, 0.3, 1);
}

.shy-menu-hamburger > .layer {
  background-color: #005a91;
  border-radius: 1px;
  display: block;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 9px;
  width: 18px;
}

.shy-menu-hamburger .layer.top {
  top: 9px;
}

.btn-active.shy-menu-hamburger .layer.top {
  top: 16px;
  left: 9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shy-menu-hamburger .layer.mid {
  top: 16px;
}

.btn-active.shy-menu-hamburger .layer.mid {
  opacity: 0;
  left: 0;
}

.shy-menu-hamburger .layer.btm {
  top: 23px;
}

.btn-active.shy-menu-hamburger .layer.btm {
  top: 16px;
  left: 9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#l-footer {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #ffffff;
  background-color: #005a91;
  padding: 25px 0;
  margin-top: 20px;
  border-top: 2px solid #003a5e;
}

#l-footer .container {
  padding: 0;
  width: 1242px;
}

#l-footer a {
  color: inherit;
}

#l-footer a:hover {
  color: #001b2b;
}

#l-footer .footer-copyright {
  width: 32.2033898305%;
  margin-right: 1.6949152542%;
  float: left;
}

#l-footer .footer-info {
  width: 66.1016949153%;
  float: right;
}

#l-footer .footer-info .box-address {
  width: 100%;
  float: right;
  text-align: right;
  margin-bottom: 5px;
}

#l-footer .footer-info .box-address strong {
  color: #ffffff;
  margin-right: 5px;
}

#l-footer .footer-info .box-address:last-of-type {
  margin-bottom: 0;
}

#l-footer .footer-info .menu {
  width: 100%;
  float: left;
  text-align: right;
  list-style: none;
  margin: 0;
  margin-top: 25px;
}

#l-footer .footer-info .menu li {
  display: inline-block;
}

#l-footer .footer-info .menu li:before {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}

#l-footer .footer-info .menu li a {
  padding: 0 10px;
}

#l-footer .footer-info .menu li:first-of-type:before {
  display: none;
}

#l-footer .footer-info .menu li:last-of-type a {
  padding-right: 0;
}

.button,.su-button-style-default {
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  padding: 0 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #cc0000;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  text-decoration: none;
  border: 0;
}

.button:hover,.su-button-style-default:hover {
  background-color: #005a91;
  color: #ffffff;
  text-decoration: none;
}

.su-button-style-default,.button-green {
  background-color: #00cc00;
}

.su-button-style-default:hover,.button-green:hover {
  background-color: #009900;
}

.su-button-style-default {
  padding: 10px 39px;
  line-height: 20px;
  height: auto;
  width: 215px;
  box-sizing: border-box !important;
}

.su-button-style-default span {
  border: 0 !important;
  font-size: inherit !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.landing-page-title {
  width: 100%;
  float: left;
}

.single h1 {
  margin: 0 0 20px;
}

.single .posted-on {
  margin-top: -10px;
  width: 100%;
  float: left;
  font-size: 11px;
  color: #666;
  margin-bottom: 15px;
}

.single ol {
  margin-left: 20px;
}

.single ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}

blockquote {
  border: 2px solid #ccc;
  margin: 10px 0 20px;
  padding: 20px 15px 20px 50px;
  color: #302C28;
  font-size: 14px;
  position: relative;
}

blockquote:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f27e';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #005a91;
}

img.alignleft {
  margin-right: 25px;
}

.su-accordion .su-spoiler {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.su-accordion .su-spoiler .su-spoiler-title {
  background-color: #005a91;
  padding: 10px 10px 10px 35px;
  color: #fff;
}

.su-accordion .su-spoiler .su-spoiler-title .su-spoiler-icon {
  top: 10px !important;
  left: 10px !important;
}

.image-single {
  width: 100%;
  float: left;
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

.content-no-gutter {
  padding: 0 !important;
  padding-bottom: 30px !important;
}

.content-no-gutter .single {
  padding: 25px 2.55%;
}

.quote-logos {
  width: 100%;
  float: left;
  text-align: center;
}

.quote-logos img {
  width: 42%;
  height: auto;
  display: inline-block;
  margin: 0 2% 20px;
}

.block__search {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.block__search .searchform {
  width: 100%;
  float: left;
  position: relative;
}

.block__search .searchform .input {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #005a91;
  color: #302C28;
  font-size: 15px;
  padding: 0 40px 0 10px;
  margin-top: 2px;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

.block__search .searchform .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.block__search .searchform .input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.block__search .searchform .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.block__search .searchform .input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.block__search .searchform .input:hover,.block__search .searchform .input:focus {
  border-bottom-width: 2px;
}

.block__search .searchform .btn {
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 10px;
  color: #005a91;
  font-size: 24px;
  height: 50px;
}

.block__search .searchform .btn:before {
  content: '\f349';
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single table {
  width: 100%;
  border: 0;
}

.single table th,.single table td {
  font-size: 14px;
  padding: 6px;
}

.single table th p,.single table td p {
  margin: 0;
  padding: 0;
}

.single table th strong,.single table td strong {
  color: inherit;
}

.single table td {
  font-weight: normal;
  color: #666;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.single table thead td,.single table th {
  background-color: #005a91;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 8px;
}

.single table tr td:first-of-type {
  border-left: 1px solid #333;
}

.single table tbody tr td {
  background-color: #F3F2F2;
}

.single table tbody tr:nth-of-type(2n) td {
  background-color: #D9D9DA;
}

.table {
  width: 100%;
  border: 1px solid #ccc;
}

.table p {
  margin: 0;
}

.table strong {
  color: inherit;
}

.table tr td.white-box {
  background-color: transparent !important;
}

.table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #F7E5D7;
}

.table tr td:last-of-type {
  border-right: 0;
}

.table tr:nth-of-type(2n) td {
  background-color: #E4EEDB;
}

.table tr:last-of-type td {
  border-bottom: 0;
}

.table td {
  padding: 4px;
}

.table-grey tr:first-of-type td {
  background-color: #A6A5A5;
  color: #fff;
}

.table-grey tr td {
  background-color: #FFF;
}

.table-grey tr:nth-of-type(2n) td {
  background-color: #F0F0F0;
}

.aligncenter {
  text-align: center;
}

ul ul {
  list-style: none;
}

ul ul li:before {
  content: '-';
  display: inline-block;
  margin-right: 10px;
}

.link-phone:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f3f2';
  margin-right: 5px;
}

.other-quotes-link-container {
  float: left;
  margin-bottom: 50px;
}

.other-quotes-link-container .other-quotes-single {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  height: 170px;
  background: #F9F9F9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 10px;
}

.other-quotes-link-container .other-quotes-single:nth-of-type(3n) {
  margin-right: 0;
}

.other-quotes-link-container .other-quotes-single a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.other-quotes-link-container .other-quotes-single .other-quotes-icon-container {
  margin: 20px auto;
  width: 70px;
  height: 70px;
  background: #005a91;
  display: table;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.other-quotes-link-container .other-quotes-single .other-quotes-icon-container i {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  font-size: 33px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  overflow: hidden;
}

.other-quotes-link-container .other-quotes-single p {
  height: 50px;
  margin: 0;
  text-align: center;
  color: #005a91;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-weight: 600;
  padding: 0 15px;
}

.other-quotes-link-container .other-quotes-single:hover {
  background: #005a91;
}

.other-quotes-link-container .other-quotes-single:hover .other-quotes-icon-container {
  background: #ffffff;
}

.other-quotes-link-container .other-quotes-single:hover p {
  color: #ffffff;
}

.other-quotes-link-container .other-quotes-single:hover i {
  color: #005a91;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.other-quotes-link-container .row {
  display: block;
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
}

.list__quotes {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.list__quotes .item {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  height: 170px;
  background: #F9F9F9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 10px;
}

.list__quotes .item:nth-of-type(3n) {
  width: 32.2033898305%;
  margin-right: 0;
}

.list__quotes .item a {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.list__quotes .item .icon {
  margin: 20px auto;
  width: 70px;
  height: 70px;
  background: #005a91;
  display: table;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.list__quotes .item .icon i {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  font-size: 33px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  overflow: hidden;
}

.list__quotes .item .text {
  height: 40px;
  margin: 0;
  text-align: center;
  color: #005a91;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-weight: 600;
  padding: 0 15px;
}

.list__quotes .item:hover {
  background: #005a91;
}

.list__quotes .item:hover .icon {
  background: #ffffff;
}

.list__quotes .item:hover .icon i {
  color: #005a91;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.list__quotes .item:hover .icon path,.list__quotes .item:hover .icon circle {
  fill: #005a91 !important;
}

.list__quotes .item:hover .text {
  color: #ffffff;
}

.list__quotes_col_4 .item {
  width: 23.7288135593%;
  margin-right: 1.6949152542%;
}

.list__quotes_col_4 .item:nth-of-type(3n) {
  width: 23.7288135593%;
  margin-right: 1.6949152542%;
}

.list__quotes_col_4 .item:nth-of-type(4n) {
  width: 23.7288135593%;
  margin-right: 0;
}

.list__blog {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  list-style: none;
}

.list__blog .item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  position: relative;
}

.list__blog .item-image {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
}

.list__blog .item-image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  float: left;
  width: 100%;
}

.list__blog .item-content {
  width: 74.5762711864%;
  float: right;
  margin-right: 0;
  padding-bottom: 40px;
}

.list__blog .item-content .title {
  margin: 0 0 15px;
  color: #005a91;
  text-transform: uppercase;
  font-size: 22px;
}

.list__blog .item-content .title a {
  color: #005a91;
}

.list__blog .item-content .title a:hover {
  color: #cc0000;
}

.list__blog .item-content .text {
  font-size: 14px;
  color: #302C28;
  line-height: 22px;
}

.list__blog .item-content .link-post {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.list__blog .item-content .link-post .meta-nav {
  font-size: 0;
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.list__blog .item-content .link-post .meta-nav:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
  font-size: 20px;
}

.list__blog .item-content .link-post:hover {
  color: #005a91;
  text-decoration: none;
}

.list__blog .item-content-full {
  width: 100%;
}

.button-all {
  display: none;
}

ul.list__blog_context {
  list-style: none;
}

ul.list__blog_context .item .item-content {
  width: 100%;
  padding-bottom: 0;
}

ul.list__blog_context.list__blog_thumbnail .item .item-content {
  width: 66.1016949153%;
}

ul.list-titles {
  list-style: none;
  margin: 0;
  height: 295px;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

ul.list-titles .item .item-content {
  width: 100%;
  padding-bottom: 0;
}

ul.list-titles .item .item-content h4 {
  margin: 0;
}

ul.list-titles .text-center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  text-align: center;
}

ul.list-titles .button-all {
  display: inline-block;
}

.list__blog_view {
  height: auto !important;
}

.list__blog_view .text-center {
  display: none;
}

.list__blog_view .button-all {
  display: none !important;
}

.list__calls {
  width: 100%;
  float: left;
}

.list__calls .item {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  overflow: hidden;
  background-color: #cc0000;
  border: 1px solid #ccc;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.list__calls .item:nth-of-type(4n) {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

.list__calls .item .title {
  float: left;
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  padding: 20px 10px;
}

.list__calls .item .image {
  float: left;
  width: 100%;
  overflow: hidden;
}

.list__calls .item .image img {
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  margin-bottom: 0;
  float: left;
}

.list__calls .item:hover {
  background-color: #005a91;
}

.list__calls .item:hover .image img {
  transform: scale(1.3);
}

.related_posts {
  width: 100%;
  float: left;
  overflow: hidden;
  list-style: none;
  margin: 0;
}

.related_posts h3 {
  font-size: 20px;
}

.related_posts li {
  float: left;
  width: 15.2542372881%;
  margin-right: 1.6949152542%;
}

.related_posts li:last-child {
  margin-right: 0;
}

.related_posts li a {
  color: #213f5c;
}

.related_posts .thumbnail {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 180px;
}

.related_posts img {
  margin-bottom: 10px;
  width: 180px;
  height: 180px;
  border-radius: 0;
}

.list-quote {
  margin-bottom: 30px;
}

.list-quote .item {
  margin-bottom: 10px;
  font-weight: 600;
}

.list-quote .item a {
  color: #cc0000;
}

.list-quote .item a:hover {
  color: #005a91;
}

.list__testimonials {
  width: 100%;
  float: left;
}

.list__testimonials .item {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  background-color: #EAEAEA;
  padding: 20px;
  float: left;
}

.list__testimonials .item .top-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.list__testimonials .item .image {
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 25px;
  background-size: cover;
  background-position: center center;
}

.list__testimonials .item .image img {
  width: 150px;
}

.list__testimonials .item .name {
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  color: #005a91;
  float: left;
}

.list__testimonials .item .text {
  font-size: 12px;
  color: #302C28;
  float: left;
  width: 100%;
}

.list__testimonials .item .text blockquote {
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  margin: 0;
}

.list__testimonials .item .text p:last-of-type {
  margin-bottom: 0;
}

.list__testimonials__sidebar .item {
  width: 100%;
  margin: 0 0 20px;
}

.list__testimonials__sidebar .item .top-item {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.list__testimonials__sidebar .item .image {
  width: 200px;
  height: 200px;
  margin: 0 0 5px;
  float: none;
  display: inline-block;
}

.list__qa_hub {
  width: 100%;
  float: left;
}

.list__qa_hub .item {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  filter: grayscale(100%);
  -webkit-transition: all 350ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.list__qa_hub .item:nth-of-type(4n) {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

.list__qa_hub .item .image-inner {
  height: 200px;
  width: 100%;
  overflow: hidden;
  float: left;
}

.list__qa_hub .item .image {
  height: 200px;
  overflow: hidden;
  float: left;
  width: 100%;
  -webkit-transition: all 450ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 450ms ease 0s;
  transition: all 450ms ease 0s;
  background-size: cover;
  background-position: center center;
}

.list__qa_hub .item .image img {
  height: 200px;
  width: auto;
}

.list__qa_hub .item .name {
  width: 100%;
  float: left;
  padding: 14px 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 90, 145, 0.7);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list__qa_hub .item:hover {
  filter: none;
}

.list__qa_hub .item:hover .image {
  transform: scale(1.2);
}

.list_inmedia_mini {
  width: 100%;
  float: left;
}

.list_inmedia_mini .item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.list_inmedia_mini .item a {
  color: #302C28;
}

.list_inmedia_mini .item .image {
  width: 150px;
  float: left;
}

.list_inmedia_mini .item .image img {
  width: 100%;
}

.list_inmedia_mini .item .name {
  float: right;
  width: calc(100% - 150px);
  padding-left: 10px;
}

.list__brokers {
  width: 100%;
  float: left;
}

.list__brokers .item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.list__brokers .item .image {
  width: 25%;
  float: left;
}

.list__brokers .item .image img {
  width: 100%;
}

.list__brokers .item .content {
  width: 75%;
  float: right;
  padding-left: 30px;
}

.list__brokers .item .content .title {
  margin: 0 0 5px;
}

.list__brokers .item .content .sub-title {
  margin: 0 0 20px;
}

.list__brokers_mini .item {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  overflow: hidden;
}

.list__brokers_mini .item:nth-of-type(2n) {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
}

.list__brokers_mini .item .image {
  width: 35%;
  height: 200px;
  overflow: hidden;
}

.list__brokers_mini .item .content {
  width: 65%;
  position: relative;
  height: 200px;
}

.list__brokers_mini .item .text-button {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.list__brokers_mini .item .link-bio {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.list__brokers_mini .item .button {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 13px;
  margin-bottom: 5px;
}

.instant-quote-form {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.instant-quote-form .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}

.instant-quote-form .loader.active {
  display: block;
}

.instant-quote-form .loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instant-quote-form .mainInsDiv {
  width: 100%;
  float: left;
  background-color: #005a91;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.instant-quote-form .mainInsDiv .form_title {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element .lbl {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 14px;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element .lbl span {
  color: #cc0000;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element .txt {
  width: 100%;
  float: left;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="email"],.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="tel"],.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="text"],.instant-quote-form .mainInsDiv .form_wrapper .field__element textarea {
  width: 100%;
  float: left;
  padding: 5px;
  border: 1px solid #004a78;
  background-color: white;
  -webkit-transition: all 250ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  font-size: 14px;
  border-radius: 6px;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="email"]:hover,.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="email"]:focus,.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="tel"]:hover,.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="tel"]:focus,.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="text"]:hover,.instant-quote-form .mainInsDiv .form_wrapper .field__element input[type="text"]:focus,.instant-quote-form .mainInsDiv .form_wrapper .field__element textarea:hover,.instant-quote-form .mainInsDiv .form_wrapper .field__element textarea:focus {
  background-color: white;
  border-color: #003a5e;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element textarea {
  resize: none;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element .radio {
  width: 100%;
  float: left;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element .radio div {
  float: left;
  margin-right: 20px;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element .radio div input {
  float: left;
  margin-right: 4px;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element .radio div label {
  float: left;
  font-size: 14px;
  color: #ffffff;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element.field__element_insurance_type select {
  width: 100%;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element_inner .lbl {
  width: 30%;
  line-height: 22px;
}

.instant-quote-form .mainInsDiv .form_wrapper .field__element_inner .txt {
  width: 70%;
}

.instant-quote-form .mainInsDiv .form_wrapper .button {
  width: 100%;
  margin-top: 10px;
}

.instant-quote-form .mainInsDiv .please_confirm {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 13px;
  color: #ffffff;
}

.instant-quote-form input.error {
  color: #D24D57;
  border-color: #D24D57;
}

.instant-quote-form label.error {
  font-size: 13px;
  color: #D24D57;
  border: 0;
}

.instant-quote-form .tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #999;
  width: 100%;
}

.instant-quote-form .tg th {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border: 0;
  overflow: hidden;
  word-break: normal;
  color: #fff;
  background-color: #005a91;
}

.instant-quote-form .tg td {
  font-size: 14px;
  padding: 3px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: #999;
  color: #444;
  background-color: #F7FDFA;
}

.instant-quote-form .tg td:last-of-type {
  text-align: center;
}

.instant-quote-form .tg .tg-qs0p {
  background-color: #005a91;
  text-align: center;
}

.instant-quote-form .tg .tg-ievf {
  background-color: #005a91;
  color: #ffffff;
  text-align: center;
}

.instant-quote-form .tg .header-table {
  text-align: center;
  padding: 7px;
}

.instant-quote-form .tg .tg-s6z2 {
  text-align: center;
}

.instant-quote-form .tg .tg-bsv2 {
  background-color: #efefef;
  vertical-align: center;
}

.instant-quote-form .tg .tg-j4kc {
  background-color: #efefef;
  text-align: center;
}

.instant-quote-form .tg .tg-k6pi {
  font-size: 12px;
}

.instant-quote-form .imgYes {
  padding: 10px;
}

.instant-quote-form-horizontal {
  width: 100% !important;
}

.instant-quote-form-horizontal .mainInsDiv .form_group {
  width: 50%;
  float: left;
}

.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_policy_type .lbl,.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_amount .lbl,.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_date_of_birth .lbl {
  width: 100%;
}

.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_policy_type .txt,.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_amount .txt,.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_date_of_birth .txt {
  width: 100%;
}

.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_date_of_birth {
  width: 35%;
}

.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_sex,.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_smoker {
  width: 65%;
}

.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_smoker {
  margin-bottom: 15px;
}

.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_policy_type {
  width: 35%;
}

.instant-quote-form-horizontal .mainInsDiv .form_group .field__element_amount {
  width: 65%;
}

.instant-quote-form-horizontal .mainInsDiv .form_group_other {
  width: 60%;
  float: left;
}

.instant-quote-form-horizontal .mainInsDiv .form_wrapper .btnSubmitForm {
  width: 38%;
  float: right;
  height: 42px;
  line-height: 42px;
  margin-top: 17px;
}

.newsletter-form-container {
  width: 100%;
  float: left;
}

.newsletter-form-container h3 {
  margin-bottom: 0;
}

.newsletter-form-container form {
  width: 100%;
  float: left;
}

.newsletter-form-container form fieldset {
  float: left;
  width: calc(35% - 10px);
}

.newsletter-form-container form fieldset.formbox-field-email-761593 {
  width: 65%;
  margin-right: 10px;
}

.newsletter-form-container form fieldset input {
  width: 100%;
  border: 1px solid #005a91;
  height: 44px;
  padding: 0 10px;
  font-size: 14px;
  color: #302C28;
}

.newsletter-form-container form fieldset button {
  border: 0;
  width: 100%;
  height: 44px;
  background: #005a91 !important;
  color: #ffffff;
  line-height: 44px;
  font-weight: 400;
  padding: 0 10px;
}

div.post .instant-quote-form {
  width: 360px;
}

.comments-area {
  width: 100% !important;
  float: left;
}

.comments-area .theChampCommentingTabs ul li {
  border-bottom: 2px solid transparent;
  padding: 5px !important;
  margin: 0;
}

.comments-area .theChampCommentingTabs ul li.theChampSelectedTab {
  border-bottom-color: #005a91;
}

.comments-area #wc-comment-header {
  max-width: none;
}

.comments-area #wpcomm {
  max-width: none;
}

.comments-area #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-comment .wc-field-avatararea {
  display: none !important;
}

.comments-area #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea grammarly-ghost {
  display: none !important;
}

.comments-area #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
  padding: 10px !important;
  font-size: 16px !important;
  color: #302C28 !important;
}

.comments-area #wpcomm .wc-reply .wc-comment-author {
  padding: 7px 0px 2px 10px;
}

.block_testimonails {
  width: 100%;
  float: left;
}

.block_testimonails .item {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.block_testimonails .item .image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  width: 75%;
  margin: 0 auto 15px;
  display: block;
}

.block_testimonails .item .name {
  font-weight: 600;
  margin-bottom: 5px;
}

.block_testimonails .item .text {
  font-style: italic;
  font-size: 13px;
}

.block_testimonails .item .text p {
  margin: 0;
}

.wp-pagenavi {
  width: 100%;
  float: left;
  text-align: center;
}

.wp-pagenavi a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #005a91;
  color: #fff;
  line-height: 32px;
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
  overflow: hidden;
}

.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink,.wp-pagenavi a.last,.wp-pagenavi a.first {
  width: auto;
  border-radius: 10px;
  padding: 0 10px;
}

.wp-pagenavi a:hover {
  background-color: #cc0000;
  text-decoration: none;
}

.wp-pagenavi .current {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e7e7e7;
  color: #000;
  line-height: 32px;
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
  overflow: hidden;
}

.wp-pagenavi .extend {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #000;
  line-height: 32px;
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
  overflow: hidden;
}

.archive-years {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.archive-years a {
  width: 100%;
  text-align: center;
  background: none;
  border-top-width: 4px;
  padding: 6px 5px 6px;
  font-size: 12px;
  color: #302C28;
}

.archive-years a:hover {
  border-top-color: #005a91;
  text-decoration: none;
  background: none;
}

.archive-years a.current {
  border-top-color: #005a91;
  background: none;
}

.block_logos {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.block_logos:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
}

.block_logos img {
  height: 33px !important;
  margin: 0 7px 4px;
}

.block-button-call {
  width: 100%;
  float: left;
  background-color: #00B050;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.block-button-call:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f3f2';
  font-size: 24px;
  color: #007d39;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.block-button-call a {
  float: left;
  width: 100%;
  color: inherit;
  padding: 10px;
  position: relative;
}

.block-button-call span {
  float: left;
  width: 100%;
}

.block-button-call:hover {
  background-color: #005a91;
}

.block-button-call:hover:before {
  color: #003a5e;
}

.tax-table {
  width: 1120px !important;
  min-width: 780px;
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: inset 0 0 5px 0 #dfdfdf;
  margin-top: 45px;
  clear: both;
}

.tax-table label {
  font-size: 15px;
  color: #000;
  display: inline-block;
  width: 160px;
}

.tax-table .red {
  color: #CC0000;
}

.tax-table input {
  border-radius: 10px;
  padding: 9px 0;
  padding-right: 0 !important;
 /* Fix for silly LastPass icon destroying the styling */
  margin: 12px 20px;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 2px 0 #f2f2f2;
  text-align: center;
  width: 140px;
  color: #6c6c6c;
  background-color: #fff;
}

.tax-table input.yellow {
  background-color: #fefdef;
}

.tax-table .on-right {
  margin: 12px 0;
}

.tax-table .green-arrow {
  background: url("./img/green-arrow.png") 50% 60% no-repeat;
  border: none;
  box-shadow: none;
  text-align: left;
  width: 70px;
  padding: 0 0 25px 0;
  margin: 0 50px 0 0;
  vertical-align: middle;
  font-size: 14px;
  -webkit-appearance: none;
  display: inline-block;
  color: #666;
}

.tax-table .question-mark {
  display: inline-block;
  height: 30px;
  width: 31px;
  vertical-align: middle;
  background: url("./img/tax-table-question-mark.png") 0 0 no-repeat;
  position: relative;
}

.tax-table .darker {
  background: #f0f0f0;
  color: #000;
}

.block_inmedia_mini {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.wpdiscuz-front-actions {
  display: none !important;
}

.dev-block {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background-color: #333;
  padding: 5px;
  color: #fff;
  font-size: 12px;
}

#wpadminbar {
  background-color: #005a91 !important;
}

.link-read {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: -15px;
  transition: all 250ms ease 0s;
}

.link-read:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
  font-size: 20px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.link-read:hover {
  color: #005a91;
}

.link-read:hover:after {
  margin-left: 10px;
}

.section {
  width: 100%;
  float: left;
}

.section-in-news {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.section-in-news .block_logos_main {
  display: flex;
  align-items: center;
}

.section-testimonails {
  float: left;
  width: 100%;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 20px;
}

.section-testimonails .block_testimonails .item {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 30px;
}

.section-testimonails .block_testimonails .item:nth-of-type(4n) {
  width: 23.7288135593%;
  margin-right: 0;
}

.section-blog {
  width: 100%;
  float: left;
}

.section-related-posts {
  margin-bottom: 20px;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/* Slider */.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}/* Icons *//* Arrows */.slick-prev,.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,.slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover,.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before,.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}/* Dots */.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.section__broker_card .content-column {
  width: 50% !important;
}

body.page--broker #top_descktop_menu {
  display: block !important;
}

body.page--broker #content {
  background-color: transparent;
  border: 0;
}

body.page--broker #header {
  border-bottom: 4px solid #005A91;
}

body.page--broker .section__broker_tabs {
  margin-top: 30px;
  float: left;
  width: 100%;
}

body.page--broker .section__broker_card {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 20px 20px;
  border-radius: 3px;
  box-sizing: border-box;
}

body.page--broker .section__broker_card * {
  box-sizing: border-box;
}

body.page--broker .section__broker_card #logo {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-top: 0;
}

body.page--broker .section__broker_card #logo a {
  width: 215px;
  height: 56px;
}

body.page--broker .section__broker_card .image {
  float: left;
  width: 160px;
}

body.page--broker .section__broker_card .content {
  float: right;
  width: calc(100% - 160px);
  padding-left: 20px;
}

body.page--broker .section__broker_card .content .content-column {
  width: 50%;
  float: left;
}

body.page--broker .section__broker_card .content-button {
  float: left;
  width: 100%;
  text-align: center;
}

body.page--broker .section__broker_card .content-button .button {
  float: none;
  display: inline-block;
}

body.page--broker .section__broker_card h1 {
  margin: 0;
  margin-bottom: 10px;
  width: 33%;
}

body.page--broker .section__broker_card .field-content {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  line-height: 24px;
}

body.page--broker .section__broker_card .field-content .label {
  font-weight: 600;
  float: left;
  margin-right: 5px;
}

body.page--broker .section__broker_card .field-content .text {
  float: left;
}

body.page--broker .button-green {
  background-color: #00B050;
  font-size: 18px;
  padding: 10px 40px;
  height: auto;
  border-radius: 10px;
  transition: all 250ms ease 0s;
}

body.page--broker .button-green:hover {
  background-color: #005A91;
  color: #fff !important;
}

body.page--broker .section__broker_tabs .tabs_content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 30px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

body.page--broker .tab_testimonials {
  overflow-y: auto;
  height: 280px;
}

body.page--broker .tab_testimonials p {
  margin-top: 20px;
  margin-bottom: 0;
}

body.page--broker .section__broker_map {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: 0;
}

body.page--broker .section__broker_map h2 {
  margin: 0;
  color: #585251;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

body.page--broker .section__broker_map .address {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 20px;
}

body.page--broker .section__broker_posts {
  background-color: #fff;
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
}

body.page--broker .section__broker_posts h2 {
  color: #585251;
}

body.page--broker .section__broker_posts #recent-articles-new {
  float: left;
  width: 100%;
}

body.page--broker .tab_contact {
  float: left;
  width: 100%;
}

body.page--broker .form-broker {
  float: left;
  width: 100%;
}

body.page--broker .form-broker * {
  box-sizing: border-box;
}

body.page--broker .form-broker .field-column {
  width: 33%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

body.page--broker .form-broker .field-column:last-of-type {
  width: 34%;
}

body.page--broker .form-broker .field-column .field-input {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

body.page--broker .form-broker .field-column .field-input input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}

body.page--broker .form-broker .field-column .field-input select {
  width: 100%;
  border: 1px solid #ccc;
  height: 37px;
}

body.page--broker .form-broker .field-column .field-input .input-radio {
  margin-right: 10px;
  float: left;
}

body.page--broker .form-broker .field-column .field-input input[type=radio] {
  float: left;
  width: auto;
  position: relative;
  margin: 0 5px;
  top: 3px;
}

body.page--broker .form-broker .field-column .field-input .label-input {
  float: left;
  width: 100%;
  margin-bottom: 3px;
}

body.page--broker .form-broker .field-column .field-input label {
  float: left;
  width: auto;
}

body.page--broker .form-broker .field-column .field-input textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  height: 131px;
}

body.page--broker .form-broker .button {
  float: right;
}

body.page--broker .form-broker .form-result {
  background-color: rgba(0, 90, 145, 0.7);
  float: left;
  width: 100%;
  display: none;
 /* border-left: 4px solid #005A91; */
  padding: 10px 14px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

body.page--broker .conact-form-info {
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  float: left;
  width: 100%;
  margin-top: 30px;
}

body.page--broker .content-social {
  float: right;
}

body.page--broker .content-social .field-social {
  float: right;
  border-radius: 3px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  transition: all 250ms ease 0s;
}

body.page--broker .content-social .field-social:hover {
  background-color: #005A91;
}

body.page--broker .content-social .field-social a {
  color: #fff;
  width: 40px;
  height: 40px;
  float: left;
}

body.page--broker .content-social .field-social a i {
  line-height: 40px;
  font-size: 20px;
}

body.page--broker .field-social-twitter {
  background-color: #29C5F6;
}

body.page--broker .field-social-youtube {
  background-color: #DD332C;
}

body.page--broker .field-social-facebook {
  background-color: #3B5998;
}

body.page--broker .field-social-linkedin {
  background-color: #006DC0;
}

body.page--broker .tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 40px;
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  white-space: nowrap;
  padding-left: 20px;
}

body.page--broker .tabs * {
  box-sizing: border-box;
}

body.page--broker .tabs.tabs-transparent {
  background-color: transparent;
}

body.page--broker .tabs.tabs-transparent .tab a,body.page--broker .tabs.tabs-transparent .tab.disabled a,body.page--broker .tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

body.page--broker .tabs.tabs-transparent .tab a:hover,body.page--broker .tabs.tabs-transparent .tab a.active {
  color: #fff;
}

body.page--broker .tabs.tabs-transparent .indicator {
  background-color: #fff;
}

body.page--broker .tabs .indicator {
  display: none;
}

body.page--broker .tabs .tab {
  float: left;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  width: 190px;
}

body.page--broker .tabs .tab a {
  float: left;
  background-color: #D9D9D9;
  color: #A6A6A6;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
  border-radius: 24px 24px 0 0;
  font-weight: 600;
  text-decoration: none !important;
}

body.page--broker .tabs .tab a:focus,body.page--broker .tabs .tab a:focus.active {
 /*background-color: rgba(246, 178, 181, 0.2);*/
  outline: none;
}

body.page--broker .tabs .tab a:hover,body.page--broker .tabs .tab a.active {
  background-color: #fff;
  color: #000;
  float: left;
}

body.page--broker .tabs .tab.disabled a,body.page--broker .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}/*@import url('css/lp-fb-styles.css');*//* Facebook Landing Page Template */.page-template-landing-page-facebook-template-php .container {
  width: 960px !important;
}

.page-template-landing-page-facebook-template-php #rightH {
  display: table;
  float: right;
  width: 340px;
}

.page-template-landing-page-facebook-template-php #rightH h2 {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  font-weight: normal;
  font-style: italic;
  color: #005a91;
  font-size: 20px;
}

.page-template-landing-page-facebook-template-php #rightH h3 {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-weight: bold;
  color: #005a91;
  font-size: 22px;
}

.lp-fb-cta {
  display: block;
  height: auto;
  float: left;
  margin: 30px 0;
}

.lp-fb-cta .span-left {
  width: 50%;
  float: left;
  display: inline-block;
  position: relative;
}

.lp-fb-book-img {
  width: 98%;
  float: right;
  margin-top: 4%;
  margin-left: 2%;
}

.lp-fb-arrow-img {
  width: 109%;
}

.lp-fb-cta .span-right {
  width: 50%;
  float: right;
  display: inline-block;
  background-color: #FFFFFF;
  height: 700px;
  border: 1px solid #ccc;
  padding: 15px 0;
  box-sizing: border-box;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}

.lp-fb-cta .span-right form {
  margin-top: 40px;
}

.lp-fb-form-row {
  width: 80%;
  margin: 20px auto 20px auto;
}

.lp-fb-form-row label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}

.lp-fb-form-row input[type="text"],.lp-fb-form-row input[type="tel"],.lp-fb-form-row input[type="email"] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  height: 35px;
  padding: 10px;
  font-size: 16px;
}

.lp-fb-form-row hr {
  border: 1px solid #ccc;
  margin: 40px 0;
}

.lp-fb-label-inline {
  display: inline-block;
  width: 45%;
  float: left;
  margin-top: 8px;
}

.lp-fb-form-row select {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 55% !important;
  outline: none;
  height: 40px;
  padding: 10px;
  font-size: 16px;
}

.lp-fb-label-inline-inner {
  display: inline !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.lp-fb-radio-button-holder {
  display: inline-block;
  height: 18px;
  margin-top: 8px;
  margin-bottom: 7px;
  padding-top: 4px;
}

.lp-fb-radio-button-holder:last-child {
  float: right;
}

#lp-fb-submit {
  padding: 0;
  border: 0;
  background: url("https://lsminsurance.ca/site/wp-content/themes/shinylsm-2/img/fb-get-a-quote.png");
  width: 100%;
  background-size: contain;
  height: 70px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 55px;
}

.lp-fb-features {
  display: block;
  height: auto;
  float: left;
  margin: 30px 0;
}

.lp-fb-features h2 {
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}

.lp-fb-feature {
  display: inline-block;
  width: 50%;
  float: left;
}

.lp-fb-feature img {
  float: left;
  width: 20%;
  margin-left: 5%;
}

.lp-fb-feature h3 {
  width: 70%;
  display: inline-block;
  float: right;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 12px;
}

.lp-fb-feature p {
  width: 65%;
  display: inline-block;
  float: right;
  color: #005a91;
  margin-right: 5%;
}

.lp-fb-learn-more-btn-container {
  float: left;
  display: block;
  width: 100%;
  margin: 20px 0 10px 0;
}

#lp-fb-learn-more-btn {
  width: 40%;
  text-align: center;
  height: 55px;
  background: url("https://lsminsurance.ca/site/wp-content/themes/shinylsm-2/img/fb-learn-more.png");
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-fb-partners {
  float: left;
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 3%;
  box-sizing: border-box;
}

.lp-fb-partners h2 {
  text-align: center;
  padding: 0;
  font-size: 42px;
  font-weight: normal;
  color: #005a91;
  margin-bottom: 40px;
}

.lp-fb-partners-container {
  width: 28%;
  float: left;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}

.lp-fb-partners-container img {
  max-width: 100%;
  max-height: 60px;
}

.page-template-landing-page-facebook-template-php #footer {
  width: 100%;
  float: left;
  background-color: #005a91;
}

.page-template-landing-page-facebook-template-php #footer .span6 {
  width: 50%;
  float: left;
  display: inline-block;
}

.page-template-landing-page-facebook-template-php #footer .span6 h4 {
  margin: 20px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}

.page-template-landing-page-facebook-template-php #footer:after {
  content: "";
}

.page-template-landing-page-facebook-template-php #footer #menu-fb-footer-menu {
  list-style: none;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.page-template-landing-page-facebook-template-php #footer #menu-fb-footer-menu li {
  display: inline;
  margin: 0 10px;
}

.page-template-landing-page-facebook-template-php #footer #menu-fb-footer-menu li:last-child {
  margin-right: 0;
}

.page-template-landing-page-facebook-template-php #footer #menu-fb-footer-menu li a {
  color: #ffffff;
  font-size: 14px;
}

.page-template-landing-page-facebook-template-php #footer .menu-fb-footer-menu-container {
  height: 27px;
  margin: 20px 0;
  float: right;
  display: table;
}/* End Facebook Landing Page Template *//* Facebook Landing Page Template Thank You Page */.page-template-page-lp-fb-thank-you-php .container {
  width: 960px !important;
}

.page-template-page-lp-fb-thank-you-php #rightH {
  display: table;
  float: right;
  width: 340px;
}

.page-template-page-lp-fb-thank-you-php #rightH h2 {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  font-weight: normal;
  font-style: italic;
  color: #005a91;
  font-size: 20px;
}

.page-template-page-lp-fb-thank-you-php #rightH h3 {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-weight: bold;
  color: #005a91;
  font-size: 22px;
}

.page-template-page-lp-fb-thank-you-php #footer {
  width: 100%;
  float: left;
  background-color: #005a91;
}

.page-template-page-lp-fb-thank-you-php #footer .span6 {
  width: 50%;
  float: left;
  display: inline-block;
}

.page-template-page-lp-fb-thank-you-php #footer .span6 h4 {
  margin: 20px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}

.page-template-page-lp-fb-thank-you-php #footer:after {
  content: "";
}

.page-template-page-lp-fb-thank-you-php #footer #menu-fb-footer-menu {
  list-style: none;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-lp-fb-thank-you-php #footer #menu-fb-footer-menu li {
  display: inline;
  margin: 0 10px;
}

.page-template-page-lp-fb-thank-you-php #footer #menu-fb-footer-menu li:last-child {
  margin-right: 0;
}

.page-template-page-lp-fb-thank-you-php #footer #menu-fb-footer-menu li a {
  color: #ffffff;
  font-size: 14px;
}

.page-template-page-lp-fb-thank-you-php #footer .menu-fb-footer-menu-container {
  height: 27px;
  margin: 20px 0;
  float: right;
  display: table;
}

.lp-fb-thank-you-msg {
  margin: 50px 0;
  float: left;
}

.lp-fb-thank-you-msg img {
  float: left;
}

.lp-fb-thank-you-msg h2 {
  color: #005a91;
  font-size: 46px;
  font-weight: normal;
  float: right;
  width: 70%;
  padding: 0;
  margin: 70px 0;
}

.lp-fb-thank-you-msg h2 strong {
  color: #005a91;
}

.page-template-page-lp-fb-thank-you-php hr {
  clear: both;
  border: 1px solid #cdcdcd;
  width: 90%;
}

.lp-fb-testimonials {
  margin: 50px 0;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  background: #ffffff;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}

.lp-fb-client {
  width: 30%;
  float: left;
  display: inline-block;
  margin: 2.5%;
}

.lp-fb-testimonial {
  width: 60%;
  float: right;
  display: inline-block;
  margin: 2.5%;
}

.lp-fb-footer {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.lp-fb-subscribe {
  width: 45%;
  float: left;
  border: 1px solid #ccc;
  background: #ffffff;
 /*height: 221px;*/
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}

.lp-fb-connect {
  width: 45%;
  float: right;
  border: 1px solid #ccc;
  background: #ffffff;
  height: 221px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}

.page-template-page-lp-fb-thank-you-php .newsletter-form-container h3 {
  color: #005a91;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

.page-template-page-lp-fb-thank-you-php .newsletter-form-container #newsletter-form {
  padding-top: 0;
}

.page-template-page-lp-fb-thank-you-php .newsletter-form-container #newsletter-form-email {
  margin: auto;
  text-align: center;
  width: 75%;
  border: 1px solid #ccc;
  background-color: #f1f3f0;
  color: #969696;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}

.page-template-page-lp-fb-thank-you-php .newsletter-form-container #newsletter-form-submit {
  margin: 25px auto 17px auto;
  background: url("https://lsminsurance.ca/site/wp-content/themes/shinylsm-2/img/fb-newsletter-btn.png");
  background-size: contain;
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 70%;
  background-repeat: no-repeat;
  padding: 0;
  height: 57px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.lp-fb-connect h3 {
  color: #005a91;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 35px;
}

.lp-fb-connect h4 {
  text-align: center;
  color: #b2b2b2;
  font-weight: normal;
  margin-top: 5px;
  font-size: 16px;
  margin-bottom: 25px;
}

.lp-fb-connect a {
  margin: 0 5px;
}

.lp-fb-connect a:nth-child(2) {
  margin-left: 15px;
}

.lp-fb-connect a:last-child {
  margin-right: 15px;
}

.lp-fb-client img {
  width: 100%;
  height: auto;
}

.lp-fb-client .testimonial-link-author {
  float: left;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  font-size: 18px;
  color: #000000;
}

.lp-fb-testimonial h3 {
  color: #005a91;
  font-size: 36px;
  margin-top: 0;
  text-align: center;
  font-weight: normal;
}

.lp-fb-testimonial .testimonial-text-page {
  font-size: 16px;
  line-height: 1.5em;
}

.lp-fb-testimonial .testimonial-link-page {
  text-align: center;
  margin-top: 30px;
}

.lp-fb-testimonial .testimonial-link-page a {
  font-size: 16px;
  text-transform: uppercase;
  color: #005a91;
}

.lp-fb-additional-info {
  margin: 50px 0 0 0;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  background: #ffffff;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}

.lp-fb-additional-info p {
  padding: 50px;
  margin: 0;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  line-height: 1.7em;
}/* End Facebook Landing Page Template Thank You Page *//*@override https://lsminsurance.ca/site/wp-content/themes/shinylsm/style.css *//**//* Additional style for shared.css *//* /// Addition for formating (jMak Foliovision) /// *//* reset *//* remember to define focus styles!  v1.2 */:focus {
  outline: 0;
}

ol,ul,#lit ul,.reasons .list,#cli ol.cli > li,#koi ul,.linklist,#leftContent .contextuallist {
  list-style: none;
}/* tables still need 'cellspacing="0"' in the markup */table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,th,td {
  text-align: left;
  font-weight: normal;
}/* end of reset *//* Floating and blocks align */.clearright,.clear-right {
  clear: right;
}

.clearleft,.clear-left {
  clear: left;
}

.alignright,.right {
  float: right;
}

.center-margin {
  margin: 1em auto;
}/* Text formatting */.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.centered-text {
  text-align: center;
}/*.text-center, .center {

   text-align: center;

}*/.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.small {
  font-size: 85%;
}

.smaller {
  font-size: 12px;
}

.line-through {
  text-decoration: line-through;
}/* Images in h5 */a img {
  border: none;
}

h5 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.3em;
  font-size: 0.85em;
  font-weight: normal;
  text-align: center;
  color: #696969;
}

h5 img {
  padding: 0;
  background-color: white;
  max-width: 710px;
}

.single h5 img,.page h5 img {
  max-width: 100%;
}

.single #one_column_infographics h5 img {
  max-width: 90%;
  margin: 0px auto;
}

#one_column_infographics h1 {
  text-align: center;
}

h5.right {
  margin: 2px 0 2px 10px;
  text-align: center;
  font-weight: normal;
  float: none;
}

h5.left {
  margin: 2px 10px 2px 0;
  text-align: center;
  font-weight: normal;
 /*float: none;  WHY?! */;
}

h5.photo {
  margin: 0 20px 2px 0;
}

h5.center {
  text-align: center;
  font-weight: normal;
}

h5.center img {
  margin: 0 auto;
}

h5 a {
  text-decoration: none !important;
  color: #696969;
}

h5 a:link {
  text-decoration: none !important;
  color: #696969;
}

h5 a.hide-link:hover,h5 a.hide-link:focus,h5 a.hide-link:active,h5 a.hide-link:visited {
  text-decoration: none !important;
  color: #696969;
}

a.photo-credits:link,a.photo-credits:hover,a.photo-credits:focus {
  text-decoration: none !important;
  color: #696969;
}

h5 a.photo-credits:active,a.photo-credits:visited {
  text-decoration: none !important;
  color: #696969;
}

img,h5.noborder img,img.noborder,.noborder {
  border: none;
}

.nonumbers ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.nonumbers ol li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ul.nolist,div.nolist ul,ul.nolist li,div.nolist ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  background: none;
}

ol.roman,.roman ol {
  list-style-type: upper-roman;
}

ol.alpha,.alpha ol {
  list-style-type: lower-alpha;
}/* Widths */.width200 {
  width: 200px;
}

.width250 {
  width: 250px;
}

.width300 {
  width: 300px;
}

.width350 {
  width: 350px;
}

.width400 {
  width: 400px;
}

.width450 {
  width: 450px;
}

.width500 {
  width: 500px;
}

.width550 {
  width: 550px;
}

.width600 {
  width: 600px;
}

.width650 {
  width: 650px;
}

.half-width {
  width: 48%;
  margin: 0;
}/* Boxes **********************/.about-width {
  width: 825px;
}

.half-width.left,.half-width.right {
  margin: 0;
}

.half-width .about-box a {
  text-decoration: underline;
}

.half-width .about-box a:hover {
  text-decoration: none;
}

.half-width .about-box a img {
  text-decoration: none;
  border-radius: 5px;
}

.about-box h2 {
  padding: 5px 0 15px 0;
}

.about-box p {
  padding: 10px 13% 10px 0;
  font-size: 12px;
}/* Links (hide and show, e.g. hiding flickr images authors ) */a.hide-link {
  text-decoration: none !important;
  color: #4d4d4d;
}

a.hide-link:hover,a.hide-link:focus,a.hide-link:active,a.hide-link:visited {
  text-decoration: none !important;
  color: #4d4d4d;
}

a.show-link {
  text-decoration: underline !important;
}

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

a.hide-link:focus,a.hide-link:active {
  text-decoration: underline !important;
}

a.link-visible:link,a.link-visible:visited {
  text-decoration: underline !important;
}/* Colors */.red {
  color: #CC0000;
}

.blue-lsm {
 /* LSM blue */
  color: #11549a;
}

.dark-blue,.darkblue {
  color: #143066;
}

.maroon {
  color: maroon;
}

.black {
  color: black;
}

.gray {
  color: gray;
}

.silver {
  color: silver;
}

.white {
  color: white;
}

.green {
  color: #088a08;
}

.blue {
  color: #213F5C;
}

.darkcyan {
  color: #0B615E;
}

.darkgreen {
  color: #0A2A0A;
}

.orange {
  color: #FF8000;
}

.italic {
  font-style: italic;
}/* Shared Typography */strong {
  font-weight: bold;
 /*color: #cc0000;*/
  color: #333;
}

em {
  font-style: italic;
}

small {
  font-size: 0.85em;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.5;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
  font-weight: bold;
}

dd {
  margin: 0 0 10px;
}

ol {
  margin: 0 0 20px 20px;
  padding: 0;
}

ul {
  list-style-type: disc;
  margin: 0 0 20px 15px;
  padding: 0;
}

ol {
  list-style-type: decimal;
}

ul li,ol li {
  margin: 0;
  padding: 0;
}/* tables - be careful, juliekinnear.com has table layout! */table.table-silver,table.table-red,table.table-blue,table.table-green {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 10px 0;
  float: none;
  display: table;
}

.table-silver caption,.table-red caption,.table-blue caption,.table-green caption {
  font-size: 100%;
  font-style: italic;
  caption-side: top;
  padding: 2px 0 2px 0.5em;
  page-break-after: avoid;
}

.table-silver td,.table-silver th {
  font-size: 100%;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}

.table-red td,.table-red th {
  font-size: 100%;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}

.table-blue td,.table-blue th {
  font-size: 100%;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}

.table-green td,.table-green th {
  font-size: 100%;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}

.table-silver td,.table-red td,.table-green td {
  border: 1px solid #C2C6CD;
}

.table-silver th,.table-silver thead td,.table-silver tfoot td,.table-silver td.trhead {
  background: none;
  font-weight: bold;
  font-size: 1em;
}

.table-red th,.table-red thead td,.table-red tfoot td,.table-red td.trhead {
  background: none;
  font-weight: bold;
  font-size: 1em;
}

.table-blue th,.table-blue thead td,.table-blue tfoot td,.table-blue td.trhead {
  background: none;
  font-weight: bold;
  font-size: 1em;
}

.table-green th,.table-green thead td,.table-green tfoot td,.table-green td.trhead {
  background: none;
  font-weight: bold;
  font-size: 1em;
}/* */table.table-silver {
  background-color: #fafafa;
}

.table-silver td {
  border: 1px solid #C2C6CD;
}

.table-silver th,.table-silver thead td,.table-silver tfoot td,.table-silver td.trhead {
  background-color: #e5e5e5;
  color: #333333;
}/* */table.table-red {
  background-color: #f2dada;
  color: #9c1f1f;
}

.table-red td,.table-red th {
  border: 1px solid #9c1f1f;
}

.table-red td {
  border: 1px solid #b34747;
}

.table-red th,.table-red thead td,.table-red tfoot td,.table-red td.trhead {
  background-color: #e5b8b8;
  color: #800000;
}/* */table.table-blue {
  background-color: #e6e8f2;
  color: #5c6699;
}

.table-blue td,.table-blue th,.table-blue td {
  border: 1px solid #8f99cc;
}

.table-blue th,.table-blue thead td,.table-blue tfoot td,.table-blue td.trhead {
  background-color: #b8bed9;
  color: #3d4466;
}/* */.archive #contentColumn table,.single-post #leftContent table {
  border: none;
  margin: 0 auto 12px auto;
  width: 100%;
  border: 1px solid #e9e9e9;
  text-transform: uppercase;
  font-size: 10px;
}

.archive #contentColumn table th,.single-post #leftContent table th,.post #leftContent table th strong {
  color: #990000;
  border: none;
  line-height: 28px;
}

.calculator .theader {
  padding: 10px 5px;
  background: #f8f8f8;
}

.archive #contentColumn table td,.single-post #leftContent table td {
  color: #000;
  padding: 6px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: top;
}

.archive #contentColumn table td ul {
  margin-bottom: 0;
}

#content .full-width {
  width: 100%;
}

table.table-green {
  background-color: #e4f2da;
  color: #62804d;
}

.table-green td,.table-green th,.table-green td {
  border: 1px solid #b4cca3;
}

.table-green th,.table-green thead td,.table-green tfoot td,.table-green td.trhead {
  background-color: #c6d9b8;
  color: #3b4d2e;
}

.show {
  display: block;
}/* accessability hidden */.access-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}/* end fo addition *//* Basic tags*/body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 15px;
  color: #333333;
  outline: none;
}/* Typography *//* special font and colors for headings (other than from shared.css), special blocquote with background image, etc. */h2 {
  color: #000;
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
}

h1,h3,h4 {
  color: #000;
}

h5 a:link,h5 a:visited,h5 a:active {
  text-decoration: none;
}

a.link-visible:hover {
  text-decoration: none !important;
}

h6 {
  color: #213f5c;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
  color: #000;
  text-decoration: none;
}

.latest-title {
  font-size: 22px;
  margin: 0 0 10px;
}

.latest-title a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.post-img {
  border-radius: 10px;
  overflow: hidden;
  max-height: 140px;
  max-width: 340px;
}

a {
  text-decoration: none;
  color: #cc0000;
  outline: none;
}

.home #content h1 a:hover,.home #content h2 a:hover,.home #content h3 a:hover {
  text-decoration: none;
}

.home #content h1 a:visited,.home #content h2 a:visited,.home #content h3 a:visited {
  color: #213F5C;
}

.faq blockquote {
  background: url("img/bquotes-faq.png") no-repeat 15px 20px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.no-blockquote blockquote {
  background: none;
  padding: 20px 15px 20px 20px;
}

#featured-image {
  overflow: hidden;
}

#featured-image img {
  max-width: 100%;
  height: auto;
}

.no-blockquote #featured-image {
  margin: 0 5px;
}/* End Basic Tag *//* Structure */.home #wrapper {
  width: 960px;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
}

#site-body {
  margin-left: 0;
  margin-right: 0;
}

.home #content {
  width: 770px;
}

#content {
  float: right;
  width: 770px;
}

.landing-page-wrapper #content {
  float: none;
  width: auto;
}/* end logo with image replacement tecnique *//* Contacts and tabbar  */.archive .post img.adminedit,.post-left h5,.page-id-47 li h5,.page-id-7132 #content,.stock-chart .stock-chart-tabs li,.nav-previous,.brokers .brokers-inside,.alignleft,.left {
  float: left;
}

#rightH {
  text-align: right;
  padding-top: 55px;
}

#rightH ul {
  list-style: none;
  margin: 0;
}

#rightH ul li,#rightH ul div {
  float: right;
}

#informations {
  padding-top: 15px;
  color: #666;
}

#informations a {
  color: #666;
  text-decoration: none;
}

#informations a:hover {
  color: #666;
  text-decoration: underline;
}

#informations ul img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

#tabbar {
  position: relative;
  top: 26px;
}

#tabbar a {
  text-decoration: none;
}/* End Contacts and tabbar  */#headerbar {
  float: right;
}

#headerbar form {
  float: right;
}

#headerbar input {
  height: 15px;
  border: 1px solid #bfbfbf;
  margin-top: 6px;
}

#headerbar #searchform {
  background: #fefefe;
  border: 1px solid #eaeaea;
}

#headerbar #searchbox {
  margin-left: 15px;
  color: #999;
  line-height: 30px;
  width: 110px;
  padding: 3px 8px;
  margin: 0;
  height: 23px;
  line-height: 14px;
  border: none;
}

#headerbar #searchform input[type="submit"] {
  background: url("images/loupe.png") no-repeat;
  background-position: 0 0;
  border: none;
  text-indent: -9999px;
  padding: 0 22px 0 0;
  height: 19px;
}/* search form*//* End search form*//* columns */.home #primary {
  width: 190px;
}

#leftbar {
  width: 190px;
  float: left;
}

#primary {
  width: 190px;
  float: left;
}

#primary .left-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#Quotes-new td {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#rightBar {
  width: 340px;
  float: left;
}

#middleBar {
  width: 340px;
  float: left;
  margin-right: 30px;
}/* end columns*//* Sidebar */#primary {
  float: left;
  overflow: hidden;
}

#primary ul {
  margin: 2px 18px 0 0;
  list-style: none;
}

#primary .left-menu li {
  padding-bottom: 11px;
  text-align: right;
}

#primary .left-menu a {
  font-size: 19px;
  font-weight: 500;
}

#sidebarHeader {
  width: 185px;
  height: 28px;
  background: url("img/sidebar/sidebarHeader.png") no-repeat;
}

#sidebarBody {
  width: 185px;
  background: url("img/sidebar/sidebarBg.png");
}

#sidebarBody ul {
  list-style: none;
  margin: 0;
  margin-bottom: -1px;
  padding: 1px 1px 1px 1px;
}

#sidebarBody ul li:hover {
  background-color: #e7e7e7;
}

#sidebarBody a {
  color: #213f5c;
  text-decoration: none;
  background: url("img/sidebar/sidebar-link.png") bottom repeat-x;
}

#sidebarBody a.linkhover {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  _height: 10px;
 /* IE6 fix */;
}

#sidebarBody a.linkhover:hover {
  background: #e7e7e7 url("img/sidebar/sidebar-link-hover.png") bottom repeat-x;
  text-decoration: none;
}

#sidebarFooter {
  width: 185px;
  height: 6px;
  background: url("img/sidebar/sidebarFooter.png") no-repeat;
}

.sidebarSection {
  color: white;
  font-weight: 400;
  margin: 0;
  padding-top: 5px;
  padding-left: 11px;
  text-decoration: none;
}

.sidebarSection a {
  color: white !important;
  text-decoration: none;
  background: none !important;
}

.sidebarSection a:hover {
  color: white !important;
  text-decoration: none;
}

.sidebarTitleBg {
  width: 185px;
  height: 28px;
  background: url("img/sidebar/sidebarTitle.png") no-repeat;
  margin-top: 0;
}

#sidebarBody .new {
  background: url("img/sidebar/sidebarNew.png") no-repeat;
  color: white;
  padding: 0 4px 2px 4px;
}/* end Sidebar *//* news */.homepage-box {
  clear: both;
  margin-bottom: 36px;
}

.homepage-box h3 {
  margin-top: 0;
}

.homepage-box p:last-child {
  margin-bottom: 0;
}

#news-section-featured {
  width: 340px;
  margin-right: 30px;
  float: left;
}

#recent-articles {
  width: 340px;
  float: left;
}

#lit {
  width: 340px;
  float: left;
}

#lit ul li:before {
  position: absolute;
  content: "\25CF";
  font-weight: bold;
  color: black;
  margin-left: -15px;
  padding-right: 15px;
}

.reasons .list li:before,.koi li:before {
  position: absolute;
  content: "\25CF";
  font-weight: bold;
  color: black;
  margin-left: -15px;
  padding-right: 15px;
}

#lit {
  padding: 20px 0;
  margin-right: 0;
  border-bottom: 1px solid #ededed;
  line-height: 1.3;
}

.recent-articles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recent-articles a {
  color: #213f5c;
}

.recent-articles li {
  margin-bottom: 12px;
}

#cli {
  float: left;
  width: 346px;
  margin-right: 30px;
  padding: 20px 0;
  line-height: 1.3;
}

.reasons {
  float: left;
  width: 346px;
  margin-right: 30px;
  padding: 20px 0;
  line-height: 1.3;
  margin-right: 0;
  float: right;
  min-height: 309px;
  border-bottom: 1px solid #ededed;
}

.reasons .more {
  color: #CC0000;
  text-transform: uppercase;
  margin: 10px 0 0 20px;
  float: left;
  clear: both;
}

#cli .more {
  text-transform: uppercase;
  margin: 2px 0 0 28px;
  float: left;
  clear: both;
}

#cli ol {
  counter-reset: li;
  list-style-type: none;
}

#cli ol.cli > li:before {
  position: relative;
  color: #000000;
  content: counter(li) ".";
  counter-increment: li;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px -27px;
  float: left;
  width: 16px;
}

.cli {
  margin: 0 0 0 28px;
}

.cli a {
  color: #333;
  display: block;
}

.cli li {
  margin-bottom: 10px;
  position: relative;
  height: auto;
}

#leftContent #dotlist .koi {
  margin-left: 15px;
}

#koi {
  float: right;
  width: 340px;
  padding: 20px 0;
  line-height: 1.3;
}

.koi {
  margin: 0 0 0 15px;
}

.koi li {
  margin-bottom: 10px;
}

ul.list {
  margin: 0 0 0 15px;
  list-style: disc;
}

ol.list {
  margin: 0 0 0 20px;
}

ul.list a,ol.list a {
  color: #333;
}

ul.list .red,ol.list .red {
  text-transform: uppercase;
}

ul.list li,ol.list li {
  margin-bottom: 10px;
}

#lit h2,.reasons h2 {
  margin: 0 0 10px 0;
}

#slogan {
  font-size: 14px;
  color: #000;
  float: right;
  width: 340px;
  line-height: 19px;
}

#lsm-logos {
  background-image: url(images/lsm_logos.png);
  width: 346px;
  height: 134px;
}

#slogan .biggest {
  font-size: 24px;
  display: block;
}

#slogan .biggest a {
  color: #000;
}

#slogan .biggest a:hover {
  text-decoration: none;
}

#slogan .bigger {
  font-size: 16px;
  display: block;
}

#slogan .big {
  font-size: 13px;
  display: block;
  line-height: 22px;
  margin-top: 10px;
}

#slogan .big a {
  color: #cf022f;
}

.archive .post {
  margin-bottom: 35px;
  clear: both;
  overflow: hidden;
}

.archive .post img {
  max-width: 340px;
  height: auto;
  border: none !important;
  margin: 0 10px !important;
  float: left;
}

.archive .post img[style] {
  max-width: 340px;
  height: auto;
  border: none !important;
  margin: 0 10px !important;
  float: left;
}

.archive .post img.splash {
  max-width: none;
}

.archive-years {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.archive-years a {
  width: 100%;
  display: block;
  float: left;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 3px 0 #e7e7e7;
  -moz-box-shadow: 0 0 3px 0 #e7e7e7;
  -webkit-box-shadow: 0 0 3px 0 #e7e7e7;
  padding: 7px 5px 3px 5px;
  margin-right: 3px;
 /*background: url("img/archive-year.png") repeat-x left top;*/
  font-size: 11px;
  line-height: 14px;
  border-top: 4px solid #e7e7e7;
}

.archive-years a:hover,.archive-years a.current {
  border-top-color: #025a91;
}

.post-left {
  float: left;
  margin-right: 30px;
}

.post-left small {
  display: block;
  margin-bottom: 10px;
}

.post-left h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.post-left table {
  max-width: 340px;
}

.archive .post-left table {
  max-width: 640px;
}

.landing-page {
  width: auto;
  overflow: visible;
}

.landing-page-wide {
  width: 500px;
}

#newsSection h3 {
  font-size: 17px;
}

#oneColumn {
  width: 520px;
  margin: 0 auto;
}

#oneColumn .landing-page {
  width: 520px;
  padding-left: 0;
}

#oneColumn .landing-page .quote-logos-wrapper {
  margin: 0 auto;
  width: 340px;
}

#oneColumn .chinese .quote-logos-wrapper {
  margin: 0 auto;
  width: 340px;
}

.quote-logos-wrapper h2 {
  text-align: center;
}

.landing-page h1 {
  margin-top: 0;
}

.landing-page .topHeader {
  clear: both;
  text-align: center;
}

.landing-page h4.center {
  color: #cc0000 !important;
  font-size: 15px;
  font-weight: bold;
}

.landing-page h4.center[style] {
  color: #cc0000 !important;
  font-size: 15px;
  font-weight: bold;
}

.landing-page h2.canada {
  float: left;
  line-height: 50px;
}

.landing-page .logo {
  float: right;
}

.landing-page .company-info img {
  float: right;
  margin: 15px 0;
}

.adminedit {
  clear: both;
  display: block;
  float: left;
}

.entry-author {
  overflow: hidden;
  margin-bottom: 20px;
  width: 700px;
}

.entry-author .photo {
  float: left;
  margin: 0 15px 0 0;
}

.entry-author a {
  text-decoration: underline;
}

.entry-author .author-link {
  color: #213f5c;
}

.fv_sharing {
  margin-top: 3px;
  display: block;
  height: 25px;
}

.justified {
  text-align: justify;
}

#newsHeadline {
  margin-top: 30px;
}

#newsHeadline h3 {
  font-size: 1.1em;
}

.big-headings h1 {
  font-size: 33px;
  padding-top: 15px;
}

.big-headings h1:first-child {
  padding-top: 0;
}

#morenews {
  text-decoration: none;
}/* end news*//* OLARK plugin chat */#habla_window_div {
  margin: 0 !important;
  left: 0;
  bottom: 190px !important;
}

.olrk-state-compressed #habla_window_div #habla_topbar_div {
  width: 18px;
  height: 120px;
  background: url("images/chat-with-us.png") no-repeat 0px 0px;
  display: none;
 /* FV 20140627 Viktor - hiding the blue tab */;
}

.orlk-state-expanded #habla_window_div.habla_window_div_base {
  z-index: 99999 !important;
}

.olrk-state-compressed #habla_window_div.habla_window_div_base {
  z-index: -1 !important;
}

#habla_window_div #habla_oplink_a {
  display: block;
}

#habla_window_div #habla_expanded_div {
  border: 1px solid #ededed;
}

#hbl_region #habla_window_div.olrk-fixed-bottom #habla_topbar_div,#hbl_region #habla_window_div.olrk-fixed-bottom .habla_panel_border {
  -moz-border-radius-topleft: 0px !important;
  border-top-left-radius: 0px !important;
}/* OLARK end*//* UPPREV PLUGIN FIX */.single #upprev_box {
  border-top: none !important;
}

.single #upprev_box a.upprev_thumbnail img {
  margin: 13px 10px 0 0;
}

.single .upprev_excerpt p {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0 10px 10px 10px;
  overflow: visible;
}

.single .upprev_excerpt h5 {
  margin: 0 auto !important;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 10px 5px 10px;
}

.single #upprev_close {
  background: none !important;
  text-indent: 0;
  top: 8px;
  right: 8px;
  width: 17px;
  height: 29px;
  color: white;
}

.single #upprev_close:hover {
  text-decoration: none;
}

.single #upprev_close:before {
  content: "\f057";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
 /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}/* end of UPprev *//* Instant quote sign*/#istantQuotesSign {
  float: left;
  width: 340px;
  margin-right: 90px;
}

#istantQuotesSign h2 {
  margin: 0 0 10px 0;
}

#istantQuotesSign a {
  color: black !important;
}

#istantQuotesSign h2 a {
  color: #213F5C;
}

#istantQuotesSign a.red {
  color: #cc0000;
}

#istantQuotesSign a:hover {
  text-decoration: underline;
}

#istantQuotesSign ul {
  margin: 0;
  list-style: none;
}

#istantQuotesSign li {
  margin-bottom: 5px;
  clear: both;
  overflow: hidden;
}

#istantQuotesSign li a {
  display: block;
  float: left;
  line-height: 20px;
  text-transform: capitalize;
}

#istantQuotesSign .button1 {
  line-height: 15px;
  text-transform: uppercase;
}

#istantQuotesSign .button1:hover {
  color: #cc0000;
  text-decoration: none;
}/* end instant quote sign*/#quizSign {
  background: url("img/Yx-button.png");
  width: 360px;
  height: 119px;
  font-weight: bold;
  line-height: 30px;
}

#quizSign a {
  color: white;
  text-decoration: none;
}

#quizSign p {
  margin: 0 auto;
  width: 85%;
  text-align: center;
  font-size: 20px;
  color: white;
  padding-top: 30px;
  padding-bottom: 10px;
}

#newquiz {
  background-color: #AA3531;
  font-size: 12px;
  color: white;
  padding: 3px;
}/* Content */#contentNoColumn,#contentColumn {
  float: left;
  width: 100%;
}

#leftContent,#leftComments {
  width: 365px;
  margin-right: 30px;
  float: left;
}

#leftContent.leftContentTax {
  width: 370px;
  float: left;
}

#leftContent h1 {
  margin: 0 0 15px 0;
  line-height: 32px;
}/*.single .entry-header > div {*//*float: left;*//*display: inline-block;*//*}*/.page h1,.search h1 {
  margin-top: 0;
}

#rightContent,#rightComments {
  float: right;
  width: 340px;
}

#rightContent.rightContentTax {
  float: right;
  width: 308px;
}

#rightContent .quote-testimonials h2 {
  margin-top: 0;
}

#rightContent .quote-testimonials h5 {
  margin: 0 0 10px 0;
  width: 298px;
  box-shadow: none;
  padding: 0;
  background: none;
}

#rightContent .quote-testimonials p {
  width: auto;
}

#content #back-to-top-wrap {
  position: relative;
  display: block;
  clear: both;
  padding: 20px 0 55px 0;
  text-align: center;
  border-top: 1px solid #F6F6F6;
}

#content #back-to-top {
  width: 90px;
  margin: 35px auto -40px;
  clear: both;
}

#content #back-to-top a {
  color: #30577C;
  font-weight: bold;
  position: relative;
  padding-top: 36px;
}

#content #back-to-top a:before {
  content: '\2191';
  display: block;
  margin: 0 auto 6px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #30577C;
  font-size: 18px;
  text-align: center;
}

#miniquote {
  width: 187px;
  height: 96px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  background: url("img/quotesMini.png") no-repeat;
  padding-top: 5px;
}

#miniquote p {
  font-weight: bold;
  color: white;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 8px;
}/** ZK - TAX calculator 2014 **/#content.v-2014 #rightContent.rightContentTax {
  width: 375px;
  margin-left: 25px;
}

#content.v-2014 #rightContent .left {
  margin-right: 10px;
}

#content.v-2014 #rightContent .right {
  width: 185px;
  margin-left: 0 !important;
}

#content.v-2014 #leftContent {
  margin-right: 0;
}

#content.v-2014 #leftContent.leftContentTax {
  width: auto;
  float: none;
}

.tax-app-new-2014 {
  color: red;
  font-weight: bold;
  font-size: 12px;
  margin-top: 20px;
}

#content.v-2014 h4.button-light-line a {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
}

#content.v-2014 h4.button-light-line a:hover {
  color: #fff;
}

.tax-table-top {
  padding: 10px 45px 40px 45px;
}

.tax-table-top-left-side {
  display: inline-table;
}

.tax-table-top-right-side {
  display: inline-table;
  width: 295px;
  float: right;
  text-align: right;
}

.tax-table-top-right-side input {
  margin: 12px 0;
}

.tax-description {
  display: none;
  position: absolute;
  top: -14px;
  left: 39px;
  width: 220px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  z-index: 999;
  border: 1px solid #efefef;
  font-size: 11px;
}

.tax-description:before {
  content: "\25C6";
  position: absolute;
  left: -10px;
  top: 10px;
  color: #fff;
  font-size: 30px;
}

.tax-table .question-mark:hover .tax-description {
  display: block;
}

.tax-table-middle.tax-table-part {
  border-top: 1px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  box-shadow: inset 0 0 3px 0 #eaeaea;
}

.tax-table-middle-darker,.tax-table-middle-lighter {
  padding: 0 45px;
}

.tax-table-middle-darker {
  background: #f2f2f2;
}

.align-right {
  display: inline-block;
  width: 513px;
  text-align: right;
}

.align-right input {
  margin: 12px 0 12px 5px;
}

.gray {
  color: #6f6f6f;
}

.tax-table-middle-darker input {
  margin-left: 16px;
}

.tax-table-bottom-header {
  color: #969696;
  font-size: 12px;
  padding: 25px 45px 15px 45px;
  border-bottom: 1px solid #e7e7e7;
}

.tax-table-bottom-header div {
  display: inline-block;
  width: 77px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  line-height: 17px;
}

.tax-table-bottom-content-row div {
  display: inline-block;
  width: 97px;
  vertical-align: middle;
}

.tax-table-bottom-content-row input {
  width: 95px;
  margin: 5px 0;
}

.tax-table-bottom-header .first,.tax-table-bottom-content-row .first {
  width: 165px;
  margin: 0;
}

.tax-table-bottom-content {
  padding: 10px 45px 15px 45px;
}

#content.v-2014 .info-block {
  color: #939393;
  font-size: 15px;
  padding: 20px 50px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 50px;
}

.button-tou a {
  color: red;
  padding: 1px 0 1px 30px;
  background: url("./img/tou-bg.png") 0 1px no-repeat;
}

#content.v-2014 #tax-box-red {
  background: url("./img/tax-red-2.png") 0 1px no-repeat;
}

#content.v-2014 #tax-box-blue {
  background: url("./img/tax-blue-2.png") 0 1px no-repeat;
}

#content.v-2014 .tax-box {
  width: 268px;
  height: 68px;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#content.v-2014 .tax-item {
  margin: 15px 0;
}

#content.v-2014 .tax-item a {
  border: none;
  box-shadow: none;
  color: red;
  font-family: 'helvetica neue';
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 10px;
  width: 265px;
}

#content.v-2014 .tax-item .question-mark {
  background: url("./img/lmat-question.png") 0 0 no-repeat;
  width: 32px;
  height: 31px;
}

#content .entry-author {
  border-top: 1px solid #efefef;
  margin-top: 10px;
  padding: 20px 0;
  width: 100%;
  line-height: 20px;
}

#content .entry-author a {
  color: red;
  text-decoration: none;
}/* TESTIMONIALS qick fix */#post-797 {
  position: relative;
}

#post-797 #rightContent .quote-testimonials h5 {
  width: inherit;
}

#post-797 .quote-testimonials {
  width: 770px;
  left: 0;
}

.page-id-797 #commentblock {
  width: auto;
}

.page-id-797 #LSM-accredit {
  margin-top: 25px;
}/* HOMEPAGE form error after submitting fix *//* End Content */#footer {
  width: 900px;
}

.latitude,.longitude {
  color: #213f5c;
}/************************************************

*	Comments									*

************************************************/#commentblock {
  float: left;
  clear: both;
  margin-top: 20px;
}

#commentblock h3 {
  margin-top: 24px;
  clear: both;
}

#commentblock ol {
 /* CSS columns, fallback for IE in ie.css */
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}

#commentblock ol li {
  padding: 0;
  margin: 20px 0 0 0;
  display: inline-block;
}

#commentblock .column-link {
  font-size: 13px;
  margin: 12px auto;
  display: inline-block;
  font-weight: 600;
}

.column-link:before {
  content: "\2227";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #CC0000;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 16px;
  border-radius: 12px;
  margin: 0 auto;
}

.commentdate {
  font-size: 12px;
  padding-left: 0;
}

.commentlist .url {
  color: #213f5c;
  text-decoration: underline;
}

.commentname {
  color: #333333;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.commentauthor {
  margin-bottom: 5px;
  overflow: hidden;
  color: #666;
}

.commentauthor a {
  color: #666;
}

.commentauthor .comment-edit-link {
  color: #CC0000;
}

.comment-author {
  color: #213f5c;
}

.commenttext {
  margin: 0;
  padding: 0 0 0 10px;
  padding-right: 0px;
}

#commentsformheader {
  padding-left: 0px;
}

#commentsform {
  text-align: center;
  margin: 0;
  padding: 0;
}

#commentsform form {
  text-align: left;
  margin: 0;
}

#commentsform p {
  margin: 0;
}

#commentsform form textarea {
  width: 99%;
}

p.comments_link img {
  margin: 0;
  padding: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#commentform td {
  padding: 0 10px 6px 0;
}

#commentform label {
  color: #666;
}

#contact-form label {
  color: #666;
}

#commentform textarea {
  max-width: 280px;
  min-width: 280px;
}

#commentform input[type="text"],#commentform textarea {
  border: 1px solid #cacaca;
  background: #eaeaea !important;
  padding: 3px;
  width: 200px;
}

#commentform1 input[type="text"],#commentform1 textarea {
  border: 1px solid #cacaca;
  background: #eaeaea !important;
  padding: 3px;
  width: 200px;
}

#underwriting-questions input[type="text"],#underwriting-questions textarea {
  border: 1px solid #cacaca;
  background: #eaeaea !important;
  padding: 3px;
  width: 200px;
}

#contact-form input[style],#contact-form textarea {
  border: 1px solid #cacaca;
  background: #eaeaea !important;
  padding: 3px;
  width: 200px;
}

#commentform input[type="text"],#commentform textarea {
  width: auto;
}

#commentform1 input[type="text"],#commentform1 textarea {
  width: auto;
}

#contact-form #fmsg {
  width: 400px;
}/* End comments part*//* right big box*/#rbigbox {
  margin-top: 10px;
  margin-left: 2px;
}

#rbigboxHeader {
  width: 354px;
  height: 28px;
  background: url("img/bigBox/headerBigBox.png") no-repeat;
  text-align: center;
  font-weight: bold;
  color: white;
}

#rbigboxHeader p {
  padding-top: 5px;
}

#rbigboxBody {
  padding: 10px;
  width: 354px;
  background: url("img/bigBox/bodyBigBox.png") repeat-y;
}

#rbigboxBody p {
  margin-left: 4px;
  margin-right: 12px;
}

#rbigboxBody ol {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  padding-right: 20px;
}

#rbigboxBody ol li {
  padding-bottom: 5px;
}

#rbigboxFooter {
  width: 354px;
  height: 4px;
  background: url("img/bigBox/footerBigBox.png") no-repeat;
}/* end right box*//* testimonials */.featuredNoImg,.featured2,.featured3,.quote-testimonials .clsTestimonial,.featured,.credits,.contactinfo,.contactinfobox,#contentColumn .clsTestimonial,.assurancecompanyheader,.featured3-wide,.featured3-150,#specialreportbox {
  margin: 5px;
  padding: 20px 15px;
  color: #666;
  font-size: 12px;
  overflow: hidden;
}

.ulifebox-title h2 {
  color: #000;
  font-size: 23px;
}

#Quotes-new .ulifebox-title h2,#rightContent .ulifebox-title h2 {
  text-align: center;
}

.post .ulifebox-title {
  margin-bottom: 20px;
}

.post .ulifebox-title h2 {
  margin: 0;
}

.new-tax-calc {
  background: #f8f8f8;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  padding: 12px 20px;
  margin-bottom: 20px;
  min-height: 30px;
  position: relative;
}

.new-tax-calc .left {
  background: url("../../themes/shinylsm-2/images/sprite_badges.png") no-repeat 0 -190px;
  width: 48px;
  height: 43px;
  margin: 22px 11px 0 5px;
}

.new-tax-calc a {
  position: relative;
}

.new-tax-calc a .iphone-blue {
  color: #3C6A8E;
  text-decoration: none;
  font-size: 15px;
  float: left;
  margin: 5px 0 0 15px;
 /*position: absolute;

          	left: 50px;

          	width: 285px;

          	top: 5px;*/;
}

.new-tax-calc a .iphone-background {
  background: url("images/sprite_badges.png") no-repeat 0 -138px;
  width: 48px;
  height: 40px;
  float: left;
  margin: -5px 0 0 -15px;
 /*position: absolute;

          	top: -5px;

          	left: -17px;*/;
}

.new-tax-calc .divider-background {
  background: url("images/divider.png") repeat-y 0 0px;
  width: 3px;
  height: 54px;
  float: left;
  margin: -12px 0 0 0;
 /*position: absolute;

      	left: 30px;

      	top: -12px;*/;
}

.new-tax-calc input {
  text-align: left;
  border-radius: 10px;
  padding: 10px;
  margin: 4px auto;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 2px 0 #f2f2f2;
  width: 320px;
  color: #6c6c6c;
  background-color: #fff;
}

.new-tax-calc input[type="submit"] {
  padding: 14px;
  background: #DF2F1E;
  border: none;
  box-shadow: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 260px;
  margin: 10px 0 0 0;
  cursor: pointer;
}

#book-form {
  margin-top: 35px;
}

#book-form .new-tax-calc {
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

#book-form #book-download input {
  width: 400px;
}

#book-form #book-download #clienttelephonesmall {
  width: 75px;
}

#book-form #book-download #clienttelephone {
  width: 298px;
  margin-left: 10px;
}

#post-4771 #book-form #book-download .submit-buttons button {
  height: 65px;
  width: 265px;
  padding: 0;
  line-height: 1.4;
  text-align: left;
  padding-left: 100px;
  margin-left: 50px;
}

.submit-buttons .submit_termlife {
  position: relative;
  margin: 0 0 25px 40px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.submit-buttons .submit_termlife .button-divider {
  position: absolute;
  width: 1px;
  height: 65px;
  left: 68px;
  top: 0;
  background: #A41C0D;
  border-right: 1px solid #E0392C;
}

.submit-buttons .submit_termlife.inactive {
  color: #A6A6A6;
  background: #CBCBCB;
  cursor: context-menu;
}

.submit-buttons .submit_termlife.inactive .button-divider {
  color: #A6A6A6;
  background: #AEAEAE;
  border-right: 1px solid #D4D4D4;
}

.submit_termlife .button-arrow,.submit_termlife .button-cart {
  position: absolute;
  top: 2px;
  font-size: 41px;
  left: 16px;
}

.new-tax-calc h3 {
  font-size: 15px;
}

.featured4 h4,.featured3 h4,.featured2 h3,.contactinfo h2 {
  margin: 0 0 10px 0;
}

.featured3 p.center {
  color: #333;
  font-size: 14px;
}

.featured p:last-child {
  margin-bottom: 0;
}

.featured3 p:last-child {
  margin-bottom: 0;
}

.featured3 h2 {
  margin: 0 0 20px 0;
  text-align: left;
  color: #cc0000;
  font-size: 18px;
}

.featured3 .small {
  font-size: 12px;
}

#oneColumn .reports {
  width: auto;
}

.reports {
  overflow: hidden;
  width: 226px;
  margin: 0 auto 30px auto;
}

.reports h3 {
  margin: 0 0 20px 0;
  color: #000;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.first-report {
  float: left;
  margin-bottom: 20px;
}

.first-report-content {
  background: url(img/first-report.jpg) no-repeat top left;
  width: 226px;
  height: 282px;
}

.second-report {
  float: right;
}

.second-report-content {
  background: url(img/second-report.jpg) no-repeat top left;
  width: 226px;
  height: 282px;
}

.contactinfo,.contactinfobox,.featured2,.featuredNoImg {
  padding: 15px;
  margin-bottom: 20px;
}

.quote-testimonials .featured3,.quote-testimonials .clsTestimonial {
  padding: 15px;
  margin-bottom: 20px;
}

#contentColumn .clsTestimonial,.assurancecompanyheader,.featured3-wide,.featured3-150,#specialreportbox {
  padding: 15px;
  margin-bottom: 20px;
}

.ulifebox {
  padding: 12px 20px 20px 20px;
  position: relative;
}

.quote-testimonials .featured3 p:last-child,.contactinfo p:last-child,.contactinfobox p:last-child,.featured2 p:last-child,.featuredNoImg p:last-child,#contentColumn .clsTestimonial p:last-child {
  margin-bottom: 0;
}

.quote-testimonials h5.left {
  width: 340px;
  margin: 0 0 10px 0;
}

#oneColumn .quote-testimonials h5.left {
  margin: 2px 10px 2px 0;
  width: 200px;
  float: left;
}

#oneColumn .quote-testimonials p {
  float: right;
  width: 260px;
}

.quote-testimonials h5.left img {
  padding-top: 0;
}

.featured3-wide strong,.featured4 strong {
  color: #333333;
}

#contentColumn .clsTestimonial h2 {
  margin: 0 0 15px 0;
  text-align: left;
}

#contentColumn .clsFPTContent,#contentColumn .clsTestimonial img {
  margin: 0;
}

.testimPara {
  margin: 0;
  float: left;
}

.contactinfobox {
  float: left;
  width: 308px;
  margin-left: 0;
  margin-right: 20px;
  height: 225px;
  position: relative;
}

.contactinfobox p {
  margin-bottom: 10px;
}

.mr0 {
  margin-right: 0;
}

#specialreportbox {
  text-align: center;
  float: left;
  margin-left: 64px;
}/* forms Typo */.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.form_notice li {
  color: #CC0000;
  font-weight: 600;
}/* incoming from google */div.incoming {
  background: url("images/featured-bg-bottom-slim.png") bottom left no-repeat;
  height: 1%;
  font-weight: normal;
  margin: 0;
  padding: 20px;
  border: 0;
  color: #333333;
}

div.incoming-wrap1 {
  background: url("images/featured-bg-top-slim.png") top left no-repeat;
  height: 1%;
  margin: 0;
  padding: 0;
  border: 0;
}

div.incoming-wrap2 {
  background: url("images/featured-bg-center-slim.png") top left repeat-y;
  height: 1%;
  width: 515px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.incoming ul li {
  margin: 3px 0 3px 30px !important;
  padding: 0;
  font-weight: bold;
  list-style-type: square;
}

div.incoming h3 {
  width: 60%;
}/* End testimonials*//* Contest Winner's Page Definition List: https://lsminsurance.ca/press-toronto/insurance-contest-winners.html */dl.b {width: 90%;padding: 0;float: left;border-width: 0 1px 1px 1px;border-color: #a5bfd6;border-style: solid;font-size: 9px;}dl.b dt {float: left;width: 30%;padding: .5em 5% 1em 5%;margin: 0;font-weight: bold;border-top: 1px #A5BFD6 solid;clear: left;}dl.b dd {width: 50%;padding: .5em 4.5% 1em 5%;float: left;margin: 0;border-top: 1px #A5BFD6 solid;}dl.b > dd {padding: .5em 5% 1em 5%;}input#send,input#sendLorne {margin-top: 6px;}div#report textarea {font-family: Verdana,"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;font-size: 12px;}/* Forms */.description {width: 100%;color: #333333;font-weight: bold;}.ContentTextSmall {color: #666;font-weight: normal;}.calculator input,.calculatorinput {text-align: right;}#specialreportbox input {margin-bottom: 10px;}.result {text-align: right;font-weight: bold;padding-left: 50px;}.resulttable {margin: 0 auto;background-color: #FFFFDC;background-color: #FBFFFF;border: solid 1px #BFBFBF;padding: 15px;margin-bottom: 20px;margin-top: 20px;}.resulttable strong {color: #216D59;}.infoboxwide {width: 95%;}.assurancecompanyheader {margin: 0 0 20px 0;clear: both;}.assurancecompanyheader img {padding: 3px;background-color: white;border: 1px solid #BFBFBF;}.assurancecompanyheader p {margin-bottom: 5px;}.blink {padding: 10px;display: block;background-color: #FBFFFF;border: solid 1px #BFBFBF;text-decoration: none;}.blink:hover {text-decoration: none;background-color: #CFEDFF;}/* Forms *//* Contacts */.bios span {color: #333333;font-size: 0.8em;}.quotation {margin-left: 50px;padding-left: 0;}.quotation li {list-style: disc;}.recentpost {font-size: 1.0em;padding-bottom: 0;padding-left: 5px;}.recentcomments,.popular {padding: 0 12px 0 8px !important;list-style: none;}.recentauthor {list-style: none;padding-left: 5px;}.recentauthor a {color: maroon;}.recentpost strong {padding: 0;margin: 0;}.unfold ul {padding: 0;margin: 0;}.unfold ul li {margin-bottom: 5px;}/* end list */.center {text-align: center;}.right {float: right;margin-left: 20px !important;}.tright {text-align: right;}.left {margin-top: 0;float: left;margin-right: 20px;}.smallh2 {font-size: 1.3em;margin: 0;padding: 8px 0 5px 3px;}.thinhr {border: 0;height: 1px;background-color: #BFBFBF;width: 100%;margin-top: 10px;margin-bottom: 20px;}.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}* html .clearfix {height: 1%;}.clear:before,.clear:after {content: "";display: table;}.entry-header:before,.entry-header:after {content: "";display: table;}#back-to-top:before,#back-to-top:after {content: "";display: table;}.clear:after,.entry-header:after,#back-to-top:after,.clear,.cleaner,.clearer,.featured3-wide,#post-562 ol.embedmenu li,.quote-testimonials,.clearboth {clear: both;}.landing-page .company-info p,.landing-page .phone {clear: both;}.cnLnk,.entry-author,.entry-related,.two-column-testimonials .clsTestimonial {clear: both;}/* End Utils *//* Financial Indicator*/#navcontainer a#financialindicators,#navcontainer a:hover#financialindicators {background-color: maroon;}.error {border: 2px solid red;}.errortext {font-weight: bold;color: red;}table.moduletable {text-align: left;width: 100%;margin-top: 0;padding-top: 0;}#rate-table {border-collapse: collapse;text-align: center;margin: 0 auto;margin-bottom: 10px;margin-top: 10px;font-size: 11px;border: 0;}#rbc {border-collapse: collapse;text-align: center;margin: 0 auto;margin-bottom: 10px;margin-top: 10px;font-size: 11px;border: 0;}#rbc .third {width: 20%;}#rate-table caption {padding: 5px;text-align: left;padding-left: 0;}#rate-table td,#rate-table th {padding: 5px 8px;}#rbc td,#rbc th {padding: 5px 8px;}#rate-table thead th,#rbc th {background: #213F5C;color: #fff;}table.outlines {margin-top: 10px;margin-bottom: 10px;}.rates-term {width: 30%;}table.outlines td {font-size: .9em;}table.outlines td.regulartext {font-weight: bold;}.outlines .regulartext {background-color: #DCFFDE;color: #216D59;}/* Generic button */a#dlgAskExpert {background: url("img/ask-expert.png") scroll no-repeat center top;width: 516px;height: 116px;display: block;margin: 0 auto 15px auto;cursor: pointer;text-indent: -9999px;}.buttonBody {overflow: hidden;margin: 10px 0;}h4.button-standart,h4.button-standart-line {overflow: hidden;margin: 10px 0;}.buttonBody a {border: 0;margin: 10px 0;}h4.button-standart a {border: 0;margin: 10px 0;}h4.button-standart-line a {border: 0;margin: 10px 0;}h4.button-standart-line a strong {border: 0;margin: 10px 0;}.graybuttonHeader {background: url("img/grayBgButton/templateButtonHeader.png") no-repeat bottom !important;}.graybuttonBody {background: url("img/grayBgButton/templateButtonBody.png") repeat-y bottom !important;}.graybuttonFooter {background: url("img/grayBgButton/templateButtonFooter.png") no-repeat !important;}/* End Generic button*//* Right Box*/.rightBoxWrapper {margin-top: 15px;margin-left: 2px;width: 203px;}.rightBoxHeader {padding: 0 10px;height: 46px;background: url("img/rightBox2/rightBoxHeaderT.png") no-repeat;}.rightBoxHeader a {color: #213f5c;text-decoration: none;}.rightBoxHeader a:hover {text-decoration: none;}.rightBoxHeader h4 {font-family: Arial;font-size: 0.9em;text-align: center;}.onelineheader h4 {padding-top: 12px;_padding-top: 10px; /* IE6 fix */}.onelineheader h4.no-medical {padding-top: 6px;_padding-top: 10px; /* IE6 fix */}/*  fix for specific 2-row title  */.twolineheader h4 {padding-top: 6px;_padding-top: 4px; /* IE6 fix */}.rightBoxBody {width: 203px;font-size: 0.8em;background: url("img/rightBox2/rightBoxBody.png") repeat-y;}.rightBoxBody ol {list-style: none;margin: 0;padding: 0;padding-left: 2px;}.rightBoxBody li {text-align: center;margin: 0;padding: 0;padding-bottom: 2px;background: url("img/rightBox2/listSeparator.png") no-repeat bottom;}.rightBoxBody li.last {background: none;}.rightBoxBody a {color: #213f5c;text-decoration: none;display: block;margin: 0;padding: 0;padding-top: 2px;padding-left: 10px;padding-right: 10px;_height: 10px; /* IE6 fix */}.rightBoxBody a:hover {background-color: #e7e7e7;text-decoration: none;}.rightBoxFooter {width: 203px;height: 9px;background: url("img/rightBox2/rightBoxFooter.png") no-repeat;}/* End Right Box*//* instant quotes results */table.quotes td {font-size: 11px;border-bottom: 1px solid silver;}table.quotes td input {font-size: 11px;}/* alec's updates forms alignment */.tdRight {
  vertical-align: top;
  text-align: right;
}/* ///	Adition	mVicenik	04/06/2008	Foliovision

This is for the Link Directory	*/.catlink {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color: #6666FF;
}

.catlink:hover {
  color: #000066;
}

.catsublink {
  border: 0;
  font-size: 12px;
  color: #6666FF;
}

.catsublink:hover {
  color: #000066;
}

.plink {
  font-size: 16px;
  font-weight: bold;
}

.plink:hover {
  color: #0000CC;
}

.purl {
  color: #CCC;
  font-size: 11px;
}

.linkbox1,.linkbox2 {
  width: 100%;
  padding: 3px;
}

.linkbox1:hover,.linkbox2:hover {
  background-color: #F9F9F9;
}

.catbox {
  width: 95%;
  padding: 5px;
}

.pagebox {
  border: 1px #CCC solid;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}

.pagebox:hover {
  background-color: #F5F3FE;
}

.pageboxselected {
  border: 1px #ccc solid;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  background-color: #E6E8FF;
}

.pageboxselected:hover {
  background-color: #CDCEFE;
}/*	///	end of adition	*//* /// Addition	pBaran	25/06/2008	Foliovision */#testimonialSection {
  float: right;
  width: 100%;
}

.page #testimonialSection {
  margin-bottom: 20px;
  float: none;
}

.single #testimonialSection {
  margin-bottom: 20px;
  float: none;
  margin-top: 20px;
}

#testimonialSection img {
  margin-top: -6px;
  margin-left: -1px;
  margin: 0;
  overflow: hidden;
}

#testimonialSection-img {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.single #testimonialSection-img {
  height: auto;
}

#testimonialSection-img a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 340px;
}

#testimonialSection-img .testimonial-counter-page,#testimonialSection-img .testimonial-link-author,#testimonialSection-img .testimonial-link-more {
  height: auto;
  display: inline;
  width: auto;
}

#testimonialSection .testimonial-name {
  text-decoration: none;
  font-size: 11px;
  display: block;
  float: right;
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 200px;
  font-size: 21px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

#testimonialSection .testimonial-counter {
  float: left;
  color: #666;
  font-size: 11px;
  display: none;
}

#testimonialSection .testimonial-link-page {
  margin-top: 5px;
}

#testimonialSection .testimonial-link-page a {
  color: #333;
}

#testimonialSection .testimonial-text {
  color: #000;
  padding: 5px 10px 10px;
  margin: 0;
  width: 320px;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

#testimonialSection .testimonial-text-content {
  display: block;
}

#testimonialSection .testimonial-text p {
  margin: 0;
}

#testimonialSection .testimonial-link-more {
  text-transform: uppercase;
}

#post-48 .featured2 {
  float: left;
  margin: 0 0 20px;
  padding: 20px 12px 0;
  background: #F4F4F4;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #333;
}

#post-48 .featuredNoImg {
  margin: 0 0 20px 0;
  color: #333;
  padding: 20px 12px 0;
  background: #F4F4F4;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
}

#post-48 .featured2 h5,#post-48 .featuredNoImg h5 {
  width: 308px;
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: 700;
}/*	/// End of addition	pBaran	25/06/2008 *//* alec's no numbers */ol.nonumbers,ul.nonumbers {list-style-type: none;}/* problems with right hand menu accuqote */.norollover a,.nollover a:visited {text-decoration: none;font-size: 18px;}/* /// Addition	pBaran	16/09/2008	Foliovision */.clsLink {cursor: pointer;}/*	/// End of addition	pBaran	16/09/2008 *//* /// Adition by Jozef (Header ad) 2nd October 08 /// *//* added by igorP 4.12.2013 */.page-id-7132 #wrapper,.landing-with-ads #wrapper {width: 100%;}#header_broker,#header_ads {text-align: center;}.page-id-7132 #header_broker h3 {font-size: 33px;font-weight: normal;color: #cc0000;text-align: center;}#header_ads h2 {margin: 24px 0;font-size: 18px;}.landing-with-ads .ulifebox-title h2 {font-size: 18px;}.page-id-7132 .landing-page-two,.landing-with-ads .landing-page-two {margin-top: 0;padding-bottom: 50px;}.page-id-7132 #content,.landing-with-ads #content {float: none;margin: 0 auto;}.page-id-7132 #leftContent,.landing-with-ads #leftContent {width: 325px;}.page-id-7132 #rightContent {width: 345px;padding-left: 20px;}.page-id-7132 #primary {display: none;}.landing-with-ads #primary {display: none;}#badges_wrap {background: #FBFBFB;border: 1px solid #ECECEC;box-shadow: inset 0 0 3px #F0F0F0;height: 190px;margin: 0 auto 35px auto;}#ads_wrap {background: #FBFBFB;border: 1px solid #ECECEC;box-shadow: inset 0 0 3px #F0F0F0;height: 190px;margin: 0 auto 35px auto;min-height: 350px;}#ads_wrap ul {display: table;max-width: 740px;text-align: center;color: #999;list-style: none;margin: 40px auto;}#ads_wrap ul li {display: inline-table;vertical-align: middle;width: 360px;min-width: 360px;}#ads_wrap ul img {margin: 0 auto;display: block;}#ads_wrap ul span {color: #000;}.no_list {list-style: none;margin: 40px auto;}.no_list li {width: 415px;margin: 0px auto 15px auto;}.no_list li.badge_dollar {background: url("images/sprite_badges.png") no-repeat 0 -49px;padding-left: 65px;height: 49px;font-size: 18px;font-weight: bold;}.no_list li.badge_medic {background: url("images/sprite_badges.png") no-repeat -1px -5px;height: 37px;padding-left: 65px;font-size: 18px;}.page-id-7132 #content_wrap,.landing-with-ads #content_wrap {width: 720px;margin: 0 auto;}.page-id-7132 #site-body,.page-id-7132 #content {position: relative;}.landing-with-ads #site-body,.landing-with-ads #content {position: relative;}.page-id-7132 #leftContent ul,.landing-with-ads #leftContent ul {margin-left: 35px;line-height: 1.95;}.page-id-7132 #rightContent .quote-logos-wrapper {padding-top: 35px;}.page-id-7132 #rightContent .quote-logos-wrapper h2 {padding-bottom: 30px;}.page-id-7132 #rightContent .ulifebox .submit_termlife {background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CB0000), color-stop(1, #A70000));background-image: -o-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: -moz-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: -webkit-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: -ms-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: linear-gradient(to bottom, #CB0000 0%, #A70000 100%);-moz-box-shadow: inset 0 0 10px #A20000;-webkit-box-shadow: inset 0 0 10px #A20000;box-shadow: inset 0 0 10px #A20000;margin: 0px auto;float: none;width: auto;}.landing-with-ads #rightContent .ulifebox .submit_termlife {background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CB0000), color-stop(1, #A70000));background-image: -o-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: -moz-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: -webkit-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: -ms-linear-gradient(bottom, #CB0000 0%, #A70000 100%);background-image: linear-gradient(to bottom, #CB0000 0%, #A70000 100%);-moz-box-shadow: inset 0 0 10px #A20000;-webkit-box-shadow: inset 0 0 10px #A20000;box-shadow: inset 0 0 10px #A20000;margin: 0px auto;float: none;width: auto;}.page-id-7132 #page_broker,.landing-with-ads #page_broker {background: #F8F8F8;border: 1px solid #F0F0F0;border-radius: 5px;float: right;padding: 0 20px;}.page-id-7132 #page_broker .read-more-button,.landing-with-ads #page_broker .read-more-button {background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AFAFAF), color-stop(1, #7C7C7C));background-image: -o-linear-gradient(bottom, #AFAFAF 0%, #7C7C7C 100%);background-image: -moz-linear-gradient(bottom, #AFAFAF 0%, #7C7C7C 100%);background-image: -webkit-linear-gradient(bottom, #AFAFAF 0%, #7C7C7C 100%);background-image: -ms-linear-gradient(bottom, #AFAFAF 0%, #7C7C7C 100%);background-image: linear-gradient(to bottom, #AFAFAF 0%, #7C7C7C 100%);color: white;font-size: 14px;height: 35px;width: 105px;cursor: pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;font-weight: bold;text-align: center;margin-top: 20px;border: 1px solid #A4A4A4;margin-bottom: 20px;display: none;}#page_broker .read-more-button.active {display: block;}.page-id-7132 #page_broker h1,.landing-with-ads #page_broker h1 {font-weight: bold;font-size: 15px;text-align: center;margin: 20px auto 15px auto;width: 250px;}.page-id-7132 #page_broker p,.landing-with-ads #page_broker p {font-size: 13px;line-height: 1.3;overflow: hidden;display: block;}.page-id-7132 #page_broker .broker_image,.landing-with-ads .broker_image {padding: 0px 0 25px 25px;float: right;background: none;margin: 0;clear: none;}.page-id-7132 #page_broker .broker_content,.landing-with-ads .broker_content {clear: none;height: 95px;}.page-id-7132 #page_broker .broker_content.active {height: auto;}.page-id-7132 .ulifebox h1 {font-size: 21px;}.landing-with-ads .ulifebox h1 {font-size: 21px;}.page-id-7132 .ulifebox .quote_head {width: 250px;margin: 0px auto;text-align: center;}.page-id-7132 .ulifebox .donations {margin-top: 5px;}.page-id-7132 .ulifebox .donations .lock {background: url("images/sprite_badges.png") no-repeat -13px -110px;width: 18px;height: 21px;float: left;padding: 5px 15px 0px 0px;margin-top: 3px;position: relative;top: 0px;margin-right: 0px;}.page-id-7132 .ulifebox .donations .logo {position: relative;margin: 0px auto;}.page-id-7132 .ulifebox .donations .terms {color: #666666;margin: 0px auto;}.page-id-7132 .ulifebox #BirthYear {width: 75px;}.page-id-7132 .ulifebox .smoker {padding-left: 4px;}.page-id-7132 .ulifebox #sel_smoker {width: 75px;}.page-id-7132 #footer {width: 720px;margin: 0 auto 80px auto;padding-top: 15px;float: left;border-top: 1px solid #DBDBDB;}.landing-with-ads #footer {width: 720px;margin: 0 auto 80px auto;padding-top: 15px;float: left;border-top: 1px solid #DBDBDB;}.page-id-7132 #footer #rightH {margin-top: 10px;}.landing-with-ads #footer #centerH {margin: 0 0 0 115px;float: left;}.page-id-7132 #footer ul.xoxo > li,.landing-with-ads #footer ul.xoxo > li {background: url("img/phone-icon.png") no-repeat top left;background-position: 0 7px;padding-right: 10px;}.page-id-7132 #footer #text-4 .textwidget,.landing-with-ads #footer #text-4 .textwidget {font-size: 12.5px;font-weight: bold;padding-left: 8px;margin-left: 25px;background: none;padding-right: 0px;}.page-id-7132 #footer #rightH p,.landing-with-ads #footer #rightH p {text-align: left;font-size: 10px;color: #666666;margin: 40px 57px 0px 0px;line-height: 1.9;}#rightH {float: right;}#informations {position: absolute;top: 68px;right: 310px;}#tabbar {padding-top: 48px;float: right;width: 310px;}#ad {position: absolute;top: -26px;right: -10px;width: 480px;height: 40px;background: url("img/claim-troubles-ad.gif") no-repeat;}#ad a {display: block;width: 480px;height: 40px;}#ad a span {display: none;}.landing-with-ads #leftContent {width: 345px;line-height: 1.6;}.landing-with-ads #Quotes-new {width: 345px;}/* add ulife box for quote form */.featured4-wide,.ulifebox-slim {border: 1px solid #e7e7e7;box-shadow: 0 0 3px 0 #e7e7e7;-moz-box-shadow: 0 0 3px 0 #e7e7e7;-webkit-box-shadow: 0 0 3px 0 #e7e7e7;margin: 5px;padding: 15px;color: #666;}.featured4-wrap2 {position: relative;}.featured4,.featured4-wide {padding: 20px;}.featured4 .tdRight {width: 90px;}#long-term-care input,#health-insurance input {font-size: 14px;cursor: pointer;}/*woman analysis styles*/#woman-analysis,.needs-analysis,#child-care {padding: 15px;}#woman-analysis table,.featured4-wide.needs-analysis table,#child-care table {width: 298px;margin: 0px auto;}.needs-analysis,.ulifebox-slim {margin-bottom: 20px;overflow: hidden;}.specialButtons a.policiesbutton,.specialButtons a.backbutton {margin-bottom: 20px;overflow: hidden;}#tax-items,.stock-chart,.navigation,#navigation-form,.featured,.calculatorwrapper {margin-bottom: 20px;overflow: hidden;}#woman-analysis #divTotalMonth,#woman-analysis #divTotalYear,#woman-analysis #divTotal {background: #fcf6f6;border: 1px solid #f6e8e8;height: 20px;color: #CC0000;width: 60px;float: right;}#child-care #divTaxCredit,#child-care #divChildAnnual,#child-care #divChildCare,#child-care #divOtherCosts,#child-care #divRealIncome {background: #fcf6f6;border: 1px solid #f6e8e8;height: 20px;color: #CC0000;width: 60px;float: right;}#woman-analysis input[type="button"],#child-care input[type="button"] {float: right;}.chinese .ulifebox legend {color: #213f5c;margin-bottom: 10px;}.chinese #term-life-new fieldset {border: 0;margin: 0 0 0 40px;}.chinese .ulifebox label {width: 148px;display: block;float: left;}.chinese .ulifebox input[type="text"],.chinese .ulifebox select,.chinese .ulifebox textarea {margin-bottom: 5px;}.ulifebox-slim table {width: 298px;}.featured4 table,.featured4-wide table,.ulifebox table {width: 325px;margin-left: -5px;}#oneColumn .landing-page .ulifebox table {width: 340px;}#oneColumn .landing-page .ulifebox-slim table {width: 340px;margin: 0 auto;}#oneColumn .landing-page .ulifebox table {margin: 0 auto;}#oneColumn .landing-page-wide .ulifebox table {margin: 0 auto;}.featured4 td,.ulifebox-slim td,.featured4-wide td {padding-bottom: 5px;}.featured4 td,.featured4-wide td,.ulifebox td {padding-bottom: 10px;vertical-align: middle;}.formtitle {text-align: right;padding-right: 15px;}.featured4 input[type="text"],.featured4 select,.featured4 textarea {background-color: #ededed;border: 1px solid #e2e2e2;width: 213px;padding: 6px 3px 6px 3px;}.ulifebox input[type="text"],.ulifebox select,.ulifebox textarea {background-color: #ededed;border: 1px solid #e2e2e2;width: 213px;padding: 6px 3px 6px 3px;}.ulifebox-slim input[type="text"],.ulifebox-slim select,.ulifebox-slim textarea {background-color: #ededed;border: 1px solid #e2e2e2;width: 213px;padding: 6px 3px 6px 3px;}.featured4-wide input[type="text"],.featured4-wide select,.featured4-wide textarea {background-color: #ededed;border: 1px solid #e2e2e2;width: 213px;padding: 6px 3px 6px 3px;}#specialreportbox input[type="text"],#specialreportbox textarea {background-color: #ededed;border: 1px solid #e2e2e2;width: 213px;padding: 6px 3px 6px 3px;}.featured2 #email {background-color: #ededed;border: 1px solid #e2e2e2;width: 213px;padding: 6px 3px 6px 3px;margin-bottom: 20px;width: 296px;}.featured4 select[name="birthmonth"] {width: 100px;float: left;}.featured4 select[name="birthday"] {width: 50px;float: left;}.featured4 select[name="birthyear"] {width: 65px;float: left;}.featured4 input[type="text"] {width: 205px;}.ulifebox input[type="text"],.ulifebox-slim input[type="text"],.featured4-wide input[type="text"],.featured4 textarea,.ulifebox textarea,.ulifebox-slim textarea,.featured4-wide textarea {width: 205px;}.hide,#post-48 h1:nth-child(2),.olrk-state-compressed #habla_window_div #habla_oplink_a,.quote-testimonials .clsTestimonial h2,.testimPara .clearer,.contactinfo .clearer,.contactinfobox .clearer,.page-id-7132 #header,.landing-with-ads #header,.page-id-7132 #leftContent > h1,.landing-with-ads #leftContent > h1 {display: none;}.page-id-7132 #rightContent .ulifebox .form_button span,.page-id-7132 #rightContent .ulifebox .form_button input.fvaq {display: none;}.donations .text {font-size: 14.4px;color: #cc0000;text-transform: uppercase;font-weight: 900;margin: 0 0 10px 0;text-align: center;}.donations .logo {background: url("images/children-wish-logo.PNG");width: 90px;height: 34px;position: absolute;right: 0;top: 95px;margin-right: 15px;}.landing-with-ads .ulifebox .donations .logo {background: url("images/children-wish-logo.PNG");width: 90px;height: 34px;position: absolute;right: 0;top: 95px;margin-right: 15px;}#rightContent .quotebox-home .donations .logo {top: 112px;}#rightContent .donations .logo {top: 0;}#rightContent .ulifebox-wrap {margin-bottom: 25px;}.donations .terms,.landing-with-ads .donations .terms {text-align: center;width: 260px;margin: 0 auto 20px auto;}.donations {padding-top: 20px;border-top: 1px solid #efefef;position: relative;}.donations .terms {width: 200px;background: url("images/download-icon.png") no-repeat 25px 13px;padding: 0 20px 0 85px;font-size: 14px;}.terms-hover {display: none;position: absolute;background-color: #fff;border: 1px solid #ccc;z-index: 100;left: 22%;bottom: -265px;height: 300px;padding: 5px;font-size: 11px;line-height: 13px;margin-bottom: 0px;box-shadow: 0 0 3px 1px #ccc;}.terms-hover:before {content: "";display: block;width: 16px;height: 12px;background: url("images/hover-arrow.png") no-repeat center top;position: absolute;left: 118px;top: -12px;}.terms-hover img {border-radius: 10px;padding: 5px;}#woman-analysis input[type="text"] {width: 60px;float: right;}#child-care input[type="text"] {width: 60px;float: right;}#child-care select {float: right;}.featured4 #telephone_prefix,.ulifebox-slim #acpro_inp3 {width: 36px;}.ulifebox #acpro_inp5,.ulifebox input[name="telephone_prefix"] {width: 36px;}.ulifebox-slim input[name="telephone_prefix"] {width: 36px;}.ulifebox #telephone,.ulifebox-slim #telephone {width: 163px;}.ulifebox #clienttelephone {width: 140px;padding-left: 10px;}.featured4 #telephone {width: 157px;padding-left: 10px;}.featured4 #clienttelephone {width: 160px;padding-left: 10px;}.featured4 input[type="submit"],.featured4 input[type="button"] {border: 0;}.ulifebox .submit_termlife,.ulifebox-slim #buttonGetQuote,.ulifebox input[type="submit"],.featured4-wide input[type="submit"],#submit_analysis,#insurance-tips input[type="submit"],.dlg-contact-form {border: 0;}#commentform #submit,#commentform1 #submit1 {border: 0;margin: 10px 0;}#contact-form .button {font-size: 12px;text-align: center;text-transform: capitalize;padding: 0;border: 0;margin: 10px 0;}.dlg-contact-form,h4.button-light-line a,#contact-form .button,#commentform #submit,#commentform1 #submit1 {cursor: pointer;color: #fff;font-size: 10px;background-color: #cc0000;font-weight: bold;height: 30px;line-height: 30px;display: block;padding: 0 5px;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float: left;font-family: Verdana, Tahoma, Arial, sans-serif;}.featured4 input[type="submit"],.featured4 input[type="button"] {cursor: pointer;color: #fff;font-size: 10px;background-color: #cc0000;font-weight: bold;height: 30px;line-height: 30px;display: block;padding: 0 5px;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float: left;font-family: Verdana, Tahoma, Arial, sans-serif;}.ulifebox .submit_termlife,.ulifebox-slim #buttonGetQuote,.ulifebox input[type="submit"],.featured4-wide input[type="submit"],#submit_analysis,#insurance-tips input[type="submit"],.buttonBody a {cursor: pointer;color: #fff;font-size: 10px;background-color: #cc0000;font-weight: bold;height: 30px;line-height: 30px;display: block;padding: 0 5px;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float: left;font-family: Verdana, Tahoma, Arial, sans-serif;}h4.button-standart a,h4.button-standart-line a {cursor: pointer;color: #fff;font-size: 10px;background-color: #cc0000;font-weight: bold;height: 30px;line-height: 30px;display: block;padding: 0 5px;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float: left;font-family: Verdana, Tahoma, Arial, sans-serif;}.specialButtons a.policiesbutton,.specialButtons a.backbutton {cursor: pointer;color: #fff;font-size: 10px;background-color: #cc0000;font-weight: bold;height: 30px;line-height: 30px;display: block;padding: 0 5px;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float: left;font-family: Verdana, Tahoma, Arial, sans-serif;}.quiz input#Submit,#specialreportbox #send,.submit_termlife,#term-life-request input[type="submit"],#underwriting-questions #submit1,#income-form-popup .submit-button,.brokers a.contact {cursor: pointer;color: #fff;font-size: 10px;background-color: #cc0000;font-weight: bold;height: 30px;line-height: 30px;display: block;padding: 0 5px;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;float: left;font-family: Verdana, Tahoma, Arial, sans-serif;}#income-form-popup .submit-button,.ulifebox input[type="submit"] { /* temporary centering submit button */float: none;margin: 0 auto;display: block;width: auto;}#specialreportbox #send {margin: 10px auto;float: none;}.submit-termlife {background-color: #cc0000;}.dlg-contact-form:hover,.buttonBody a:hover {color: #CC0000;text-decoration: none;}h4.button-standart a:hover,h4.button-standart-line a:hover {color: #CC0000;text-decoration: none;}.specialButtons a.policiesbutton:hover,.specialButtons a.backbutton:hover {color: #CC0000;text-decoration: none;}.button1 {color: #213f5c;line-height: 15px;height: 15px;display: block;padding: 0 3px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #eeeeee; /* Old browsers */border: 1px solid #d4d4d4;float: left;font-family: Verdana, Tahoma, Arial, sans-serif;font-size: 10px;text-transform: uppercase;margin-left: 10px;margin-top: 2px;}.button1:hover {color: #CC0000;text-decoration: none;}.buttonBody a strong {font-weight: normal;}h4.button-standart-line a:hover strong,.buttonBody a:hover strong {color: #CC0000;}.dlg-contact-form {position: absolute;left: 185px;bottom: 15px;}#submit_analysis {margin: -10px 30px 20px 5px;}.chinese .ulifebox input[type="submit"] {margin-top: 10px;}.ulifebox strong {color: #333;}#FaceAmount {width: 220px;}#clientname,#clientemail {padding-left: 10px;}#clienttelephonesmall {width: 31px;padding-left: 5px;margin-bottom: 5px;}/* Three report stling */ul#reports {text-align: center;list-style: none;margin: 0;padding: 0;}ul#reports li {text-align: center;margin: 0 auto;float: left;width: 240px;padding: 0 0 10px 0;margin: 0;}/* Lawyers images */.law {text-align: center;padding: 22px;background-color: #f8f8f8;border: solid 1px #bfbfbf;margin-bottom: 10px;font-weight: bold;}.law-in {text-align: center;margin: 0 auto;}.law h5 img {padding: 0;border: none;background: none;}.USPartnerRedir {cursor: pointer;}/* Fetured as button */.featured a.blink3 {color: #213f5c;text-decoration: none;background: #f4f5f6 url("img/sidebar/sidebar-link.png") bottom repeat-x;text-align: center;border-top: 1px solid #e5e5e5;border-right: 1px solid #ccc;border-left: 1px solid #ccc;display: block;margin: 0;padding: 10px;}.featured a.blink3:hover { /* background-color: #e1e1e1; */background: #e7e7e7 url("img/sidebar/sidebar-link-hover.png") bottom repeat-x;text-decoration: none;border-top: 1px solid #b1b1b1;border-right: 1px solid silver;border-left: 1px solid silver;color: #003399;}/* buttons */a.blink3 {color: #213f5c;text-decoration: none;background: #f4f5f6 url("img/sidebar/sidebar-link.png") bottom repeat-x;text-align: center;border-top: 1px solid #e5e5e5;border-right: 1px solid #ccc;border-left: 1px solid #ccc;display: block;margin: 0;padding: 10px;}a.blink3:hover {background: #e7e7e7 url("img/sidebar/sidebar-link-hover.png") bottom repeat-x;text-decoration: none;border-top: 1px solid #b1b1b1;border-right: 1px solid silver;border-left: 1px solid silver;color: #003399;}a.blink {color: #213f5c;text-decoration: none;background: #f4f5f6 url("img/sidebar/sidebar-link.png") bottom repeat-x;border-top: 1px solid #e5e5e5;border-right: 1px solid #ccc;border-left: 1px solid #ccc;display: block;margin: 0;padding: 10px;}a.blink:hover {background: #e7e7e7 url("img/sidebar/sidebar-link-hover.png") bottom repeat-x;text-decoration: none;border-top: 1px solid #b1b1b1;border-right: 1px solid silver;border-left: 1px solid silver;color: #003399;}h4.button-light {margin: 20px 0;padding: 0px;background: #eeeeee url("images/btn-light-bottom.png") bottom repeat-x;}h4.button-light a {display: block;margin: 0;padding: 5px 10px;background: url("images/btn-light-top.png") top repeat-x;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #bababa;border-left: 1px solid #cacaca;border-right: 1px solid #cacaca;color: #808080;font-size: 11px;font-weight: normal;text-decoration: none;text-align: center;}h4.button-light a:hover {background: #eeeeee url("images/btn-light-top-hover.png") top repeat-x;border-bottom: 1px solid #cacaca;border-top: 1px solid #bababa;border-left: 1px solid #cacaca;border-right: 1px solid #cacaca;color: #808080;text-decoration: none;}h4.button-light-line {margin: 20px 0;overflow: hidden;}h4.button-important-line {margin: 20px 0;}h4.button-important-line a {margin: 0;padding: 4px 15px 3px 15px;background: url("images/btn-important-line.png") top left repeat-x;border: 1px solid #5b80a6;color: #fff !important;font-size: 12px;font-weight: bold;}h4.button-important-line a:visited {margin: 0;padding: 4px 15px 3px 15px;background: url("images/btn-important-line.png") top left repeat-x;border: 1px solid #5b80a6;color: #fff !important;font-size: 12px;font-weight: bold;}h4.button-important-line a:hover {background: #eeeeee url("images/btn-important-line-hover.png") top left repeat-x;border: 1px solid #5b80a6;color: #fff;text-decoration: none;}h4.button-important {margin: 20px 0;padding: 0;background: #5082b6 url("images/btn-important-bottom.png") bottom repeat-x;}h4.button-important a {display: block;margin: 0;padding: 7px 15px;background: url("images/btn-important-top.png") top repeat-x;border: 1px solid #5b80a6;color: #fff !important;font-size: 12px;font-weight: bold;text-decoration: none;text-align: center;line-height: 18px;}h4.button-important a:visited {display: block;margin: 0;padding: 7px 15px;background: url("images/btn-important-top.png") top repeat-x;border: 1px solid #5b80a6;color: #fff !important;font-size: 12px;font-weight: bold;text-decoration: none;text-align: center;line-height: 18px;}h4.button-important a:hover {background: #5082b6 url("images/btn-important-top-hover.png") top repeat-x;border: 1px solid #5b80a6;color: #fff;text-decoration: none;}li h4.button-important a,li h4.button-standart a,li h4.button-small a {text-align: left;font-weight: normal;}/* irr calculator table */.irr-calculator {Background-color: #f2f2f2;font-weight: normal;color: black;border: none;margin: 10px 0 0 0;padding: 0;border-collapse: collapse;}.irr-calculator td {border: 1px solid silver;margin: 0;padding: 3px 10px;}.irr-calculator-head,.irr-calculator-age {font-weight: bold;background-color: #4d77b0;color: white;}tr.irr-calculator-head td,td.irr-calculator-age {border: 1px solid #37547d;}p a br {display: none;}/* addition for hide flickr images link in h5 */h5 a {color: #333333;}/* addition comments formatting */#commentblock .commentlist .commenttext ol {list-style-type: decimal;padding-left: 40px;}/* add */.theader {text-align: left;margin: 0;padding-bottom: 15px;}/* */.epm-thumbnail {margin-top: 0;float: left;margin-right: 20px;}/* new menu for Lorne's Insurance Articles */#menu-2 li a {
  background-color: #e2e2e2;
}

#menu-2 li a:hover {
  background-color: #d9d9d9;
}

#menu-2 li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-2 li ul li {
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
  font-weight: normal;
  background-position: top;
}

#menu-2 li ul li a {
  background-color: #eeeeee;
}

#menu-2 li ul li a:hover {
  background-color: #e7e7e7;
}/* highlight current page or parent */.rightBoxBody ol#menu-2 li.current_page_item a,.rightBoxBody ol#menu-2 li.current_page_parent a {
  font-weight: bold !important;
}

.grey-background li a {
  background-color: #e2e2e2;
}

.grey-background li a:hover {
  background-color: #d9d9d9;
}

.grey-background li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grey-background li ul li {
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
  font-weight: normal;
  background-position: top;
}

.grey-background li ul li a {
  background-color: #eeeeee;
}

.grey-background li ul li a:hover {
  background-color: #e1e1e1;
}

.related ul {
  list-style: none;
  margin-left: 0;
}

.related ul li {
  list-style: none;
  margin-left: 0;
}/* special class for tax calculator begin */.tax-app-new {
  color: red;
  font-size: 12px;
  padding-bottom: 5px;
  display: block;
  float: right;
  margin-right: 26px;
}

.tax-app-wrapper p {
  font-size: 11px;
}

.lsm-itunes {
  background-image: url("images/LSM-itunes.png");
  width: 79px;
  height: 78px;
  float: left;
  margin-right: 8px;
}

.tax-calculator input[type=text] {
  padding: 0;
  margin: 0;
  width: 60px;
  color: #1C0000;
  text-align: right;
  background: white;
  z-index: 998;
}

.tax-calculator .featured3-150-wrap2 {
  margin-top: 68px;
  margin-right: 0;
  margin-right: -7px;
  float: right;
  width: 140px;
}

.tax-calculator td {
  font-size: 12px;
}

.tax-calculator table,.tax-calculator tr,.tax-calculator td {
  margin: 0;
  padding: 2px 10px 2px 0;
}

.tax-calculator table thead td {
  font-size: 10px;
  text-transform: uppercase;
  color: maroon;
  font-weight: bold;
}

#taxad {
  float: right;
  width: 150px;
  margin: 70px 10px 0 0;
  background: #E4E4EF;
  padding: 6px;
  margin-right: 5px;
  margin-top: 36px;
  width: 168px;
}

#taxad2 {
  height: 150px;
  position: absolute;
  right: 25px;
  top: 232px;
  width: 180px;
}/* --------------- button for calculator results -------------- */#divGetQuote a {
  display: block;
  text-align: center;
  color: #cc0000;
}/* --------------- button for calculator results - end -------------- *//*

Urgent move of calculator into iframe

*/#income-tax-calculator {
  width: 400px;
  height: 590px;
  border: 0;
  margin-left: -5px;
}

#income-tax-calculator-enhanced {
  width: 400px;
  height: 860px;
  border: 0;
  margin-left: -5px;
}

.tax-box {
  width: 238px;
  height: 60px;
  color: #fff;
  padding: 20px 0 0 70px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

#content .tax-box:hover {
  text-decoration: none;
}

#content .tax-box:visited {
  color: #fff;
}

#tax-box-blue {
  background: url(img/tax-blue.jpg) no-repeat top left;
}

#tax-box-red {
  background: url(img/tax-red.jpg) no-repeat top left;
}

.tax-headline {
  margin-top: 0;
}

.tax-item {
  color: #cc0000;
  overflow: hidden;
}

.tax-item a {
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 3px 0 #e7e7e7;
  -moz-box-shadow: 0 0 3px 0 #e7e7e7;
  -webkit-box-shadow: 0 0 3px 0 #e7e7e7;
  margin: 5px;
  padding: 5px 10px;
  color: #cc0000;
  float: right;
  display: block;
  width: 240px;
  font-size: 13px;
}

.tax-item .question-mark {
  background: url(img/question.jpg) no-repeat center left;
  float: left;
  width: 18px;
  height: 48px;
  margin: 5px 0 5px 10px;
}

.quiz label {
  font-size: 12px;
  float: left;
  width: 315px;
  display: block;
}

.quiz input {
  margin-left: 0;
  margin-right: 0;
  width: 25px;
  width: 18px\9;
  vertical-align: top;
  float: left;
  display: block;
  clear: left;
}

.quiz h3 {
  clear: both;
  overflow: hidden;
  float: left;
  margin: 20px 0;
}

.quiz input#Submit {
  width: auto;
  margin-left: 0;
  margin-top: 20px;
}

.quiz .quizquest {
  font-size: 18px;
}

.quiz .quiznum {
  font-size: 18px;
  display: block;
  float: left;
}

.quiz .quizquest {
  display: block;
  width: 315px;
  float: left;
}

.stock-chart h4,#e-book-wrapper img,.spacedlist li,.gbpbox li {
  margin-bottom: 15px;
}

#rightContent .stock-chart h5 {
  font-size: 0.75em;
  margin-top: 0;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: justify;
  color: #8A8A8A;
}

.stock-chart h5 img {
  border: none;
  padding-top: 0;
  width: 340px;
  height: auto;
  padding-bottom: 10px;
}

.stock-chart .stock-chart-tabs {
  list-style: none;
  overflow: hidden;
  float: left;
  margin: 0 0 10px 0;
}

.stock-chart .stock-chart-tabs li a {
  color: #8A8A8A;
  font-weight: bold;
  margin-right: 10px;
  font-size: 11px;
}

.stock-chart .stock-chart-tabs li .active {
  color: #468ce6;
}/* wp-slimbox2 CSS */#lbOverlay {
  position: fixed;
  z-index: -9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#lbCenter {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
  z-index: 9998;
}

.lbLoading {
  background: #fff url("images/default/loading.gif") no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink,#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  background: transparent no-repeat 0 15%;
  left: 0;
}

#lbNextLink {
  background: transparent no-repeat 100% 15%;
  right: 0;
}

#lbBottom {
  font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  margin: 5px 0;
  outline: none;
}

#lbCaption {
  font-weight: bold;
  background: #fff;
}/* end wp-slimbox2 *//* POPUP FORM - Ask Expert */#dialog-ask-expert #question {
  width: 360px;
}

#dialog-ask-expert textarea {
  width: 300px !important;
}

#dialog-ask-expert label {
  margin-top: 7px;
  width: 130px;
  display: inline-block;
  color: #999;
  margin-right: 5px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1em;
  font: 13px verdana,tahoma,arial,sans-serif;
 /*	font-weight: bold;*/;
}

#dialog-ask-expert label.bigred {
  font-weight: bold;
  width: 120px !important;
  color: #970100;
}

#dialog-ask-expert input,#dialog-ask-expert select {
  width: 150px;
  font: 11px verdana,tahoma,arial,sans-serif;
}

.ui-widget-content {
  background: none !important;
  background-color: #fafafa !important;
}

#dialog-ask-expert {
  background-image: url(images/lsm-popup-bg.jpg) !important;
}

#dialog-ask-expert .form_button {
  float: right;
}

.red-question {
  color: #A10101;
  font-weight: bold;
}

.ui-widget-overlay {
  background: #000 !important;
  opacity: 0.6 !important;
}

.ui-widget-header {
  background-color: #13549b !important;
  background-image: none !important;
  border: none;
}

.ui-dialog-title {
  color: #fff;
  font: 0.8em/1.4em verdana,tahoma,arial,sans-serif;
  font-weight: bold !important;
}

#ask-expert-popup p {
  margin-bottom: 5px;
}

.ui-dialog .ui-dialog-content {
  padding: 1em 45px !important;
}

#text-4 .textwidget {
  color: #cc0000;
  background: url("img/phone-icon.png") no-repeat top right;
  padding-right: 35px;
  height: 15px;
  line-height: 15px;
  margin: 8px 0 0 10px;
  font-weight: bold;
}

.top {
  vertical-align: top;
}

.ui-draggable .ui-dialog-titlebar {
  min-height: 14px;
}

#contact-form-wrapper,#ui-dialog-title-income-form-popup {
  display: none;
}

.ui-dialog .ui-dialog-content #contact-form-wrapper {
  padding: 20px;
  font-size: 13px;
}

.ui-widget-header {
  background: none !important;
  border: 0 !important;
}

#income-form-popup-title {
  font: 22px Georgia, "Times New Roman", Times, serif;
  font-weight: normal !important;
  color: #213F5C;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 0.6em !important;
  top: 45% !important;
}

#ui-dialog-title-contact-form-wrapper {
  font: 22px Georgia, "Times New Roman", Times, serif;
  font-weight: normal !important;
  color: #213F5C;
  float: left;
  width: 100%;
}

.ui-dialog-text {
  font: 16px Georgia, "Times New Roman", Times, serif;
  font-weight: normal !important;
  color: #213F5C;
}

#income-form-popup #income-form-popup-title {
  width: 100%;
}

#income-form-popup .ui-dialog-text {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#income-form-popup label {
  color: #666;
  display: inline-block;
  font-size: 13px;
  min-width: 50px;
}

#income-form-popup input {
  margin-bottom: 10px;
  background: none repeat scroll 0 0 #eaeaea;
  border: 1px solid #cacaca;
  padding: 3px;
  width: 98%;
}

#income-form-popup .row {
  float: left;
  width: 100%;
}

#post-38 h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

#term-life-new fieldset {
  margin-top: 20px;
  border: 0;
}

#term-life-new fieldset legend {
  font-weight: bold;
  border: 0;
  color: #213F5C;
  padding-top: 15px;
}

#term-life-new label {
  float: left;
  padding-left: 35px;
  width: 125px;
  margin-bottom: 7px;
  margin-top: 7px;
}

#term-life-new input,#term-life-new select {
  margin-bottom: 7px;
  margin-top: 7px;
}

#term-life-new input,#term-life-new select {
  border: 1px solid #cacaca;
  background: #eaeaea;
}

#term-life-new input[type="submit"] {
  background: #cc0000;
}

#term-life-new .logo {
  top: 105px;
  right: 20px;
}

#term-life-new .donations {
  width: 400px;
  margin: 0px auto;
}

#term-life-new img {
  margin: 0px 0 0 35px;
}

#rightContent h5.insurance-company-logo {
  margin: 0 0 20px 0;
  width: 340px;
  overflow: hidden;
}

#rightContent h5 img.right {
  float: none;
  margin: 0 !important;
}

#rightContent .contextuallist {
  list-style: none;
  margin: 0;
}

#rightContent .contextuallist h3 {
  font-weight: normal;
  font-size: 13px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

.quote-testimonials {
  clear: both;
}

.two-column-featured h1,.two-column-featured h2,.two-column-featured h3,.two-column-featured h4,.two-column-featured p,.two-column-featured .contextuallist ul,.two-column-featured ul.contextuallist {
  width: 340px;
  margin-right: 30px;
}

.two-column-featured ol p {
  width: 320px;
}

.two-column-featured .contextuallist p,.two-column-featured .contextuallist h2 {
  width: 325px;
}

.two-column-featured .contextuallist blockquote {
  width: 253px;
  margin-right: 30px;
}

.two-column-featured .contextuallist blockquote p {
  margin-right: 0;
  width: auto;
}

.two-column-featured ol {
  width: 320px;
  margin-right: 30px;
}

#contentColumn .two-column-featured .clsTestimonial {
  clear: both;
  margin: 0 30px 20px 0;
  width: 298px;
}

#contentColumn .two-column-featured .clsTestimonial p {
  width: auto;
  margin-right: 0;
}

.two-column-featured .clsTestimonial h5 {
  margin: 0 0 10px;
  width: 298px;
}

.two-column-featured h5.right {
  margin-left: 0 !important;
  margin-bottom: 20px;
  width: 340px;
  text-align: left;
  clear: both;
}

#newsSection h5.right {
  float: left;
  margin-left: 0 !important;
}

.two-column-featured img {
  max-width: 340px;
}

.page #testimonialSection {
  float: right;
}

.accuquote-contact {
  overflow: hidden;
  font-size: 12px;
}

.accuquote-contact p {
  margin-bottom: 10px;
}

.red-phone {
  background: url(img/phone-icon.jpg) no-repeat center left;
  padding-left: 30px;
  line-height: 15px;
  color: #CC0000;
  float: left;
}

.landing-page-two .quote-testimonials {
  overflow: hidden;
}

.landing-page-two .featured3 {
  width: 300px;
 /* testimonials overflow fix  */
  min-height: 450px;
  margin: 0 30px 20px 0;
  float: left;
}

.landing-page-two .featured3:nth-child(odd) {
  margin-right: 0;
}

.page-id-1693 .ulifebox table {
  margin: 0 auto;
}

#illness-select {
  margin-top: -15px;
  margin-bottom: 36px;
  overflow: hidden;
  width: 308px;
  margin-right: 30px;
  float: left;
  background: url("img/eligibility.jpg") no-repeat top left;
  height: 73px;
  padding: 10px 16px 0 16px;
}

#illness-select #illness-select-div {
  float: left;
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

#illness-select div strong {
  color: #fff;
}

#illness-select select {
  float: left;
  width: 255px;
  margin-top: 5px;
  text-transform: uppercase;
  background: #546575;
  color: #fff;
  border: 1px solid #546575;
}

select#Catagory {
  width: 175px;
}

.landing-with-ads #rightContent .ulifebox .submit_termlife,.ulifebox input[type="radio"],#post-4771 .button1,.landing-with-ads #rightContent .ulifebox .submit_termlife {
  margin-left: 0;
}

#post-4389 ul {
  list-style: none;
  margin-left: 0;
}

#post-4389 ul li {
  clear: both;
  overflow: hidden;
  margin-bottom: 5px;
}

#post-4389 .quote-link {
  float: left;
  display: block;
  height: 20px;
  line-height: 20px;
}

#book-wrapper {
  width: 308px;
  float: right;
  margin-top: -15px;
  margin-bottom: 36px;
  background: url("img/e-book.jpg") no-repeat top left;
  height: 73px;
  padding: 10px 16px 0 16px;
}

#book-wrapper-div {
  float: left;
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  float: left;
}

#book-wrapper a {
  display: block;
  float: left;
  background: #c04e4e;
  width: 220px;
  clear: both;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 20px;
  padding-left: 5px;
}

.company-page-title {
  overflow: hidden;
}

.company-page-title a {
  float: right;
  text-transform: uppercase;
  background: url("img/back.png") no-repeat center right;
  height: 1.9em;
  line-height: 1.9em;
  padding-right: 25px;
  display: block;
  color: #C00 !important;
}

#tax-credit-calculator {
  width: 370px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 3px 0 #e7e7e7;
  -moz-box-shadow: 0 0 3px 0 #e7e7e7;
  -webkit-box-shadow: 0 0 3px 0 #e7e7e7;
  margin: 5px;
  color: #666;
  font-size: 12px;
  margin-bottom: 50px;
}

#reduction-wrapper {
  width: 370px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 3px 0 #e7e7e7;
  -moz-box-shadow: 0 0 3px 0 #e7e7e7;
  -webkit-box-shadow: 0 0 3px 0 #e7e7e7;
  margin: 5px;
  color: #666;
  font-size: 12px;
  margin-bottom: 50px;
  padding: 25px 20px;
  width: 328px;
  text-align: right;
}

#tax-credit-calculator td {
  padding: 10px 3px;
  vertical-align: top;
}

#tax-credit-calculator td.question {
  padding: 10px 12px;
  width: 238px;
}

#tax-credit-calculator .red {
  padding-top: 5px;
  display: none;
}

#tax-credit-calculator .credit-wrapper .red {
  display: inline;
}

#tax-credit-calculator .red.last {
  padding: 0;
  margin-bottom: 10px;
}

#tax-credit-calculator tr.bg {
  background: #F6F6F6;
}

#tax-credit-calculator tr.hidden {
  display: none;
}

#tax-credit-calculator tr.white-bg {
  background: none;
}

#tax-credit-calculator .credit-wrapper {
  float: right;
  padding-right: 15px;
}

#tax-credit-calculator .credit-wrapper strong {
  font-size: 10px;
  padding: 0;
  text-transform: uppercase;
}

#reduction-wrapper strong {
  font-size: 10px;
  padding: 0;
  text-transform: uppercase;
}

#tax-credit-calculator .credit-wrapper input,#reduction-wrapper input {
  margin-left: 5px;
  width: 70px;
  border: 1px solid #CACACA;
  text-align: right;
}

#post-4771 .button1 {
  margin-left: 0;
}

#rightContent h2:first-child,#rightContent h3:first-child {
  margin-top: 0;
}

#leftContent .contextuallist h4 {
  font-weight: normal;
  font-size: 13px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

.contextuallist h4 a {
  color: #30577C;
}

#nav-below {
  width: 340px;
}

.nav-next {
  float: right;
}/*social network icons*/#pretty-social-profiles {
  margin: 3px 5px;
}

#pretty-social-profiles .google-profile a,#pretty-social-profiles .youtube-profile a,#pretty-social-profiles .fb-profile a,#pretty-social-profiles .twitter-profile a,#pretty-social-profiles .linkedin-profile a,#pretty-social-profiles .feed-rss a {
  position: relative;
  z-index: 9999;
  padding-bottom: 6px;
  display: block;
  width: 26px;
  height: 24px;
  float: left;
  margin-left: 7px;
}

#pretty-social-profiles a {
  background: url("img/social-icons.png") no-repeat;
  width: 26px;
}

#pretty-social-profiles .google-profile a:hover {
  background-position: 0 -30px;
}

#pretty-social-profiles .youtube-profile a {
  width: 26px;
  background-position: -33px 0;
}

#pretty-social-profiles .youtube-profile a:hover {
  background-position: -34px -30px;
}

#pretty-social-profiles .feed-rss a {
  width: 26px;
  background-position: -66px 0;
}

#pretty-social-profiles .feed-rss a:hover {
  background-position: -66px -30px;
}

#pretty-social-profiles .fb-profile a {
  width: 26px;
  background-position: -100px 0;
}

#pretty-social-profiles .fb-profile a:hover {
  background-position: -100px -30px;
}

#pretty-social-profiles .twitter-profile a {
  background-position: -132px 0;
  width: 25px;
}

#pretty-social-profiles .twitter-profile a:hover {
  background-position: -132px -30px;
}

alculator .credit-wrapper {
  float: right;
  padding-right: 15px;
}

#tax-credit-calculator .credit-wrapper strong,#reduction-wrapper strong {
  font-size: 10px;
  padding: 0;
  text-transform: uppercase;
}

#tax-credit-calculator .credit-wrapper input,#reduction-wrapper input {
  margin-left: 5px;
  width: 70px;
  border: 1px solid #CACACA;
  text-align: right;
}

#post-4771 .button1 {
  margin-left: 0;
}

#rightContent h2:first-child,#rightContent h3:first-child {
  margin-top: 0;
}

#leftContent .contextuallist h4 {
  font-weight: normal;
  font-size: 13px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

#nav-below {
  width: 340px;
}

.nav-next {
  float: right;
}

.brokers {
  overflow: hidden;
  float: left;
  clear: both;
  padding-left: 6px;
  margin-top: 20px;
}

.brokers img {
  float: left;
  margin-right: 13px;
}

.brokers strong {
  color: #CC0000;
  display: block;
  margin-bottom: 13px;
}

.brokers h4 {
  margin: 0 0 10px 0;
  display: block;
}

.brokers a.contact {
  clear: none;
}

.vclink {
  text-decoration: none;
  color: #6F6F6F !important;
}

.vclink:active,.vclink:hover,.vclink:visited {
  text-decoration: none;
  color: #6F6F6F !important;
}

.quotebox-home h2 {
  margin: 0 0 17px 0;
  font-size: 18px;
  color: #fff;
}

.quotebox-home input[type="submit"] {
  color: #fff;
  font-size: 14px;
  background-color: #cc0000;
  font-weight: bold;
  height: 35px;
}

.ulifebox input[type="submit"] {
  color: #fff;
  font-size: 14px;
  background-color: #cc0000;
  font-weight: bold;
  height: 48px;
  margin-left: 20px;
  cursor: pointer;
  width: 158px;
}

.page-id-1693 .ulifebox input[type="submit"] {
  margin-left: -1px;
}

.post .quotebox-home input[type="submit"] {
  margin-left: 5px;
}/*Homepage Papers Titles*/#papers-titles {
  margin-top: 30px;
}

#papers-titles img {
  margin-left: -3px;
}

.nonmedical-list li {
  float: left;
  width: 500px;
}

.nonmedical-list li:last-child {
  margin-bottom: 10px;
}

.nonmedical-list li img {
  float: left;
  margin-right: 10px;
}

.parent-pageid-47 .entry-author {
  display: none;
}

.page-id-47 .entry-author {
  display: none;
}

.page-id-47 li h5 {
  float: left;
}

.bios {
  line-height: 24px;
}

#kuzviwanza {
  padding: 15px 10px 15px 15px;
}

.landing-page-two {
  margin-top: -9px;
}/* redesign, temporary hidden, START   */.home #content2 {
  width: 770px;
}

#content2 {
  float: right;
  width: 770px;
}

#recent-articles-new {
  float: left;
  width: 340px;
  margin-right: 10px;
  min-height: 509px;
  border-bottom: 1px solid #ededed;
}

#recent-articles-new p {
  line-height: 22px;
}

#Quotes-new {
  float: right;
  width: 360px;
  margin-bottom: 30px;
}

#homepage-widget-area {
  float: left;
  width: 340px;
  border-bottom: 1px solid #ccc;
  min-height: 348px;
}

#content2 #testimonialSection {
  float: right;
  width: 340px;
}

.attachment-thumbnail,#testimonialSection-img a img {
  border-radius: 5px 5px 0 0;
}

#get_recent_comments_wrap ul {
  list-style-type: none;
  margin: 0;
}

#get_recent_comments_wrap ul li {
  padding: 0;
  margin-bottom: 20px;
}

#get_recent_comments_wrap ul li a {
  color: #30577c;
}

.tax-app-wrapper {
  height: 90px;
}/* redesign, END  */#leftContent .donations p.terms {
  min-height: 70px;
}

#site-body #rightH .textwidget {
  background: none;
  font-size: 19px;
}

#term-life-test input.submit_termlife {
  font-size: 19px;
  width: 200px;
  margin: 0 auto;
}/* live chat */#olark_tab {
  background: url("images/livehelp-tab-icon.png") no-repeat;
  width: 46px;
  height: 215px;
  border-radius: 0 10px 0 0;
}

#olark_tab a {
  border-radius: 0 10px 0 0;
  width: 46px;
  height: 217px;
}

#olark_tab a img {
  opacity: 0;
  width: 44px;
  height: 215px;
}

.olrk-state-compressed #habla_window_div {
  bottom: 210px !important;
 /* rewriting another important */;
}

#habla_window_div {
  bottom: 220px !important;
 /* rewriting another important */;
}/* Media Queries *//* Dejan Kostevski */.main-menu {
  float: left;
  clear: both;
}

#rightH {
  margin-top: 5px;
  padding-top: 0;
  width: 860px;
  height: 100px;
}

#rightH ul li {
  display: block;
  clear: both;
}

#xoxo_1,#xoxo_2,#badge {
  width: 286.66px;
  display: inline-block;
  height: 100px;
  float: left;
}

#xoxo_1 {
  margin-top: 15px !important;
  height: 80px;
}

#xoxo_1 li {
  width: 100%;
  text-align: center;
}

#pretty-social-profiles {
  float: left !important;
  margin-left: 47px;
}

#text-4 .textwidget {
  float: left;
  margin-left: 55px;
  margin-top: 7px;
  margin-bottom: 10px;
}

#badge {
  text-align: center;
  margin-top: 15px;
  height: 80px;
}

#xoxo_2 {
  margin-top: 40px !important;
  height: 60px;
}

#xoxo_2 li {
  width: 100%;
  text-align: center;
}

#headerbar {
  width: 90%;
}

#headerbar #searchform {
  width: 90%;
}

#headerbar #searchform div {
  width: 100%;
}

#headerbar #searchform #searchbox {
  width: 80%;
  float: left;
}

#headerbar #searchform #searchsubmit {
  float: right;
  width: 10%;
}

#content {
  width: 100%;
}

.main-menu {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
  border-top: 2px solid #f8f8f8;
 /*background: url('/images/lsm-menu-bg.jpg');*/
  background: rgba(188, 227, 250, 0.43);
}

#menu-main-menu {
  list-style: none;
  width: 100%;
  margin: 0;
  text-align: center;
}

#menu-main-menu li {
  display: inline-block;
  padding: 20px 32.7px;
  padding-bottom: 10px;
  margin: 0;
  float: left;
  height: 40px;
  border-left: 1px solid #ccc;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#menu-main-menu li:last-child {
  border-right: 1px solid #ccc;
}

#menu-main-menu li:hover {
  background: #f8f8f8;
}

#menu-main-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #005a91;
 /* Blue */
  outline: none;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#menu-main-menu li a i {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

#menu-main-menu li a:hover {
  text-decoration: none;
  color: #cc0000;
 /* Red */;
}

.clsQueries {
  display: none;
}

.page-template-landing-page-2columns-php #leftContent .quote-testimonials {
  width: 100%;
}

#recent-articles-new {
  width: 65%;
  border-bottom: none;
}

#recent-articles-new .post-img {
  max-height: 100%;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 35%;
  height: auto !important;
}

#recent-articles-new .post-img img {
  width: 100%;
  height: auto;
}

#recent-articles-new .latest-post {
  clear: both;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

#recent-articles-new .latest-post:nth-child(2) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: none;
}

#recent-articles-new .latest-post:nth-child(3) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#recent-articles-new .latest-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

#recent-articles-new .latest-title a {
  color: #005a91;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#recent-articles-new .latest-title a:hover {
  text-decoration: none;
  color: #cc0000;
 /* Red */;
}

#recent-articles-new .latest-post p a {
  display: block;
  margin-top: 20px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#recent-articles-new .latest-post p a:hover {
  text-decoration: none;
  color: #005a91;
 /* Blue */;
}

.about-width {
  width: 100%;
}

#leftContent {
  width: 65% !important;
}

#post-797 #leftContent .ulifebox-wrap {
  float: left;
  margin-left: 50px;
}

#post-797 #leftContent #LSM-accredit {
  float: right;
}

#wrapper {
  width: 100% !important;
}

.container {
  width: 1140px;
  margin: auto;
  float: none !important;
  padding: 0 10px;
}

body {
 /*background: url('/images/brickwall.png');*/
  background: #ededed;
}

.home #content2 {
  background: #ffffff;
  padding: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 1160px !important;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}/* Quote form *//*---------------------------------------------------------------------------------------------------------*/#wpcf7-f10823-o1 {
  border: 1px solid #091e87;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#wpcf7-f10823-o1 br {
  display: none;
}

#wpcf7-f10823-o1 h2 {
  background: #1f497d;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-family: arial;
}

#wpcf7-f10823-o1 p {
  color: #808080;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
}

span.wpcf7-form-control-wrap {
  position: absolute !important;
  left: 110px;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  width: 100px;
  display: inline-block;
}

.wpcf7-list-item-label {
  margin-left: -2px;
}

#wpcf7-f10823-o1 input[type="radio"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1px !important;
}

#wpcf7-f10823-o1 select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 90px;
  padding: 2px 5px;
  border: 1px solid #989898;
}

#wpcf7-f10823-o1 .menu-492 select,#wpcf7-f10823-o1 .menu-493 select {
  width: 150px;
}

#wpcf7-f10823-o1 .comment-area {
  height: 70px;
}

#wpcf7-f10823-o1 textarea {
  height: 64px;
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-o1 .divider {
  margin: 0 10px;
  border-bottom: 1px solid #9a9a9a;
}

#wpcf7-f10823-o1 .divider h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: arial;
  background: #009bd2;
  display: inline-block;
  padding: 3px 10px;
  color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#wpcf7-f10823-o1 input[type="text"],#wpcf7-f10823-o1 input[type="tel"],#wpcf7-f10823-o1 input[type="email"] {
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-o1 .section {
  position: relative;
}

#wpcf7-f10823-o1 .section .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-o1 .section .note span.green {
  color: #00cc00;
}

#wpcf7-f10823-o1 .required-note {
  text-align: center;
}

#wpcf7-f10823-o1 .section-last {
  height: 100px;
  position: relative;
}

#wpcf7-f10823-o1 .section-last .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-o1 input[type="submit"] {
  margin-left: 100px;
  margin-top: 15px;
  border: none;
  background: #cc0000;
  color: #ffffff;
  width: 130px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 14px;
  word-break: break-word;
  font-weight: bold;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#wpcf7-f10823-o1 input[type="submit"]:hover {
  background: #005a91;
}

#wpcf7-f10823-o1 input[type="submit"]:focus {
  outline: none;
}/*-----------------------------------------------------------------------------------------------------*//*---------------------------------------------------------------------------------------------------------*/#wpcf7-f10823-p30-o1 {
  border: 1px solid #091e87;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#wpcf7-f10823-p30-o1 br {
  display: none;
}

#wpcf7-f10823-p30-o1 h2 {
  background: #1f497d;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-family: arial;
}

#wpcf7-f10823-p30-o1 p {
  color: #808080;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
}

span.wpcf7-form-control-wrap {
  position: absolute !important;
  left: 110px;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  width: 100px;
  display: inline-block;
}

.wpcf7-list-item-label {
  margin-left: -2px;
}

#wpcf7-f10823-p30-o1 input[type="radio"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1px !important;
}

#wpcf7-f10823-p30-o1 select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 90px;
  padding: 2px 5px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p30-o1 .menu-492 select,#wpcf7-f10823-p30-o1 .menu-493 select {
  width: 150px;
}

#wpcf7-f10823-p30-o1 .comment-area {
  height: 70px;
}

#wpcf7-f10823-p30-o1 textarea {
  height: 64px;
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p30-o1 .divider {
  margin: 0 10px;
  border-bottom: 1px solid #9a9a9a;
}

#wpcf7-f10823-p30-o1 .divider h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: arial;
  background: #009bd2;
  display: inline-block;
  padding: 3px 10px;
  color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#wpcf7-f10823-p30-o1 input[type="text"],#wpcf7-f10823-p30-o1 input[type="tel"],#wpcf7-f10823-p30-o1 input[type="email"] {
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p30-o1 .section {
  position: relative;
}

#wpcf7-f10823-p30-o1 .section .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-p30-o1 .section .note span.green {
  color: #00cc00;
}

#wpcf7-f10823-p30-o1 .required-note {
  text-align: center;
}

#wpcf7-f10823-p30-o1 .section-last {
  height: 100px;
  position: relative;
}

#wpcf7-f10823-p30-o1 .section-last .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-p30-o1 input[type="submit"] {
  margin-left: 100px;
  margin-top: 15px;
  border: none;
  background: #00cc00;
  color: #ffffff;
  width: 130px;
  font-size: 18px;
  word-break: break-word;
  font-weight: bold;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#wpcf7-f10823-p30-o1 input[type="submit"]:hover {
  background: #009bd2;
}

#page-quote-form {
  width: 360px;
  margin: auto;
}/*-----------------------------------------------------------------------------------------------------*//*---------------------------------------------------------------------------------------------------------*/#wpcf7-f10823-p846-o1 {
  border: 1px solid #091e87;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#wpcf7-f10823-p846-o1 br {
  display: none;
}

#wpcf7-f10823-p846-o1 h2 {
  background: #1f497d;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-family: arial;
}

#wpcf7-f10823-p846-o1 p {
  color: #808080;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
}

span.wpcf7-form-control-wrap {
  position: absolute !important;
  left: 110px;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  width: 100px;
  display: inline-block;
}

.wpcf7-list-item-label {
  margin-left: -2px;
}

#wpcf7-f10823-p846-o1 input[type="radio"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1px !important;
}

#wpcf7-f10823-p846-o1 select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 90px;
  padding: 2px 5px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p846-o1 .menu-492 select,#wpcf7-f10823-p846-o1 .menu-493 select {
  width: 150px;
}

#wpcf7-f10823-p846-o1 .comment-area {
  height: 70px;
}

#wpcf7-f10823-p846-o1 textarea {
  height: 64px;
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p846-o1 .divider {
  margin: 0 10px;
  border-bottom: 1px solid #9a9a9a;
}

#wpcf7-f10823-p846-o1 .divider h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: arial;
  background: #009bd2;
  display: inline-block;
  padding: 3px 10px;
  color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#wpcf7-f10823-p846-o1 input[type="text"],#wpcf7-f10823-p846-o1 input[type="tel"],#wpcf7-f10823-p846-o1 input[type="email"] {
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p846-o1 .section {
  position: relative;
}

#wpcf7-f10823-p846-o1 .section .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-p846-o1 .section .note span.green {
  color: #00cc00;
}

#wpcf7-f10823-p846-o1 .required-note {
  text-align: center;
}

#wpcf7-f10823-p846-o1 .section-last {
  height: 100px;
  position: relative;
}

#wpcf7-f10823-p846-o1 .section-last .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-p846-o1 input[type="submit"] {
  margin-left: 100px;
  margin-top: 15px;
  border: none;
  background: #00cc00;
  color: #ffffff;
  width: 130px;
  font-size: 18px;
  word-break: break-word;
  font-weight: bold;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#wpcf7-f10823-p846-o1 input[type="submit"]:hover {
  background: #009bd2;
}/*-----------------------------------------------------------------------------------------------------*//*---------------------------------------------------------------------------------------------------------*/#wpcf7-f10823-p1380-o1 {
  border: 1px solid #091e87;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#wpcf7-f10823-p1380-o1 br {
  display: none;
}

#wpcf7-f10823-p1380-o1 h2 {
  background: #1f497d;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-family: arial;
}

#wpcf7-f10823-p1380-o1 p {
  color: #808080;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
}

span.wpcf7-form-control-wrap {
  position: absolute !important;
  left: 110px;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  width: 100px;
  display: inline-block;
}

.wpcf7-list-item-label {
  margin-left: -2px;
}

#wpcf7-f10823-p1380-o1 input[type="radio"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1px !important;
}

#wpcf7-f10823-p1380-o1 select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 90px;
  padding: 2px 5px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p1380-o1 .menu-492 select,#wpcf7-f10823-p1380-o1 .menu-493 select {
  width: 150px;
}

#wpcf7-f10823-p1380-o1 .comment-area {
  height: 70px;
}

#wpcf7-f10823-p1380-o1 textarea {
  height: 64px;
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p1380-o1 .divider {
  margin: 0 10px;
  border-bottom: 1px solid #9a9a9a;
}

#wpcf7-f10823-p1380-o1 .divider h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: arial;
  background: #009bd2;
  display: inline-block;
  padding: 3px 10px;
  color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#wpcf7-f10823-p1380-o1 input[type="text"],#wpcf7-f10823-p1380-o1 input[type="tel"],#wpcf7-f10823-p1380-o1 input[type="email"] {
  width: 145px;
  border: 1px solid #989898;
}

#wpcf7-f10823-p1380-o1 .section {
  position: relative;
}

#wpcf7-f10823-p1380-o1 .section .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-p1380-o1 .section .note span.green {
  color: #00cc00;
}

#wpcf7-f10823-p1380-o1 .required-note {
  text-align: center;
}

#wpcf7-f10823-p1380-o1 .section-last {
  height: 100px;
  position: relative;
}

#wpcf7-f10823-p1380-o1 .section-last .note {
  position: absolute;
  padding: 0px;
  right: 5px;
  top: 10px;
  width: 85px;
  line-height: 12px;
  font-size: 10px;
}

#wpcf7-f10823-p1380-o1 input[type="submit"] {
  margin-left: 100px;
  margin-top: 15px;
  border: none;
  background: #00cc00;
  color: #ffffff;
  width: 130px;
  font-size: 18px;
  word-break: break-word;
  font-weight: bold;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#wpcf7-f10823-p1380-o1 input[type="submit"]:hover {
  background: #009bd2;
}/*-----------------------------------------------------------------------------------------------------*//* End Quote form */#content2 #testimonialSection {
  width: 360px;
}

#testimonialSection-img {
  width: 360px;
}

#testimonialSection-img a {
  width: 360px;
}

#content2 #testimonialSection h2 {
  text-align: center;
}

#testimonialSection-img img {
  width: 360px;
  height: auto;
}

#homepage-widget-area {
  width: 65%;
  margin-bottom: 30px;
}

#homepage-widget-area h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

#homepage-widget-area a {
  color: #30577c !important;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#homepage-widget-area a strong {
  color: #30577c !important;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#homepage-widget-area a:hover {
  text-decoration: none;
  color: #cc0000 !important;
}

#homepage-widget-area a:hover strong {
  text-decoration: none;
  color: #cc0000 !important;
}

#get_recent_comments_wrap ul li {
  margin-bottom: 25px;
}

#logo-slider {
  margin-bottom: 70px;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#logo-slider h2 {
  margin-bottom: 10px;
  color: #869791;
  font-size: 14px;
}

.col-3 {
  width: 23% !important;
  margin: 0 1% !important;
}

#lit a,#cli a,#koi a,.insurance-tips a {
  color: #333333;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#lit a:hover,#cli a:hover,#koi a:hover,.insurance-tips a:hover {
  color: #cc0000 !important;
  text-decoration: none !important;
}

#cli a.more {
  color: #005a91;
 /* Blue */;
}

.page-template-landing-page-php #testimonialSection {
  width: 100% !important;
}

.page-template-landing-page-php #testimonialSection #testimonialSection-img {
  width: 100% !important;
}

.page-template-landing-page-php #testimonialSection #testimonialSection-img a {
  width: 100% !important;
}

.page-template-landing-page-php #testimonialSection #testimonialSection-img a img {
  width: 100% !important;
}

#rightContent {
  float: right;
  width: 360px;
}

#rightContent .quote-testimonials h5 {
  width: 100%;
}

.contextuallist {
  margin: 0;
}

#dotlist .contextuallist,.contextuallist-515 {
  margin-left: 20px;
}

.landing-page-two {
  margin: 0;
}

.more-news-container {
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: right;
  margin-top: -26px;
}

#lit,.reasons {
  border-bottom: 1px solid #ccc;
}

#post-47 h1 {
  text-align: center;
}

#post-47 .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 40px;
}

#post-47 .about-width .half-width {
  width: 45%;
  margin: 0 2.5% !important;
}

#post-47 .about-width .half-width .about-box {
  margin-bottom: 30px;
}

#post-47 .about-width .half-width .about-box h2 {
  text-align: center;
}

#post-47 .about-width .half-width .about-box > a {
  width: 70%;
  height: 100%;
  text-align: center;
  margin: auto;
  display: block;
}

#post-47 .about-width .half-width .about-box > a img {
  width: 100%;
}

#post-47 .about-width .half-width .about-box p {
  width: 70%;
  padding: 0;
  margin: 10px auto;
}/* Popup Overlay */#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#country-popup {
  width: 300px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #ffffff;
  border: 2px solid #000000;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#country-popup h2 {
  font-family: Arial;
  text-align: center;
  font-size: 26px;
  margin: 20px 0;
}

#country-popup p {
  font-family: Arial;
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}

#country-popup .buttons {
  margin: 50px 0;
}

#country-popup .buttons a {
  width: 20%;
  display: inline-block;
  margin: 0 10%;
  padding: 4.5%;
  text-align: center;
  text-decoration: none;
  background: #00cc00;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#country-popup .buttons a:hover {
  background: #009bd2;
}/* End Popup Overlay */#post-797 .ulifebox-wrap {
 /*float: none !important;*/
  margin-bottom: 50px;
}

#post-797 #LSM-accredit {
  float: none !important;
  margin: 30px auto;
}

#post-60 h1 {
  text-align: center;
}

#post-60 .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-60 .ulifebox-wrap {
  margin: auto;
}

#post-63 h1 {
  text-align: center;
}

#post-63 .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-63 #telephone_prefix {
  width: 30% !important;
}

#post-63 #telephone {
  width: 60% !important;
}

#post-22 h1 {
  text-align: center;
}

#post-22 .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-23 h1 {
  text-align: center;
}

#post-23 .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-75 h1,#post-75 h2,#post-75 h4 {
  text-align: center;
}

#post-75 .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-25 h1,#post-25 h2,#post-25 h4 {
  text-align: center;
}

#post-25 .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-1693 {
  width: 100%;
}

#post-1693 h1 {
  text-align: center;
}

#post-1693 h3 {
  text-align: center;
  margin-top: 50px;
}

#post-1693 .entry-header {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-1693 > p {
  text-align: center;
}

#post-1693 .ulifebox-wrap {
  max-width: 510px;
  margin: auto;
}

#post-1693 .ulifebox-wrap .ulifebox {
  padding-top: 30px;
}

#post-1693 .ulifebox-wrap table {
  width: 100%;
}

#post-1693 .ulifebox-wrap table #clienttelephone {
  width: 138px;
}

#post-1693 .ulifebox-wrap table input[type="text"] {
  width: 250px;
}

#post-1693 .ulifebox-wrap table select {
  width: 258px;
}

#post-1693 .ulifebox-wrap table input#clienttelephonesmall {
  width: 50px;
}

#post-1693 .ulifebox-wrap table input#clienttelephone {
  width: 164px;
}

#post-1693 .ulifebox-wrap table textarea {
  width: 250px;
}

#post-1693 .ulifebox-wrap table input[type="submit"] {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#post-1693 .ulifebox-wrap table input[type="submit"]:hover {
  background: #005a91;
}

#post-1693 .ulifebox-wrap table input[type="submit"]:focus {
  outline: none;
}

.single-post #leftContent h1 {
  text-align: center;
}

.single-post #leftContent .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
  float: none;
}

.single-post #leftContent .posted-on {
  margin: 0 auto 30px;
  width: 100%;
  float: none;
  max-width: 100%;
  text-align: center;
}

.single-post #leftContent p {
  max-width: 100%;
}

.single-post #leftContent h5 {
  margin-bottom: 30px;
}

.page-id-515 #contentColumn h3 {
  clear: both;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.page-id-515 #contentColumn .contactinfo {
  float: none;
  display: block;
  clear: both;
}

.page-id-515 #contentColumn .contactinfo h5 {
  width: 50%;
  float: right;
  text-align: left;
  margin-top: -30px;
}

.page-id-515 #contentColumn .contactinfo > h2 {
  width: 50%;
  float: left;
  text-align: center;
}

.page-id-515 #contentColumn .contactinfo .bios-wrap {
  width: 50%;
  float: left;
  text-align: center;
}

.page-id-515 #contentColumn .contactinfo .bios-wrap p {
  text-align: left;
}

.page-id-797 #leftContent h1 {
  text-align: center;
}

.page-id-797 #leftContent .quote-testimonials .featured3 {
  height: 350px;
  width: 45%;
  float: left;
  margin: 30px 2%;
  display: inline-block;
  padding: 0;
}

.page-id-797 #leftContent .quote-testimonials .featured3 h5 {
  width: 100%;
}

.page-id-60 #rightContent .quote-logos-wrapper {
  margin-top: 50px;
}/*#post-63 .ulifebox-wrap {

	float: left;

	margin-left: 50px;

}*/#post-63 #universal-life #telephone {
  width: 156px;
}

#post-63 #universal-life input[type="submit"] {
  margin: auto;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#post-63 #universal-life input[type="submit"]:active {
  outline: none;
}

#post-63 #universal-life input[type="submit"]:hover {
  background: #005a91;
}/* Quote Results Page */#post-11058 #left-container {
  width: 362px;
  float: left;
  margin-bottom: 30px;
}

#post-11058 #right-container {
  width: 758px;
  float: right;
}

#post-11058 #right-container .vertical-divider {
  width: 120px;
  float: left;
  text-align: center;
  height: 562px;
  margin-left: 40px;
}

#post-11058 #right-container .quote-results-table {
  overflow: hidden;
 /*margin-bottom: 30px;*/
  width: 70%;
  float: right;
  margin-right: 30px;
}

#post-11058 #right-container .quote-results-table .quote-results-header {
  float: left;
  width: 100%;
}

#post-11058 .quote-results-header h3 {
 /*background-color: #3382E2;*/
  text-align: center;
  margin: 0;
 /*padding: 8.5px 0;*/
  color: #00CC00;
  font-size: 14px;
  font-weight: bold;
 /*border-bottom: 1px solid #3382E2;*/;
}

#post-11058 #right-container .quote-results-table .quote-results-header p {
  margin: 0;
  padding: 5px 0;
 /*background-color: #F7FDFA;*/
  font-size: 12px;
  margin-bottom: 10px;
}

#post-11058 #right-container .quote-results-table .quote-results-table-header {
  height: 32px;
}

#post-11058 #right-container .quote-results-table .quote-results-table-header h4 {
  background-color: #1F497D;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  width: 80%;
  float: left;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
}

#post-11058 #right-container .quote-results-table .quote-results-table-header h5 {
  background-color: #1F497D;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  width: 20%;
  float: right;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
  font-weight: normal;
}

#post-11058 #right-container .quote-results-table .quote-results-container {
  list-style: none;
  margin: 0;
  width: 100%;
  display: block;
  height: 100%;
  float: left;
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px solid #3382E2;
}

#post-11058 #right-container .quote-results-table .quote-results-container li:nth-child(odd) {
  background-color: #efefef;
  overflow: hidden;
}

#post-11058 #right-container .quote-results-table .quote-results-container li:nth-child(even) {
  background-color: #F7FDFA;
  overflow: hidden;
}

#post-11058 #right-container .quote-results-table .quote-results-container .quote-results-company {
  width: 80%;
  float: left;
  height: 30px;
}

#post-11058 #right-container .quote-results-table .quote-results-container .quote-results-company img {
  margin: 2.5px;
  float: left;
}

#post-11058 #right-container .quote-results-table .quote-results-container .quote-results-company p {
  float: left;
  margin: 5px;
  font-size: 12px;
  line-height: 20px;
}

#post-11058 #right-container .quote-results-table .quote-results-container .quote-results-quote {
  width: 20%;
  float: right;
  height: 30px;
}

#post-11058 #right-container .quote-results-table .quote-results-container .quote-results-quote p {
  margin: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

#post-11058 #right-container .quote-results-table .quote-results-footer {
 /*background-color: #3382E2;*/ /*text-align: center;*/ /*color: #ffffff;*/
  width: 100%;
  float: left;
 /*border-top: 1px solid #3382E2;*/;
}

#post-11058 #right-container .quote-results-table .quote-results-footer p {
  margin: 10px 0;
  font-size: 12px;
}

#post-11058 #right-container #free-quide {
  float: right;
  margin-right: 150px;
  position: relative;
}

#post-11058 #right-container #free-quide .donations {
  border: none;
}

#post-11058 #right-container #free-quide .terms-hover {
  bottom: -170px;
  left: 298px;
}

#post-11058 #right-container #free-quide .terms-hover:before {
  left: -14px;
  top: 38px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}/* End Quote Results Page */#post-165 #left-container {
  width: 65%;
  float: left;
}

#post-165 #right-container {
  width: 35%;
  float: right;
}

#post-83 {
  width: 100%;
}

#post-83 h1 {
  text-align: center;
}

#post-83 .entry-header {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
}

#post-28 h1 {
  text-align: center;
}

#post-28 .featured4-wrap2 {
  max-width: 500px;
  margin: auto;
  margin-bottom: 50px;
}

#post-28 #whole-life table {
  width: 100%;
}

#post-28 #whole-life table td.tdRight {
  width: 180px;
  padding-right: 20px;
}

#post-28 #whole-life table select,#post-28 #whole-life table input[type="text"] {
  width: 100%;
}

#post-28 #whole-life table select[name="birthmonth"] {
  width: 50%;
}

#post-28 #whole-life table select[name="birthday"] {
  width: 20%;
}

#post-28 #whole-life table select[name="birthyear"] {
  width: 30%;
}

#post-28 #whole-life table #full_name,#post-28 #whole-life table #email {
  width: 95%;
  padding: 6px 2.5%;
}

#post-28 #whole-life table #telephone_prefix {
  width: 27px;
}

#post-28 #whole-life table #telephone {
  width: 185px;
}

#post-28 #whole-life table textarea {
  width: 95%;
  padding: 2.5%;
}

#post-28 #whole-life table input[type="submit"] {
  margin: auto;
  float: none;
  margin-bottom: -20px;
}

.page-id-8528 ul.contextuallist-8528 {
  width: 100%;
  margin: 20px 0;
}

.page-id-8528 ul.contextuallist-8528 li span {
  width: 15%;
  text-align: left;
}

.page-id-8528 ul.contextuallist-8528 li h4 {
  width: 85%;
  text-align: left;
}

#post-1190 {
  width: 100%;
}

#post-1190 h5 {
  margin: 20px auto !important;
}

#post-1190 h1 {
  text-align: center;
}

#post-1190 .entry-header {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 40px;
}

#post-1179 #leftContent h1,#post-1179 #leftContent h3,#post-1179 #leftContent h5,#post-1179 #leftContent p {
  width: 100%;
}

#post-1179 #leftContent .contextuallist-1179 {
  width: 100%;
}

#post-1179 #leftContent .contextuallist-1179 h2 {
  width: 100%;
}

#post-1179 #leftContent .contextuallist-1179 blockquote {
  width: 90%;
}

#post-1179 #leftContent h5 {
  margin: 20px auto !important;
  text-align: center;
}

#post-1179 #leftContent h5 img {
  margin: auto;
  display: block;
}

#post-1179 #leftContent h1 {
  text-align: center;
}

#post-1179 #leftContent .entry-header {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 40px;
}

.page-template-landing-page-newdesign-php #content {
  margin-top: 20px;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap {
  max-width: 100%;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table {
  width: 100% !important;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table .formtitle {
  width: 150px;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table select,.page-template-landing-page-newdesign-php .ulifebox-wrap table input[type="text"],.page-template-landing-page-newdesign-php .ulifebox-wrap table textarea {
  width: 240px !important;
  padding: 6px 3px 6px 3px !important;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table input[type="text"],.page-template-landing-page-newdesign-php .ulifebox-wrap table textarea {
  width: 232px !important;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table #clienttelephonesmall {
  width: 25px !important;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table #clienttelephone {
  width: 194px !important;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table #BirthYear {
  width: 25% !important;
}

.page-template-landing-page-newdesign-php .ulifebox-wrap table #FaceAmount {
  width: 35% !important;
}

#post-515 .commentlist {
  width: 100%;
}

#post-38 #termlife h3:first-child {
  margin: 16px 0;
}

#post-29 #leftContent > h1 {
  width: 100%;
  text-align: center;
}

#post-29 #leftContent .entry-header {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 40px;
}

#post-29 #leftContent > h5,#post-29 #leftContent > p {
  width: 100%;
}

#post-29 #leftContent > h5 {
  text-align: center;
}

#post-29 #leftContent > h5 img {
  max-width: 60%;
}

#post-29 #commentblock {
  width: 100%;
}

#post-29 #commentblock h3 {
  width: 100%;
}

#post-29 #commentblock .commentlist {
  width: 100%;
}

#post-29 #commentblock .commentlist li {
  width: 100%;
}

#post-29 #commentblock .commentlist li .commenttext p {
  width: 100%;
}

#post-12701 #leftContent > h1 {
  width: 100%;
  text-align: center;
}

#post-12701 #leftContent .entry-header {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 40px;
}

#post-12701 #leftContent > h5,#post-12701 #leftContent > p {
  width: 100%;
}

#post-12701 #leftContent > h5 {
  text-align: center;
}

#post-12701 #leftContent > h5 img {
  max-width: 60%;
}

#post-12701 #commentblock {
  width: 100%;
}

#post-12701 #commentblock h3 {
  width: 100%;
}

#post-12701 #commentblock .commentlist {
  width: 100%;
}

#post-12701 #commentblock .commentlist li {
  width: 100%;
}

#post-12701 #commentblock .commentlist li .commenttext p {
  width: 100%;
}

#post-83 .contactinfo img.photo {
  width: 200px;
}

#post-4386 #leftContent h1 {
  text-align: center;
}

#post-4386 #leftContent .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 40px;
}

#post-542 #leftContent h1,#post-30 #leftContent h1,#post-846 #leftContent h1,#post-57 #leftContent h1,#post-7597 #leftContent h1,#post-58 #leftContent h1,#post-1380 #leftContent h1,#post-5078 #leftContent h1,#post-631 #leftContent h1,.page-template-2column-page-multiple-testimonials-php #leftContent h1,.page-template-2column-page-single-testimonial-php h1 {
  text-align: center;
}

#post-542 #leftContent .fv_sharing_round,#post-30 #leftContent .fv_sharing_round,#post-846 #leftContent .fv_sharing_round,#post-57 #leftContent .fv_sharing_round,#post-7597 #leftContent .fv_sharing_round,#post-58 #leftContent .fv_sharing_round,#post-1380 #leftContent .fv_sharing_round,#post-5078 #leftContent .fv_sharing_round,#post-631 #leftContent .fv_sharing_round,.page-template-2column-page-multiple-testimonials-php #leftContent .fv_sharing_round,.page-template-2column-page-single-testimonial-php .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 40px;
}

#post-7438 #leftContent h5 img {
  max-width: 60%;
}

#post-797 #termlifejump,#post-797 .boxed,#post-797 #leftContent > h3 {
  float: left;
  clear: both;
}

#post-797 table.quotes {
  width: 100%;
  clear: both;
}

#post-797 table.quotes tbody tr td:nth-child(3) {
  width: 130px;
}

#post-797 .boxed #filled_in_wrap_19 > p {
  margin: 0;
}

#post-797 .boxed #emmasignup .featured2-wrap2 .featured2 {
  margin: 15px 0;
  padding: 0;
}

#post-797 .boxed #emmasignup .featured2-wrap2 .featured2 p:nth-child(2) {
  margin: 0;
  height: 30px;
}

#post-797 .boxed #emmasignup .featured2-wrap2 .featured2 p:nth-child(2) #email {
  float: left;
  margin-right: 10px;
}

.owl-controls .owl-pagination {
  bottom: -37px !important;
  z-index: 9;
}

.owl-controls .owl-buttons {
  bottom: -50px;
  top: inherit !important;
}

#menu-main-menu li {
  height: 70px;
  width: 24.8%;
  padding: 0;
}

#menu-main-menu li a {
  height: 40px;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 10px;
}

.category-infographics #rightContent #testimonialSection {
  float: none;
  width: 100%;
  margin-top: 40px;
}

.category-infographics #rightContent .div2 h3 {
  margin-top: 16px;
}

.category-infographics .archive-years a br {
  display: none;
}

.category-infographics h5 {
  float: none;
  width: 100%;
}

.category-infographics h5 img {
  margin: auto !important;
  float: none !important;
}

.single-post #leftContent {
  width: 67% !important;
  margin: 0;
}

.single-post #rightContent .div2 h3 {
  margin-top: 16px;
}

.single-post #commentblock {
  width: 100%;
}

.single-post #commentblock .commentlist li {
  width: 100%;
}/* Subscription Form */.page-quote-test .newsletter-form-container {
  margin-left: 30px;
  margin-top: 40px;
 /*border: 1px solid #091E87;*/
  width: 360px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.page-quote-test .newsletter-form-container h3 {
  text-align: left;
 /*padding: 10px;

      	color: #fff;*/
  margin: 0;
 /*background-color: #1F497D;*/
  font-size: 14px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.newsletter-form-container > div > div {
  padding: 0;
  margin: 0;
  width: 100% !important;
}

.formbox-title-761593 {
  display: none;
}

#newsletter-form {
  padding: 15px 0;
}

#newsletter-form-email {
  border: 1px solid #CCC;
  font-family: Arial;
  height: 23px;
  outline: 0 none;
  display: block;
  width: 250px;
 /*margin: auto;*/
  padding: 5px 10px;
  box-sizing: content-box;
  border-radius: 4px;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.page-template-page-thank-you-php .newsletter-form-container {
  text-align: center;
}

.page-template-page-thank-you-php .newsletter-form-container button[type="submit"],.page-template-page-thank-you-php .newsletter-form-container input[type="text"] {
  margin: 10px auto 0;
}

#check-sub {
  vertical-align: middle;
}

.newsletter-form-messages {
  padding: 0 20px 20px 20px;
  margin-top: -35px;
  padding-left: 0;
}

#newsletter-form-messages-success {
  width: 250px;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  border: none;
  color: #00CC00;
  text-align: left;
  display: none;
  padding-left: 0;
  margin-left: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.newsletter-form-messages-fail {
  width: 250px;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #FF0000;
  color: #FF0000;
  text-align: center;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}/* End Subscription Form */.page #testimonialSection {
  margin-top: 40px;
}

#rightContent .entry-author {
  display: none;
}

#rightContent .insurance-company-logo {
  margin-top: 40px !important;
}

.company-emphasis {
  color: #005a91;
  font-weight: bold;
}/* Homepage Calls to action *//* End Homepage Calls to action */#recent-articles-new .latest-post:nth-child(3) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#recent-articles-new .latest-post:nth-child(5) {
  border-bottom: none;
}

#recent-articles-new .latest-post:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.more-news-container {
  margin-top: -50px;
}/* Search results Page */.search-pagination {
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}

.search-pagination a:first-child {
  float: left;
}

.search-pagination a:last-child {
  float: right;
}

.search-results-feed {
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}

.search-results-item {
  margin-bottom: 20px;
}

.search-results-item h3,.search-results-item small,.search-results-item .entry {
  margin-bottom: 10px;
  display: block;
}/* End Search results Page *//* Other Quotes Test */.other-quotes-test #left-container {
  width: 362px;
  float: right;
  margin-bottom: 30px;
}

.other-quotes-test #right-container {
  width: 758px;
  float: left;
}

.other-quotes-test #right-container img {
  max-width: 43%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.other-quotes-test #right-container p {
 /*font-size: 14px;*/;
}

.other-quotes-test #right-container .quote-links-list {
  margin: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  float: left;
}

.other-quotes-test #right-container .quote-links-list li {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

.other-quotes-test #right-container .quote-links-list li .quote-link {
  background: #cc0000;
  color: #fff;
  padding: 5px 7px;
  margin: 10px auto;
  display: block;
  width: 400px;
  line-height: 2em;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.other-quotes-test #right-container .quote-links-list li .quote-link:hover {
  background: #005a91;
  text-decoration: none;
}/* End Other Quotes Test *//* Landing Pages */.landing-page .company-info img {
  max-width: 100%;
  display: block;
  float: none;
  clear: both;
  margin-left: auto !important;
  margin-right: auto !important;
}

.landing-page #leftContent h1 {
  text-align: center;
}

.landing-page-two #leftContent h1 {
  text-align: center;
}

.landing-page #leftContent .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 20px;
  float: none;
}

.landing-page .ulifebox-wrap {
  margin: auto;
}

.landing-page-two .ulifebox-wrap {
  margin: auto;
}

.landing-page .quote-testimonials h5.left {
  width: 325px;
}

.landing-page-two .featured3 {
  width: 48%;
  margin: 0;
  padding: 1%;
  min-height: 300px;
}

.landing-page-two .quote-testimonials h5.left {
  width: 50%;
}

.landing-page-two #rightContent .featured3 {
  width: 100%;
  margin: 0;
  padding: 1%;
  margin-bottom: 30px;
}

.landing-page-wrapper #content_wrap {
  width: 1160px;
}

.landing-page-wrapper #content_wrap #content {
  width: 90% !important;
  padding: 5%;
}

.landing-page-wrapper #content_wrap #content #leftContent {
  margin: 0;
}

.landing-page-wrapper #content_wrap #footer {
  width: 1160px;
}

.landing-page-wrapper #content_wrap #footer #rightH {
  margin-top: 0;
}

.landing-with-ads #content_wrap {
  margin-top: 20px;
}

.landing-with-ads #content_wrap #ads_wrap {
  height: auto;
}

.landing-with-ads #ads_wrap > ul {
  margin-left: auto;
}

.landing-page .logo {
  display: block;
  float: none;
  margin: 10px auto !important;
  text-align: center;
}/* End Landing Pages *//* New Header */#rightH {
  height: auto;
  margin: 0;
}

#rightH .menu-main-menu-container {
  height: 100%;
}

#rightH #menu-main-menu {
  text-align: right;
  height: 100%;
}

#rightH #menu-main-menu li {
  display: inline-block;
  float: none;
  width: auto;
  border: none;
  height: 100%;
}

#rightH #menu-main-menu li:hover {
  background: none;
}

#rightH #menu-main-menu li a {
  padding: 15px 30px;
  display: block;
  float: left;
  height: auto;
  width: auto;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 25px 0 0 0;
}/* End New Header *//* New Footer */.pretty-social-profiles ul.badge {
  bottom: 40px;
  top: initial !important;
}/* End New Footer *//* New Lead Form *//* End New Lead Form *//* New Homepage */#recent-articles-new .latest-post:nth-child(2) {
  border-bottom: 1px solid #ccc;
}

#recent-articles-new .latest-post p a {
  text-align: right;
}/* End New Homepage *//* New Quote form */.quote-form-telephone {
  padding: 0 !important;
  margin: 10px auto;
  text-align: right;
  color: #cc0000;
  font-size: 20px;
  text-align: center;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}/* End New Quote form *//* End Dejan Kostevski *//*new responsive styles without changing previous styles*//*set to default*/.responsive #post-11058 #right-container .quote-results-table {
  margin-left: auto !important;
  margin-right: auto !important;
}

.responsive #right-container .quote-results-table .quote-results-table-header {
  overflow: hidden !important;
  height: 100% !important;
  background-color: #1F497D;
}

.responsive #leftContent #right-container #free-quide {
  clear: both !important;
}

.responsive .overflowH {
  overflow: hidden;
}

.responsive .font0 {
  font-size: 0;
}

.responsive #commentblock {
  float: none;
}

.single-post .responsive #leftContent {
  width: auto !important;
}

.responsive #leftContent {
  width: auto !important;
  float: none;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.responsive #leftContent.leftContentTax {
  width: auto !important;
  float: none;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.responsive #pretty-social-profiles {
  margin-left: initial;
}

.responsive .entry-header:after {
  clear: none;
}

.responsive #rightContent {
  float: none;
  width: auto;
}

.responsive #rightContent.rightContentTax {
  float: none;
}

.responsive #commentform textarea {
  max-width: none;
  min-width: initial;
}

.responsive #testimonialSection {
  width: auto;
}

.responsive #recent-articles-new {
  position: relative;
  overflow: hidden;
  float: none;
  width: auto;
  margin-right: initial;
  min-height: auto;
  border-bottom: none;
}

.responsive ul#menu-fb-footer-menu .current-menu-item {
  background: none;
}

.responsive #recent-articles-new .latest-post p a {
  display: inline;
  margin-top: initial;
}

.responsive .landing-page-wide {
  width: auto;
}

.responsive #recent-articles-new .latest-post {
  clear: none;
  float: none;
  overflow: hidden;
}

.responsive .two-column-featured h1,.responsive .two-column-featured h2,.responsive .two-column-featured h3,.responsive .two-column-featured h4,.responsive .two-column-featured p,.responsive .two-column-featured .contextuallist ul,.responsive .two-column-featured ul.contextuallist {
  width: auto;
}

.responsive #post-1179 #leftContent .contextuallist-1179 blockquote {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.responsive #rightContent #Quotes-new {
  float: none;
  margin: 0 auto;
  width: auto;
 /*362px*/
  padding-right: 12px;
}

::-webkit-input-placeholder,::-moz-placeholder,:-moz-placeholder,:-ms-input-placeholder {
  color: #1d1d1d;
}/* Firefox 19+ *//* Firefox 18- */.responsive #commentform input[type="text"],.responsive #commentform textarea {
  width: 100%;
  box-sizing: border-box;
}

.responsive #commentform1 input[type="text"],.responsive #commentform1 textarea {
  width: 100%;
  box-sizing: border-box;
}

.responsive #post-11058 #left-container {
  width: auto !important;
}

.responsive #post-28 #whole-life table {
  width: auto !important;
}

.responsive #post-28 #whole-life table td.tdRight {
  width: auto !important;
}

.responsive table #rightContent {
  width: auto !important;
}/* end Quotes*//*set values*/#content.responsive,.responsive #content,#content_wrap.responsive {
  padding: 2.55%;
  max-width: 1242px !important;
  box-sizing: border-box;
  width: 100% !important;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.responsive #rightContent {
  padding: 0;
}

#content.responsive img {
  max-width: 100%;
  height: auto;
}

.responsive #content img {
  max-width: 100%;
  height: auto;
}

.responsive.container,.responsive .container {
  width: auto !important;
  max-width: 1160px;
  display: block;
  overflow: hidden;
}

.responsive #commentform table {
  width: 100%;
  padding-right: 50px;
}

.responsive #commentform table th,.responsive #commentform table td {
  padding: 0 8px 5px;
}

.responsive .post,.responsive .page {
  position: relative;
  clear: both;
}

.responsive #rightContent {
  margin: 0 auto;
  clear: both;
}

.responsive #rightContent.rightContentTax {
  margin: 0 auto;
  clear: both;
}

.responsive .overflowH {
  overflow: hidden;
}

.responsive #testimonialSection {
  max-width: 362px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.responsive #rightContent #testimonialSection {
  float: none;
}

.responsive #commentform textarea {
  width: 100%;
}

.responsive #commentform td {
  padding: 5px 8px;
}

.responsive .calls-to-action {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.responsive .calls-row {
  display: inline-block;
  width: 49.55%;
}

.responsive .call-to-action {
  width: 100%;
  height: auto;
  border-top: none;
  box-sizing: border-box;
}

.responsive .col-3 {
  width: auto !important;
  margin: initial !important;
}

.responsive .calls-to-action .col-3 {
  float: left;
  width: 49.1% !important;
  font-size: 15px;
  margin-top: 15px !important;
}

.responsive .calls-to-action .col-3 > a {
  width: 100%;
}

.responsive .calls-row .col-3:first-of-type {
  margin-right: 1.8% !important;
}

.responsive #rightContent.rightContentTax {
  max-width: 308px;
}

.responsive .tax-box {
  width: 100%;
  box-sizing: border-box;
  min-height: 80px;
}

.responsive .tax-item a {
  margin-left: 40px;
  width: auto;
  float: none;
}

.responsive#content #back-to-top {
  margin: 5px auto;
}

.responsive #tax-credit-calculator {
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  width: 100%;
  box-sizing: border-box;
}

#reduction-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  width: 100%;
  box-sizing: border-box;
}

.responsive #reduction-wrapper {
  text-align: center;
}

.responsive #tax-credit-calculator .credit-wrapper input,.responsive #reduction-wrapper input {
  margin: 5px;
}

.widget_banner {
  padding: 10px 0 15px;
}/*facebook template*/.responsive #menu-fb-footer-menu .current-menu-item {
  background: none;
}

.page-template-landing-page-facebook-template-php .responsive.container {
  max-width: 960px !important;
}

.page-template-landing-page-facebook-template-php .responsive #rightH {
  display: block;
  float: right;
  width: auto;
}

.page-template-landing-page-facebook-template-php .responsive #rightH h2 {
  display: block;
  float: left;
}

.page-template-landing-page-facebook-template-php .responsive #rightH h3 {
  float: right;
  display: block;
}

.responsive .lp-fb-cta {
  float: none;
}

.responsive .lp-fb-cta .span-left {
  display: block;
  float: none;
  margin: 0 auto;
  min-width: 360px;
}

.responsive .lp-fb-book-img {
  display: block;
  float: none;
  margin: 0 auto;
  min-width: 360px;
}

.responsive .lp-fb-cta .span-right {
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  float: none;
  display: block;
}

.responsive #lp-fb-learn-more-btn {
  width: auto;
  background-position: center center;
}

.responsive .lp-fb-radio-button-holder:last-child {
  margin-left: 45%;
  float: none;
}

.page-template-landing-page-facebook-template-php #footer.responsive .span6:first-of-type {
  width: auto;
  float: left;
  display: block;
}

.page-template-landing-page-facebook-template-php #footer.responsive .span6:last-of-type {
  float: right;
  width: auto;
  display: block;
}

.page-template-landing-page-facebook-template-php #footer.responsive .container {
  max-width: 960px !important;
}

.responsive#footer {
  width: 100%;
}

.responsive#footer #rightH {
  width: auto;
}

.responsive #badges_wrap,.responsive #ads_wrap {
  height: auto;
}

.responsive #oneColumn {
  width: auto;
  max-width: 520px;
}

.responsive #oneColumn .landing-page {
  width: auto;
  max-width: 520px;
}

.responsive #oneColumn .reports {
  text-align: center;
  font-size: 0;
}

.responsive .first-report,.responsive .second-report {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  float: none;
}

.responsive #lifeinsuranceform {
  padding: 0 5px;
}

.responsive #lifeinsuranceform .needs-analysis {
  margin-right: auto;
  margin-left: auto;
}

.responsive #woman-analysis table,.responsive .featured4-wide.needs-analysis table,.responsive #child-care table {
  width: auto;
}

.responsive #ads_wrap ul li {
  width: auto;
  margin: 0 10px;
  min-width: auto;
}

.responsive .ulifebox table {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.responsive#content_wrap #footer {
  width: auto !important;
}

.responsive#content_wrap #footer #rightH {
  width: auto;
}

.responsive #rightContent h5.insurance-company-logo {
  margin-right: auto;
  margin-left: auto;
}

.responsive .other-quotes-test #right-container,.responsive .other-quotes-test #left-container {
  width: auto;
  float: none;
}/* END facebook-template*/.page-template-page-lp-fb-thank-you-php .responsive.container {
  max-width: 960px !important;
}

.responsive .lp-fb-footer {
  float: none;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}

.responsive .lp-fb-connect {
  width: auto;
  height: auto;
  padding: 10px 15px 62px;
  vertical-align: top;
  margin-top: 10px;
  overflow: hidden;
}

.responsive .lp-fb-subscribe {
  width: auto;
  height: auto;
  vertical-align: top;
  padding: 10px 15px 20px;
  margin-top: 10px;
}

.responsive .lp-fb-connect a {
  width: 23%;
  margin: 0 1%;
  float: left;
}

.responsive .lp-fb-connect a img {
  max-width: 100%;
}

.page-template-page-lp-fb-thank-you-php .responsive .newsletter-form-container #newsletter-form-submit {
  background-position: top center;
}

.responsive img {
  max-width: 100%;
}

.lp-fb-thank-you-msg img {
  margin-right: 30px;
}

.responsive .lp-fb-thank-you-msg h2 {
  width: auto;
  float: none;
}

.responsive .new-tax-calc {
  padding: 0;
}

.responsive .new-tax-calc table {
  padding: 12px 20px;
  box-sizing: border-box;
  width: 100%;
}

.responsive #book-form #book-download input {
  width: 90%;
  box-sizing: border-box;
}

.responsive #book-form #book-download #clienttelephonesmall {
  width: 20%;
  box-sizing: border-box;
}

.responsive #book-form #book-download #clienttelephone {
  width: 65%;
  margin-left: 5%;
  box-sizing: border-box;
}

.responsive #book-form #book-download .submit-buttons button {
  float: none;
  display: inline-block;
  margin: 15px 25px 25px !important;
  vertical-align: top;
}

.responsive #income-tax-calculator-enhanced {
  height: 765px;
  margin-bottom: 10px;
}

.responsive #income-tax-calculator {
  height: 500px;
  margin-bottom: 10px;
}

.responsive #income-tax-calculator-enhanced,.responsive #income-tax-calculator {
  margin: 0 auto;
  display: block;
}

.responsive .ulifebox-wrap {
  max-width: 362px;
  margin: 0 auto;
}

.responsive .ulifebox-wrap input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

.responsive #leftContent .ulifebox-wrap input[type="text"],.responsive #rightContent .ulifebox-wrap input[type="text"],.responsive .ulifebox-wrap select,.responsive #leftContent .ulifebox-wrap select,.responsive #rightContent .ulifebox-wrap select,.responsive .ulifebox-wrap textarea,.responsive #leftContent .ulifebox-wrap textarea,.responsive #rightContent .ulifebox-wrap textarea {
  width: 100%;
  box-sizing: border-box;
}

.responsive .ulifebox-wrap #clienttelephonesmall,.responsive #leftContent .ulifebox-wrap #clienttelephonesmall,.responsive #rightContent .ulifebox-wrap #clienttelephonesmall {
  width: 25%;
  box-sizing: border-box;
  float: left;
}

.responsive .ulifebox-wrap #clienttelephone,.responsive #rightContent .ulifebox-wrap #clienttelephone,.responsive #leftContent .ulifebox-wrap #clienttelephone {
  width: 70%;
  margin-left: 5%;
  box-sizing: border-box;
}

.responsive .ulifebox-wrap .donations .terms {
  box-sizing: border-box;
  width: 100%;
  padding-right: 0;
}

.responsive .ulifebox-wrap .submit_termlife {
  margin-left: auto;
}/*ulifebox-wrap*/.page-template-landing-page-newdesign-php .responsive .ulifebox-wrap table #FaceAmount,.page-template-landing-page-newdesign-php .responsive .ulifebox-wrap table #BirthYear {
  width: 50% !important;
  box-sizing: border-box;
}

.page-template-landing-page-newdesign-php .responsive .ulifebox-wrap table input[type="text"],.page-template-landing-page-newdesign-php .responsive .ulifebox-wrap table textarea {
  width: 100% !important;
  box-sizing: border-box;
}

.page-template-landing-page-newdesign-php .responsive .ulifebox-wrap table #clienttelephonesmall {
  width: 25% !important;
}

.page-template-landing-page-newdesign-php .responsive .ulifebox-wrap table #clienttelephone {
  width: 70% !important;
  margin-left: 5%;
  box-sizing: border-box;
}/*END ulifebox-wrap*/.responsive .width650 {
  max-width: 650px;
  width: auto;
}

.responsive #leftContent #right-container {
  width: auto;
  float: none;
}

.responsive #leftContent #right-container .vertical-divider {
  float: right;
  width: auto;
  text-align: center;
  height: auto;
  margin-left: 0;
}

.responsive .divider_img_wrap img.img-vertical-divider {
  display: block;
}

.responsive .divider_img_wrap img.img-horizontal-divider {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.responsive .vertical-divider a img {
  margin: 0 auto;
  display: block;
}

.responsive #leftContent #right-container #free-quide {
  float: none;
  margin: 0;
}

.responsive .page-quote-test .newsletter-form-container {
  width: auto;
  max-width: 360px;
  margin: 0 auto;
}

.responsive .newsletter-form-container {
  margin-bottom: 40px;
}

.responsive #post-48 .featured2 {
  float: none;
}

.responsive .align-center {
  text-align: center;
}

.responsive #content2 #testimonialSection {
  width: auto;
  max-width: 360px;
}

.responsive #testimonialSection-img {
  width: auto;
  max-width: 360px;
}

.responsive #testimonialSection-img a {
  width: auto;
  max-width: 360px;
}

.responsive .quiz h3 {
  float: none;
}

.responsive .quiz label {
  float: none;
  width: auto;
}

.responsive #leftContent .fv_sharing_round {
  display: block;
  width: 160px;
  margin: 0 auto 40px;
}

.responsive #leftContent h1 {
  text-align: center;
}

.responsive .infoboxwide {
  width: auto;
}

.responsive #specialreportbox {
  float: none;
  margin: 0 auto;
}

.responsive .dlg-contact-form:hover,.responsive .buttonBody a:hover {
  color: black;
}

.responsive h4.button-standart a:hover,.responsive h4.button-standart-line a:hover {
  color: black;
}

.responsive .specialButtons a.policiesbutton:hover,.responsive .specialButtons a.backbutton:hover {
  color: black;
}

.responsive#content h5.left {
  width: auto;
  margin: 0 10px 10px 0;
}

.responsive .landing-page-two .featured3 {
  width: 46%;
  margin: 0;
  padding: 1%;
  display: inline-block;
  vertical-align: top;
  min-height: initial;
  float: none;
}

.responsive .no_list li {
  width: auto;
  height: auto;
  background: none;
  padding-left: 15px;
}

.responsive .no_list li.badge_dollar .img_bg {
  background: url("images/sprite_badges.png") no-repeat 0 -49px;
  height: 49px;
  width: 50px;
  float: left;
}

.responsive .no_list li.badge_medic .img_bg {
  background: url("images/sprite_badges.png") no-repeat -1px -5px;
  height: 37px;
  font-size: 18px;
  width: 50px;
  float: left;
}

.responsive .featured4 #telephone_prefix,.responsive .ulifebox #telephone_prefix,.responsive .ulifebox-slim #acpro_inp3 {
  width: 36px !important;
}

.responsive .ulifebox #acpro_inp5,.responsive .ulifebox input[name="telephone_prefix"] {
  width: 36px !important;
}

.responsive .ulifebox-slim input[name="telephone_prefix"] {
  width: 36px !important;
}

.responsive .ulifebox #telephone,.responsive .ulifebox-slim #telephone {
  width: 110px !important;
}

.responsive .featured4 #telephone {
  max-width: 150px;
}/**/#normal_menu .sub-menu {
  background: white;
  margin: 0;
}

#normal_menu .sub-menu:hover {
  display: block;
}

#normal_menu .sub-menu .sub-menu {
  left: 100%;
  margin: 0;
  top: 0;
}

.forms_new .banner_left_top {
  background-color: #025F7E;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 27px 0px #025f7e;
  -moz-box-shadow: 0px 0px 27px 0px #025f7e;
  box-shadow: 0px 0px 27px 0px #025f7e;
  border: 4px solid rgba(169, 169, 169, 0.9);
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}

@font-face {
  font-family:'FontAwesome';src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot");src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:"Material Design Icons";src:url("fonts/material/materialdesignicons-webfont.eot?v=1.7.22");src:url("fonts/material/materialdesignicons-webfont.eot?#iefix&v=1.7.22") format("embedded-opentype"), url("fonts/material/materialdesignicons-webfont.woff2?v=1.7.22") format("woff2"), url("fonts/material/fonts/materialdesignicons-webfont.woff?v=1.7.22") format("woff"), url("fonts/material/fonts/materialdesignicons-webfont.ttf?v=1.7.22") format("truetype"), url("fonts/material/fonts/materialdesignicons-webfont.svg?v=1.7.22#materialdesigniconsregular") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'slick';font-weight:normal;font-style:normal;src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

@media screen and (min-width: 200px) and (max-width: 768px) {
  #content .content-column {
    width: 100%;
    padding-right: 0;
  }

  #content .sidebar-column {
    width: 100%;
  }

  #header {
    height: 65px;
  }

  .top-header .menu {
    display: none;
  }

  #l-footer {
    padding: 30px 10px;
  }

  #l-footer .container {
    width: 100%;
  }

  #l-footer .footer-copyright {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  #l-footer .footer-info {
    width: 100%;
    text-align: center;
  }

  #l-footer .footer-info .box-address {
    text-align: center;
  }

  #l-footer .footer-info .menu {
    text-align: center;
  }

  .list__quotes .item .text {
    font-size: 13px;
    padding: 0 6px;
    line-height: 18px;
  }

  .section-testimonails .block_testimonails .item {
    width: 100%;
    margin-right: 0;
  }

  .section-testimonails .block_testimonails .item:nth-of-type(4n) {
    width: 100%;
  }
}

@media screen and (min-width: 200px) and (max-width: 480px) {
  .navbar-menu a {
    font-size: 16px;
  }

  .top-header .searchform {
    float: left;
    margin-left: 0;
    width: 60%;
  }

  .top-header .searchform .input {
    width: 100%;
  }

  .top-header .broker-login {
    margin-left: 0;
    width: 40%;
    text-align: right;
  }

  .su-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .elements-block {
    display: block !important;
  }

  .su-table {
    overflow-x: scroll;
  }

  iframe {
    width: 100%;
  }

  .list__quotes .item {
    height: 150px;
  }

  .list__quotes .item .icon {
    margin: 10px auto;
    width: 60px;
    height: 60px;
  }

  .list__quotes .item .icon i {
    font-size: 30px;
  }

  .list__blog .item-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .list__blog .item-content {
    width: 100%;
    padding-bottom: 0;
  }

  .list__blog .item-content .text {
    margin-bottom: 20px;
  }

  .list__blog .item-content .link-post {
    position: relative;
    bottom: 0;
    text-align: right;
  }

  .list__calls .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .list__calls .item:nth-of-type(4n) {
    width: 100%;
  }

  .list__calls .item .image img {
    width: 100%;
  }

  .related_posts li {
    width: 100%;
    margin-right: 0;
  }

  div.post .instant-quote-form {
    width: 100%;
  }

  .archive-years {
    display: block;
  }

  .archive-years a {
    width: 15.2542372881%;
    margin-right: 1.6949152542%;
    margin-bottom: 4px;
  }

  .archive-years a:nth-of-type(6n) {
    width: 15.2542372881%;
    margin-right: 0;
  }

  .section-in-news .block_logos_main {
    display: block;
    text-align: center;
  }

  .section__broker_card .content-column {
    width: 100% !important;
  }

  body.page--broker #header #top_descktop_menu .menu-logo #logo a {
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
  }

  body.page--broker .section__broker_card .image {
    width: 100%;
    margin-bottom: 20px;
  }

  body.page--broker .section__broker_card .content {
    width: 100%;
    padding-left: 0;
  }

  body.page--broker .section__broker_card .content-button {
    margin-top: 20px;
  }

  body.page--broker .section__broker_card h1 {
    width: 100%;
  }

  body.page--broker .form-broker .field-column {
    width: 100%;
  }

  body.page--broker .form-broker .field-column:last-of-type {
    width: 100%;
  }
}

@media (min-width: 543px) {
  .responsive .calls-row:first-of-type {
    margin-right: 0.45% !important;
  }

  .responsive .calls-row:last-of-type {
    margin-left: 0.45% !important;
  }
}

@media (min-width: 754px) {
  .responsive .lp-fb-cta .span-left {
    float: left;
  }

  .responsive .lp-fb-cta .span-right {
    float: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .navbar-menu a {
    padding: 5px 0;
    margin-right: 15px;
    font-size: 18px;
  }

  div.post .instant-quote-form {
    width: 100%;
  }
}

@media (min-width: 835px) {
  #leftContent_wrap {
    margin-right: 380px !important;
    margin-left: 0 !important;
  }

  .responsive #leftContent_wrap #leftContent {
 /*проверить всех*/
    float: left !important;
    width: 100%  !important;
  }

  .responsive #leftContent_wrap #leftContent.leftContentTax {
 /*проверить всех*/
    float: left !important;
    width: 100%  !important;
  }

  #content_wrap.responsive #content #leftContent_wrap #leftContent,.responsive #commentform #leftContent_wrap table,.single .responsive #leftContent_wrap table,.responsive #leftContent_wrap #commentblock {
 /*проверить всех*/
    float: left !important;
    width: 100%  !important;
  }

  .single .responsive #leftContent_wrap table ~ div,.single .responsive #leftContent_wrap table + div {
    clear: both;
  }

  #tblFormData624153 {
    clear: both;
  }

  .single .responsive #leftContent_wrap #tblFormLogo624153 {
    width: 220px !important;
    float: none !important;
    padding: 0;
    margin: 0 auto;
  }

  .single .responsive #leftContent_wrap #tblRequiredField624153 {
    width: 220px !important;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .responsive #rightContent {
    display: block !important;
    float: right !important;
    width: 362px !important;
    clear: none !important;
  }

  .responsive #rightContent.rightContentTax {
    display: block !important;
    float: right !important;
    width: 362px !important;
    clear: none !important;
  }
}

@media (min-width: 836px) {
/*single.php*/  .responsive #leftContent #commentblock {
    margin-right: 0px;
    margin-left: 0;
  }

  .single-post .responsive #commentblock {
    width: auto;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .navbar-menu a {
    padding: 5px 0;
    margin-right: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1900px) {
  .home #wrapper,#wrapper {
    width: 1140px;
  }

  .home #content2,#content2,#content,#post-797 .quote-testimonials {
    width: 940px;
  }

  #recent-articles-new,#leftContent {
    width: 540px;
  }

  .single #leftContent p {
    max-width: 450px;
  }

  #leftComments,#rightComments {
    width: 400px;
  }

  .landing-page-two .featured3,.quote-testimonials h5.left {
    width: 425px;
  }

  .landing-page-two .featured3 {
    min-height: 400px;
  }

  .needs-analysis,.ulifebox-slim {
    max-width: 365px;
  }

  .specialButtons a.policiesbutton,.specialButtons a.backbutton {
    max-width: 365px;
  }

  #tax-items,.stock-chart,.navigation,.ulifebox-wrap,#navigation-form,.featured,.calculatorwrapper,.featured4-wrap2 {
    max-width: 365px;
  }

  .nonmedical-list li {
    width: auto;
  }
}

@media screen and (max-width: 1200px) {
  .home #wrapper,#wrapper {
    width: 960px;
  }

  .home #content2,#content2,#content,#post-797 .quote-testimonials {
    width: 770px;
  }

  #recent-articles-new,#leftContent,#leftComments {
    width: 365px;
  }

  #rightComments {
    width: 340px;
  }

  .landing-page-two .featured3 {
    width: 300px;
    min-height: 450px;
  }
}

@media screen and (max-width: 1060px) {
  .home #wrapper,#wrapper {
    width: 760px;
  }

  .home #content2,#content2,#content {
    width: 570px;
  }

  #rightH {
    padding-top: 20px;
  }

  #rightH ul li {
    float: none;
    margin: 0 0 10px 0;
    min-height: 24px;
    display: block;
  }

  #text-4 .textwidget {
    padding-right: 0;
  }

  #rightContent,#rightComments {
    float: none;
  }
}

@media (max-width: 1000px) {
  .responsive #commentblock ol {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
  }
}

@media only screen and (max-width: 992px) {
  body.page--broker .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  body.page--broker .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  body.page--broker .tabs .tab a {
    padding: 0 12px;
  }
}

@media screen and (max-width: 960px) {
  .responsive #post-11058 #right-container .quote-results-table {
    width: auto !important;
    float: none !important;
  }/* #menu is the original menu */  #top_descktop_menu {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .navbar-menu {
    margin: 0;
  }

  .navbar-menu .menu {
    display: none;
  }

  .navbar-mini-menu {
    display: block;
  }

  .navbar-mini-menu .mini-menu-options {
    display: none;
  }
}

@media (max-width: 920px) {
  .responsive .lp-fb-partners-container {
    width: auto;
    float: none;
    display: block;
  }
}

@media (max-width: 890px) {
  .responsive .lp-fb-connect,.responsive .lp-fb-subscribe {
    float: none;
    margin: 0 auto 10px;
  }
}

@media (max-width: 835px) {
/*footer.php*/  .responsive .more-info-block .right,.responsive .more-info-block .left {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .responsive .lp-fb-testimonials {
    padding: 15px;
    box-sizing: border-box;
  }

  .responsive .lp-fb-testimonial {
    width: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }

  .responsive .lp-fb-client {
    width: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }

  .responsive .lp-fb-client a {
    margin: 0 auto;
  }

  .responsive .lp-fb-client img {
    width: auto;
    margin: 0 auto 10px;
    display: block;
  }

  .responsive .vertical-divider {
    float: none;
  }

  .responsive #leftContent #right-container .vertical-divider {
    float: none;
    margin: 0 auto;
  }

  .responsive .divider_img_wrap {
    height: 76px;
    position: relative;
    top: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .responsive .divider_img_wrap img.img-vertical-divider {
    display: none;
  }

  .responsive .divider_img_wrap img.img-horizontal-divider {
    display: block;
  }

  #left-container {
    float: none !important;
    margin-right: auto;
    margin-left: auto;
  }

  .responsive .landing-page-two .featured3 {
    width: 100%;
  }

  .responsive #leftContent {
    padding-bottom: 5px;
  }
}

@media (max-width: 700px) {
  .responsive .half-width {
    width: auto !important;
    margin: 0 auto !important;
  }

  .responsive .lp-fb-thank-you-msg img {
    margin: 0 auto;
    float: none;
    display: block;
  }

  .responsive .lp-fb-thank-you-msg h2 {
    font-size: 26px;
    margin: 40px 20px 20px;
  }
}

@media (max-width: 600px) {
  .responsive #oneColumn .quote-testimonials h5.left,.responsive #oneColumn .quote-testimonials p {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }

  .landing-page-wrapper #content_wrap.responsive #content {
    width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 560px) {
  .responsive .lp-fb-feature {
    width: 100%;
  }
}

@media (max-width: 542px) {
  .responsive .calls-row {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .responsive .lp-fb-cta .span-right,.responsive .lp-fb-cta .span-left {
    min-width: auto;
    width: 100%;
  }

  .responsive .lp-fb-book-img {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .responsive .ulifebox-wrap .formtitle {
    width: 30%;
  }

  .page-template-landing-page-newdesign-php .responsive .ulifebox-wrap table .formtitle {
    width: 30% !important;
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes showSubMenu {
  0% {
    transform: scale(0, 0);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes hideSubMenu {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0, 0);
  }
}
