body {
  font-family: 'Lato'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Montserrat';
  text-transform: none; }

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 2em; }

hr.star-light {
  border-color: #fff; }

hr.star-light:after {
  color: #fff;
  background-color: #002b60; }

hr.star-dark {
  border-color: #216eb1; }

hr.star-dark:after {
  color: #216eb1;
  background-color: white; }

section {
  padding: 6rem 0; }
  section h2 {
    font-size: 2.25rem;
    line-height: 2rem; }
  @media (min-width: 992px) {
    section h2 {
      font-size: 3rem;
      line-height: 2.5rem; } }

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem; }

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }
  .scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem; }

.spacer-single {
  clear: both;
  width: 100%;
  height: 10px; }

.spacer-double {
  clear: both;
  width: 100%;
  height: 20px; }

.margclear {
  margin: 0 !important; }

.padclear {
  padding: 0 !important; }

.col-centered {
  float: none;
  margin: 0 auto; }

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  font-family: 'Montserrat';
  text-transform: none; }
  #mainNav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002b60;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    @media screen and (max-width: 768px) {
      #mainNav:before {
        opacity: 1;
        visibility: visible; } }
  #mainNav .navbar-brand {
    position: relative;
    color: #fff; }
    #mainNav .navbar-brand img {
      width: 200px; }
  #mainNav .navbar-nav {
    position: relative;
    margin-top: 1rem; }
    #mainNav .navbar-nav li.nav-item {
      padding: 0 10px;
      margin: 0; }
      #mainNav .navbar-nav li.nav-item p {
        color: #fff;
        text-transform: none;
        font-weight: 400; }
      #mainNav .navbar-nav li.nav-item .number {
        margin-top: -2px; }
        #mainNav .navbar-nav li.nav-item .number i {
          display: inline; }
        #mainNav .navbar-nav li.nav-item .number a {
          display: inline; }
      #mainNav .navbar-nav li.nav-item a.nav-link {
        color: #fff;
        text-transform: none;
        font-size: 0.9rem;
        font-weight: 400;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        @media screen and (min-width: 768px) {
          #mainNav .navbar-nav li.nav-item a.nav-link {
            text-align: center; } }
        #mainNav .navbar-nav li.nav-item a.nav-link:hover {
          color: #216eb1; }
        #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
          color: #fff; }
        #mainNav .navbar-nav li.nav-item a.nav-link.active {
          color: #002b60; }
  #mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
    background-color: #fff !important;
    position: relative;
    color: #002b60 !important;
    font-weight: bold; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: font-size 0.3s;
      -moz-transition: font-size 0.3s;
      transition: font-size 0.3s; }
    #mainNav .navbar-nav {
      margin-top: 10px; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #fff;
      background: #002b60; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #fff;
        background: #002b60; }

  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; }
    #mainNav.navbar-shrink:before {
      opacity: 1;
      visibility: visible; } }
footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002b60;
  color: #fff; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 2rem 1rem; } }
  footer a {
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    footer a:hover {
      color: #216eb1;
      text-decoration: none; }
  footer h4 {
    font-weight: 400; }
  @media screen and (min-width: 768px) {
    footer .address {
      margin-top: 20px;
      padding-left: 50px; } }
  footer .address i {
    font-size: 1.6rem;
    margin-right: 10px; }
  footer .copyright {
    margin-top: 40px; }

.postfooter {
  background: #002b60;
  border-top: 1px solid #216eb1;
  padding: 60px 0 40px; }
  .postfooter small {
    display: block;
    margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .mdtop20 {
    margin-top: 20px !important; } }
@media screen and (max-width: 768px) {
  .text-center-mobile {
    margin-top: 1rem;
    text-align: center !important; } }

a {
  color: #002b60; }
  a:focus, a:hover, a:active {
    color: #00142d; }

.btn {
  border-width: 2px; }

.bg-primary {
  background-color: #002b60 !important; }

.bg-secondary {
  background-color: #216eb1 !important; }

.text-primary {
  color: #002b60 !important; }

.text-secondary {
  color: #216eb1 !important; }

.btn-primary {
  background-color: #002b60;
  border-color: #002b60; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #00142d;
    border-color: #00142d; }

.btn-secondary {
  background-color: #216eb1;
  border-color: #216eb1; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #195386;
    border-color: #195386; }

.btn-outline-primary {
  border-color: #002b60;
  color: #002b60; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #002b60;
    border-color: #002b60; }

.banner {
  background: url(../img/banner.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 250px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .banner {
      padding-top: 180px; }
      .banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%; } }
  .banner h1 {
    color: white;
    font-size: 3rem;
    margin-top: 1rem; }
  .banner .btn {
    border: 2px solid #002b60;
    padding: 15px 35px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #002b60;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent !important;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .banner .btn {
        color: #fff !important;
        border-color: #fff !important; } }
    .banner .btn span {
      z-index: 999;
      position: relative; }
    .banner .btn:before {
      content: '';
      width: 0%;
      height: 100%;
      display: block;
      background: #fff;
      position: absolute;
      -ms-transform: skewX(-20deg);
      -webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
      left: -10%;
      opacity: 1;
      top: 0;
      z-index: 1;
      -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
      -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
      box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }
    .banner .btn:after {
      content: '';
      width: 0%;
      height: 100%;
      display: block;
      background: #002b60;
      position: absolute;
      -ms-transform: skewX(-20deg);
      -webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
      left: -10%;
      opacity: 0;
      top: 0;
      z-index: 1;
      -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
      -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
      -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
      transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
      box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }
    .banner .btn:hover {
      border: 2px solid #002b60;
      color: #fff !important; }
    .banner .btn:hover::before {
      opacity: 1;
      width: 116%; }
    .banner .btn:hover::after {
      opacity: 1;
      width: 120%; }

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.slider-wrapper {
  position: relative;
  overflow: hidden;
  background: transparent url(/img/vidframe.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.slider {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 120px; }
  @media screen and (min-width: 991px) {
    .slider {
      margin-top: 135px; } }
  .slider h1, .slider p {
    margin: 0;
    display: inline-block; }
  .slider h1 {
    color: white;
    font-size: 3.5rem;
    font-weight: 400; }
  .slider img {
    margin: 100px auto 0; }
  .slider .next, .slider .prev {
    position: absolute;
    top: 40%;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    padding: 20px;
    z-index: 999; }
  .slider .next {
    right: 0; }
  .slider .prev {
    left: 0; }

.items {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .items {
      padding: 8em; } }
  @media screen and (max-width: 768px) {
    .items {
      padding: 4em 0; } }

.test-slider {
  background: #216eb1;
  color: white; }
  @media screen and (min-width: 768px) {
    .test-slider {
      padding: 4rem 2rem; } }
  @media screen and (max-width: 768px) {
    .test-slider {
      padding: 4rem 1rem; } }
  .test-slider h2 {
    color: white;
    font-weight: 400; }
  .test-slider p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px; }
  .test-slider .next, .test-slider .prev {
    position: absolute;
    top: 35%;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    padding: 20px;
    z-index: 999; }
  .test-slider .next {
    right: 0; }
  .test-slider .prev {
    left: 0; }

.home-cols {
  text-align: center; }
  .home-cols h3 {
    color: #002b60;
    margin-bottom: 4rem; }
  .home-cols img {
    margin-bottom: 1rem; }
  .home-cols p {
    color: #002b60; }
  @media screen and (max-width: 767px) {
    .home-cols .row {
      flex-direction: column; }
      .home-cols .row .col {
        min-height: 190px; } }
  .home-cols a:hover {
    text-decoration: none; }

.privacylock {
  font-size: 4.2rem;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .privacylock {
      float: left; } }

.home-why {
  text-align: center;
  background: #eee;
  padding-bottom: 0; }
  .home-why h2 {
    margin: 40px 0 60px; }
  .home-why strong, .home-why p {
    font-size: 1.2rem; }
  .home-why strong {
    margin-bottom: 1rem;
    display: block; }

.home-faq {
  text-align: center;
  padding: 40px 0; }
  .home-faq h2 {
    margin: 40px 0 60px; }
  .home-faq strong, .home-faq p {
    font-size: 1.2rem; }
  .home-faq strong {
    margin-bottom: 1rem;
    display: block; }
  .home-faq .faqform {
    background: #d9dfe7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 40px;
    margin-top: 70px; }
    .home-faq .faqform p.title {
      color: #002b60;
      font-size: 1.4rem; }
    .home-faq .faqform label {
      text-align: left;
      color: #002b60;
      display: inherit;
      padding-left: 2px;
      margin-top: 20px;
      font-size: 1.2rem; }
    .home-faq .faqform input, .home-faq .faqform textarea {
      border: 2px solid #002b60;
      height: auto;
      padding: 10px; }
    .home-faq .faqform button {
      font-size: 24px;
      padding-left: 20px;
      padding-right: 20px; }
    .home-faq .faqform .g-recaptcha {
      margin: 0 auto; }
      .home-faq .faqform .g-recaptcha > div {
        margin: 0 auto; }

.home-google-reviews {
  background: #f3f5fa; }
  .home-google-reviews h2 {
    margin: 0 auto;
    text-align: center;
    color: #002b60;
    margin-bottom: 80px; }
  .home-google-reviews .row {
    position: relative; }
  .home-google-reviews .reviewslider {
    min-width: 0;
    outline: none; }
    .home-google-reviews .reviewslider .slick-slide {
      outline: none; }
  .home-google-reviews .review {
    background: white;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 3rem;
    position: relative;
    margin-bottom: 60px; }
    .home-google-reviews .review p {
      font-size: 1rem;
      color: #333;
      display: inline-block; }
    .home-google-reviews .review:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 50px;
      width: 0;
      height: 0;
      border: 34px solid transparent;
      border-top-color: #ffffff;
      border-bottom: 0;
      border-left: 0;
      margin-left: -17px;
      margin-bottom: -34px; }
    .home-google-reviews .review .name {
      display: block;
      color: #002b60;
      font-weight: bold;
      text-transform: uppercase;
      margin: 15px 0 0;
      font-size: 1.2rem; }
    .home-google-reviews .review .stars img {
      display: inline-block;
      margin: -4px 10px 0 0; }
    .home-google-reviews .review .bubblefix {
      display: block;
      width: 100%;
      height: 8px; }
  .home-google-reviews .review-prev, .home-google-reviews .review-next {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 45px;
    height: 45px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    border: 2px solid #ccd5df;
    text-align: center;
    padding-top: 9px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    cursor: pointer;
    display: none; }
    @media (min-width: 768px) {
      .home-google-reviews .review-prev, .home-google-reviews .review-next {
        display: block; } }
    .home-google-reviews .review-prev i, .home-google-reviews .review-next i {
      color: #ccd5df;
      font-size: 1.5rem;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
    .home-google-reviews .review-prev:hover, .home-google-reviews .review-next:hover {
      background: #ccd5df; }
      .home-google-reviews .review-prev:hover i, .home-google-reviews .review-next:hover i {
        color: #fff; }
  .home-google-reviews .review-prev {
    left: 2rem;
    padding-right: 2px; }
  .home-google-reviews .review-next {
    right: 2rem;
    padding-left: 4px; }

.mortgage-quote {
  background: #eee; }
  .mortgage-quote h3 {
    font-size: 2.8rem;
    margin: 0 auto 100px;
    text-align: center; }
  .mortgage-quote ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: auto; }
  .mortgage-quote li {
    vertical-align: top;
    box-shadow: 0 1px 2px 1px #ddd;
    transition: .4s;
    margin-bottom: 0.8em;
    background: #d1dae6; }
    .mortgage-quote li:last-child {
      margin-bottom: 2em; }
  .mortgage-quote li:hover {
    background-color: white; }
  .mortgage-quote ul label {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 12px 5px 12px 10px;
    cursor: pointer;
    border: 2px solid #002b60;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 22px; }
  .mortgage-quote label, .mortgage-quote p {
    text-align: left;
    color: #002b60;
    display: inherit;
    padding-left: 2px;
    margin-top: 20px;
    font-size: 1.5rem; }
  .mortgage-quote label.agreement {
    font-size: 1.2rem; }
  .mortgage-quote input, .mortgage-quote textarea {
    border: 2px solid #002b60;
    height: auto;
    padding: 10px;
    background: #d1dae6; }
  .mortgage-quote button {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px; }
  .mortgage-quote input[type="checkbox"], .mortgage-quote input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .mortgage-quote input[type="radio"], .mortgage-quote input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
    width: 100%;
    height: 100%; }
  .mortgage-quote input[type="radio"] + span,
  .mortgage-quote input[type="checkbox"] + span {
    position: absolute;
    right: 17px;
    top: 16px;
    width: 10px;
    height: 10px;
    padding: 5px;
    margin-right: 10px;
    vertical-align: middle;
    transition: .4s; }
  .mortgage-quote input[type="radio"] + span {
    border-radius: 50%; }
  .mortgage-quote input[type="checkbox"] + span:before {
    content: ""; }
  .mortgage-quote input[type="checkbox"]:checked + span:before,
  .mortgage-quote li:hover input[type="checkbox"] + span:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f00c";
    color: #002b60;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px; }
  .mortgage-quote li:active input[type="checkbox"]:checked + span {
    border-width: 3px; }
  .mortgage-quote .callbackform input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    padding-left: 4em; }
  .mortgage-quote .callbackform input[type=checkbox] {
    display: none; }
  .mortgage-quote .callbackform input[type=checkbox] + label:before {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f00c";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    padding-top: 0.35em;
    padding-bottom: 0.3em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    margin: 0.5em 0.2em 0.6em 0;
    position: absolute;
    left: 15px; }
  .mortgage-quote .callbackform input[type=checkbox] + label:active:before {
    transform: scale(0); }
  .mortgage-quote .callbackform input[type=checkbox]:checked + label:before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #fff; }
  .mortgage-quote .callbackform input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa; }
  .mortgage-quote .callbackform input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb; }

.slick-slide {
  margin: 0 40px; }

.sprite {
  background-image: url("../img/spritesheet.png");
  background-repeat: no-repeat;
  display: block; }

.sprite-logo1 {
  width: 238px;
  height: 102px;
  background-position: 0 0; }

.sprite-logo10 {
  width: 120px;
  height: 98px;
  background-position: -238px 0; }

.sprite-logo2 {
  width: 196px;
  height: 102px;
  background-position: -358px 0; }

.sprite-logo3 {
  width: 298px;
  height: 102px;
  background-position: -554px 0; }

.sprite-logo4 {
  width: 196px;
  height: 102px;
  background-position: -852px 0; }

.sprite-logo5 {
  width: 199px;
  height: 102px;
  background-position: -1048px 0; }

.sprite-logo6 {
  width: 183px;
  height: 102px;
  background-position: -1247px 0; }

.sprite-logo7 {
  width: 230px;
  height: 98px;
  background-position: -1430px 0; }

.sprite-logo8 {
  width: 279px;
  height: 98px;
  background-position: -1660px 0; }

.sprite-logo9 {
  width: 407px;
  height: 98px;
  background-position: -1939px 0; }

.clientslider {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 2px solid #002b60;
  border-bottom: 2px solid #002b60;
  background: white; }
  .clientslider div {
    outline: none; }

.page-content.mortgage {
  padding: 4rem 0 8rem; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  color: #002b60 !important;
  width: 100% !important;
  height: auto !important;
  text-align: left !important;
  padding: 40px 85px 40px 15px !important;
  font-size: 1.3rem !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  outline: none !important;
  cursor: pointer !important;
  border-top: 1px solid #002b60;
  position: relative; }

.ui-accordion {
  text-align: left;
  margin-top: 40px;
  border-bottom: 1px solid #002b60; }
  .ui-accordion span.fa {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 22px;
    border: 1px solid #002b60;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px 0 0 2px; }

.ui-accordion-content {
  margin: 0 0 40px 15px; }
  .ui-accordion-content p {
    font-size: 1rem; }

.ui-slider-horizontal .ui-slider-handle {
  top: -1.1em !important; }

.ui-widget.ui-widget-content {
  border: 1px solid #b6bbc4 !important;
  background: #b6bbc4 !important; }

.ui-slider-horizontal {
  height: .5em !important;
  top: 0.5em !important; }

.ui-slider-horizontal {
  height: .5em;
  top: .4em;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.ui-widget-header {
  border: 1px solid #002b60 !important;
  background: #002b60 !important; }

.repayments {
  background: #d3d6dc;
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  @media screen and (max-width: 768px) {
    .repayments {
      margin-top: 60px; } }
  .repayments h5 {
    color: #002b60;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; }

.contactform input[type=email], .contactform input[type=text], .contactform textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  appearance: none;
  border: 0;
  background: 0 0;
  padding: 12px 0 14px 20px;
  margin: 0;
  color: #777;
  line-height: 22px; }

.contactform input[type=submit] {
  margin-top: 15px;
  border: 2px solid #d5b683;
  color: #0b304a;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 12px 25px;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  cursor: pointer; }

.contactform input[type=submit]:hover {
  border: 2px solid #0b304a; }

.contactform input[type=submit], .contactform input[type=text]:focus {
  outline-width: 1px !important;
  outline-offset: 0 !important;
  outline-color: #ff503f !important; }

.contactform input[type=text], .contactform input[type=email], .contactform select, .contactform textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  max-width: 100%; }

.contactform span.form-control-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d7da; }

.contactform span.form-control-wrap:before {
  content: "";
  width: 1px;
  height: 5px;
  background: #d3d7da;
  position: absolute;
  bottom: 0;
  left: 0; }

.agreecontainer {
  display: block;
  position: relative;
  padding-left: 45px;
  margin: 20px 0 40px;
  cursor: pointer;
  font-size: 18px;
  color: #a8aeae;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.agreecontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 13px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.agreecontainer:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.agreecontainer input:checked ~ .checkmark {
  background-color: #002b60; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.agreecontainer input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.agreecontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

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