/* global box-sizing */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%;
  position: relative; }

body {
  font: 400 14px/1.4 "Open Sans", "Helvetica Neue", sans-serif;
  color: #444; }

hr {
  box-sizing: content-box;
  border: 0;
  border-bottom: 1px solid #FFF;
  padding-top: 20px;
  clear: both; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.lock {
  overflow: hidden;
  height: 100%; }

.clear {
  clear: both; }

.float-right {
  float: right; }

.clear {
  *zoom: 1; }
  .clear:before {
    content: ' ';
    display: table; }
  .clear:after {
    content: ' ';
    display: table;
    clear: both; }

.align-right {
  padding-top: 7px;
  text-align: right; }

.invalid, .spam {
  border: 0 !important;
  color: red !important; }
  .invalid .form-intro-text, .spam .form-intro-text {
    color: #444 !important; }
  .invalid #error_messages, .spam #error_messages {
    border: solid 1px red;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px; }
    .invalid #error_messages p, .spam #error_messages p {
      margin-bottom: 10px; }
  .invalid input[aria-invalid="true"], .invalid select[aria-invalid="true"], .spam input[aria-invalid="true"], .spam select[aria-invalid="true"] {
    background-color: #ff00001f; }

.fa-info-circle {
  position: relative;
  cursor: pointer; }
  .fa-info-circle:hover {
    color: #f5450d !important; }

.tooltip-text {
  position: absolute;
  text-align: left;
  top: -5px;
  left: 20px;
  z-index: 10;
  width: 300px;
  color: #555;
  padding: 5px;
  background: #FFF;
  border: 1px solid #f5450d;
  font: 400 14px/1.4 "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 18px; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a, .link {
  color: #D93802;
  text-decoration: underline;
  cursor: pointer; }

a:hover, .link:hover {
  /*color: #444;*/
  text-decoration: underline; }

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

a:focus {
  outline: 1;
  outline-style: solid;
  outline-color: #D93802;
  outline-width: thin; }

p.msg {
  padding: 7px; }
  p.msg.success {
    background: #C0F3CA; }
  p.msg.fail {
    background: #F3C0C0; }

.simplistics_errors {
  background: #F3C0C0;
  padding: 7px;
  margin-bottom: 7px; }
  .simplistics_errors strong {
    font-weight: normal;
    color: #000; }

/*------------------------------------*\
	INPUTS
\*------------------------------------*/
input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
input[type="checkbox"] {
  display: inline;
  width: 0 !important;
  height: 0 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  	/*display: inline-block;
		position: absolute; 
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;*/ }
  input[type="checkbox"] + label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: url(../img/checkbox-off.jpg) left top no-repeat;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: background 0.2s; }
  input[type="checkbox"]:checked + label span {
    background: url(../img/checkbox-on.jpg) left top no-repeat; }
  input[type="checkbox"] + label {
    min-width: 49%;
    display: inline-block;
    margin: 1px 0;
    /*float: left;*/ }
  input[type="checkbox"]:focus + label {
    outline: 1;
    outline-style: solid;
    outline-color: #D93802;
    outline-width: thin; }

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  min-width: 45%;
  display: block;
  float: left; }
span.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  position: static;
  display: inline-block;
  width: auto !important;
  height: auto !important; }

/* form checkbox & option inputs */
.input-group input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 7px;
  overflow: auto; }

.four-col input[type="checkbox"] + label {
  min-width: 24%; }

/* form text inputs */
input:focus {
  outline: 1px solid #444;
  border: 1px solid #04A4CC; }

.input-group {
  display: inline-block;
  border-radius: 4px;
  color: #FFF;
  height: 40px;
  vertical-align: top;
  border: 1px solid #8395A8; }
  .input-group .input-group-addon {
    padding: 0 9px;
    background: #3c3d41;
    height: 100%;
    float: left;
    line-height: 37px; }
  .input-group input, .input-group button, .input-group span.button {
    height: 100%;
    border-radius: 0 4px 4px 0;
    border: 0;
    padding: 0 10px;
    color: #3b3d41;
    width: 55%; }
    .input-group input:focus, .input-group button:focus, .input-group span.button:focus {
      outline: 1;
      outline-style: solid;
      outline-color: #D93802;
      outline-width: thin; }
  .input-group span.button {
    display: block;
    line-height: 36px; }
  .input-group input.button {
    border-radius: 4px 4px 0 0;
    height: 36px;
    color: #FFF;
    border: 0;
    background: #3c3d41;
    transition: all 0.2s; }
    .input-group input.button:focus {
      outline-width: medium; }
  .input-group button.button, .input-group span.button {
    border-radius: 4px 4px 0 0;
    height: 36px;
    color: #FFF;
    border: 0;
    background: #3c3d41;
    transition: all 0.2s;
    width: 100%; }
  .input-group.submit {
    background: #D93802;
    border: 0; }
    .input-group.submit input, .input-group.submit button, .input-group.submit span.button {
      font-weight: 700;
      font-size: 14px;
      font-style: normal;
      text-transform: uppercase;
      width: 100%; }
    .input-group.submit:hover input.button, .input-group.submit:hover button.button, .input-group.submit:hover span.button {
      height: 40px;
      border-radius: 4px;
      background: #090A0D; }
    .input-group.submit:hover spa.button {
      line-height: 40px; }
  .input-group.fixed-width {
    width: 100%;
    margin-bottom: 10px; }
    .input-group.fixed-width .input-group-addon {
      width: 45%; }
  .input-group select {
    width: 54%;
    padding-left: 5px;
    height: 100%;
    line-height: 53px;
    font-size: 16px;
    border: 0;
    background: #FFF;
    color: #3b3d41;
    float: right; }

form .input-group {
  display: block; }

/* for select */
span.wpcf7-not-valid-tip {
  position: absolute;
  right: 7px;
  top: -2px; }

div.wpcf7-validation-errors {
  border: 0; }
div.wpcf7-response-output {
  margin: 0;
  padding: 10px 5px;
  margin-bottom: 10px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  font-style: italic;
  color: #666; }

/* for checkboxes or options */
.input-group.fixed-width.list-type {
  width: 100%;
  height: auto; }
  .input-group.fixed-width.list-type .input-group-addon {
    width: 100%; }
  .input-group.fixed-width.list-type div.form-control {
    display: inline-block;
    color: #000; }
  .input-group.fixed-width.list-type .form-control {
    width: 100%;
    padding: 5px 10px; }
  .input-group.fixed-width.list-type textarea {
    width: 100%;
    height: 100px;
    border: 0;
    padding: 5px;
    margin: 0; }

/*------------------------------------*\
	FONT
\*------------------------------------*/
h1, h2, #find-best-rate .get-started-now, .main-heading {
  font-weight: 900;
  font-style: italic;
  font-size: 17px;
  padding: 0;
  margin: 0 0 10px 0;
  display: block; }

#find-best-rate .get-started-now {
  display: inline-block;
  font-size: 24px;
  padding-left: 10px; }

h1 a, .main-heading a, .news-heading a {
  color: #444; }
  h1 a:hover, .main-heading a:hover, .news-heading a:hover {
    text-decoration: underline; }

h2.rate-headings {
  font-size: 16px;
  margin: 20px 0 0 0;
  background: #3c3d41;
  padding: 4px 0 4px 7px;
  color: #FFF;
  font-style: inherit; }

strong {
  color: #DA3807; }

small {
  display: block;
  font-style: italic; }

p {
  margin: 0 0 20px 0; }

code {
  font: inherit; }

/*------------------------------------*\
	Drop Down Menu
\*------------------------------------*/
.select2 {
  height: 100%;
  font: 400 16px/1.4 'Source Sans Pro', 'Helvetica Neue', sans-serif;
  float: right; }
  .select2 .select2-selection--single {
    border: 0;
    height: 100%; }
    .select2 .select2-selection--single .select2-selection__rendered, .select2 .select2-selection--single .select2-selection__arrow {
      height: 100%;
      line-height: 38px;
      vertical-align: middle;
      text-align: left; }

.select2-results .select2-results__option {
  font-size: 14px;
  padding: 5px;
  overflow: hidden; }

/*------------------------------------*\
	Simple Drop Down Menu
\*------------------------------------*/
.simpledropdown {
  position: relative;
  display: inline-block; }
  .simpledropdown button {
    height: 25px;
    background: inherit;
    border: 0;
    padding: 0;
    color: #3b3d41; }
  .simpledropdown ul {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 5px;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    max-height: 0;
    background: #FFF;
    overflow: hidden;
    min-width: 150px;
    box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.3);
    transition: max-height 0.5s; }
    .simpledropdown ul li {
      list-style-type: none;
      padding: 3px; }
      .simpledropdown ul li:hover {
        background: #eee; }
  .simpledropdown:hover ul {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    max-height: 300px; }

h1 .simpledropdown,
.main-heading .simpledropdown {
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*\
	TABLE
\*------------------------------------*/
table {
  width: 100%;
  margin-bottom: 30px; }

.page#home table {
  margin: 0; }

table tr {
  border-bottom: 1px solid #b3b5b7; }
  table tr td {
    padding: 13px 3px;
    vertical-align: middle; }
  table tr th {
    padding: 13px 3px;
    vertical-align: middle; }

#home table tr td small {
  display: inline; }

#data_rows table tr.sponsor-heading {
  background: #D93802;
  height: 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 0; }
  #data_rows table tr.sponsor-heading p {
    position: absolute;
    display: inline-block;
    right: 8px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    top: 1px; }

table tr td.find-rate-company-logo, #home table tr td {
  vertical-align: middle;
  padding: 13px 1px; }

table .rate {
  background: #D93802;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 4px;
  font-size: 20px; }

#home #data_rows table tr td.rate_td {
  text-align: center;
  width: 80px !important; }

table .rate_td small {
  font-size: 14px; }
table thead {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #fd4701; }

#data_rows table thead tr {
  height: 45px; }

table thead tr {
  border: 0; }

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.page .wrapper {
  padding-top: 20px; }
.page header .wrapper, .page footer .wrapper {
  padding: 0; }

.row {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block; }
  .row .sidebar-left {
    float: left;
    width: 38%;
    margin-right: 2%; }
  .row .sidebar-right {
    float: right;
    width: 38%;
    margin-left: 2%; }
  .row .half {
    float: left;
    width: 49%; }
    .row .half.last {
      float: right; }
  .row .col {
    display: inline-block;
    width: 60%; }
  .row .col-3 {
    display: inline-block;
    width: 33%;
    vertical-align: top; }

.row-space {
  margin: 20px 0; }

span.wpcf7-not-valid-tip {
  display: none; }

input[aria-invalid="true"], select[aria-invalid="true"] {
  border-color: #ff2c00; }

/* mixin for multiline clipping */
.sprite-call-now, .sprite-email-now, .sprite-get-rate, .sprite-ic-newspaper, .sprite-ic-spy,
.sprite-bank, .sprite-broker, .sprite-credit-union, .sprite-ic-rate, .sprite-insurance,
.sprite-trust, .sprite-wholesale, .sprite-ic-calculator, .sprite-become-spy, .sprite-key-login
 {
  display: inline-block;
  background: url("../img/icons_sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.sprite-call-now {
  background-position: -10px -0px;
  width: 25px;
  height: 20px; }

.sprite-email-now {
  background-position: -10px -30px;
  width: 25px;
  height: 20px; }

.sprite-get-rate {
  background-position: -10px -60px;
  width: 25px;
  height: 20px; }

.sprite-ic-newspaper {
  background-position: -10px -90px;
  width: 22px;
  height: 21px; }

.sprite-ic-spy {
  background-position: -10px -121px;
  width: 22px;
  height: 22px; }

.sprite-bank {
  background-position: -10px -153px;
  width: 21px;
  height: 21px; }

.sprite-broker {
  background-position: -10px -184px;
  width: 21px;
  height: 21px; }

.sprite-credit-union {
  background-position: -10px -215px;
  width: 21px;
  height: 21px; }

.sprite-ic-rate {
  background-position: -10px -246px;
  width: 21px;
  height: 22px; }

.sprite-insurance {
  background-position: -10px -278px;
  width: 21px;
  height: 21px; }

.sprite-trust {
  background-position: -10px -309px;
  width: 21px;
  height: 21px; }

.sprite-wholesale {
  background-position: -10px -340px;
  width: 21px;
  height: 21px; }

.sprite-ic-calculator {
  background-position: -10px -371px;
  width: 18px;
  height: 22px; }

.sprite-become-spy {
  background-position: -10px -403px;
  width: 14px;
  height: 14px; }

.sprite-key-login {
  background-position: -10px -427px;
  width: 11px;
  height: 14px; }

.post a {
  color: #EB0000 !important;
  text-decoration: underline !important;
  cursor: pointer; }
.post p a {
  color: #EB0000 !important;
  text-decoration: underline !important;
  cursor: pointer; }
.post table a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer; }
.post .addthis_native_toolbox {
  width: 30%;
  float: right;
  text-align: right; }
  .post .addthis_native_toolbox #atstbx {
    display: inline-block !important;
    width: auto; }
  .post .addthis_native_toolbox a.addthis_button_tweet.at_native_button.at300b {
    float: none;
    clear: both;
    display: table-cell; }
  .post .addthis_native_toolbox a.addthis_counter.addthis_pill_style.at_native_button {
    float: right; }
  .post .addthis_native_toolbox a.addthis_button_google_plusone.at_native_button.at300b {
    float: right; }
.post .compare_mortgage_link {
  display: block;
  width: 40%;
  float: left;
  text-align: center; }
  .post .compare_mortgage_link img {
    height: 40px;
    width: auto; }
.post .edit_post_front_wrapper {
  display: block;
  width: 30%;
  float: left;
  min-height: 1px; }
  .post .edit_post_front_wrapper .edit_post_front {
    line-height: 40px; }
.post .comments .comment-meta a {
  color: #C03102;
  text-decoration: none;
  cursor: pointer; }
.post .comments .comment-author a {
  color: #D93802;
  text-decoration: none;
  cursor: pointer; }
.post .comments a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer; }
.post li a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer; }

#promotions-dashboard #promotion_date_range {
  text-align: right; }
  #promotions-dashboard #promotion_date_range p {
    text-align: right; }
    #promotions-dashboard #promotion_date_range p > span {
      margin: 0 10px;
      font-weight: normal; }
  #promotions-dashboard #promotion_date_range span.bold {
    font-weight: bold; }
  #promotions-dashboard #promotion_date_range .select2.select2-container {
    width: 300px !important;
    height: 28px; }
  #promotions-dashboard #promotion_date_range .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 28px; }
#promotions-dashboard .left {
  width: 40%;
  margin: 0 1% 0 0;
  display: inline-block;
  float: left; }
#promotions-dashboard .right {
  width: 59%;
  display: inline-block;
  float: left; }
#promotions-dashboard tr td.pay_click {
  background: #eee; }
#promotions-dashboard .pay_clicks {
  width: 64%;
  margin: 0;
  display: inline-block; }
#promotions-dashboard table {
  font-size: 0.9em; }
  #promotions-dashboard table th {
    text-align: left;
    background: #E2E2E2;
    padding: 5px; }
    #promotions-dashboard table th.center {
      text-align: center; }
  #promotions-dashboard table td.number {
    width: 115px;
    text-align: center; }
#promotions-dashboard h1.big,
#promotions-dashboard .main-heading.big {
  font-size: 20px; }
#promotions-dashboard #promotion_date_range_form {
  background: #E4E4E4;
  padding: 7px;
  margin: 15px 0;
  padding: 4px; }
  #promotions-dashboard #promotion_date_range_form p {
    margin: 0; }
  #promotions-dashboard #promotion_date_range_form .refresh_rates {
    padding: 0 5px 0 13px; }
  #promotions-dashboard #promotion_date_range_form input {
    padding: 3px;
    border-radius: 5px;
    width: 115px;
    border: 1px solid #ABABAB; }

/* SURVEY */
#contain-402 i.close-survey, #contain-402 span.close-survey {
  position: absolute;
  right: 21px;
  top: 17px;
  cursor: pointer; }

#loading-screen {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999; }
  #loading-screen img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px; }

/* Theme My Login */
.tml p.description.indicator-hint {
  display: block;
  width: 100%;
  clear: both; }
.tml div#pass-strength-result {
  display: block;
  width: 50%; }
.tml input#pass1-text {
  display: none; }
.tml input#pass1 {
  width: 50%;
  padding: 4px;
  margin-bottom: 15px; }
.tml .user-pass1-wrap label {
  display: none; }

.glossaryItemTitle {
  font-weight: 800 !important; }

/*------------------------------------*\
    Window
\*------------------------------------*/
#mortgage-intel-window {
  width: 770px;
  overflow: hidden;
  margin: 0;
  display: none; }
  #mortgage-intel-window .main-heading {
    font-style: normal;
    font-size: 22px;
    color: #3c3d41;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #FBA389;
    margin: 0;
    padding-bottom: 5px; }
  #mortgage-intel-window #rate_content {
    background: #FFF;
    width: 100%;
    height: 100%;
    border: 2px solid #D93802;
    margin-top: -2px; }
  #mortgage-intel-window #rate_border {
    margin: 10px;
    display: table; }
  #mortgage-intel-window .rate-details, #mortgage-intel-window .provider-details {
    vertical-align: top;
    display: table-cell; }
  #mortgage-intel-window .rate-details {
    width: 345px;
    padding-right: 10px; }
  #mortgage-intel-window .provider-details {
    height: 100%;
    width: 404px;
    padding: 10px;
    background: #eee; }
  #mortgage-intel-window section {
    margin: 0;
    width: 100%;
    padding: 5px 0; }
  #mortgage-intel-window table {
    margin: 0; }
    #mortgage-intel-window table caption {
      text-align: left; }
      #mortgage-intel-window table caption.main-heading {
        border-bottom: none; }
    #mortgage-intel-window table tbody {
      border-top: 1px solid #FBA389; }
    #mortgage-intel-window table tr {
      border-color: #E6E6E6; }
      #mortgage-intel-window table tr td {
        padding: 3px 0px; }
        #mortgage-intel-window table tr td:last-child {
          text-align: right; }
        #mortgage-intel-window table tr td .fa {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          color: #999;
          padding-left: 7px;
          vertical-align: middle; }
        #mortgage-intel-window table tr td .province {
          display: inline-block;
          vertical-align: middle;
          margin: 0;
          width: 140px; }
      #mortgage-intel-window table tr.provinces-row td {
        vertical-align: top; }
  #mortgage-intel-window .rate-history table {
    margin-bottom: 30px; }
  #mortgage-intel-window .content {
    margin-top: 5px;
    line-height: 19px; }
    #mortgage-intel-window .content:focus {
      outline: none; }
  #mortgage-intel-window .col {
    display: inline-block;
    vertical-align: top; }
  #mortgage-intel-window #tab {
    width: 330px;
    height: 75px;
    background: #FFF;
    border: 2px solid #D93802;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    position: relative; }
    #mortgage-intel-window #tab .curve {
      height: 75px;
      width: 60px;
      border: 2px solid #D93802;
      position: absolute;
      right: -36px;
      -ms-transform: skew(30deg);
      -webkit-transform: skew(30deg);
      transform: skew(30deg);
      background: #fff;
      top: -0.2em;
      border-left: 0;
      border-bottom: 0;
      border-radius: 0 7px 0 0; }
  #mortgage-intel-window #big-cta {
    width: 435px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 24px; }
    #mortgage-intel-window #big-cta a {
      background: #D93802;
      color: #FFF;
      text-align: right;
      display: inline-block;
      float: left;
      height: 45px;
      vertical-align: middle;
      text-align: center;
      padding: 11px 0;
      margin: 5px 0 0 3px;
      text-transform: uppercase;
      font-weight: bold;
      width: 142px; }
      #mortgage-intel-window #big-cta a:hover {
        background: #3c3d41; }
      #mortgage-intel-window #big-cta a img {
        width: 25px;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 5px; }
  #mortgage-intel-window .rate-circle {
    background: #D93802;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle; }
    #mortgage-intel-window .rate-circle i.discretionary_rate, #mortgage-intel-window .rate-circle span.discretionary_rate {
      font-size: 18px; }
  #mortgage-intel-window .rate {
    margin: 10px;
    vertical-align: middle; }
    #mortgage-intel-window .rate .number {
      color: #FFF;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    #mortgage-intel-window .rate .percent {
      display: inline-block;
      vertical-align: middle; }
  #mortgage-intel-window .term {
    line-height: 25px;
    margin-top: 16px;
    width: 65%; }
    #mortgage-intel-window .term .year {
      font-weight: bold;
      color: #D93802;
      font-size: 24px; }
    #mortgage-intel-window .term .type {
      font-weight: bold;
      color: #3c3d41;
      font-size: 18px; }
  #mortgage-intel-window .provider {
    background: #bebebe;
    border: 1px solid #bebebe;
    margin-bottom: 10px; }
    #mortgage-intel-window .provider .image {
      background: #FFF;
      text-align: center;
      overflow: hidden;
      height: 68px;
      vertical-align: middle;
      display: inline-block;
      width: 100%;
      line-height: 68px; }
      #mortgage-intel-window .provider .image img {
        max-height: 68px;
        padding: 10px; }
        #mortgage-intel-window .provider .image img.non-advertiser {
          width: 30px;
          vertical-align: middle;
          margin-right: 7px;
          padding: 0; }
    #mortgage-intel-window .provider .links {
      text-align: center;
      padding: 2px 0px;
      color: #777; }
  #mortgage-intel-window .provider-details table tr {
    border: 0; }
    #mortgage-intel-window .provider-details table tr td {
      padding: 3px 0; }
  #mortgage-intel-window .provider .links a {
    font-size: 13px;
    color: #000; }
    #mortgage-intel-window .provider .links a::after {
      content: " | ";
      padding: 0 10px; }
    #mortgage-intel-window .provider .links a:last-child::after {
      content: "";
      padding: 0; }
  #mortgage-intel-window #tou {
    position: absolute;
    bottom: 10px;
    width: 44%;
    margin: 0;
    border: 0; }
    #mortgage-intel-window #tou p {
      font-size: 11px;
      color: #666;
      margin: 0;
      border-top: 1px solid #E0E0E0;
      padding-top: 10px; }
    #mortgage-intel-window #tou a {
      font-size: 12px; }
  #mortgage-intel-window .read-more-notes, #mortgage-intel-window .read-more-provider-notes, #mortgage-intel-window .read-less-notes, #mortgage-intel-window .read-less-provider-notes {
    color: #C53302;
    cursor: pointer; }
  #mortgage-intel-window .modal-close {
    position: absolute;
    top: 3px;
    right: 0;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer; }
  #mortgage-intel-window input[type="text"] {
    border: 0;
    padding: 1px 4px;
    box-shadow: inset 0 0 2px #949494;
    width: 135px;
    text-align: right; }
  #mortgage-intel-window input.disabled {
    background: #E4E3E3;
    -webkit-text-fill-color: #000;
    -webkit-opacity: 1;
    color: #000; }
  #mortgage-intel-window #intel-company-logo img.provider-icons {
    float: none;
    display: block;
    margin: 0 auto; }

.modal-window {
  display: none;
  background: #FFF;
  border: 1px solid #f5450d;
  width: 500px;
  text-align: center;
  border-radius: 5px; }
  .modal-window .modal-close {
    position: absolute;
    top: -30px;
    right: 0px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer; }
  .modal-window h1, .modal-window .main-heading {
    width: 100%;
    background: #FF4C00;
    padding: 10px;
    color: #FFF;
    font-style: initial; }
  .modal-window form {
    padding: 0 35px; }
  .modal-window input, .modal-window textarea {
    border: 0;
    background: #eee;
    padding: 3px 4px;
    width: 100%;
    resize: vertical; }
  .modal-window textarea {
    height: 100px; }
  .modal-window select {
    width: 100%; }
  .modal-window input[type="submit"] {
    width: 40%;
    margin: 0 auto;
    display: block;
    padding: 10px 0; }
  .modal-window .field-error {
    background: #ff00001f; }
  .modal-window input[type="submit"] {
    background: #3c3d41;
    color: #FFF;
    font-weight: bold; }
  .modal-window tr {
    text-align: left;
    border: 0; }
    .modal-window tr td {
      padding: 5px 3px;
      vertical-align: top; }
  .modal-window p.emailerror, .modal-window p.emailsuccess, .modal-window p.rateupdate, .modal-window #page-provider #frm-email-provider p.emailsuccess, #page-provider #frm-email-provider .modal-window p.emailsuccess {
    padding: 7px;
    margin: 18px;
    color: #FF0000;
    border: 1px solid #FF0000; }
  .modal-window p.emailsuccess {
    color: #E2FDF0;
    border: 1px solid #E2FDF0; }
  .modal-window p.rateupdate {
    background: #EEE8AA; }
  .modal-window .submitemailrequest .select2 {
    width: 100% !important;
    height: 28px; }
    .modal-window .submitemailrequest .select2 .select2-selection {
      background: #eee; }
      .modal-window .submitemailrequest .select2 .select2-selection .select2-selection__rendered {
        line-height: 28px;
        color: #999; }

#heloc-alert.modal-window p {
  text-align: left; }
  #heloc-alert.modal-window p.para1 {
    margin: 0 10px 10px 15px; }
  #heloc-alert.modal-window p.para2 {
    margin: 0 10px 20px 15px; }

#amount-discrepency-alert.modal-window p {
  text-align: left;
  margin: 10px; }
  #amount-discrepency-alert.modal-window p.first-para {
    margin-top: 20px; }
  #amount-discrepency-alert.modal-window p.last-para {
    margin-bottom: 20px; }

#rate-surveillance.modal-window {
  width: 600px; }
  #rate-surveillance.modal-window span.fa {
    position: absolute;
    right: 15px;
    top: 13px; }
  #rate-surveillance.modal-window span.fa:hover {
    color: #FFFFFF !important; }
  #rate-surveillance.modal-window .main-heading a {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 15px;
    width: 15px;
    z-index: 99;
    opacity: 0; }
#rate-surveillance span.select2-selection.select2-selection--single {
  background: #EEE;
  border-radius: 0; }
#rate-surveillance .select2-container--disabled span.select2-selection.select2-selection--single {
  background: #FFF;
  border: 1px solid #EEE; }
#rate-surveillance .select2-container--disabled span.select2-selection--single .select2-selection__rendered {
  color: #999; }
#rate-surveillance span.select2.select2-container.select2-container--default {
  width: 100% !important; }
#rate-surveillance input[type="submit"] {
  width: 100px;
  display: inline-block;
  margin: 0; }
  #rate-surveillance input[type="submit"]:focus {
    outline: solid thin #FF4C00; }
#rate-surveillance input[type="checkbox"] + label {
  float: none;
  display: inline-block;
  margin: 0 10px;
  min-width: inherit; }
#rate-surveillance input {
  height: 38px;
  padding: 9px 7px; }
#rate-surveillance tr td {
  vertical-align: middle; }
#rate-surveillance tr.survaillence-additional-options-box {
  display: none; }

.profile .row .half {
  width: 35%; }
  .profile .row .half.last {
    width: 63%; }

h2#rate-alert-heading {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 19px;
  font-size: 1.5rem; }

h2#current-rate-heading {
  float: right;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 19px;
  font-size: 1.5rem; }

ul.rate-alerts {
  padding: 0;
  margin: 10px 0; }
  ul.rate-alerts li {
    display: block;
    padding: 6px;
    margin: 8px 0px;
    background: #eee; }
    ul.rate-alerts li a {
      background: #D93802;
      color: #FFF;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      line-height: 20px;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      font-size: 12px;
      margin-right: 5px; }
      ul.rate-alerts li a:last-child {
        margin-right: 10px; }
    ul.rate-alerts li.create-btn {
      background: #D93802;
      color: #FFF;
      display: inline-block;
      cursor: pointer;
      padding: 0; }
      ul.rate-alerts li.create-btn a {
        width: auto;
        height: auto;
        border-radius: 0;
        margin: 0;
        padding: 6px; }
        ul.rate-alerts li.create-btn a:focus {
          outline: solid thin #444; }
    ul.rate-alerts li span.alert-current-value {
      float: right;
      display: inline-block;
      font-weight: bold;
      padding-left: 8px;
      position: relative; }

span.select2-dropdown.select2-dropdown--below,
span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999; }

#call-window .call-content {
  text-align: center; }
#call-window p.call-content {
  margin: 10px; }
#call-window p.phoneerror, #call-window p.ringing, #call-window p.in-progress {
  background: #dc9f9f;
  padding: 7px;
  margin: 18px; }
#call-window p.ringing {
  background: #F3F09D; }
#call-window p.in-progress {
  background: #E2FDF0; }
#call-window table {
  width: 64%;
  margin: 0 auto 22px; }
#call-window .submitcallrequest {
  padding: 15px 35px 0; }
#call-window .caller_name {
  margin-bottom: 7px; }

#home .select2 {
  margin-top: 0; }
  #home .select2 .select2-selection__rendered {
    text-align: right; }
#home #popular-rates {
  padding: 20px 0;
  clear: both; }
  #home #popular-rates .col {
    width: 19%;
    margin-right: 1%;
    float: left;
    text-align: center;
    background: #eee;
    border-right: 1px solid #FFF;
    border: 1px solid #b6b7b9;
    border-radius: 5px;
    padding: 25px 2px 0px 2px;
    position: relative;
    height: 80%;
    margin-top: 15px;
    cursor: pointer; }
    #home #popular-rates .col:hover {
      background: #FFDCD1; }
    #home #popular-rates .col .position-number {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background: #D93802;
      color: #FFF;
      line-height: 40px;
      vertical-align: middle;
      font-weight: bold;
      position: absolute;
      top: -15px;
      left: 50%;
      margin-left: -20px; }
    #home #popular-rates .col .rate {
      color: #3c3d41;
      font-weight: bold;
      font-size: 22px; }
    #home #popular-rates .col .lender {
      font-size: 14px;
      margin-bottom: 10px;
      color: #555;
      word-break: break-word; }

#ratespy-home .home-banner {
  height: 515px;
  background-image: url(../img/home/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    #ratespy-home .home-banner {
      height: 575px; } }
  #ratespy-home .home-banner .overlapped {
    background: #35373C;
    mix-blend-mode: multiply;
    opacity: 0.9;
    box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.12);
    height: 515px;
    position: absolute;
    width: 100%;
    top: 0; }
    @media (max-width: 767px) {
      #ratespy-home .home-banner .overlapped {
        height: 575px; } }
  #ratespy-home .home-banner .wrapper {
    padding-top: 0px;
    height: 100%; }
    @media (max-width: 767px) {
      #ratespy-home .home-banner .wrapper {
        width: 100%; }
        #ratespy-home .home-banner .wrapper .col-50 {
          width: 100%;
          margin-right: 0; } }
    #ratespy-home .home-banner .wrapper .left-col h1 {
      font-size: 40px;
      line-height: 55px;
      color: #fff;
      font-weight: bold;
      font-style: normal;
      margin-bottom: 26px;
      margin-top: 102px; }
      @media (max-width: 991px) {
        #ratespy-home .home-banner .wrapper .left-col h1 {
          font-size: 32px;
          line-height: 50px;
          margin-bottom: 26px; } }
      @media (max-width: 767px) {
        #ratespy-home .home-banner .wrapper .left-col h1 {
          text-align: center;
          margin-top: 24px;
          margin-bottom: 8px;
          font-size: 32px;
          line-height: 44px; } }
      #ratespy-home .home-banner .wrapper .left-col h1.home_heading {
        font-size: 48px;
        line-height: 65px;
        margin-bottom: 32px;
        margin-top: 112px; }
        @media (max-width: 991px) {
          #ratespy-home .home-banner .wrapper .left-col h1.home_heading {
            font-size: 40px;
            line-height: 55px; } }
    #ratespy-home .home-banner .wrapper .left-col p {
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 33px;
      color: #FFFFFF;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        #ratespy-home .home-banner .wrapper .left-col p {
          text-align: center;
          font-size: 20px;
          line-height: 27px; } }
    #ratespy-home .home-banner .wrapper .right-col .form-wrapper {
      background: #FFFFFF;
      border-radius: 6px;
      height: 314px;
      max-width: 456px;
      padding: 40px;
      margin-left: auto;
      margin-top: 48px; }
      @media (max-width: 991px) {
        #ratespy-home .home-banner .wrapper .right-col .form-wrapper {
          padding: 24px 26px; } }
      @media (max-width: 767px) {
        #ratespy-home .home-banner .wrapper .right-col .form-wrapper {
          max-width: 343px;
          margin: 24px auto 0;
          padding: 24px 27px 24px 26px;
          height: 481px;
          box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.12);
          border-radius: 10px; } }
      #ratespy-home .home-banner .wrapper .right-col .form-wrapper h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
        color: #000000;
        font-style: normal;
        margin-bottom: 16px; }
        @media (max-width: 991px) {
          #ratespy-home .home-banner .wrapper .right-col .form-wrapper h2 {
            font-size: 28px; } }
        @media (max-width: 767px) {
          #ratespy-home .home-banner .wrapper .right-col .form-wrapper h2 {
            font-size: 24px;
            line-height: 33px;
            margin-bottom: 16px; } }
      #ratespy-home .home-banner .wrapper .right-col .form-wrapper .select2 {
        background: #FFFFFF;
        border: 2px solid #F23D08;
        box-sizing: border-box;
        border-radius: 12px;
        height: 46px;
        width: 100% !important;
        float: none; }
        @media (max-width: 991px) {
          #ratespy-home .home-banner .wrapper .right-col .form-wrapper .select2 {
            display: inline-block; } }
        #ratespy-home .home-banner .wrapper .right-col .form-wrapper .select2 .select2-selection--single {
          border-radius: 12px;
          display: flex;
          align-items: center; }
          #ratespy-home .home-banner .wrapper .right-col .form-wrapper .select2 .select2-selection--single span#select2-rate-province-container {
            padding: 0 0 0 27px;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 22px;
            color: #000000;
            height: auto; }
          #ratespy-home .home-banner .wrapper .right-col .form-wrapper .select2 .select2-selection--single .b {
            right: 15px;
            left: unset;
            margin: -4px 0 0;
            border: none;
            background-image: url(../img/home/select_arraow.png);
            width: 13px;
            height: 8px;
            display: inline-block; }
      #ratespy-home .home-banner .wrapper .right-col .form-wrapper .rates-data {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 33px; }
        @media (max-width: 767px) {
          #ratespy-home .home-banner .wrapper .right-col .form-wrapper .rates-data {
            margin-top: 16px; } }
        #ratespy-home .home-banner .wrapper .right-col .form-wrapper .rates-data p {
          font-style: normal;
          font-weight: 600;
          font-size: 48px;
          line-height: 65px;
          text-align: center;
          color: #000000;
          margin-bottom: 15px; }
          @media (max-width: 767px) {
            #ratespy-home .home-banner .wrapper .right-col .form-wrapper .rates-data p {
              font-size: 36px;
              line-height: 49px;
              margin-bottom: 9px;
              height: 38px; } }
        #ratespy-home .home-banner .wrapper .right-col .form-wrapper .rates-data span {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 19px;
          text-align: center;
          color: #000000; }
        #ratespy-home .home-banner .wrapper .right-col .form-wrapper .rates-data .seperator {
          border-bottom: 1px solid #000000;
          transform: rotate(90deg);
          width: 69px;
          height: 0;
          margin-top: 30.8px; }
          @media (max-width: 767px) {
            #ratespy-home .home-banner .wrapper .right-col .form-wrapper .rates-data .seperator {
              width: 49px;
              margin-top: 28px; } }
      #ratespy-home .home-banner .wrapper .right-col .form-wrapper .getStarted-mob {
        display: none; }
        @media (max-width: 767px) {
          #ratespy-home .home-banner .wrapper .right-col .form-wrapper .getStarted-mob {
            display: block; }
            #ratespy-home .home-banner .wrapper .right-col .form-wrapper .getStarted-mob p {
              font-style: normal;
              font-weight: normal;
              font-size: 18px;
              line-height: 25px;
              text-align: center;
              color: #000000;
              margin-bottom: 16px;
              margin-top: 32px; }
            #ratespy-home .home-banner .wrapper .right-col .form-wrapper .getStarted-mob .btns-wrapper {
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex-direction: column; }
              #ratespy-home .home-banner .wrapper .right-col .form-wrapper .getStarted-mob .btns-wrapper a button {
                background: #F23D08;
                border-radius: 12px;
                font-style: normal;
                font-weight: bold;
                font-size: 18px;
                line-height: 25px;
                text-align: center;
                text-transform: capitalize;
                color: #FFFFFF;
                border: none;
                width: 290px;
                height: 42px;
                padding: 0;
                margin-bottom: 16px; }
                #ratespy-home .home-banner .wrapper .right-col .form-wrapper .getStarted-mob .btns-wrapper a button:hover {
                  background: #ff7337; }
              #ratespy-home .home-banner .wrapper .right-col .form-wrapper .getStarted-mob .btns-wrapper a:last-child button {
                margin-bottom: 0; } }
    #ratespy-home .home-banner .wrapper .getStarted-wrapper {
      background: #FFFFFF;
      box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.12);
      border-radius: 10px;
      padding: 40px 93px;
      position: absolute;
      bottom: -109px;
      width: 100%; }
      @media (max-width: 1200px) {
        #ratespy-home .home-banner .wrapper .getStarted-wrapper {
          padding: 40px 65px; } }
      @media (max-width: 991px) {
        #ratespy-home .home-banner .wrapper .getStarted-wrapper {
          padding: 40px; } }
      #ratespy-home .home-banner .wrapper .getStarted-wrapper p {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #000000;
        margin-bottom: 24px; }
      #ratespy-home .home-banner .wrapper .getStarted-wrapper .btns-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #ratespy-home .home-banner .wrapper .getStarted-wrapper .btns-wrapper button {
          background: #D93802;
          border-radius: 12px;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 25px;
          text-align: center;
          text-transform: capitalize;
          color: #FFFFFF;
          border: none;
          width: 290px;
          height: 42px;
          padding: 0; }
          #ratespy-home .home-banner .wrapper .getStarted-wrapper .btns-wrapper button:hover {
            background: #D93802; }
          @media (max-width: 1200px) {
            #ratespy-home .home-banner .wrapper .getStarted-wrapper .btns-wrapper button {
              width: 250px;
              font-size: 16px;
              line-height: 20px; } }
          @media (max-width: 991px) {
            #ratespy-home .home-banner .wrapper .getStarted-wrapper .btns-wrapper button {
              width: 210px;
              height: 42px;
              font-size: 14px;
              line-height: 18px; } }
      @media (max-width: 767px) {
        #ratespy-home .home-banner .wrapper .getStarted-wrapper {
          display: none; } }
#ratespy-home .logos-wrapper {
  margin-top: 151px;
  text-align: center; }
  @media (max-width: 767px) {
    #ratespy-home .logos-wrapper {
      margin-top: 300px; } }
  #ratespy-home .logos-wrapper .wrapper {
    padding-top: 0; }
    #ratespy-home .logos-wrapper .wrapper p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      text-align: center;
      color: #000000;
      margin-bottom: 32px; }
    #ratespy-home .logos-wrapper .wrapper .logos {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #ratespy-home .logos-wrapper .wrapper .logos .logo {
        /*margin-right: 80px;
        &:last-child {
            margin-right: 0;
        }*/ }
        @media (max-width: 991px) {
          #ratespy-home .logos-wrapper .wrapper .logos .logo {
            margin-right: 0;
            margin-bottom: 30px; }
            #ratespy-home .logos-wrapper .wrapper .logos .logo:nth-child(n + 4) {
              order: 1; } }
        @media (max-width: 767px) {
          #ratespy-home .logos-wrapper .wrapper .logos .logo {
            margin-right: 0;
            width: 50%; }
            #ratespy-home .logos-wrapper .wrapper .logos .logo img {
              width: 50%; }
            #ratespy-home .logos-wrapper .wrapper .logos .logo:nth-child(n + 3) {
              order: 1; }
            #ratespy-home .logos-wrapper .wrapper .logos .logo:nth-child(n + 5) {
              order: 2;
              margin-bottom: 0; }
            #ratespy-home .logos-wrapper .wrapper .logos .logo:nth-child(n+6) {
              margin-bottom: 0; } }
        @media (max-width: 600px) {
          #ratespy-home .logos-wrapper .wrapper .logos .logo img {
            width: auto; } }
      @media (max-width: 991px) {
        #ratespy-home .logos-wrapper .wrapper .logos {
          justify-content: space-around;
          flex-flow: row wrap;
          align-content: space-between; }
          #ratespy-home .logos-wrapper .wrapper .logos::before, #ratespy-home .logos-wrapper .wrapper .logos::after {
            content: '';
            width: 100%;
            order: 1; } }
#ratespy-home .space-wrapper {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  max-width: 728px;
  height: 90px;
  background: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto; }
  @media (max-width: 767px) {
    #ratespy-home .space-wrapper {
      max-width: 320px;
      margin: 48px auto;
      height: 50px; } }
@media (max-width: 767px) {
  #ratespy-home .current-rates .wrapper {
    padding-top: 0px; } }
#ratespy-home .current-rates .wrapper .list-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.12);
  border-radius: 10px; }
  @media (max-width: 991px) {
    #ratespy-home .current-rates .wrapper .list-wrapper {
      padding-bottom: 28px; } }
  @media (max-width: 767px) {
    #ratespy-home .current-rates .wrapper .list-wrapper {
      padding-bottom: 20px; } }
  #ratespy-home .current-rates .wrapper .list-wrapper .list-header {
    background: #35373C;
    border-radius: 10px 10px 0px 0px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px; }
    @media (max-width: 767px) {
      #ratespy-home .current-rates .wrapper .list-wrapper .list-header {
        height: 71px;
        padding: 24px 24px 16px;
        display: block; } }
    #ratespy-home .current-rates .wrapper .list-wrapper .list-header .heading {
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 33px;
      color: #FFFFFF; }
    #ratespy-home .current-rates .wrapper .list-wrapper .list-header .select2 {
      float: none;
      width: 204px !important;
      height: 49px;
      background: #FFFFFF;
      border: 2px solid #F23D08;
      box-sizing: border-box;
      border-radius: 12px; }
      @media (max-width: 767px) {
        #ratespy-home .current-rates .wrapper .list-wrapper .list-header .select2 {
          display: none; } }
      #ratespy-home .current-rates .wrapper .list-wrapper .list-header .select2:focus-visible {
        outline: none; }
      #ratespy-home .current-rates .wrapper .list-wrapper .list-header .select2 .select2-selection--single {
        border-radius: 12px;
        display: flex;
        align-items: center; }
        #ratespy-home .current-rates .wrapper .list-wrapper .list-header .select2 .select2-selection--single span#select2-rate-province-container {
          padding: 0 0 0 27px;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 22px;
          color: #000000;
          height: auto; }
        #ratespy-home .current-rates .wrapper .list-wrapper .list-header .select2 .select2-selection--single .b {
          right: 17px;
          left: unset;
          margin: -4px 0 0;
          border: none;
          background-image: url(../img/home/select_arraow.png);
          width: 13px;
          height: 8px;
          display: inline-block; }
  #ratespy-home .current-rates .wrapper .list-wrapper .rates-list {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000; }
    @media (max-width: 991px) {
      #ratespy-home .current-rates .wrapper .list-wrapper .rates-list {
        flex-direction: column; } }
    @media (max-width: 767px) {
      #ratespy-home .current-rates .wrapper .list-wrapper .rates-list {
        flex-direction: column;
        padding: 0 24px; } }
    #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .select2 {
      display: none; }
      @media (max-width: 767px) {
        #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .select2 {
          display: block;
          float: none;
          margin-top: 16px;
          width: 100% px !important;
          height: 49px;
          background: #FFFFFF;
          border: 2px solid #F23D08;
          box-sizing: border-box;
          border-radius: 12px; }
          #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .select2 .select2-selection--single {
            border-radius: 12px;
            display: flex;
            align-items: center; }
            #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .select2 .select2-selection--single span#select2-rate-province-container {
              padding: 0 0 0 27px;
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              line-height: 22px;
              color: #000000;
              height: auto; }
            #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .select2 .select2-selection--single .b {
              right: 17px;
              left: unset;
              margin: -4px 0 0;
              border: none;
              background-image: url(../img/home/select_arraow.png);
              width: 13px;
              height: 8px;
              display: inline-block; } }
    #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 {
      width: 33.33333333%;
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 991px) {
        #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 {
          width: 100%;
          position: relative; } }
      @media (max-width: 767px) {
        #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 {
          width: 100%;
          padding: 0px; } }
      #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 h4.colhead {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
        margin: 32px 0 0; }
        @media (max-width: 991px) {
          #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 h4.colhead {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-image: url(../img/home/open-icon.png);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: auto; }
            #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 h4.colhead.active {
              background-image: url(../img/home/close-icon.png); } }
        @media (max-width: 767px) {
          #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 h4.colhead {
            margin: 24px 0 4px; } }
        #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 h4.colhead img {
          display: none; }
          @media (max-width: 991px) {
            #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 h4.colhead img {
              display: block; } }
      @media (max-width: 991px) {
        #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .list {
          display: none;
          height: auto; } }
      #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .fixed-rates, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .variable-rates, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .rates-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        padding: 24px 0 26px;
        color: #000000; }
        @media (max-width: 767px) {
          #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .fixed-rates, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .variable-rates, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .rates-name {
            padding: 16px 0 18px; } }
        #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .fixed-rates .rate-percentage, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .variable-rates .rate-percentage, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .rates-name .rate-percentage {
          display: flex;
          align-items: center;
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 33px;
          color: #000000; }
          #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .fixed-rates .rate-percentage .right-arrow, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .variable-rates .rate-percentage .right-arrow, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .rates-name .rate-percentage .right-arrow {
            background: #F23D08;
            height: 19px;
            width: 19px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 8px; }
            @media (max-width: 991px) {
              #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .fixed-rates .rate-percentage .right-arrow, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .variable-rates .rate-percentage .right-arrow, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .rates-name .rate-percentage .right-arrow {
                margin-left: 20px; } }
            @media (max-width: 767px) {
              #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .fixed-rates .rate-percentage .right-arrow, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .variable-rates .rate-percentage .right-arrow, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .rates-name .rate-percentage .right-arrow {
                margin-left: 8px; } }
        @media (min-width: 991px) {
          #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .fixed-rates.no_border, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .variable-rates.no_border, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper .rates-name.no_border {
            border-bottom: unset; } }
      @media (min-width: 991px) {
        #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper:last-child .fixed-rates, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper:last-child .variable-rates, #ratespy-home .current-rates .wrapper .list-wrapper .rates-list .col-4 .rate-wrapper:last-child .rates-name {
          border-bottom: unset; } }
#ratespy-home .current-rates .wrapper p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 16px 0 0 40px; }
#ratespy-home .notice .wrapper {
  padding-top: 16px; }
  #ratespy-home .notice .wrapper p {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000000;
    background: #F6F6F6;
    border-radius: 6px;
    padding: 16px 0 16px 40px; }
    #ratespy-home .notice .wrapper p span {
      font-weight: bold; }
    #ratespy-home .notice .wrapper p img {
      margin: 0 8px 0 0; }
#ratespy-home .article-wrapper {
  margin-top: 8px; }
  #ratespy-home .article-wrapper .wrapper {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(51, 51, 51, 0.12);
    border-radius: 6px;
    padding: 16px 40px; }
    @media (max-width: 767px) {
      #ratespy-home .article-wrapper .wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 24px; } }
    #ratespy-home .article-wrapper .wrapper .headline-heading {
      background: #D93802;
      border-radius: 6px;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 19px;
      display: flex;
      align-items: center;
      color: #FFFFFF;
      padding: 8px;
      margin-right: 40px; }
      @media (max-width: 767px) {
        #ratespy-home .article-wrapper .wrapper .headline-heading {
          margin: 0 0 16px; }
          #ratespy-home .article-wrapper .wrapper .headline-heading br {
            display: none; } }
    #ratespy-home .article-wrapper .wrapper .right-col {
      width: 100%; }
      #ratespy-home .article-wrapper .wrapper .right-col .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #ratespy-home .article-wrapper .wrapper .right-col .title-wrapper h5 {
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 22px;
          color: #000000;
          margin: 0; }
        #ratespy-home .article-wrapper .wrapper .right-col .title-wrapper .date {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 19px;
          text-align: right;
          color: #666666; }
          @media (max-width: 767px) {
            #ratespy-home .article-wrapper .wrapper .right-col .title-wrapper .date {
              position: absolute;
              top: 24px;
              right: 24px; } }
      #ratespy-home .article-wrapper .wrapper .right-col p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        margin: 4px 0 0; }
#ratespy-home .media .wrapper {
  padding-top: 80px; }
  @media (max-width: 767px) {
    #ratespy-home .media .wrapper {
      padding-top: 48px; } }
  #ratespy-home .media .wrapper h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      #ratespy-home .media .wrapper h2 {
        margin-bottom: 8px;
        font-size: 32px;
        line-height: 44px;
        text-align: center; } }
  #ratespy-home .media .wrapper .row {
    display: flex;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px; }
    @media (max-width: 991px) {
      #ratespy-home .media .wrapper .row {
        flex-flow: row wrap;
        align-content: space-between; } }
    @media (max-width: 767px) {
      #ratespy-home .media .wrapper .row {
        flex-direction: column; } }
    #ratespy-home .media .wrapper .row .col-3 {
      width: 25%;
      padding-left: 12px;
      padding-right: 12px; }
      @media (max-width: 991px) {
        #ratespy-home .media .wrapper .row .col-3 {
          width: 50%; }
          #ratespy-home .media .wrapper .row .col-3:nth-child(n+3) {
            order: 1; } }
      @media (max-width: 767px) {
        #ratespy-home .media .wrapper .row .col-3 {
          width: 100%; } }
      #ratespy-home .media .wrapper .row .col-3 .inner-container {
        background: #FFFFFF;
        box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.12);
        border-radius: 10px;
        margin-top: 16px; }
        #ratespy-home .media .wrapper .row .col-3 .inner-container .top-col {
          background: #35373C;
          border-radius: 10px 10px 0px 0px;
          height: 95px;
          position: relative; }
          #ratespy-home .media .wrapper .row .col-3 .inner-container .top-col .img-wrapper {
            background: #FFFFFF;
            box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.12);
            width: 132px;
            height: 132px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            position: absolute;
            bottom: -66px;
            left: Calc(50% - 66px); }
            #ratespy-home .media .wrapper .row .col-3 .inner-container .top-col .img-wrapper img {
              border-radius: 50%; }
            @media (max-width: 767px) {
              #ratespy-home .media .wrapper .row .col-3 .inner-container .top-col .img-wrapper {
                width: 109px;
                height: 109px;
                left: calc(50% - 54.5px);
                bottom: -54.5px; }
                #ratespy-home .media .wrapper .row .col-3 .inner-container .top-col .img-wrapper img {
                  display: block;
                  max-width: 84.67px;
                  height: auto;
                  border-radius: 50%; } }
        #ratespy-home .media .wrapper .row .col-3 .inner-container .date {
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 22px;
          color: #000000;
          margin-top: 77px;
          padding: 0 22px 0 24px; }
          @media (max-width: 767px) {
            #ratespy-home .media .wrapper .row .col-3 .inner-container .date {
              font-size: 16px;
              line-height: 22px;
              margin-top: 72px;
              padding: 0 18px 0 24px; } }
        #ratespy-home .media .wrapper .row .col-3 .inner-container p {
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 33px;
          color: #000000;
          margin: 8px 0 16px;
          padding: 0 22px 0 24px; }
          @media (max-width: 767px) {
            #ratespy-home .media .wrapper .row .col-3 .inner-container p {
              font-size: 18px;
              line-height: 25px;
              color: #000000; } }
        #ratespy-home .media .wrapper .row .col-3 .inner-container .read-more {
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 22px;
          color: #000000;
          display: flex;
          align-items: center;
          padding: 0 22px 24px 24px; }
          #ratespy-home .media .wrapper .row .col-3 .inner-container .read-more .right-arrow {
            background: #F23D08;
            height: 19px;
            width: 19px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 8px; }
  #ratespy-home .media .wrapper a {
    display: block; }
    #ratespy-home .media .wrapper a .btn {
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 25px;
      background: #D93802;
      border-radius: 12px;
      height: 55px;
      width: 289px;
      border: none;
      align-items: center;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
      margin: 40px auto 0;
      display: block; }
      #ratespy-home .media .wrapper a .btn:hover {
        background: #D93802; }
      @media (max-width: 767px) {
        #ratespy-home .media .wrapper a .btn {
          height: 45px;
          width: 290px;
          margin: 32px auto 0; } }
@media (max-width: 991px) {
  #ratespy-home .home_desktop_only {
    display: none; } }
@media (min-width: 992px) {
  #ratespy-home .home_mobile_only {
    display: none; } }

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
header {
  overflow-y: visible; }

.page .wrapper {
  padding-top: 20px; }
.page header .wrapper, .page footer .wrapper {
  padding: 0; }

.row {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block; }
  .row .sidebar-left {
    float: left;
    width: 280px;
    margin-right: 2%; }
  .row .sidebar-right {
    float: right;
    width: 300px;
    margin-left: 2%; }
  .row .half {
    float: left;
    width: 49%; }
    .row .half.last {
      float: right; }
  .row .col {
    display: inline-block;
    width: 60%; }
  .row .col-3 {
    display: inline-block;
    width: 33%;
    vertical-align: top; }
  .row .home-col-3 {
    margin-right: 2%;
    width: 30%; }

.row-space {
  margin: 20px 0; }

main {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: top right; }

.logo-menu-wrapper, .spy-stats {
  display: inline-block; }

header {
  position: relative; }
  header .banner {
    padding: 15px 0;
    background-color: #3b3d41; }
    header .banner .spy-stats {
      display: inline-block;
      color: #fff;
      padding-left: 5px; }
      header .banner .spy-stats .spy-stats-text {
        text-transform: uppercase; }
        header .banner .spy-stats .spy-stats-text .strong-white {
          color: #fff; }
    header .banner .user-options {
      float: right;
      margin-top: -15px; }
      header .banner .user-options .fa-tachometer {
        color: #fff;
        padding-right: 5px; }
      header .banner .user-options ul li {
        margin-left: 25px;
        display: inline-block; }
        header .banner .user-options ul li a {
          color: #fff;
          text-transform: uppercase;
          font-size: 13px; }
          header .banner .user-options ul li a img {
            vertical-align: middle;
            margin-right: 5px; }
      header .banner .user-options .profile-icon {
        width: 24px;
        height: auto; }

.user-account {
  float: right;
  margin: 20px 0 0 30px;
  text-align: center;
  line-height: 16px;
  width: 53px; }
  .user-account a {
    text-align: center;
    display: inline-block;
    color: #34373c; }
    .user-account a i {
      font-size: 1.5em; }

header .below-banner {
  padding: 18px 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
  min-height: 90px;
  background-color: #fff; }
  header .below-banner .logo-menu-wrapper {
    width: 20%; }
    header .below-banner .logo-menu-wrapper .logo img {
      max-width: 85%;
      height: auto; }
    header .below-banner .logo-menu-wrapper .mobile-menu {
      display: none; }

.nav {
  text-align: center;
  height: auto;
  z-index: 4;
  float: right;
  margin-top: 5px; }
  .nav #menu-main_menu a {
    color: #3b3d41; }
  .nav .icon-map {
    background: url("../img/icon-image-set.png");
    display: block;
    position: relative;
    overflow: hidden;
    margin: 7px auto; }
  .nav #menu-item-home .icon-map {
    background-position: -1px 5px;
    width: 29px;
    height: 38px; }
  .nav #menu-item-home a:hover .icon-map {
    background-position: -1px -35px; }
  .nav #menu-item-home.current_page_item .icon-map {
    background-position: -1px -35px; }
  .nav #menu-item-best-mortgage-rates .icon-map {
    background-position: -48px 5px;
    width: 29px;
    height: 38px; }
  .nav #menu-item-best-mortgage-rates a:hover .icon-map {
    background-position: -48px -35px; }
  .nav #menu-item-best-mortgage-rates.current_page_item .icon-map {
    background-position: -48px -35px; }
  .nav #menu-item-about .icon-map {
    background-position: -96px 4px;
    width: 29px;
    height: 38px; }
  .nav #menu-item-about a:hover .icon-map {
    background-position: -96px -36px; }
  .nav #menu-item-about.current_page_item .icon-map {
    background-position: -96px -36px; }
  .nav #menu-item-news .icon-map {
    background-position: -185px 5px;
    width: 36px;
    height: 38px; }
  .nav #menu-item-news a:hover .icon-map {
    background-position: -185px -35px; }
  .nav #menu-item-news.current_page_item .icon-map {
    background-position: -185px -35px; }
  .nav #menu-item-mortgage-calculator .icon-map {
    background-position: -292px 5px;
    width: 36px;
    height: 38px; }
  .nav #menu-item-mortgage-calculator a:hover .icon-map {
    background-position: -292px -35px; }
  .nav #menu-item-mortgage-calculator.current_page_item .icon-map {
    background-position: -292px -35px; }
  .nav #menu-item-amortization-scenarios .icon-map {
    background-position: -330px 5px;
    width: 36px;
    height: 38px; }
  .nav #menu-item-amortization-scenarios a:hover .icon-map {
    background-position: -330px -35px; }
  .nav #menu-item-amortization-scenarios.current_page_item .icon-map {
    background-position: -330px -35px; }
  .nav #menu-item-custom-profile .icon-map {
    background-position: -424px 4px;
    width: 36px;
    height: 38px; }
  .nav #menu-item-custom-profile a:hover .icon-map {
    background-position: -424px 31px; }
  .nav #menu-item-custom-profile.current_page_item .icon-map {
    background-position: -424px 31px; }
  .nav #menu-item-custom-logout .icon-map {
    background-position: -402px 4px;
    width: 36px;
    height: 38px; }
  .nav #menu-item-custom-logout a:hover .icon-map {
    background-position: -402px 31px; }
  .nav #menu-item-custom-logout.current_page_item .icon-map {
    background-position: -402px 31px; }
  .nav #menu-item-custom-register .icon-map {
    background-position: -424px 4px;
    width: 36px;
    height: 38px; }
  .nav #menu-item-custom-register a:hover .icon-map {
    background-position: -424px 31px; }
  .nav #menu-item-custom-register.current_page_item .icon-map {
    background-position: -424px 31px; }
  .nav ul#menu-main_menu {
    display: table;
    padding: 0;
    margin: 0 auto;
    font-weight: bold; }
    .nav ul#menu-main_menu img {
      vertical-align: middle;
      margin-right: 5px; }
    .nav ul#menu-main_menu li {
      display: table-cell;
      line-height: initial;
      white-space: nowrap;
      position: relative;
      list-style-type: none;
      padding-left: 55px;
      width: inherit; }
      .nav ul#menu-main_menu li .show-sub {
        padding-left: 5px;
        color: #909090; }
      .nav ul#menu-main_menu li#menu-item-custom-profile, .nav ul#menu-main_menu li#menu-item-custom-logout, .nav ul#menu-main_menu li#menu-item-custom-login, .nav ul#menu-main_menu li#menu-item-custom-register {
        display: none; }
      .nav ul#menu-main_menu li a {
        text-transform: uppercase;
        height: 100%;
        display: inline-block;
        line-height: 54px;
        font-size: 13px; }
      .nav ul#menu-main_menu li span {
        display: block; }
        .nav ul#menu-main_menu li span.fa {
          display: inline-block; }
      .nav ul#menu-main_menu li ul.sub-menu {
        display: none;
        position: absolute;
        z-index: 3;
        width: 250px;
        left: 22px;
        font: 400 14px/1.4 "Open Sans", "Helvetica Neue", sans-serif;
        background-color: #3c3d41;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
        padding: 7px 13px;
        text-align: left; }
        .nav ul#menu-main_menu li ul.sub-menu a {
          text-transform: initial;
          line-height: inherit;
          color: #fff;
          outline-color: #fff; }
        .nav ul#menu-main_menu li ul.sub-menu i {
          font-size: 12px; }
        .nav ul#menu-main_menu li ul.sub-menu .go-back {
          float: right;
          font-size: 14px;
          color: #D93802;
          padding-right: 7px; }
        .nav ul#menu-main_menu li ul.sub-menu .arrow_placement {
          display: inline-block; }
        .nav ul#menu-main_menu li ul.sub-menu li {
          display: block;
          position: initial;
          width: 100%;
          color: #FFF;
          line-height: 35px;
          padding-left: 5px; }
          .nav ul#menu-main_menu li ul.sub-menu li ul {
            top: -1px;
            left: 248px;
            position: absolute;
            display: none;
            padding: 0;
            width: 290px;
            display: block;
            padding: 7px 15px 15px 15px;
            white-space: initial;
            display: none; }
            .nav ul#menu-main_menu li ul.sub-menu li ul li {
              color: #000; }
              .nav ul#menu-main_menu li ul.sub-menu li ul li a {
                color: #000; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li a:hover {
                  color: #FFF; }
              .nav ul#menu-main_menu li ul.sub-menu li ul li.half, .nav ul#menu-main_menu li ul.sub-menu li ul li.full {
                width: 50%;
                float: left; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li.half:hover, .nav ul#menu-main_menu li ul.sub-menu li ul li.full:hover {
                  width: 50%;
                  float: left;
                  background: inherit !important; }
              .nav ul#menu-main_menu li ul.sub-menu li ul li.half {
                line-height: 25px; }
              .nav ul#menu-main_menu li ul.sub-menu li ul li.full {
                position: absolute;
                bottom: 6px;
                width: 100%; }
              .nav ul#menu-main_menu li ul.sub-menu li ul li.full a {
                font-size: 14px;
                background: #F5450D;
                color: #FFF;
                padding: 0 15px;
                margin: 0 auto;
                text-align: center;
                display: block;
                width: 80%; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li.full a:hover {
                  background: #3c3d41; }
            .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area {
              background: initial;
              padding: 0;
              border-bottom: 1px solid #D93802; }
              .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area ul {
                padding: 0;
                top: 37px;
                left: 0px;
                min-height: 120px;
                height: auto;
                background: #dedede;
                border-bottom: 1px solid #D93802; }
              .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area li {
                background: #dedede;
                padding: 2px 11px; }
                .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area li a {
                  width: 100%; }
                .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area li:hover {
                  background: #D93802;
                  margin: 0px;
                  width: 100%; }
                .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area li.half:hover {
                  width: 50%; }
          .nav ul#menu-main_menu li ul.sub-menu li:hover {
            color: #FFF;
            background: #D93802;
            width: 251px;
            margin-left: -13px;
            padding-left: 20px;
            margin-right: 20px;
            cursor: pointer; }
          .nav ul#menu-main_menu li ul.sub-menu li.reveal-more:hover .go-back {
            color: #FFF; }
          .nav ul#menu-main_menu li ul.sub-menu li.reveal-more ul {
            display: none;
            padding-bottom: 50px !important; }
  .nav li [class^="icon-"], .nav .nav li [class^="icon-"], .nav li [class*=" icon-"], .nav .nav li [class*=" icon-"] {
    display: block; }

/* theme my login */
#theme-my-login .input-group.submit {
  margin-top: 15px; }

/* sidebar */
.sidebar ul {
  padding: 0;
  margin: 10px 0 20px 0; }
  .sidebar ul li {
    list-style-type: none;
    padding: 7px 0;
    border-bottom: 1px dashed  #c5c5c5; }

/* footer */
.footer {
  padding-top: 50px;
  margin-top: 20px;
  height: 173px;
  clear: both; }
  .footer h2 {
    padding-top: 15px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #fff; }
  .footer #main-links {
    background: #34373c;
    color: #FFF;
    padding: 20px 0;
    text-align: center; }
  .footer #more-links {
    border-bottom: 4px solid #D93802;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 123px; }
    .footer #more-links #more-rates-tab {
      width: 150px;
      height: 45px;
      background: #D93802;
      margin: 0 auto;
      color: #FFF;
      text-align: center;
      cursor: pointer; }
      .footer #more-links #more-rates-tab p {
        padding-top: 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px; }
        .footer #more-links #more-rates-tab p span.arrow {
          height: 0px;
          width: 0px;
          border: none;
          border-left: 7px solid rgba(0, 0, 0, 0);
          border-right: 7px solid rgba(0, 0, 0, 0);
          margin-top: 2px;
          display: block;
          margin-left: 71.5px; }
          .footer #more-links #more-rates-tab p span.arrow.up {
            border-bottom: 7px solid #ffffff; }
          .footer #more-links #more-rates-tab p span.arrow.down {
            border-top: 7px solid #ffffff; }
    .footer #more-links #expanded-footer {
      background: #D93802;
      display: none;
      overflow: auto;
      padding-bottom: 10px; }
  .footer nav.sitemap_nav a {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .footer nav.sitemap_nav a:hover {
      color: #FFF;
      text-shadow: none; }
    .footer nav.sitemap_nav a:focus {
      outline-color: #FFF;
      margin: 1px; }
  .footer nav.footer_nav a {
    color: #FFF;
    text-shadow: none; }
  .footer nav.footer_nav .footer-menu-mobile {
    display: none; }
  .footer nav.sitemap_nav ul {
    width: 21%;
    padding: 0;
    overflow: auto;
    display: inline-block;
    margin: 22px 6%; }
  .footer nav.sitemap_nav li {
    list-style-type: none;
    padding: 3px 0; }
    .footer nav.sitemap_nav li strong {
      color: #FFF;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .footer nav.footer_nav a:hover {
    text-decoration: underline; }
  .footer nav.footer_nav ul {
    margin: 0;
    padding: 0; }
  .footer p {
    margin: 0;
    padding: 0 0 10px 0;
    color: #FFF; }
  .footer .copyright .small {
    font-size: 13px; }
  .footer nav.footer_nav li {
    display: inline;
    list-style-type: none;
    border-right: 1px solid #8C8C8C;
    padding: 0 10px; }
    .footer nav.footer_nav li:last-child {
      border: 0; }
  .footer nav.footer_nav ul.social-icons {
    margin-top: 8px; }
  .footer .small {
    margin-top: 13px; }

footer nav.footer_nav ul.social-icons li {
  border: 0; }
  footer nav.footer_nav ul.social-icons li:hover {
    opacity: 0.5; }

/*------------------------------------*\
PAGES
\*------------------------------------*/
/* HOME */
#find-best-rate {
  width: 100%;
  background: #eaeaea;
  border-bottom: 1px solid #b6b7b9; }
  #find-best-rate .wrapper {
    position: relative;
    height: 160px; }
  #find-best-rate h1, #find-best-rate .get-started-now, #find-best-rate .main-heading {
    margin: 0 0 13px 7px;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block; }
  #find-best-rate .magnified-glass {
    position: absolute;
    top: 28px;
    left: 0; }
  #find-best-rate #best-rate-form {
    position: absolute;
    top: 32px;
    right: 0; }
  #find-best-rate .input-group {
    margin-left: 7px; }
  #find-best-rate input.form-control {
    width: 120px; }
  #find-best-rate input.button {
    width: auto; }
  #find-best-rate #save-search {
    display: inline-block;
    padding: 6px 0 0 5px; }

.col-ads .square-ad {
  display: inline-block;
  width: 300px !important;
  height: 250px;
  margin-bottom: 20px; }
  .col-ads .square-ad img {
    width: 100%;
    height: auto; }

.textwidget .square-ad {
  display: inline-block;
  margin-bottom: 20px; }

.no-spam {
  padding-top: 10px; }

#newsletter-popup {
  top: 5% !important;
  padding-bottom: 17px; }
  #newsletter-popup input {
    width: auto;
    padding: 0 10px;
    border-radius: 4px; }
  #newsletter-popup p.subscribe-caption {
    margin: 20px 0; }
  #newsletter-popup .input-group {
    height: 48px; }
    #newsletter-popup .input-group input.button {
      height: 42px;
      padding: 0 12px; }
    #newsletter-popup .input-group #mce-EMAIL {
      width: 250px; }
  #newsletter-popup .no-spam {
    padding-top: 20px; }

#mce-responses .response {
  font-style: italic;
  background: #FFF;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 19px; }

.timeline-Widget {
  max-width: 100% !important; }

table span.provider-name-wrap {
  word-wrap: break-word;
  display: inline-block;
  width: 130px; }

.home {
  /* CURRENT BEST RATES HOME PAGE */ }
  .home .best-rates-results-container {
    background-color: #f7f8fa;
    overflow: auto;
    width: 100%; }
    .home .best-rates-results-container .best-rate-result {
      position: relative;
      width: 49.5%;
      padding: 20px 10px;
      float: left;
      border-bottom: 1px solid #e8e8e8; }
      .home .best-rates-results-container .best-rate-result:hover {
        cursor: pointer; }
      .home .best-rates-results-container .best-rate-result .result-left {
        width: 38%;
        margin-right: 2%;
        float: left;
        vertical-align: middle;
        margin-top: 4px; }
        .home .best-rates-results-container .best-rate-result .result-left .result-number {
          color: #C53302;
          font-size: 17px;
          font-weight: 800; }
          .home .best-rates-results-container .best-rate-result .result-left .result-number .percent {
            color: #707070;
            font-weight: normal;
            margin-left: 4px;
            font-size: 14px; }
      .home .best-rates-results-container .best-rate-result .result-right {
        margin-left: 2%;
        display: inline-block;
        width: 58%;
        vertical-align: middle;
        vertical-align: middle; }
        .home .best-rates-results-container .best-rate-result .result-right .rate-type {
          color: #3b3d41;
          font-size: 12px;
          font-weight: 600; }
        .home .best-rates-results-container .best-rate-result .result-right .rate-company {
          color: black;
          font-size: 11px;
          width: 90%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .home .best-rates-results-container .best-rate-result .no-rate-returned {
        font-size: 12px;
        text-align: center; }
      .home .best-rates-results-container .best-rate-result:hover {
        box-shadow: inset 0px 0px 41px 17px rgba(255, 145, 9, 0.1); }
    .home .best-rates-results-container .best-rate-result:nth-child(odd):after {
      content: '';
      position: absolute;
      top: 25px;
      right: 0;
      width: 1px;
      height: 50%;
      top: 25%;
      background-color: #e8e8e8; }
  .home .rates-last-updated {
    font-size: 10.4px;
    font-style: italic;
    margin-bottom: 10px; }
  @media only screen and (max-width: 1070px) and (min-width: 992px) {
    .home .rates-last-updated {
      font-size: 7.6px; } }
  @media only screen and (max-width: 1225px) and (min-width: 1071px) {
    .home .rates-last-updated {
      font-size: 8.5px; } }
  .home article {
    min-height: 450px; }
  .home #save-search {
    display: none !important; }
  .home #rate-province {
    width: 180px; }
    .home #rate-province ul {
      min-width: 180px;
      overflow: scroll; }
  .home .highlight {
    font-weight: bold; }
    .home .highlight a {
      color: #F00; }
    .home .highlight strong {
      color: #F00 !important;
      font-weight: bold !important; }
  .home .simpledropdown ul strong {
    color: #444;
    text-decoration: none;
    font-weight: normal; }

.best-bank-mortgage-rates td {
  height: 35px; }
@media only screen and (min-width: 768px) {
  .best-bank-mortgage-rates .heading-best-bank {
    height: 30px; }
    .best-bank-mortgage-rates .heading-best-bank h1 {
      float: left; }
    .best-bank-mortgage-rates .heading-best-bank span {
      position: relative;
      float: right;
      top: -6px; } }
.best-bank-mortgage-rates #large-ad-above-rates {
  margin: 10px auto 0;
  width: 728px !important;
  max-width: 100%; }
.best-bank-mortgage-rates .jtooltip-header a {
  color: #444; }

#rate-tips {
  /* border-bottom: 2px solid #D93802; */
  text-align: center;
  z-index: 1;
  position: absolute;
  height: 32px;
  right: 0;
  top: 30%; }
  #rate-tips #rate-tips-tab {
    width: 130px;
    height: 45px;
    line-height: 35px;
    background: #D93802;
    /* margin: 0 auto; */
    /* border-radius: 10px 10px 0 0; */
    color: #FFF;
    /* text-align: center; */
    /* cursor: pointer; */
    position: fixed;
    top: 36%;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 100;
    cursor: pointer;
    outline-color: #444;
    outline-width: 2px; }
    #rate-tips #rate-tips-tab p {
      color: #FFF;
      margin: 0;
      padding: 3px;
      font-size: 15px; }
  #rate-tips .rate-tips-tab-active {
    background: #fff !important; }
    #rate-tips .rate-tips-tab-active p {
      color: #D93802 !important; }
  #rate-tips #expanded-rate-tips {
    transition: 0.5s;
    background: #D93802;
    padding-bottom: 20px;
    color: #FFF;
    text-align: left;
    position: fixed;
    top: 20%;
    width: 100%;
    left: 100%; }
  #rate-tips .expanded-rate-tips-show {
    left: 0% !important; }

/* OUR TEAM */
.page#our-team .col-left {
  width: 250px;
  text-align: center;
  padding: 12px 0; }
.page#our-team .col-right {
  padding: 12px 20px; }
.page#our-team table, .page#our-team tbody {
  display: inline-block; }
.page#our-team table tr {
  border: none; }
.page#our-team img {
  max-width: 250px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto; }

/* RATES BY LOCATION */
.page#rates-by-location ul {
  padding: 0;
  margin: 20px 0 0 0; }
  @media only screen and (max-width: 850px) {
    .page#rates-by-location ul li:nth-child(5n+6) {
      clear: left;
      float: left; } }
  .page#rates-by-location ul ul {
    margin: 10px 0 60px 0; }
  .page#rates-by-location ul li {
    width: 100%; }
    @media only screen and (max-width: 849px) {
      .page#rates-by-location ul li {
        display: block; } }
    @media only screen and (min-width: 850px) {
      .page#rates-by-location ul li {
        display: inline-grid;
        float: left;
        width: 20%; } }
    .page#rates-by-location ul li.col {
      margin-bottom: 1%;
      width: 100% !important;
      margin-right: 1%;
      padding: 1%;
      min-height: 150px;
      float: left;
      font-weight: bold;
      vertical-align: top;
      background: #eee;
      height: 100%;
      position: relative; }
      .page#rates-by-location ul li.col li {
        font-weight: normal; }
        .page#rates-by-location ul li.col li a, .page#rates-by-location ul li.col li a:hover {
          color: #CA3402; }
        .page#rates-by-location ul li.col li .btn {
          background: #D93802;
          color: #FFF;
          padding: 5px;
          margin: 20px 0 0 0;
          position: absolute;
          bottom: 20px;
          left: 10px; }

.page#rate-pulse .col-left {
  width: 80%;
  float: left; }
.page#rate-pulse .col-right {
  width: 20%;
  float: right; }
.page#rate-pulse ul {
  padding: 0;
  margin: 0; }
  .page#rate-pulse ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 23.75%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    float: left;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    background: #eee; }
    .page#rate-pulse ul li strong {
      font-size: 32px;
      font-weight: bold;
      display: block;
      margin: 0 auto; }
    .page#rate-pulse ul li a {
      color: #444;
      text-decoration: none; }
    .page#rate-pulse ul li a:hover {
      color: #444;
      text-decoration: none; }
    .page#rate-pulse ul li.boc_spread_rate {
      width: 95%;
      margin-right: 5%;
      margin-bottom: 5%; }
  .page#rate-pulse ul.heading {
    margin-bottom: 10px;
    overflow: auto; }
    .page#rate-pulse ul.heading li {
      padding: 5px 0;
      font-weight: bold;
      background: #3c3d41;
      color: #FFF;
      float: none; }
      .page#rate-pulse ul.heading li.market-rates {
        width: 98.75%; }
      .page#rate-pulse ul.heading li.spread_title {
        width: 95%;
        margin-right: 5%;
        margin-bottom: 5%; }
.page#rate-pulse .open-rate-surveillance-modal, .page#rate-pulse .addthis_toolbox.addthis_default_style {
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
  clear: none; }
.page#rate-pulse .addthis_toolbox.addthis_default_style {
  padding-top: 3px; }
.page#rate-pulse h1 {
  display: inline-block; }
.page#rate-pulse #content {
  display: block;
  width: 100%;
  padding-top: 10px;
  overflow: auto; }

.custom_social_media_buttons a {
  margin-left: 2px;
  float: right; }
  .custom_social_media_buttons a img {
    height: 21px; }

#cost-comparison-calculator h1, #cost-comparison-calculator p {
  text-align: left; }
#cost-comparison-calculator #frm1 {
  display: inline-block;
  text-align: left; }
  #cost-comparison-calculator #frm1 input:focus {
    border: 1px solid #04A4CC !important; }
  #cost-comparison-calculator #frm1 .tooltip-text {
    position: absolute;
    text-align: left;
    top: -100px;
    left: -226px;
    z-index: 10;
    width: 300px !important;
    color: #555;
    padding: 5px;
    background: #FFF;
    border: 1px solid #f5450d;
    font: 400 16px/1.4 "Source Sans Pro", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 18px; }
  @media only screen and (min-width: 768px) {
    #cost-comparison-calculator #frm1 {
      margin-left: 50px; } }
  #cost-comparison-calculator #frm1 div:not(.button_div) {
    width: 100%;
    margin-bottom: 10px; }
    #cost-comparison-calculator #frm1 div:not(.button_div) label {
      width: 280px;
      color: #444444;
      font-weight: bold;
      display: inline-block;
      text-align: left; }
    #cost-comparison-calculator #frm1 div:not(.button_div) input {
      width: 100px;
      padding: 4px;
      border: 1px solid #000;
      background: #E3E3E3;
      text-align: right;
      transition: 300ms all ease;
      -webkit-transition: 300ms all ease; }
  #cost-comparison-calculator #frm1 .button_div .input-group {
    float: right;
    width: 100px; }
  #cost-comparison-calculator #frm1 .results_div {
    display: block;
    float: left;
    margin-top: 15px; }
    #cost-comparison-calculator #frm1 .results_div p {
      width: 100%;
      font-weight: bold;
      margin-bottom: 5px; }
      #cost-comparison-calculator #frm1 .results_div p span {
        float: right;
        color: #D93802; }
      #cost-comparison-calculator #frm1 .results_div p span.fa {
        float: none;
        color: #444; }

/* BLOG */
article .post-thumbnail {
  border: 1px solid #fd4701;
  width: 280px;
  height: 180px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  border-radius: 7px; }

.post hr {
  height: 1px;
  padding: 0px !important;
  background-color: #CCCCCC; }

#default-template hr {
  height: 1px;
  padding: 0px !important;
  background-color: #CCCCCC; }

.home article .post-thumbnail {
  width: 322px;
  max-width: 322px; }

article .post-thumbnail img {
  width: 100%; }

#home article .post-thumbnail img {
  width: inherit; }

article .post-content {
  width: 300px;
  display: inline; }
article .article-meta small {
  padding: 7px 0 3px 0; }

#blog h1.page_title {
  font-size: 19px; }
#blog .row {
  overflow: inherit; }
  #blog .row .sidebar-right {
    width: 300px; }
    #blog .row .sidebar-right .square-ad {
      margin-bottom: 15px;
      border: 4px solid #ccc; }
  #blog .row .sidebar-left {
    margin-right: 4%; }
  #blog .row .col {
    width: 62%;
    min-height: 650px;
    width: calc(96% - 300px); }
    #blog .row .col .col {
      width: 62%;
      width: calc(96% - 280px);
      min-height: inherit; }
#blog article.row {
  padding: 0 0 40px 0;
  overflow: auto; }
  #blog article.row .col {
    display: table-cell; }
#blog article .post-h1, #blog article .main-heading {
  display: flow-root;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
  #blog article .post-h1 h1, #blog article .main-heading h1 {
    float: left; }
  #blog article .post-h1 .article-meta, #blog article .main-heading .article-meta {
    float: right;
    font-weight: normal;
    font-size: 14px;
    padding-top: 3px; }
    #blog article .post-h1 .article-meta a, #blog article .main-heading .article-meta a {
      color: #444; }
#blog article .article-meta {
  font-size: 13px;
  font-style: italic; }
#blog article h1.news-heading {
  overflow: hidden;
  position: relative;
  line-height: 23.8px;
  max-height: 23.8px;
  text-align: justify;
  padding-right: 15px;
  text-align: left; }
  #blog article h1.news-heading:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  #blog article h1.news-heading:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }
#blog article .news-excerpt p {
  overflow: hidden;
  position: relative;
  line-height: 19.75px;
  max-height: 79px;
  text-align: justify;
  padding-right: 15px; }
  #blog article .news-excerpt p:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  #blog article .news-excerpt p:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }
#blog .addthis_native_toolbox .addthis_button_google_plusone {
  width: 35px;
  overflow: hidden; }
  #blog .addthis_native_toolbox .addthis_button_google_plusone .google_plusone_iframe_widget {
    text-align: left !important; }
#blog .addthis_counter {
  margin-left: 5px; }
#blog .comments img.avatar {
  width: 50px;
  height: 50px;
  padding: 3px;
  border: 3px solid #B0B0B0;
  float: left;
  margin-right: 10px;
  margin-top: 5px; }
#blog .comments ul {
  padding: 0; }
  #blog .comments ul li {
    list-style-type: none;
    padding: 10px 10px; }
    #blog .comments ul li.odd {
      background: #E5E5E5; }
    #blog .comments ul li.even {
      background: #FFF; }
#blog .comments .comment-meta {
  font-size: 12px;
  float: right;
  margin-top: 4px; }
#blog .comments .comment-author, #blog .comments .comment-meta {
  display: inline; }
#blog .comments .reply {
  display: none; }
#blog li strong {
  /*font-weight:normal !important;*/ }
#blog #news_newsletter_signup {
  margin-bottom: 30px; }
  #blog #news_newsletter_signup .subscription_header {
    background-color: #5a5a5a;
    color: #fff;
    padding: 40px 40px; }
    #blog #news_newsletter_signup .subscription_header .title1 {
      font-size: 2.5em; }
    #blog #news_newsletter_signup .subscription_header .title2 {
      font-size: 1.1em; }
  #blog #news_newsletter_signup .subscription_body {
    background-color: #e6e6e6;
    color: #fff;
    padding: 60px 40px; }
    #blog #news_newsletter_signup .subscription_body .input-group {
      border: none;
      height: 50px; }
      #blog #news_newsletter_signup .subscription_body .input-group.email {
        border-radius: 4px;
        width: 65%; }
        #blog #news_newsletter_signup .subscription_body .input-group.email input {
          width: 100%;
          border-radius: 4px; }
      #blog #news_newsletter_signup .subscription_body .input-group.submit {
        width: 30%;
        margin-left: 4%; }
        #blog #news_newsletter_signup .subscription_body .input-group.submit input {
          width: 100%;
          border-radius: 4px;
          height: 50px;
          background: #f23d08;
          font-size: 1.2em; }
    #blog #news_newsletter_signup .subscription_body #mce-responses .response {
      color: #444; }

form#commentform label {
  width: 100px;
  display: inline-block; }

.row#blog-widget {
  margin-top: 10px; }

#recent-comments-3 ul#recentcomments {
  padding: 0;
  margin-top: px;
  overflow: hidden; }
  #recent-comments-3 ul#recentcomments li {
    border-bottom: 1px solid #D8D8D8;
    list-style-type: none;
    padding: 16px 0;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.col-3 article {
  padding-right: 15px; }

.break {
  display: block;
  height: 1px;
  overflow: hidden;
  clear: both; }

a.addthis_button_pinterest_pinit.at300b {
  width: 46px !important; }

/* FIND YOUR RATE */
.dollar-icon {
  font-size: 14px; }

.center {
  text-align: center; }

.open-email-modal,
.open-rate-surveillance-modal {
  display: inline-block;
  float: right;
  margin-left: 7px;
  margin-top: 1px; }
  .open-email-modal a,
  .open-rate-surveillance-modal a {
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    padding: 2px 5px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    color: #FFF;
    border: 0;
    background: #3c3d41;
    transition: all 0.2s;
    display: inline-block; }
    .open-email-modal a:hover,
    .open-rate-surveillance-modal a:hover {
      /*color: $orange;*/
      background-color: #D93802;
      color: #fff; }

.input-group input.submit-email-form {
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  padding: 5px;
  text-transform: uppercase;
  width: 100px;
  border-radius: 4px;
  color: #FFF;
  border: 0;
  background: #3c3d41;
  transition: all 0.2s;
  display: block;
  text-align: center;
  margin: 10px auto; }

#find-your-rate .sidebar-left {
  width: 31%; }
  #find-your-rate .sidebar-left .input-group input[type="radio"] {
    margin: 0; }
  #find-your-rate .sidebar-left label.small {
    font-size: 14px;
    padding: 2px; }
#find-your-rate .col {
  width: 67%;
  display: inline-block;
  float: right; }
#find-your-rate span.visible {
  color: #D93802;
  font-weight: bold; }
#find-your-rate .square-ad {
  border: 4px solid #ccc;
  width: 100%;
  margin-top: 16px;
  max-width: 300px; }
  #find-your-rate .square-ad img {
    width: 100%;
    height: 100%; }
#find-your-rate .addthis_toolbox {
  text-align: left;
  padding: 0;
  width: auto;
  clear: none;
  float: right;
  margin: 2px 14px; }
  #find-your-rate .addthis_toolbox .google_plusone_iframe_widget {
    width: auto !important; }

#survaillence-percent {
  width: 60%;
  height: 100%;
  padding: 0 7px; }

.new_user_guide_bck {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1; }

.new_user_guide, .new_user_guide_bck {
  cursor: pointer;
  z-index: 9999; }

.new_user_guide {
  position: absolute;
  top: 0;
  right: -43px;
  color: #000;
  width: 200px;
  background: #FFF;
  padding: 7px;
  color: #000;
  z-index: 1;
  transform: translate(100%, 0);
  font-size: 14px;
  border: 1px solid #D93802; }
  .new_user_guide::before {
    content: "\f177";
    font-family: 'FontAwesome';
    font-size: 40px;
    position: absolute;
    text-shadow: 0px 0px 1px #D93802;
    top: -10px;
    left: -40px;
    color: #FFF;
    z-index: -1; }

.show-user-guide {
  z-index: 99999; }

.addthis_toolbox {
  padding-top: 15px;
  clear: both;
  margin: 0 auto;
  width: 240px; }
  .addthis_toolbox .addthis_button_facebook_like {
    overflow: hidden; }
  .addthis_toolbox .addthis_button_google_plusone {
    overflow: hidden; }

#additional-filters {
  display: none;
  margin-top: 15px; }

#additional-filter-options #advanced-filter-options {
  cursor: pointer;
  color: #D93802;
  border-top: 1px solid #fd4701;
  display: block;
  margin-top: 10px;
  text-align: left;
  padding-top: 7px; }

td.best-rate {
  width: 80px; }
td.find-rate-company-logo .provider-img-container {
  height: 50px;
  width: 190px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #C9C9C9;
  max-width: 190px; }
td.find-rate-company-logo img {
  max-height: 100%;
  max-width: 94%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle; }

.find-rate-company-logo table {
  margin: 0;
  border: 0;
  padding: 0;
  height: auto; }
  .find-rate-company-logo table tr, .find-rate-company-logo table td {
    margin: 0;
    border: 0;
    padding: 0;
    height: auto; }

.find-rate-company-logo table td.provider-icon {
  width: 30px; }

td.find-rate-company-logo img.provider-icons, #mortgage-intel-window #intel-company-logo img.provider-icons {
  width: 21px;
  margin: 0 9px 0 0;
  display: inline-block;
  float: left;
  vertical-align: middle; }

td.find-rate-company-logo img.provider-icons {
  float: none; }

#data_rows table .find-rate-company-logo table tr {
  margin: 0;
  border: 0;
  padding: 0;
  height: auto; }
#data_rows table tr {
  height: 75px; }
#data_rows table td {
  padding: 5px;
  position: relative; }
#data_rows table th {
  padding: 5px;
  position: relative;
  text-align: left; }
#data_rows table tr.featured-listing {
  background: #E6E6E6;
  border-bottom: 4px solid #D93802;
  width: 100%; }
  #data_rows table tr.featured-listing td {
    background: #E6E6E6;
    border: 0; }
    #data_rows table tr.featured-listing td.find-rate-company-logo .provider-img-container {
      background: #FFF;
      border: 1px solid #999; }
    #data_rows table tr.featured-listing td strong {
      color: #C03207; }

#save-search {
  cursor: pointer; }
  #save-search:hover {
    color: #D93802; }

#rate-content-description ul li {
  list-style-type: inherit;
  margin-left: 40px; }

#rate-pagination {
  text-align: center;
  padding-top: 5px;
  overflow: auto;
  height: 40px;
  margin-bottom: 20px; }

.pagination {
  padding: 5px 8px;
  border: 1px solid #666;
  margin: 0 3px;
  color: #333; }
  .pagination:hover {
    background: #FE6A07;
    color: #FFF; }
  .pagination.clicked {
    background: #E2E2E2;
    font-weight: bold; }
    .pagination.clicked:hover {
      color: #333; }

.search .pagination, .category .pagination {
  border: none;
  text-align: center; }
  .search .pagination .page-numbers, .category .pagination .page-numbers {
    border: 1px solid #666;
    margin: 0 3px;
    padding: 5px;
    color: #333; }
    .search .pagination .page-numbers:hover, .category .pagination .page-numbers:hover {
      background: #FE6A07; }
    .search .pagination .page-numbers.current, .category .pagination .page-numbers.current {
      background: #E2E2E2;
      font-weight: bold; }

#blog .pagination:hover {
  background: inherit; }

#rate-filter .input-group {
  position: relative; }
  #rate-filter .input-group i.fa-info-circle, #rate-filter .input-group span.fa-info-circle {
    position: absolute;
    color: #A8A8A8;
    right: 5px;
    top: 12px; }
  #rate-filter .input-group #clear-historical-rate {
    float: right;
    color: #3C3D41;
    cursor: pointer;
    font-size: 16px; }

.ui-tooltip {
  font-size: 14px !important; }

/* CONTACT */
.page-contact #location-map {
  width: 100%;
  height: 300px; }
.page-contact .contact-captcha-image {
  margin: 10px 6px; }
.page-contact input.wpcf7-form-control.wpcf7-captchar.contact-cpatcha {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #8395A8;
  border-radius: 0 0 4px 4px;
  width: 100%; }
.page-contact span.wpcf7-not-valid-tip {
  width: 90px; }
.page-contact .captcha-507 span.wpcf7-not-valid-tip {
  top: 11px; }
@media only screen and (min-width: 851px) {
  .page-contact .wpcf7-form-control-wrap.comment span.wpcf7-not-valid-tip {
    width: 63%;
    text-align: right; } }

/* MISC PAGES */
article#post-157, article#post-84 {
  margin-top: 20px; }

.wpf-table tr.yellow_bar {
  height: 33px; }

span.wpcf7-not-valid-tip {
  width: 80px;
  top: 8px; }

.agree-to-terms span.wpcf7-not-valid-tip {
  top: 0px; }

span.wpcf7-form-control-wrap {
  display: block;
  height: 100%; }

.mortgage-broker-registration .company-advertises-on-other {
  display: inline-block; }

.input-group select {
  line-height: 32px; }

table.no-borders tr {
  border-bottom: none; }

/* MORTGAGE CALCULATOR */
#mortgage-calculator table {
  width: 80%;
  margin: 0 auto; }
  #mortgage-calculator table td {
    vertical-align: top; }
  #mortgage-calculator table thead {
    border: 0; }
  #mortgage-calculator table th {
    text-align: left; }
#mortgage-calculator .select2 {
  width: 98% !important;
  border: 1px solid #000;
  background: #E3E3E3;
  float: none; }
  #mortgage-calculator .select2 .select2-selection--single {
    background-color: #E3E3E3; }
    #mortgage-calculator .select2 .select2-selection--single .select2-selection__rendered {
      line-height: 28px; }

.page-template-page-calculator .calc-note {
  background: #eee;
  width: 80%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #FF0000;
  margin: 20px auto; }
  .page-template-page-calculator .calc-note p {
    margin: 0;
    padding: 0; }
  .page-template-page-calculator .calc-note strong {
    color: #CA3402; }
  .page-template-page-calculator .calc-note a {
    color: #CA3402; }
.page-template-page-calculator small {
  width: 80%;
  margin: 0 auto;
  width: 78%;
  margin-top: 10px;
  text-align: right; }
.page-template-page-calculator input, .page-template-page-calculator select {
  border: 1px solid #000;
  background: #E3E3E3;
  width: 98%;
  text-align: right;
  padding: 2%; }
.page-template-page-calculator #compounding1, .page-template-page-calculator #compounding2, .page-template-page-calculator #compounding3 {
  text-align: center; }
.page-template-page-calculator input.no-action {
  border: 0;
  background: #34373c;
  color: #FFF; }
.page-template-page-calculator tr {
  border: 0; }
.page-template-page-calculator td {
  padding: 6px 3px; }
  .page-template-page-calculator td:first-child {
    font-weight: bold; }

.copyright small {
  display: inline; }

/*------------------------------------*\
RATE WIDGET
\*------------------------------------*/
table.ratewidget .rate {
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 12px; }

.rate-widget .input-group {
  width: 90%;
  margin-bottom: 12px; }
.rate-widget .input-group-addon {
  width: 30%; }
.rate-widget .input-group select {
  float: left;
  margin-left: 5px; }

.dropDown {
  min-width: 0 !important; }

#getCode {
  background: #3b3d41;
  border: none;
  width: 100%;
  height: 125px;
  padding: 10px 15px;
  font-size: 14px;
  color: white; }

.widget-legal {
  padding-right: 50px; }
  .widget-legal small {
    font-size: 12px;
    margin-top: 20px; }

@media only screen and (max-width: 530px) {
  .legends-summary {
    display: inline-grid; } }

/* Mortgage Broker Form */
.company-advertises-on-other {
  border: 1px solid #ccc;
  margin: 11px 0px;
  width: 100%; }

.input-group input.broker-initials-input {
  border: 1px solid #ccc;
  margin: 11px 0px;
  width: 100%;
  padding: 5px; }

.post-h1 .author a {
  color: #D93802 !important;
  font-weight: bold; }
.post-h1 .article-meta {
  font-style: italic; }

/* ================================================================================== *\
								HOME PAGE RE-DESIGN STYLES
/* ================================================================================== */
/*-------------- ---------------*\
			COLORS
\*-------------------------------*/
.strong-header-orange {
  color: #FFF;
  font-weight: 1000; }

/*-------------- ---------------*\
		STRUCTURE 
\*-------------------------------*/
#less-padding-wrapper {
  padding-top: 0px; }

.home-top-main {
  display: inline-block;
  margin-right: 0;
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px); }
  .home-top-main .home-col-3 {
    margin-right: 0;
    width: 42%; }
  .home-top-main .col-45 {
    display: inline-block;
    width: calc(57% - 44px);
    width: -webkit-calc(57% - 44px);
    width: -moz-calc(57% - 44px);
    vertical-align: top;
    position: relative;
    margin-left: 20px;
    margin-right: 20px; }

.top-3-col-home {
  position: relative; }

.col-50 {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  vertical-align: top; }

.col-50:last-of-type {
  margin-right: 0; }

.col-20 {
  display: inline-block;
  width: 18.1%;
  margin-right: 2%; }

.col-20:last-of-type {
  margin-right: 0; }

.col-66 {
  width: 64%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%; }

.col-ads {
  float: right;
  width: 300px; }

/*-------------- ---------------*\
		CURRENT BEST RATES 
\*-------------------------------*/
.home .home-best-rates-title {
  border-bottom: 1px solid #D93802; }
  .home .home-best-rates-title .main-heading {
    margin-bottom: 0px;
    display: inline-block !important;
    width: 198px !important; }
    .home .home-best-rates-title .main-heading .best-rates-heading {
      color: #fff;
      text-transform: uppercase;
      background-color: #D93802;
      font-style: normal;
      padding: 10px 0px;
      font-size: 15px;
      font-weight: bold;
      display: inline-block;
      margin: 0;
      width: 198px;
      text-align: left;
      padding-left: 12px; }
  .home .home-best-rates-title .select2 {
    display: inline-block;
    width: calc(100% - 198px) !important; }

/*-------------- ---------------*\
		MORTGAGE RATE FORM 
\*-------------------------------*/
#best-rate-form {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #best-rate-form .best-rate-form-wrapper {
    max-width: 90%;
    margin: 0 auto;
    overflow: auto;
    padding: 21px 0; }
    #best-rate-form .best-rate-form-wrapper .home-input-group {
      float: left;
      width: 49%;
      margin-top: 15px;
      position: relative; }
      #best-rate-form .best-rate-form-wrapper .home-input-group .helper-text {
        position: absolute;
        font-size: 15px;
        right: 24px;
        color: #EB0000;
        display: none;
        top: 10.5px;
        font-weight: bold;
        text-transform: none; }
      #best-rate-form .best-rate-form-wrapper .home-input-group.input-group-left {
        text-align: left;
        margin-right: 2%; }
      #best-rate-form .best-rate-form-wrapper .home-input-group.input-group-right {
        text-align: right; }
      #best-rate-form .best-rate-form-wrapper .home-input-group input {
        width: 100%;
        border-radius: 4px;
        height: 41px;
        border: 0;
        padding-left: 15px;
        font-weight: bold;
        font-size: 15px;
        outline-color: #d93802;
        outline-width: 2px; }
        #best-rate-form .best-rate-form-wrapper .home-input-group input.currency-mask {
          padding-left: 24px; }
        #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
          font-size: 15px;
          padding-left: 15px;
          padding-bottom: 12.5px;
          padding-top: 12.5px;
          line-height: 20px; }
      #best-rate-form .best-rate-form-wrapper .home-input-group .currency-symbole {
        position: absolute;
        left: 15px;
        color: #000;
        background-color: #FFF;
        display: none;
        top: 10.5px;
        font-weight: bold;
        text-transform: none;
        font-size: 15px; }
      #best-rate-form .best-rate-form-wrapper .home-input-group .home-input-submit {
        background-color: #D93802;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        transition: 0.5s;
        outline-color: #fff;
        outline-width: 2px; }
        #best-rate-form .best-rate-form-wrapper .home-input-group .home-input-submit:hover {
          background-color: #D93802; }
    #best-rate-form .best-rate-form-wrapper .compare-mortgage-rates-home {
      font-size: 18px;
      color: #D93802;
      font-weight: bold;
      text-transform: uppercase;
      font-style: normal;
      margin-bottom: 0;
      line-height: 18px; }
    #best-rate-form .best-rate-form-wrapper .get-started-now {
      text-transform: uppercase;
      color: #fff;
      font-style: normal; }

/*-------------- ---------------*\
		RECENT NEWS SECTION 
\*-------------------------------*/
.recent-news-container {
  margin-top: 20px; }
  .recent-news-container .col-50 {
    width: 45%;
    margin-right: 8%;
    position: relative; }
  .recent-news-container .col-50:nth-child(even):after {
    content: '';
    position: absolute;
    right: -8%;
    width: 2px;
    height: 80%;
    top: 0%;
    background-color: #e8e8e8; }
  .recent-news-container .col-50:last-of-type {
    margin-right: 0; }
  .recent-news-container .mortgage-news-title-container {
    border-bottom: 2px solid #3b3f44;
    padding-bottom: 0px;
    margin-bottom: 13px; }
    .recent-news-container .mortgage-news-title-container .rate-news-tab {
      color: #fff;
      text-transform: uppercase;
      background-color: #3b3f44;
      font-weight: bold;
      font-style: normal;
      padding: 10px 0;
      font-size: 15px;
      display: inline-block;
      width: 198px;
      margin: 0;
      text-align: left;
      padding-left: 12px; }
      .recent-news-container .mortgage-news-title-container .rate-news-tab a {
        color: #fff;
        outline-color: #fff; }
    .recent-news-container .mortgage-news-title-container .subscribe-news {
      float: right;
      text-transform: uppercase;
      color: #D93802;
      font-weight: bold;
      font-size: 15px;
      padding: 10px 0; }
  .recent-news-container article {
    min-height: 0; }
    .recent-news-container article .home-post-thumbnail {
      height: 88px;
      width: 88px;
      overflow: hidden;
      display: inline-block;
      vertical-align: top; }
    .recent-news-container article .article-date {
      font-size: 15px;
      margin-bottom: 8px;
      color: #D93802;
      font-weight: 600; }
    .recent-news-container article .article-title-container {
      display: inline-block;
      margin-left: 3%;
      width: calc(97% - 95px);
      margin-bottom: 20px;
      min-height: 100px; }
      .recent-news-container article .article-title-container .main-heading {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 20px;
        color: black;
        font-style: normal;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .recent-news-container article .article-title-container .main-heading a {
          color: black; }
          .recent-news-container article .article-title-container .main-heading a strong {
            color: black; }
    .recent-news-container article .excerpt-article {
      overflow: hidden; }
    .recent-news-container article .excerpt-article a {
      color: #D93802; }
    .recent-news-container article .read-more-container {
      margin-top: 0px;
      margin-left: 16%; }
      .recent-news-container article .read-more-container a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px; }
  .recent-news-container .latest_post_2 article .article-title-container {
    margin-bottom: 0; }

/*-------------------------------*\
		POPULAR RATES SECTION 
\*-------------------------------*/
.popular-rates-tab {
  text-transform: uppercase;
  width: 198px;
  padding: 10px 0px;
  background: #e3e6e8;
  color: #FFF;
  color: #3b3d41;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  padding-left: 12px; }

.popular-rates {
  background-color: #e3e6e8;
  padding: 37px 0;
  text-align: center; }
  .popular-rates .popular-rate {
    display: block;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    padding: 40px 0 60px 0;
    transition: all 0.5s; }
    .popular-rates .popular-rate .rate-info {
      text-align: center; }
      .popular-rates .popular-rate .rate-info .position-number {
        background-color: #D93802;
        color: #fff;
        height: 52px;
        width: 52px;
        border-radius: 26px;
        position: absolute;
        top: -26px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 10px;
        font-size: 20px;
        font-weight: bold; }
        .popular-rates .popular-rate .rate-info .position-number .number-symbol {
          padding-right: 2px; }
      .popular-rates .popular-rate .rate-info .rate {
        font-size: 30px;
        color: black; }
        .popular-rates .popular-rate .rate-info .rate .popular-rate-percent {
          color: #757575;
          vertical-align: middle;
          padding-left: 4px;
          font-size: 16px; }
      .popular-rates .popular-rate .rate-info .term {
        font-size: 14px;
        color: #D93802;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 5px;
        font-size: 15px; }
      .popular-rates .popular-rate .rate-info .lender {
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .popular-rates .popular-rate:hover, .popular-rates .popular-rate:focus {
      transform: translateY(-5%);
      background-color: #D93802;
      cursor: pointer; }
      .popular-rates .popular-rate:hover .rate-info .position-number, .popular-rates .popular-rate:focus .rate-info .position-number {
        background-color: #3b3d41; }
      .popular-rates .popular-rate:hover .rate-info .rate, .popular-rates .popular-rate:focus .rate-info .rate {
        color: #fff; }
        .popular-rates .popular-rate:hover .rate-info .rate .popular-rate-percent, .popular-rates .popular-rate:focus .rate-info .rate .popular-rate-percent {
          color: #fff; }
      .popular-rates .popular-rate:hover .rate-info .term, .popular-rates .popular-rate:focus .rate-info .term {
        color: #fff; }
      .popular-rates .popular-rate:hover .rate-info .lender, .popular-rates .popular-rate:focus .rate-info .lender {
        color: #fff; }

/*-------------------------------*\
		SOCIAL MEDIA SECTION 
\*-------------------------------*/
.social-media-section {
  margin-top: 20px; }
  .social-media-section .twitter-heading {
    border-bottom: 2px solid #0077CC;
    padding-bottom: 0px; }
    .social-media-section .twitter-heading .twitter-tab {
      text-transform: uppercase;
      width: 198px;
      padding: 10px 0;
      background: #0077CC;
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      display: inline-block;
      margin: 0;
      text-align: left;
      padding-left: 12px; }
  .social-media-section .tweet-container {
    overflow: auto;
    margin-top: 25px; }
  .social-media-section .individual-tweet {
    float: left;
    width: 47.5%;
    border: 1px solid #e2e2e2;
    padding: 40px 30px 40px 30px;
    overflow: hidden; }
    .social-media-section .individual-tweet .twitter-client-info {
      position: relative;
      margin-bottom: 20px; }
      .social-media-section .individual-tweet .twitter-client-info img {
        height: 25px;
        width: auto; }
      .social-media-section .individual-tweet .twitter-client-info .twitter-name {
        margin-left: 5px; }
        .social-media-section .individual-tweet .twitter-client-info .twitter-name .twitter-username {
          color: #757575;
          margin-left: 2px;
          font-size: 11px; }
      .social-media-section .individual-tweet .twitter-client-info .twitter-logo-container {
        position: absolute;
        right: -3%; }
    .social-media-section .individual-tweet .tweet-text-wrapper {
      height: 95.2px; }
      .social-media-section .individual-tweet .tweet-text-wrapper .tweet {
        font-size: 17px;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        line-height: 23.8px;
        max-height: 95.2px;
        text-align: justify;
        padding-right: 15px; }
        .social-media-section .individual-tweet .tweet-text-wrapper .tweet:before {
          content: '...';
          position: absolute;
          right: 0;
          bottom: 0; }
        .social-media-section .individual-tweet .tweet-text-wrapper .tweet:after {
          content: '';
          position: absolute;
          right: 0;
          width: 1em;
          height: 1em;
          margin-top: 0.2em;
          background: white; }
    .social-media-section .individual-tweet .twitter_read_more {
      display: block;
      text-align: center;
      margin-top: 37.6px; }
      .social-media-section .individual-tweet .twitter_read_more a span.button {
        background-color: #D93802;
        color: #fff;
        padding: 10px 12px;
        font-weight: 700;
        border: none;
        border-radius: 4px;
        transition: 0.5s;
        text-transform: uppercase;
        font-size: 15px;
        outline: none;
        cursor: pointer; }
        .social-media-section .individual-tweet .twitter_read_more a span.button:hover {
          background-color: #D93802; }
  .social-media-section .individual-tweet:first-child {
    margin-right: 5%; }

/*-------------- ---------------*\
		RECENT COMMENTS 
\*-------------------------------*/
#recent-comments-3 .main-heading-container {
  border-bottom: 2px solid black;
  padding-bottom: 0px; }
  #recent-comments-3 .main-heading-container .main-heading {
    text-transform: uppercase;
    width: 198px;
    padding: 10px;
    background: #34373c;
    color: #FFF;
    color: #fff;
    font-weight: bold;
    display: inline;
    font-style: normal;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    text-align: left;
    padding-left: 12px; }

/*-------------- ---------------*\
		      SEARCH BLOG 
\*-------------------------------*/
#blog-search {
  width: 60%; }

#blog-submit {
  width: 38%; }

/*-------------- ---------------*\
		      FOOTER 
\*-------------------------------*/
.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.new_user_guide_home {
  position: absolute;
  top: 84px;
  right: -38px;
  color: #000;
  width: 225px;
  background: #FFF;
  padding: 7px;
  color: #000;
  z-index: 999999999999;
  transform: translate(100%, 0);
  font-size: 20px;
  border: 1px solid #D93802; }

.new_user_guide_home::before {
  content: "\f177";
  font-family: 'FontAwesome';
  font-size: 40px;
  position: absolute;
  text-shadow: 0px 0px 1px #D93802;
  /* top: 25px; */
  top: 22px;
  left: -40px;
  /* left: 50px; */
  color: #FFF;
  z-index: -1; }

/*-------------- ---------------*\
		FONT RESIZES 
\*-------------------------------*/
.post {
  font-size: 16px; }

.post p {
  font-size: 16px; }

.post ol li {
  font-size: 16px; }

.post ul li {
  font-size: 16px; }

#blog article .post-h1 h1 {
  font-size: 19px; }

.post-thumbnail img {
  width: 268px;
  height: 178px; }

/* Provider rates page */
#page-provider #frm-email-provider .form-header {
  background-color: #3c3d41;
  color: #fff;
  padding: 0 9px;
  line-height: 38px;
  margin-top: 30px;
  border-radius: 4px;
  border: 1px solid #8395A8; }
#page-provider #frm-email-provider .form-control {
  width: 100%;
  margin-top: 10px;
  padding: 0 9px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #8395A8;
  /*border-right-color: #b1b1b1;
  border-bottom-color: #b1b1b1;*/
  border-radius: 4px; }
#page-provider #frm-email-provider textarea.form-control {
  height: 80px;
  line-height: 20px;
  padding: 9px; }
#page-provider #frm-email-provider .btn-ask-lender {
  background-color: #ed0202;
  color: #fff;
  text-align: center;
  height: 38px;
  line-height: 38px;
  width: 100%;
  border: none;
  font-weight: bold;
  margin-top: 10px;
  border-radius: 4px;
  margin-bottom: 16px; }
#page-provider #frm-email-provider .field-error {
  background: #dc9f9f; }
#page-provider #frm-email-provider p.email-content {
  display: none; }
#page-provider #frm-email-provider p.emailerror, #page-provider #frm-email-provider .modal-window p.rateupdate, .modal-window #page-provider #frm-email-provider p.rateupdate, #page-provider #frm-email-provider p.emailsuccess {
  background: #dc9f9f;
  padding: 7px;
  margin: 10px 0 0;
  display: block; }
#page-provider #frm-email-provider p.emailsuccess {
  background: #E2FDF0; }
#page-provider .provider_page_details {
  display: table;
  width: 100%; }
#page-provider .provider_page_details .provider_logo {
  height: 50px;
  width: 215px;
  vertical-align: top;
  text-align: center;
  max-width: 215px;
  margin-right: 15px;
  border: 1px solid #C9C9C9;
  padding-top: 5px; }
  #page-provider .provider_page_details .provider_logo img {
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5px; }
#page-provider .provider_page_details .provider_icon {
  height: 50px;
  width: 215px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  max-width: 215px;
  padding-right: 15px;
  padding-top: 5px; }
  #page-provider .provider_page_details .provider_icon > div {
    text-align: center;
    border: 1px solid #C9C9C9;
    padding: 5px; }
  #page-provider .provider_page_details .provider_icon img {
    width: 21px;
    text-align: center;
    margin: 0 auto; }
#page-provider .provider_page_details .provider_description {
  display: table-cell;
  vertical-align: top; }
#page-provider .rate_content_description h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 17px;
  padding: 0;
  margin: 0 0 10px 0;
  display: block; }
#page-provider #data_rows p.no_result {
  margin: 30px 0; }
#page-provider #data_rows table.provider_rates tbody tr:nth-child(odd) {
  background-color: #f7f7f7; }
#page-provider #data_rows table.provider_rates tr {
  height: auto;
  border: none; }
  #page-provider #data_rows table.provider_rates tr td {
    font-weight: 700;
    text-align: left; }
    #page-provider #data_rows table.provider_rates tr td br.small_mobiles_only {
      display: none; }
    #page-provider #data_rows table.provider_rates tr td.rates_mobile_column {
      padding-left: 20px;
      height: auto; }
    #page-provider #data_rows table.provider_rates tr td.provider_rate_term {
      text-align: left; }
      #page-provider #data_rows table.provider_rates tr td.provider_rate_term a {
        color: #444; }
    #page-provider #data_rows table.provider_rates tr td.ltv_cell {
      text-align: left; }
    #page-provider #data_rows table.provider_rates tr td span.positive {
      color: #006f00; }
    #page-provider #data_rows table.provider_rates tr td span.negative {
      color: #E00000; }
#page-provider #select2-province-container {
  font: 400 14px/1.4 "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 38px; }

@media (max-width: 767px) {
  #page-provider .provider_page_details {
    display: block; }
  #page-provider .provider_page_details .provider_logo {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    padding-right: 0; }
  #page-provider .provider_page_details .provider_icon {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    padding-right: 0; }
  #page-provider .provider_page_details .provider_description {
    padding-top: 10px; } }
/* Provider rates CSS end */
#reverse-mortgage-alert .modal-window p {
  text-align: center; }

.inthenews_page .news_date {
  display: inline-block;
  width: 85px; }

#mortgage-headlines-page .title-row .title-wrapper {
  width: 50%;
  float: left; }
  #mortgage-headlines-page .title-row .title-wrapper .new-story-counter {
    margin: 0 0 10px; }
#mortgage-headlines-page .title-row .sorting-wrapper {
  width: 50%;
  float: right;
  text-align: right; }
  #mortgage-headlines-page .title-row .sorting-wrapper .sorting-buttons {
    margin: 3px 0 0; }
    #mortgage-headlines-page .title-row .sorting-wrapper .sorting-buttons a {
      color: #444; }
      #mortgage-headlines-page .title-row .sorting-wrapper .sorting-buttons a.active {
        color: #D93802;
        font-style: italic; }
  #mortgage-headlines-page .title-row .sorting-wrapper .filter-buttons {
    margin: 11px 0 0; }
    #mortgage-headlines-page .title-row .sorting-wrapper .filter-buttons a {
      color: #444; }
      #mortgage-headlines-page .title-row .sorting-wrapper .filter-buttons a.active {
        color: #D93802;
        font-style: italic; }
#mortgage-headlines-page .news-block {
  padding: 40px 0 20px;
  border-bottom: 1px dashed #b1b1b1; }
  #mortgage-headlines-page .news-block .news-title-row h2 {
    float: left;
    width: 90%; }
    #mortgage-headlines-page .news-block .news-title-row h2 a {
      color: #444; }
  #mortgage-headlines-page .news-block .news-title-row .read-less {
    float: right;
    width: 10%;
    text-align: right;
    display: none; }
  #mortgage-headlines-page .news-block p {
    margin: 0; }
  #mortgage-headlines-page .news-block .story-text p {
    margin-bottom: 8px; }
  #mortgage-headlines-page .news-block .full-text {
    display: none; }
  #mortgage-headlines-page .news-block .highlighted-term {
    color: #444 !important;
    background-color: #ffff00 !important; }
#mortgage-headlines-page .no-article-msg {
  text-align: center;
  margin-top: 60px; }

.ui-button {
  outline: none; }

.ui-dialog .ui-dialog-titlebar-close {
  text-indent: -9999999px; }

/* Flash class and keyframe animation */
.flashit {
  -webkit-animation: flash linear 1s 2;
  animation: flash linear 1s 1; }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
.js-share-twitter-link {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  background-color: #177CBA;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer; }
  .js-share-twitter-link span.i, .js-share-twitter-link i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E); }
  .js-share-twitter-link .label {
    margin-left: 3px;
    white-space: nowrap; }

#individual-rate {
  font-size: 1.17em; }
  #individual-rate .clear {
    clear: both; }
  #individual-rate i.fa.fa-info-circle, #individual-rate span.fa.fa-info-circle {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #999;
    padding-left: 7px;
    vertical-align: middle; }
  #individual-rate .rate-header {
    background-color: #f5f5f5; }
    #individual-rate .rate-header .wrapper {
      text-align: center; }
      #individual-rate .rate-header .wrapper .inner-wrapper {
        display: inline-block;
        padding: 15px 0;
        width: auto; }
      #individual-rate .rate-header .wrapper .back-link {
        text-align: left;
        margin-left: 5px; }
        #individual-rate .rate-header .wrapper .back-link a {
          font-size: 1em;
          color: #CF3502; }
    #individual-rate .rate-header .info-block {
      width: auto;
      float: left;
      text-align: center;
      padding-right: 70px; }
      #individual-rate .rate-header .info-block h3 {
        margin: 0 0 23px; }
      #individual-rate .rate-header .info-block.col1 a {
        font-size: 0.8em; }
      #individual-rate .rate-header .info-block.col1 #intel-company-logo {
        height: 78px; }
        #individual-rate .rate-header .info-block.col1 #intel-company-logo img {
          margin: 4px 0 10px;
          max-width: 220px;
          max-height: 65px; }
          #individual-rate .rate-header .info-block.col1 #intel-company-logo img.logo-image {
            border: solid #fff;
            border-width: 10px; }
      #individual-rate .rate-header .info-block.col1 .provider-name {
        font-weight: 700; }
        #individual-rate .rate-header .info-block.col1 .provider-name a {
          color: #444;
          font-size: 1em; }
      #individual-rate .rate-header .info-block.col2 span.term {
        color: #CF3502; }
      #individual-rate .rate-header .info-block.col2 span.rate {
        color: #CF3502;
        font-size: 2.5em;
        font-weight: 700; }
        #individual-rate .rate-header .info-block.col2 span.rate i {
          font-size: 0.5em;
          vertical-align: super; }
      #individual-rate .rate-header .info-block.col2 span.rate-percent {
        color: #CF3502;
        font-size: 1.5em;
        font-weight: 700; }
      #individual-rate .rate-header .info-block.col2 span.rate-type {
        font-weight: 700; }
      #individual-rate .rate-header .info-block.col3 {
        padding-right: 0; }
        #individual-rate .rate-header .info-block.col3 table {
          margin-bottom: 0; }
          #individual-rate .rate-header .info-block.col3 table tr {
            border: none; }
            #individual-rate .rate-header .info-block.col3 table tr td {
              padding: 0;
              text-align: left;
              vertical-align: text-top;
              height: 39px; }
              #individual-rate .rate-header .info-block.col3 table tr td small {
                display: inline; }
              #individual-rate .rate-header .info-block.col3 table tr td a {
                color: #CF3502; }
            #individual-rate .rate-header .info-block.col3 table tr td:nth-child(2) {
              color: #CF3502; }
            #individual-rate .rate-header .info-block.col3 table tr td:first-child {
              font-weight: 700;
              padding-right: 40px; }
  #individual-rate .cta_buttons_wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px; }
    #individual-rate .cta_buttons_wrapper a {
      display: inline-block;
      padding: 10px 15px;
      text-align: center;
      margin-right: 40px;
      min-width: 180px;
      background-color: #D93802;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700; }
      #individual-rate .cta_buttons_wrapper a:hover {
        background-color: #3c3d41; }
  #individual-rate .rate-details-left-col {
    width: 42%;
    float: left; }
    #individual-rate .rate-details-left-col h3 {
      margin-bottom: 5px;
      margin-top: 20px;
      border-bottom: 1px solid #FBA389;
      font-size: 22px;
      color: #3c3d41;
      padding-bottom: 5px;
      font-weight: 400; }
    #individual-rate .rate-details-left-col table tr {
      border-color: #E6E6E6; }
      #individual-rate .rate-details-left-col table tr td {
        padding: 4px 0; }
        #individual-rate .rate-details-left-col table tr td:nth-child(even) {
          text-align: right; }
    #individual-rate .rate-details-left-col table#mortgage-calculator-form tr {
      border: none; }
    #individual-rate .rate-details-left-col #mortgage-calculator-form input {
      padding: 5px 8px; }
  #individual-rate .rate-details-right-col {
    width: 48%;
    float: right; }
    #individual-rate .rate-details-right-col h3 {
      margin-bottom: 10px;
      margin-top: 20px;
      font-size: 22px;
      color: #3c3d41;
      border-bottom: 1px solid #FBA389;
      padding-bottom: 5px;
      font-weight: 400; }
      #individual-rate .rate-details-right-col h3.how-it-compares {
        margin-top: 22px; }
    #individual-rate .rate-details-right-col table tr {
      border-color: #E6E6E6; }
      #individual-rate .rate-details-right-col table tr td {
        padding: 4px 0; }
        #individual-rate .rate-details-right-col table tr td:nth-child(even) {
          text-align: right; }
    #individual-rate .rate-details-right-col table#mortgage-calculator-form tr {
      border: none; }
    #individual-rate .rate-details-right-col p#rate-position {
      margin-top: 10px; }
    #individual-rate .rate-details-right-col .rate-grade-tabs {
      margin-bottom: 20px;
      margin-top: 20px;
      border: 1px solid #b3b3b3;
      border-right: none; }
      #individual-rate .rate-details-right-col .rate-grade-tabs span {
        width: 25%;
        border-right: 1px solid #b3b3b3;
        text-align: center;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px; }
        #individual-rate .rate-details-right-col .rate-grade-tabs span.active {
          background-color: #f8e93c; }
    #individual-rate .rate-details-right-col .rate-note {
      background-color: #f2f2f2;
      padding: 20px 20px;
      margin-top: 15px; }
      #individual-rate .rate-details-right-col .rate-note h3 {
        margin-top: 0px; }
      #individual-rate .rate-details-right-col .rate-note .disclaimer {
        font-size: 70%; }
    #individual-rate .rate-details-right-col .terms-n-report-links {
      padding-top: 20px; }
  #individual-rate #canvas-container {
    width: 95%;
    height: 273px;
    margin: 10px auto 0;
    text-align: left; }
  #individual-rate #canvas {
    height: 100% !important;
    width: 100%; }

#gmap_canvas img {
  max-width: none !important;
  background: none !important; }

.new-calc-note {
  background: #eee;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #FF0000;
  margin: 20px auto; }

#cost-comparison-calculator #frm1 .tooltip-text {
  position: absolute;
  text-align: left;
  top: -122px;
  left: -130px;
  z-index: 10;
  width: 300px !important;
  color: #555;
  padding: 5px;
  background: #FFF;
  border: 1px solid #f5450d;
  font: 400 16px/1.4 "Source Sans Pro", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 18px; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #f23d07;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

.skip-module-wrapper {
  position: relative; }

a.skip-module {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-module:focus, a.skip-module:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #f23d07;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

.cm-glossary.table a.skip-module:focus, .cm-glossary.table a.skip-module:active {
  color: #D93802;
  background-color: #FFF;
  width: 226px;
  font-size: 16px;
  border: 1px solid #D93802;
  margin: 0;
  padding: 0;
  border-radius: 0; }

.addthis_counter .atc_s, .addthis_counter .atc_s:hover {
  background-color: #E42B01 !important;
  color: #fff !important; }

#latest_rate_change span.positive span.arrow {
  color: green;
  font-size: 20px; }

#latest_rate_change span.negative span.arrow {
  color: #E60000;
  font-size: 20px; }

#resave-search:hover {
  color: #f23d08;
  cursor: pointer; }

.navigation_bottom {
  /*display:none;*/ }

.chzn-search {
  display: none; }

.chzn-drop {
  bottom: 0; }

#size_chzn {
  width: 92px !important; }

.chzn-results {
  width: 90px; }

.colorPicker-picker {
  width: 25px;
  height: 25px;
  float: right;
  margin: 7px;
  border: 1px solid #333; }

.colorPicker-palette {
  width: 20%;
  height: 20%;
  position: absolute; }

.colorPicker-swatch {
  width: 25px;
  height: 25px;
  float: left;
  margin: 2px; }

.colorPicker_hexWrap {
  background: #FFF; }

form#mc-embedded-subscribe-form .input-group {
  display: inline-block; }

#mc_embed_signup .asterisk {
  color: #EB0000 !important; }

#mc_embed_signup .button {
  background-color: #5a5a5a !important; }

/* mobile view */
.mobile-only {
  display: none !important; }

@media only screen and (max-width: 850px) {
  .filter.mobile-only {
    display: inline-block !important; } }
@media only screen and (max-width: 1440px) {
  header .banner .spy-stats {
    padding-left: 0; }

  .wrapper {
    width: 95%; }

  .spy-stats {
    margin: 0 0 0 10px; }

  .logo-menu-wrapper .logo {
    width: 210px; }
    .logo-menu-wrapper .logo img.attachment-full {
      width: 200px;
      height: inherit; }

  .user-account {
    margin: 0 0 0 7px;
    width: 40px;
    font-size: 12px; }

  .home #find-best-rate input.form-control {
    width: 95px; }
  .home #find-best-rate input[type="button"] {
    width: 73px; }
  .home #find-best-rate .magnified-glass {
    display: none; }
  .home #find-best-rate #best-rate-form {
    display: block;
    position: relative;
    width: 804px;
    margin: 12px auto;
    top: auto;
    right: auto; }

  .row .sidebar-left {
    width: 280px; }

  .row .col {
    width: 280px; }
    .row .col .square-ad {
      float: left;
      width: 48%; }
      .row .col .square-ad img {
        width: 100%;
        height: inherit; }

  .nav ul#menu-main_menu li {
    width: initial; }

  #home #popular-rates {
    text-align: center; }
    #home #popular-rates .col {
      display: inline-block;
      width: 31%;
      float: none;
      vertical-align: bottom; } }
@media only screen and (max-width: 1350px) {
  .recent-news-container .mortgage-news-title-container .subscribe-news {
    font-size: 12px;
    padding: 12px 0; }

  #best-rate-form .best-rate-form-wrapper .home-input-group input {
    font-size: 15px; }
  #best-rate-form .best-rate-form-wrapper .home-input-group .helper-text {
    font-size: 15px;
    top: 10.5px;
    right: 24px; } }
@media only screen and (min-width: 772px) {
  #best-rate-form .best-rate-form-wrapper .home-input-group .helper-text {
    right: auto;
    left: 15px;
    top: 22px; }
  #best-rate-form .best-rate-form-wrapper .home-input-group input {
    height: auto;
    padding-top: 5px;
    padding-bottom: 20px; }
    #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
      font-size: 14px; }
  #best-rate-form .best-rate-form-wrapper .home-input-group input[type="submit"] {
    padding: 12.5px 15px; }
  #best-rate-form .best-rate-form-wrapper .home-input-group .currency-symbole {
    top: 4.5px; } }
@media only screen and (max-width: 1200px) {
  .recent-news-container article .article-title-container {
    width: calc(97% - 95px); }

  header .below-banner .logo-menu-wrapper .logo img {
    max-width: 100%; }

  .header .banner .user-options ul li {
    margin-left: 8px; }

  .nav ul#menu-main_menu li {
    padding-left: 28px; } }
@media only screen and (max-width: 1150px) {
  .home {
    /* CURRENT BEST RATES HOME PAGE */ }
    .home .home-best-rates-title .main-heading {
      display: block !important;
      width: 100% !important; }
      .home .home-best-rates-title .main-heading .best-rates-heading {
        display: block;
        width: 100%;
        font-size: 14px; }
    .home .home-best-rates-title .select2 {
      display: block;
      width: 100% !important;
      float: none; }
    .home .best-rates-results-container .best-rate-result {
      padding: 20px 4px; }
      .home .best-rates-results-container .best-rate-result .result-left .result-number {
        font-size: 14px; }
        .home .best-rates-results-container .best-rate-result .result-left .result-number .percent {
          font-size: 12px; }
      .home .best-rates-results-container .best-rate-result .result-right .rate-type {
        font-size: 12px;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

  .recent-news-container .mortgage-news-title-container .rate-news-tab {
    font-size: 14px;
    padding: 10px 8px; }
  .recent-news-container .mortgage-news-title-container .subscribe-news {
    font-size: 11px;
    margin-top: 2px; }

  .popular-rates .col-20 {
    margin-bottom: 45px;
    width: 31.5%; }
  .popular-rates .col-20:nth-child(3) {
    margin-right: 0; } }
@media only screen and (max-width: 1150px) {
  #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
    font-size: 12px; } }
@media only screen and (max-width: 1070px) {
  .spy-stats-text {
    font-size: 12px; }

  .recent-news-container article .article-title-container {
    margin-left: 2%; }

  .recent-news-container .mortgage-news-title-container .subscribe-news {
    font-size: 9px;
    margin-top: 3px; } }
@media only screen and (max-width: 1050px) {
  .recent-news-container article .article-title-container {
    width: calc(98% - 95px); }

  .nav ul#menu-main_menu li {
    padding-left: 17px; }

  #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
    font-size: 11px; } }
@media only screen and (max-width: 980px) {
  .nav ul#menu-main_menu li {
    padding-left: 20px; } }
/* MOBILE MENU ACTIVATION */
@media only screen and (max-width: 992px) {
  #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
    font-size: 14px; }

  #less-padding-wrapper {
    padding-top: 20px; }

  .new_user_guide_home {
    display: none; }

  .recent-news-container article .article-title-container {
    width: calc(98% - 95px); }

  #rate-tips #rate-tips-tab {
    top: 37%; }

  .row .home-col-3 {
    width: 42%; }

  .col-45 {
    width: 54%;
    margin-right: 0; }

  .home-top-main {
    width: 100%;
    margin: 0; }

  .col-ads {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: none; }
    .col-ads .square-ad {
      width: 300px;
      margin-right: 1%; }
    .col-ads .square-ad:last-of-type {
      margin-right: 0; }

  .header {
    position: relative;
    width: 100%;
    background-color: white; }
    .header .banner .spy-stats {
      width: 100%;
      text-align: center;
      height: auto; }
    .header .user-options {
      display: none; }

  .header-fixed {
    position: fixed;
    top: 0; }

  header .below-banner .logo-menu-wrapper {
    width: 100%;
    display: block; }
    header .below-banner .logo-menu-wrapper .mobile-menu {
      float: right;
      display: inline-block;
      color: #3b3d41;
      /* text-align: right; */
      margin-top: 15.5px;
      margin-right: 8px;
      font-size: 18px; }
      header .below-banner .logo-menu-wrapper .mobile-menu:hover {
        cursor: pointer; }
      header .below-banner .logo-menu-wrapper .mobile-menu .fa {
        font-size: 24px; }
    header .below-banner .logo-menu-wrapper .logo {
      float: none;
      width: 200px;
      display: inline-block; }
  header.sticky .below-banner {
    padding: 18px 0; }
    header.sticky .below-banner .logo-menu-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1002;
      padding: 18px 2.5%;
      background-color: #fff; }

  .nav {
    height: 100%;
    top: -300%;
    transition: top 0.10s ease;
    position: absolute;
    z-index: 1001;
    width: 100%;
    margin-top: 0;
    background: initial;
    transform: scaleY(0); }
    .nav.nav-fly-in {
      overflow: hidden;
      transition: top 0.10s ease;
      transition: transform 0.10s ease-out;
      height: auto;
      transform: scaleY(1);
      transform-origin: top;
      top: 77px;
      left: 50%;
      transform: translateX(-50%);
      width: 106%; }
    .nav ul#menu-main_menu {
      width: 100%;
      font: 400 14px/1.4 "Open Sans", "Helvetica Neue", sans-serif; }
      .nav ul#menu-main_menu img {
        margin-right: 10px; }
      .nav ul#menu-main_menu li {
        display: block;
        width: inherit;
        text-align: left;
        vertical-align: top;
        background: #3c3d41;
        border-bottom: 1px solid #DEDEDE;
        cursor: pointer;
        padding-left: 0; }
        .nav ul#menu-main_menu li#menu-item-custom-profile, .nav ul#menu-main_menu li#menu-item-custom-logout, .nav ul#menu-main_menu li#menu-item-custom-login, .nav ul#menu-main_menu li#menu-item-custom-register {
          display: block; }
        .nav ul#menu-main_menu li a {
          display: block;
          padding: 0 5%;
          color: #fff; }
        .nav ul#menu-main_menu li ul.sub-menu {
          position: initial;
          width: 100% !important;
          padding: 0; }
          .nav ul#menu-main_menu li ul.sub-menu li {
            background: #DEDEDE;
            border-bottom: 1px solid #FFF;
            text-transform: uppercase;
            padding: 0; }
            .nav ul#menu-main_menu li ul.sub-menu li ul {
              position: initial;
              width: 100%;
              padding: 0;
              min-height: 1px;
              word-spacing: inherit; }
              .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area {
                height: inherit; }
                .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area ul {
                  min-height: 1px;
                  background: inherit; }
                .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area li {
                  background: #FFF; }
                  .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area li:hover {
                    background: #FFF; }
                  .nav ul#menu-main_menu li ul.sub-menu li ul.nav-area li ul li {
                    margin: 0; }
              .nav ul#menu-main_menu li ul.sub-menu li ul li {
                background: #FFF;
                text-transform: capitalize;
                padding: 7px 5%; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li a {
                  padding: 0; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li:hover {
                  padding: 7px 5%;
                  color: #000;
                  width: 100%;
                  background: #FFF; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li.half {
                  display: inline-block;
                  width: 43%; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li.full {
                  position: relative;
                  bottom: 0; }
                  .nav ul#menu-main_menu li ul.sub-menu li ul li.full a {
                    background: #FFF;
                    color: #f5450d;
                    text-align: left;
                    padding: 0;
                    margin: 2px 0;
                    font-size: 16px; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li .go-back {
                  color: #000; }
                .nav ul#menu-main_menu li ul.sub-menu li ul li ul {
                  background: #FFF; }
                  .nav ul#menu-main_menu li ul.sub-menu li ul li ul li {
                    padding-left: 5%;
                    padding-right: 5%;
                    padding: 0;
                    margin-left: 15px; }
                    .nav ul#menu-main_menu li ul.sub-menu li ul li ul li a {
                      color: #D93802; }
            .nav ul#menu-main_menu li ul.sub-menu li a {
              color: #000;
              padding: 7px 5%; }
            .nav ul#menu-main_menu li ul.sub-menu li:hover {
              margin: 0;
              width: 100%;
              padding: 0;
              background: #DEDEDE; }
            .nav ul#menu-main_menu li ul.sub-menu li .reveal-more {
              overflow: auto; }
              .nav ul#menu-main_menu li ul.sub-menu li .reveal-more:hover .go-back {
                color: #000; }
        .nav ul#menu-main_menu li .icon-map {
          background-size: 250px;
          margin: 13px 10px 0 0;
          width: 25px;
          height: 25px;
          display: inline-block;
          vertical-align: top; }
      .nav ul#menu-main_menu #menu-item-home .icon-map {
        background-position: -1px 2px; }
      .nav ul#menu-main_menu #menu-item-home a:hover .icon-map {
        background-position: -1px -25px; }
      .nav ul#menu-main_menu #menu-item-best-mortgage-rates .icon-map {
        background-position: -32px 3px; }
      .nav ul#menu-main_menu #menu-item-best-mortgage-rates a:hover .icon-map {
        background-position: -32px -24px; }
      .nav ul#menu-main_menu #menu-item-about .icon-map {
        background-position: -95px 0px; }
      .nav ul#menu-main_menu #menu-item-about a:hover .icon-map {
        background-position: -95px -27px; }
      .nav ul#menu-main_menu #menu-item-mortgage-calculator .icon-map {
        background-position: -474px 4px; }
      .nav ul#menu-main_menu #menu-item-mortgage-calculator a:hover .icon-map {
        background-position: -474px -23px; }
      .nav ul#menu-main_menu #menu-item-news .icon-map {
        background-position: -125px 2px; }
      .nav ul#menu-main_menu #menu-item-news a:hover .icon-map {
        background-position: -125px -25px; }

  .fade-page {
    background: inherit;
    transition: background 1s; }
    .fade-page.fade {
      position: absolute;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(70, 70, 70, 0.5); }

  .fade-header {
    background: inherit; }

  header.sticky .fade-header.fade {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(70, 70, 70, 0.5); }

  .recent-news-container article .article-title-container {
    min-height: 75px; }
  .recent-news-container .mortgage-news-title-container .subscribe-news {
    font-size: 11px;
    margin-top: 2px; }

  .tooltip-text {
    left: auto;
    right: 20px;
    width: 265px; }

  .new_user_guide, .new_user_guide_bck {
    display: none; }

  .home .rates-last-updated {
    font-size: 9px; }

  #individual-rate .rate-header .wrapper {
    padding: 35px 0; } }
@media only screen and (max-width: 550px) {
  .post .addthis_native_toolbox {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 10px; }
  .post .compare_mortgage_link {
    width: 100%;
    float: none;
    text-align: center; }
  .post .edit_post_front_wrapper {
    display: none; }

  .filter {
    position: relative;
    top: -20px !important;
    background: #53555C;
    padding: 2px 10px;
    width: 106%;
    margin-left: -3%;
    cursor: pointer;
    z-index: 5;
    color: #FFF;
    padding: 6px 22px; } }
@media only screen and (max-width: 850px) {
  body {
    -webkit-overflow-scrolling: touch; }

  .mobile-disable-anchor {
    pointer-events: none; }

  .page-template-page-calculator #mortgage-calculator table {
    width: 100%; }
  .page-template-page-calculator .calc-note {
    width: 100%; }
  .page-template-page-calculator td:first-child {
    font-size: 12px; }
  .page-template-page-calculator #un-button {
    display: none; }
  .page-template-page-calculator #mortgage-calculator .select2 {
    float: right; }

  .page#rates-by-location ul li.col {
    width: 49%; }
    .page#rates-by-location ul li.col li .btn {
      right: 10px; }

  .page#rate-pulse .col-left {
    width: 100%;
    float: none; }
  .page#rate-pulse .col-right {
    width: 100%;
    float: none;
    margin-top: 20px; }
  .page#rate-pulse ul li {
    padding-left: 5px;
    padding-right: 5px;
    width: 49%;
    margin-right: 0.3%;
    margin-bottom: 1%;
    float: none; }
    .page#rate-pulse ul li strong {
      font-size: 20px; }
    .page#rate-pulse ul li.boc_spread_rate {
      width: 49%;
      margin-right: 0.3%;
      margin-bottom: 0.3%; }
  .page#rate-pulse ul.heading li {
    margin-bottom: 0; }
    .page#rate-pulse ul.heading li.market-rates {
      width: 99%; }
    .page#rate-pulse ul.heading li.spread_title {
      width: 99%;
      margin-right: 0%;
      margin-bottom: 1%; }
  .page#rate-pulse ul.mobile-only {
    display: block !important; }
    .page#rate-pulse ul.mobile-only li {
      width: 100%; }
      .page#rate-pulse ul.mobile-only li.market-rates {
        padding: 5px 0;
        font-weight: bold;
        background: #3c3d41;
        color: #FFF; }
  .page#rate-pulse ul li:nth-child(even) {
    margin-right: 0;
    margin-left: 0.3%; }

  .page#our-team table tr {
    display: flex;
    flex-wrap: wrap; }
  .page#our-team .col-left {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin-top: 25px; }
  .page#our-team .col-right {
    padding: 12px 20px;
    text-align: center;
    border-bottom: 1px solid #BDBDBD;
    border: none; }
  .page#our-team img {
    max-width: 250px;
    max-height: 150px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid #333; }

  .wrapper {
    width: 95%; }

  .input-group {
    height: auto;
    display: block;
    margin-bottom: 5px;
    overflow: hidden; }
    .input-group input {
      height: 100%;
      border-radius: 0 4px 4px 0;
      border: 0;
      padding: 9px 10px;
      color: #3B3D41;
      width: 100%; }
    .input-group select {
      width: 100%;
      border: 0;
      background: #FFF;
      color: #3b3d41;
      margin: 7px 0px; }
    .input-group .input-group-addon {
      display: block;
      float: none; }
    .input-group input.button {
      width: 100%; }
    .input-group.submit {
      margin-top: 10px;
      height: 40px;
      display: inline-block; }

  #newsletter-popup input {
    display: block;
    width: 100%; }
  #newsletter-popup .input-group .input-group-addon {
    display: none; }
  #newsletter-popup .input-group.submit {
    margin-top: 15px; }

  #best-rate-form {
    padding: 10px; }
    #best-rate-form h1 br {
      display: none; }
    #best-rate-form h1 strong {
      padding: 0 6px 0 0; }
    #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
      font-size: 12px; }

  .footer {
    padding: 10px 0; }
    .footer #more-links {
      position: relative;
      margin-bottom: 0; }
    .footer nav.sitemap_nav ul {
      width: 100%;
      margin: 0; }
      .footer nav.sitemap_nav ul.city-list {
        width: 100%; }
        .footer nav.sitemap_nav ul.city-list li.col-4 {
          width: 100%; }
    .footer nav.sitemap_nav li {
      width: 100%;
      float: none;
      list-style-type: none;
      margin: 10px 0 0 0;
      background: #FF6100;
      padding: 3px 0 3px 10px;
      border: 1px solid #FF9100; }
    .footer nav.sitemap_nav a {
      color: #FFF;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .footer nav.footer_nav .find-your-rate, .footer nav.footer_nav .home, .footer nav.footer_nav .about-the-spy, .footer nav.footer_nav .rate-news, .footer nav.footer_nav .rate-widget {
      display: none !important; }
    .footer nav.footer_nav .menu-items ul.desktop-menu {
      display: none; }
    .footer nav.footer_nav .menu-items .footer-menu-mobile {
      display: block;
      max-width: 370px;
      margin: 0 auto; }
      .footer nav.footer_nav .menu-items .footer-menu-mobile ul.mobile-menu-left {
        display: inline-block;
        width: 45%; }
      .footer nav.footer_nav .menu-items .footer-menu-mobile ul.mobile-menu-right {
        display: inline-block;
        width: 45%;
        margin-left: 8%;
        vertical-align: top; }
      .footer nav.footer_nav .menu-items .footer-menu-mobile li {
        display: block;
        padding: 0;
        border-right: none;
        text-align: left;
        line-height: 22px;
        margin-bottom: 5px; }

  main #find-best-rate, main #twitter-feed {
    display: none; }

  .row .sidebar-left {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .row .col {
    width: 100%;
    display: block; }

  .home article {
    height: inherit; }
    .home article .submit {
      position: relative; }
  .home .row#blog-widget .col-3 {
    width: 49%; }
    .home .row#blog-widget .col-3.last {
      display: none; }
  .home .rates-last-updated {
    font-size: 8px; }

  #join-email-list input.email-mask {
    width: 100%; }

  .select2-container {
    position: relative;
    display: inline;
    border: 0;
    float: right;
    width: 49%;
    width: 100% !important;
    max-width: none;
    background: #EDEDED; }

  .mobile-only .spy-stats {
    display: inline-block;
    margin: 8px 25px; }

  .spy-stats .top, .spy-stats .bottom {
    color: #FFF; }

  .spy-stats-container {
    background: #3c3d41;
    padding: 25px 0; }

  .intel-company-cell {
    width: 100%;
    display: block; }

  .intel-notes {
    float: none;
    width: 98%;
    margin: 0 1%;
    max-height: inherit; }

  #simplemodal-container {
    height: 100%;
    min-height: inherit; }

  #additional-filters {
    display: block !important; }

  #additional-filter-options {
    display: none; }

  .mobile-filter-button {
    text-align: center;
    margin: 6px auto;
    border-bottom: 2px solid #D93802;
    background: #2C2C2C;
    border-radius: 6px;
    box-shadow: 1px 1px 6px #898989;
    width: 48%;
    vertical-align: middle;
    padding: 7px 0px; }

  .input-group.fixed-width .input-group-addon {
    width: 100%; }
  .input-group.fixed-width.mobile-half-width {
    width: 70%;
    float: left; }

  .filter {
    position: relative;
    top: -20px;
    background: #53555C;
    padding: 2px 10px;
    width: 106%;
    margin-left: -3%;
    cursor: pointer;
    z-index: 5;
    color: #FFF;
    padding: 6px 22px; }

  .filter-fly-in {
    display: block !important; }

  .pagination {
    display: none; }
    .pagination.show-on-mobile {
      display: inline-block; }

  .profile .row .half {
    float: none;
    width: 100%; }
    .profile .row .half.last {
      float: none;
      width: 100%; }

  .about p {
    overflow: auto; }

  #blog .sidebar-right {
    display: none; }
  #blog .row .col {
    width: 100% !important; }
  #blog article.row .col {
    width: 100%;
    float: left; }
  #blog #news_newsletter_signup .subscription_body .input-group {
    border: none; }
    #blog #news_newsletter_signup .subscription_body .input-group.email {
      width: 100%; }
      #blog #news_newsletter_signup .subscription_body .input-group.email input {
        width: 100%; }
    #blog #news_newsletter_signup .subscription_body .input-group.submit {
      width: 100%;
      padding: 0 30px;
      text-align: center;
      margin-left: 0; }
      #blog #news_newsletter_signup .subscription_body .input-group.submit input {
        width: auto; }

  .row .sidebar-left {
    float: left;
    left: 50%; }

  article .post-thumbnail {
    border: none;
    width: auto; }

  #blog article.row {
    padding: 20px;
    overflow: auto;
    border: 1px solid #D93802;
    border-radius: 5px;
    margin-bottom: 20px; }

  .square-ad {
    width: auto;
    display: inline-block;
    margin: 0 0 0 1%; }
    .square-ad img {
      height: auto; }

  .error404 .last {
    margin-top: 25px; }

  #pass-strength-result {
    display: none !important; }

  .best-mortgage-rate-comparison #data_rows table tr td,
  .latest-mortgage-rate-changes #data_rows table tr td {
    width: initial !important; }

  .best-mortgage-rate-comparison #data_rows table {
    margin: 0; }

  .open-email-modal, .open-rate-surveillance-modal {
    padding: 0 0 5px 0; }

  #data_rows .mobile-only {
    display: inline-block !important; }
  #data_rows h1 {
    padding: 10px 0; }
  #data_rows table tr {
    width: 100%;
    height: inherit;
    padding: 5px 0;
    display: inline-block; }
    #data_rows table tr:first-child {
      border-top: 1px solid #b3b5b7; }
    #data_rows table tr td {
      padding: 0px 3px;
      position: relative;
      display: inline-block;
      float: left;
      overflow: hidden;
      vertical-align: top; }
      #data_rows table tr td strong {
        padding-left: 4px; }
      #data_rows table tr td small {
        display: inline-block;
        font-style: italic;
        padding-left: 6px;
        vertical-align: middle;
        margin-top: -3px; }
      #data_rows table tr td .input-group.submit {
        display: none; }
      #data_rows table tr td.find-rate-percent, #data_rows table tr td.best-rate {
        background: #D93802;
        color: #FFF;
        border-radius: 15px;
        width: 23%; }
        #data_rows table tr td.find-rate-percent strong, #data_rows table tr td.best-rate strong {
          color: #FFF;
          vertical-align: middle;
          margin-top: -3px;
          display: inline-block; }
      #data_rows table tr td.find-rate-company-logo {
        width: 235px !important; }
        #data_rows table tr td.find-rate-company-logo td:last-child {
          display: inline-block; }
      #data_rows table tr td:last-child {
        display: none; }
    #data_rows table tr.sponsor-heading {
      margin: 0;
      width: 100%;
      padding: 4px;
      height: 26px; }
      #data_rows table tr.sponsor-heading td {
        width: 100%; }
        #data_rows table tr.sponsor-heading td:last-child {
          display: inline-block; }
      #data_rows table tr.sponsor-heading p {
        top: 0;
        font-size: 13px; }
  #data_rows table thead {
    display: none; }
  #data_rows table.provider_rates tr td {
    padding: 0px 3px;
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    vertical-align: top; }
    #data_rows table.provider_rates tr td strong {
      padding-left: 4px; }
    #data_rows table.provider_rates tr td small {
      display: inline-block;
      font-style: italic;
      padding-left: 6px;
      vertical-align: middle;
      margin-top: -3px; }
    #data_rows table.provider_rates tr td .input-group.submit {
      display: none; }
    #data_rows table.provider_rates tr td.find-rate-percent, #data_rows table.provider_rates tr td.best-rate {
      background: #D93802;
      color: #FFF;
      border-radius: 15px;
      width: 23%; }
      #data_rows table.provider_rates tr td.find-rate-percent strong, #data_rows table.provider_rates tr td.best-rate strong {
        color: #FFF;
        vertical-align: middle;
        margin-top: -3px;
        display: inline-block; }
    #data_rows table.provider_rates tr td:last-child {
      display: none; }

  #page-provider #data_rows table.provider_rates tr td {
    text-align: left; }
    #page-provider #data_rows table.provider_rates tr td.find-rate-percent a {
      color: #fff;
      cursor: pointer; }

  .select2-results__options {
    max-height: 100% !important; }

  #home #data_rows table {
    display: table; }
    #home #data_rows table tr {
      display: table-row; }
      #home #data_rows table tr td {
        padding: 13px 0px;
        width: initial !important;
        display: table-cell;
        height: initial;
        float: none;
        vertical-align: middle; }
        #home #data_rows table tr td small {
          padding: 0 6px 0 2px; }
        #home #data_rows table tr td .input-group.submit {
          display: inline-block; }
        #home #data_rows table tr td.rate_td {
          width: initial !important; }
        #home #data_rows table tr td span.provider-name-wrap {
          width: initial; }
  #home .sidebar-left h1 {
    text-align: center; }
  #home .sidebar-left .select2-container {
    border: 1px solid #CECECE;
    float: initial;
    margin: 15px auto !important;
    display: block !important;
    text-align: center;
    width: 80% !important; }

  #find-your-rate .col {
    margin-top: 0;
    width: 100%;
    float: none; }
  #find-your-rate .row {
    overflow: inherit;
    z-index: 0; }
  #find-your-rate .filter {
    height: auto;
    padding: 12px 22px; }
    #find-your-rate .filter .mobile-filter-button {
      font-size: 14px;
      top: 0;
      margin: 0 auto;
      padding: 10px; }
  #find-your-rate .sidebar-left {
    width: 100%;
    background: #FFF;
    padding: 0;
    z-index: 1;
    transition: all 1s;
    display: none;
    margin-top: 25px; }
  #find-your-rate .addthis_toolbox {
    margin: 0 !important;
    clear: both; }
  #find-your-rate .google_plusone_iframe_widget {
    width: auto !important; }

  .best-mortgage-rate-comparison #data_rows table tr td small,
  .latest-mortgage-rate-changes #data_rows table tr td small {
    display: none; }

  #data_rows table tr td.best-rate small,
  #data_rows table tr td.find-rate-percent small {
    display: inline-block; }

  #individual-rate .rate-header .info-block {
    width: 50%;
    padding-right: 0; }
    #individual-rate .rate-header .info-block.col3 {
      width: 100%;
      padding: 0 16%; }
      #individual-rate .rate-header .info-block.col3 table {
        margin-top: 20px; }
        #individual-rate .rate-header .info-block.col3 table tr td:first-child {
          width: 45%;
          padding-right: 10px; }
        #individual-rate .rate-header .info-block.col3 table tr td:nth-child(2) {
          text-align: right; }
        #individual-rate .rate-header .info-block.col3 table tr td:nth-child(3) {
          width: 30px; }
      #individual-rate .rate-header .info-block.col3 h3 {
        text-align: left;
        margin-bottom: 15px;
        margin-top: 25px; }
  #individual-rate .cta_buttons_wrapper {
    margin-top: 20px; }
    #individual-rate .cta_buttons_wrapper a {
      display: block;
      max-width: 250px;
      border: 1px solid #D93802;
      padding: 10px 30px;
      text-align: center;
      margin: 0px auto 15px; }
  #individual-rate .rate-details-left-col {
    width: 100%;
    float: none; }
    #individual-rate .rate-details-left-col table tr td {
      padding: 4px 5px;
      vertical-align: top; }
  #individual-rate .rate-details-right-col {
    width: 100%;
    float: none; }
    #individual-rate .rate-details-right-col .rate-grade-tabs span {
      width: 25%; }
    #individual-rate .rate-details-right-col table tr td {
      padding: 4px 5px;
      vertical-align: top; }
  #individual-rate #canvas-container {
    width: 80%;
    margin: 40px auto 0; } }
@media only screen and (max-width: 770px) {
  #mortgage-intel-window {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #f5450d;
    background: #FFF; }
    #mortgage-intel-window #tab {
      width: 100%;
      border: 0;
      background: #FFF; }
    #mortgage-intel-window .modal-close {
      top: 7px;
      right: 13px; }
    #mortgage-intel-window #rate_border {
      display: inline-block;
      margin-bottom: 46px; }
    #mortgage-intel-window #tou {
      width: 100%; }
    #mortgage-intel-window .term .type {
      font-size: 17px; }
    #mortgage-intel-window #big-cta {
      width: 100%;
      position: relative;
      background: #f5450d;
      top: 0;
      height: inherit;
      margin-top: 7px;
      display: table;
      text-align: center; }
      #mortgage-intel-window #big-cta a {
        margin-top: 0;
        font-size: 13px;
        padding: 0 10px;
        margin: 0;
        line-height: 45px;
        display: inline-table;
        width: auto; }
    #mortgage-intel-window .rate-details {
      padding: 0; }
    #mortgage-intel-window #rate_content, #mortgage-intel-window .rate-details, #mortgage-intel-window .provider-details {
      display: inline-block;
      width: 100%;
      margin: 0;
      border: 0; }

  .modal-window {
    width: 90%;
    margin-top: 36px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  #call-window table {
    width: 100%; }

  #rate-content-description .wp-caption {
    width: 100% !important; }

  #data_rows table {
    font-size: 13px; }
    #data_rows table tr td.find-rate-company-logo {
      width: 190px !important; }

  #cost-comparison-calculator {
    text-align: center; }

  #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
    font-size: 14px; }

  #rate-tips {
    z-index: 3; }
    #rate-tips #expanded-rate-tips {
      height: 80%;
      top: 10%;
      overflow-y: scroll;
      z-index: 3; } }
@media only screen and (max-width: 771px) {
  #rate-tips #rate-tips-tab {
    top: 100%; }

  .footer p.copyright {
    padding: 0 10% 10px; }
  .footer p.footer-thanks {
    padding: 0 10% 10px; }

  .recent-news-container article .article-title-container {
    width: calc(98% - 95px); }

  .home-top-main .col-45 {
    width: 100%;
    margin: 0; }

  .row .home-col-3 {
    width: 100%;
    margin: 0; }

  .popular-rates .col-20 {
    width: 100%;
    margin-right: 0; }

  .col-66 {
    width: 100%;
    margin: 0; }
    .col-66 .individual-tweet {
      width: 100%;
      display: block;
      float: none;
      margin-bottom: 10px; }

  .social-media-section .row .col-3 {
    width: 100%;
    margin-top: 30px; }
  .social-media-section .individual-tweet {
    height: auto;
    padding: 20px 30px; }
    .social-media-section .individual-tweet .tweet-text-wrapper {
      height: auto; }
      .social-media-section .individual-tweet .tweet-text-wrapper .tweet {
        margin-bottom: 0; }
        .social-media-section .individual-tweet .tweet-text-wrapper .tweet span.twitter_read_more {
          margin-top: 27.6px; }
    .social-media-section .individual-tweet .twitter_read_more {
      margin-top: 15px; }

  .home .best-rates-results-container .best-rate-result {
    padding: 20px 8px; }
    .home .best-rates-results-container .best-rate-result .result-left .result-number {
      font-size: 17px; }
  .home .rates-last-updated {
    font-size: 10.4px; } }
@media only screen and (max-width: 767px) {
  .best-bank-mortgage-rates #large-ad-above-rates {
    margin: 20px auto 0;
    width: 100% !important; } }
@media only screen and (max-width: 650px) {
  .home-top-main .select2-container .select2-selection--single {
    text-align: center; }
    .home-top-main .select2-container .select2-selection--single .select2-selection__rendered {
      display: inline-block;
      width: fil-content; }
  .home-top-main .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative; }

  .square-ad {
    width: 48%; }

  .g-recaptcha > div > div {
    width: inherit !important;
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08); }

  .g-recaptcha iframe {
    /*position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0*/ }

  .g-recaptcha > div {
    position: relative; }

  .g-recaptcha > div:before {
    content: 'Loading captcha...';
    position: absolute;
    top: 38%;
    left: 0; }

  .g-recaptcha:empty:before {
    content: "Something wrong occured"; }

  #email-window tr td {
    width: inherit !important; }

  #home #popular-rates {
    text-align: center; }
    #home #popular-rates .col {
      width: 32%;
      margin: 15px auto;
      text-align: center;
      float: none;
      display: inline-block; }
  #home .select2 .select2-selection__rendered {
    text-align: center; } }
@media only screen and (max-width: 680px) {
  .col-ads .square-ad {
    margin: 0 auto;
    display: block; }
  .col-ads .square-ad:first-of-type {
    margin-bottom: 20px; }
  .col-ads .square-ad:last-of-type {
    margin: 0 auto; } }
@media only screen and (max-width: 600px) {
  #data_rows table tr td {
    height: 20px;
    font-size: 14px; }
    #data_rows table tr td.find-rate-company-logo {
      float: left;
      width: 54% !important;
      font-size: 14px;
      height: 26px;
      line-height: 26px; }
      #data_rows table tr td.find-rate-company-logo img.provider-icons {
        vertical-align: text-bottom; }
    #data_rows table tr td.find-rate-percent, #data_rows table tr td.best-rate {
      float: left;
      width: 46% !important;
      font-size: 16px;
      margin: 0;
      padding: 2px 10px;
      line-height: normal;
      height: initial; }
    #data_rows table tr td.prepayment_options {
      display: block;
      width: 100%; }
    #data_rows table tr td.find-held-until {
      padding-top: 3px !important;
      height: 23px !important; }
    #data_rows table tr td.find-payment {
      padding-top: 3px !important;
      height: 23px !important; }
  #data_rows table tr.sponsor-heading td p {
    display: none; }

  #page-provider #data_rows table.provider_rates tr td {
    height: auto;
    font-size: 14px; }
    #page-provider #data_rows table.provider_rates tr td.find-rate-percent {
      float: left;
      width: 46% !important;
      font-size: 16px;
      margin: 0;
      padding: 2px 10px;
      line-height: normal;
      height: initial; }
    #page-provider #data_rows table.provider_rates tr td br.small_mobiles_only {
      display: block; }
    #page-provider #data_rows table.provider_rates tr td.rates_mobile_column {
      line-height: 24px;
      padding-left: 20px;
      height: auto;
      width: 54%;
      float: right;
      text-align: left;
      font-weight: normal; }

  .home .row#blog-widget .col-3 {
    width: 100%; } }
@media only screen and (max-width: 540px) {
  #home #data_rows table tr td.rate_td {
    width: 78px !important;
    display: table-cell; }
  #home #data_rows table tr td span.provider-name-wrap {
    width: 95px;
    word-wrap: break-word;
    display: inline-block; }

  div#rate-content-description {
    margin-top: 20px; }

  .mobile-only .spy-stats {
    display: block; }

  #best-rate-form .best-rate-form-wrapper .home-input-group .helper-text {
    right: auto;
    left: 15px;
    top: 22px; }
  #best-rate-form .best-rate-form-wrapper .home-input-group input {
    height: auto;
    padding-top: 5px;
    padding-bottom: 20px; }
  #best-rate-form .best-rate-form-wrapper .home-input-group input[type="button"] {
    padding: 12.5px 15px; }
  #best-rate-form .best-rate-form-wrapper .home-input-group .currency-symbole {
    top: 5px; }

  :root .home .css3-metro-dropdown {
    width: 100%;
    margin-top: 5px; }
  :root .css3-metro-dropdown select {
    width: 100%;
    margin-top: 5px;
    height: 50px; }

  #mortgage-intel-window table tr td {
    vertical-align: top; }
    #mortgage-intel-window table tr td .province {
      width: 110px; }

  #mortgage-calculator table tr td:last-child {
    display: none !important; }
  #mortgage-calculator table tr.always-show td:last-child {
    display: table-cell !important; }
  #mortgage-calculator table tr th:last-child {
    display: none !important; }

  #home #popular-rates .col {
    width: 49%;
    margin-bottom: 10px; }

  #send-rate-survaillence-form {
    padding: 0 10px; }

  #rate-surveillance tr td {
    vertical-align: middle;
    width: 33%;
    font-size: 12px;
    display: inline-block;
    float: left; }
  #rate-surveillance tr td[colspan='3'] {
    width: 100%; }
  #rate-surveillance tr td[colspan='2'] {
    width: 66%; }
  #rate-surveillance input[type="submit"] {
    width: 100%;
    margin-bottom: 10px; }
  #rate-surveillance .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 12px; }
  #rate-surveillance.modal-window {
    width: 90%; }
    #rate-surveillance.modal-window input#survaillence-percent {
      width: 80% !important; }
    #rate-surveillance.modal-window label, #rate-surveillance.modal-window a {
      width: 50%; }

  article .post-thumbnail {
    display: block; }
    article .post-thumbnail img {
      width: auto; }

  .page-contact .row .half {
    width: 100%; }
  .page-contact .captcha-507 span.wpcf7-not-valid-tip {
    top: 11px; } }
@media only screen and (max-width: 500px) {
  #home .recent-news-container .col-50 {
    width: 100%;
    margin-bottom: 20px; }
    #home .recent-news-container .col-50 article .article-title-container .main-heading {
      text-align: left;
      font-size: 15px; }
  #home .recent-news-container .col-50:last-of-type {
    margin-bottom: 0; }

  .home .best-rates-results-container .best-rate-result {
    padding: 20px 4px; }

  #individual-rate .rate-header .wrapper {
    padding: 5px 0 35px; }
  #individual-rate .rate-header .info-block {
    width: 100%;
    float: none; }
    #individual-rate .rate-header .info-block h3 {
      margin: 35px 0 15px; }
    #individual-rate .rate-header .info-block.col3 {
      padding: 0 20px; }
      #individual-rate .rate-header .info-block.col3 h3 {
        text-align: center; }
  #individual-rate #canvas-container {
    width: 100%;
    margin: 40px auto 0; } }
@media only screen and (max-width: 450px) {
  #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
    font-size: 12px; }

  .home .rates-last-updated {
    font-size: 9px; } }
@media only screen and (max-width: 400px) {
  #mortgage-intel-window #big-cta a {
    padding: 0 7px; }

  #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
    font-size: 11px;
    padding-left: 8px; } }
@media only screen and (max-width: 360px) {
  #mortgage-intel-window #big-cta a {
    padding: 0 5px; }

  #cost-comparison-calculator #frm1 div:not(.button_div) label {
    width: 200px;
    font-size: 13px; }
  #cost-comparison-calculator #frm1 div:not(.button_div) input {
    width: 95px; }

  .recent-news-container .mortgage-news-title-container .subscribe-news {
    font-size: 8px;
    margin-top: 4px; } }
@media only screen and (max-width: 350px) {
  #mortgage-intel-window #big-cta a {
    padding: 0 1px; }

  .page#rates-by-location ul li.col {
    width: 99%; }

  #mortgage-calculator table td {
    word-wrap: break-word; }

  #data_rows table.provider_rates tr td.find-rate-percent {
    float: none;
    width: 100% !important;
    padding: 2px 10px;
    line-height: normal;
    height: initial; }
  #data_rows table.provider_rates tr td.rates_mobile_column {
    padding: 5px 0 5px 14px;
    float: none; }

  #best-rate-form .best-rate-form-wrapper .home-input-group input.empty-text-box {
    font-size: 10px;
    padding-left: 5px; }

  .home .rates-last-updated {
    font-size: 8px; } }
@media only screen and (max-width: 320px) {
  #mortgage-intel-window #big-cta a {
    padding: 0; }

  #data_rows .find-rate-company-logo {
    font-weight: bold; }
    #data_rows .find-rate-company-logo td {
      padding: 0;
      font-weight: bold; }
      #data_rows .find-rate-company-logo td.provider-icon {
        display: none !important; }
    #data_rows .find-rate-company-logo img {
      display: none !important; }

  .best-mortgage-rate-comparison #data_rows table .provider-icon,
  .latest-mortgage-rate-changes #data_rows table .provider-icon {
    display: none; } }
@media only screen and (max-width: 850px) {
  .desktop-only {
    display: none !important; } }
@media only screen and (max-width: 850px) {
  .desktop-only {
    display: none !important; } }
@media only screen and (max-width: 500px) {
  article img {
    width: 100%;
    height: auto; }

  article .comment-body p {
    clear: both; }

  #mortgage-headlines-page .title-row .title-wrapper {
    width: 100%;
    float: none; }
  #mortgage-headlines-page .title-row .sorting-wrapper {
    width: 100%;
    float: none;
    text-align: left; }
    #mortgage-headlines-page .title-row .sorting-wrapper .new-story-counter {
      margin: 20px 0 10px; }
    #mortgage-headlines-page .title-row .sorting-wrapper .sorting-buttons.no-new-stories {
      margin-top: 20px; }
  #mortgage-headlines-page .news-block .news-title-row h2 {
    float: left;
    width: 70%; }
  #mortgage-headlines-page .news-block .news-title-row .read-less {
    float: right;
    width: 30%;
    text-align: right; } }

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