
/**** GLOBALS ****/
/* Default Styles */
 #wpadminbar {
     display: none !important;
}
 body {
     font-family: Arimo, sans-serif;
     color: #757575;
}
h1, h1 a {
     color: #000000;
     font-family: Catamaran, sans-serif;
     font-size: 2.5em;
     line-height: 1;
     margin: 25px 0;
}
h2 {
     color: #000000;
     font-family: Catamaran, sans-serif;
     font-size: 2.5em;
     line-height: 1;
     margin: 25px 0;
}
h3 {
     color: #000000;
     font-family: Catamaran, sans-serif;
     font-size: 1.6em;
     line-height: 1.2;
     margin: 25px 0;
}
h4 {
     font-family: Catamaran, sans-serif;
     color: #000000;
     font-weight: bold;
     font-size: 1.5em;
     line-height: 1;
     margin: 25px 0;
}
p {
     font-family: Arimo, sans-serif;
     color: #404040;
     font-size: 16px;
     margin: 15px 0;
     line-height: 1.6;
}
ul {
     list-style-type: none;
}
.row {
     margin: 0 auto;
     max-width: 75rem;
     width: 100%;
} .row.wide {
     max-width: calc(100% - 15vw);
     margin: 0 auto;
     width: 100%;
}
.contain-to-grid {
     background: none !important;
}
.contain-to-grid .top-bar {
     max-width: 75em;
}
.page-wrapper {
     max-width: 75rem;
     clear: both;
}
.footer-wrapper {
     width: 100%;
     position: relative;
}
.footer-inner-wrapper {
     margin: 0 auto;
     padding: 25px 0 0 0;
}
.footer-inner-wrapper h1 {
     padding: 0 0 25px 0;
}
.contactForm {
     margin-top: 20px;
}
.contactForm label{
     font-weight: bold;
     display: block;
}
.contact-page .contactForm input {
     width: 100%;
     margin-bottom: 5px;
     color: #000000;
     background: #ffffff;
     padding-left: 5px;
     border: 1px solid #000000;
}
.contact-page .form-holder .contactForm textarea {
     width: 100%;
     min-height:240px;
     color: #000000;
     background: #ffffff;
     padding-left: 5px;
     border: 1px solid #000000;
     border-radius: 2px;
}
.contactForm .captchaWrapper {
}.contactForm .submitWrapper {
     text-align: center;
}.contactForm .submitWrapper span.submit {
     font-size: inherit;
     font-weight: normal;
     background-color: #757575;
     padding: 15px 0;
     cursor: pointer;
     display: block;
     width: calc(100% + 3px);
     color: #ffffff;
     text-transform: capitalize;
     text-shadow: none;
     bottom: 0;
     -webkit-transition: all 0.25s ease-in;
     -o-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
     -webkit-transform: translateX(-3px);
     -ms-transform: translateX(-3px);
     transform: translateX(-3px);
     border-radius: 5px;
     box-shadow: 1px 1px 2px rgba(55, 99, 210, 0), 0 0 25px rgba(55, 99, 210, 0), 0 0 2px rgba(55, 99, 210, 0);
}
.contactForm .submitWrapper span.submit:hover {
     background-color: #000000;
}.emailConfirmation {
     margin: 0 auto;
}.emailConfirmation h1 {
     color: #00CC00;
}.emailConfirmation {
    margin: 0 auto;
    text-align: center;
}.slick-background-wrapper {
     left: 0;
     position: absolute;
     top: 0;
     z-index: -1;
     width: 100% !important;
     overflow: hidden;
}.top-bar-section ul li {
     float: unset;
     display: inline-block;
}header {
     z-index: 9;
}ul {
      margin-bottom: 0;
}ul li {
     line-height: 1.2;
     margin: 0 0 20px 0;
    padding-left: 1vw;
    font-weight: normal;
    color: #646464;
}.column, .columns {
    position: relative;
    padding-left: 3.9375rem;
    padding-right: 3.9375rem;
    float: left;
}.large-margin-top {
    margin-top: 8vh;
 }.block-element {
     display: block;
     width: 100%;
} .vertical-center {
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
} .has-fadein {
      opacity: 0;
      transition: all 0.3s ease;
      -webkit-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
}.scrollfade {
     opacity: 0;
     transition: all 0.8s ease;
     -webkit-transition: all 0.8s ease;
     -ms-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
}.scrollfade.complete {
      opacity: 1;
}.scrollfade.from-bottom {
      transform: translateY(15%);
      -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
      -moz-transform: translateY(15%);
      -o-transform: translateY(15%);
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
}.scrollfade.from-bottom.complete {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
}.scrollfade.from-top {
      transform: translateY(-15%);
      -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
      -moz-transform: translateY(-15%);
      -o-transform: translateY(-15%);
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
}.scrollfade.from-top.complete {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -moz-transform: translateY(0);
     -o-transform: translateY(0);
}.scrollfade.from-left {
      transform: translateX(-15%);
      -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
      -moz-transform: translateX(-15%);
      -o-transform: translateX(-15%);
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
}.scrollfade.from-left.complete {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
}.scrollfade.from-right {
      transform: translateX(15%);
      -webkit-transform: translateX(15%);
      -ms-transform: translateX(15%);
      -moz-transform: translateX(15%);
      -o-transform: translateX(15%);
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
}.scrollfade.from-right.complete {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
} .scroll-to-content {
      position: absolute;
      display: block;
      width: 68px;
      height: 100%;
      cursor: pointer;
      z-index: 999;
} .scroll-to-content .fa {
      color: #ffffff;
      font-size: 25px;
      -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
      transform: translateY(25%);
}.absolute {
  position: absolute;
}.alt-color {
    background: #ecf6ff;
}.button.one {
     font-size: inherit;
     font-weight: normal;
     background-color: #757575;
     padding: 25px 0;
     display: block;
     width: calc(100% + 3px);
     color: #ffffff;
     -webkit-transition: all 0.25s ease-in;
     -o-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
     border-radius: 5px;
     box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25098039215686274);
     max-width: 275px;
     margin: 0 auto;
}.button.one:hover {
    background: #000000;
     box-shadow: 0px 8px 17px 1px rgb(32, 32, 32);
}.button.two {
    background: #757575;
    padding: 25px 0;
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 250px;
    font-family: Arimo, sans-serif;
    margin: 0 auto;
    color: #ffffff;
    font-weight: normal;
    font-size: 17px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25098039215686274);
    text-shadow: 1px 1px 2px rgba(55, 99, 210, 0), 0 0 25px rgba(55, 99, 210, 0), 0 0 2px rgba(55, 99, 210, 0);
    transition: all 0.2s ease;
}.button.two:hover {
    background: #000000;
   color: #ffffff;
   box-shadow: 0px 8px 17px 1px rgb(32, 32, 32);
}ul li span:nth-child(1) {
    color: #000000;
    font-size: 13px;
    display: block;
    position: absolute;
    transform: translate(-25px, 3px);
}.horizontal-padding {
    padding: 0 5vw;
}.small-horizontal-padding {
     padding: 0 3vw;
}.medium-margin-top {
    margin-top: 5vh;
}.small-margin-bottom {
      margin-bottom: 5vh;
}.medium-margin-bottom {
      margin-bottom: 7vh;
}.large-margin-bottom {
     margin-bottom: 10vh;
} .small-margin-top {
     margin-top: 3vh;
}.large-padding-right {
     padding-right: 10vw;
} .small-padding-right {
     padding-right: 5vw;
} .large-padding-left {
     padding-left: 10vw;
} .large-padding-top {
     padding-top: 10vh;
}.small-padding-left {
     padding-left: 5vw;
} .padded-left {
     padding-left: 7vw;
} .padded-right {
     padding-right: 7vw;
}.large-vertical-padding {
     padding: 15vh 0;
}.medium-vertical-padding {
      padding: 5vh 0;
}.small-vertical-padding {
     padding: 2vh 0;
}.strip-padding {
     padding: 0 !important;
}.strip-padding-left {
     padding-left: 0 !important;
}.strip-padding-right {
     padding-right: 0 !important;
}.button-bar {
    text-align: center;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25098039215686274);
}.button-bar a {
    color: #ffffff;
    transition: all 0.25s ease;
    font-size: 16px;
    font-weight: 400;
}.button-bar .fa {
    font-size: 20px;
    margin-right: 3px;
    transform: translateY(11%);
}.bg-color1 *, .bg-color2 * {
    color: #fff;
}.bg-color1 {
    background: #757575;
}.bg-color2 {
    background: #282828;
}.bg-color-white {
    background: #ffffff;
}

/**** HEADER ****/
.company-name-holder h1 {
    margin: 5px 0 0 0;
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}p.company-work-service-order {
    font-size: 14px;
    line-height: 1;
    margin: 5px 0 0 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
} header {
    border-bottom: 1px solid #ededed;
}.header-cta .button-bar {
    float: right;
    width: 235px;
}.top-bar-section li:not(.has-form):not(.button) ul.dropdown li:hover:not(.has-form):not(.button), 
.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) , 
.top-bar-section .dropdown li.active{
     color: #ffffff;
     background: none;
} .top-bar-section li ul.dropdown li:not(.has-form) a:not(.button):hover{
     color: #757575;
     background: none;
}.top-bar-section ul li {
     margin: 0;
}.top-bar-section .dropdown {
    background: rgba(0, 0, 0, 0.96);
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     left: 50%;
     border-radius: 5px;
     padding: 3vh 4vw;
     width: 1000px !important;
     box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.2196078431372549);
} .top-bar-section li:not(.has-form):not(.button) ul.dropdown li a{
     padding: 5px 40px;
     color: #ffffff;
     font-size: 12px;
}.top-bar-section li.active:not(.has-form):not(.button) ul.dropdown li::after, 
.top-bar-section li.active:not(.has-form):not(.button) ul.dropdown li:hover:not(.has-form):not(.button)::after, 
.top-bar-section li:not(.has-form):not(.button) ul.dropdown li::after, 
.top-bar-section li:not(.has-form):not(.button) ul.dropdown li:hover:not(.has-form):not(.button)::after, 
.top-bar-section ul li .ul.dropdown li:hover:not(.has-form)>a::after, 
.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button)::after {
     display: none;
} .top-bar-section .has-dropdown>a:after {
    content: "+";
    display: block;
    width: 0;
    height: 0;
    color: #000000;
    margin-top: 0;
    top: 50%;
    position: absolute;
    line-height: 0;
    transform: translateY(-50%);
}.top-bar-section li.active:not(.has-form):not(.button)::after, 
.top-bar-section li:hover:not(.has-form):not(.button)::after {
}.top-bar {
     background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
     background: none;
     color: #757575;
     line-height: 35px;
     font-weight: normal;
}.top-bar-section ul li, .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
     background: none;
     border-radius: 5px;
}.top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section ul li:hover:not(.has-form)>a {
     background: none;
     color: #757575;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
     background: none;
     color: #757575;
     line-height: 35px;
}.top-bar-section li ul.dropdown li.active:not(.has-form) a:not(.button) {
    color: #ffffff;
  }.top-bar-section ul li>a {
     background: none;
     color: #757575;
     font-size: 13px;
     text-transform: uppercase;
}.top-bar-section li.active:not(.has-form) a:not(.button):hover {
     background: none;
     color: #757575;
}.top-bar-section .dropdown li a {
    font-size: 16px;
}.top-bar-section .dropdown li {
    padding: 0;
    text-align: left;
    display: block;
    float: left;
    width: 50%;
} .top-bar-section li ul.dropdown li:not(.has-form) a:before {
    content: "";
    display: block;
    position: relative;
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 17px;
    left: -20px;
    opacity: 0;
}.top-bar-section li ul.dropdown li:not(.has-form) a:hover:before {
    opacity: 1;
}.top-bar-section .has-dropdown>a {
    background-color: #333;
    padding-right: 29px !important;
}
 .header-social-icons a {
    color: #ffffff;
    font-size: 16px;
    margin: 0 10px;
    transition: all 0.2s ease;
}.header-social-icons a:hover {
    color: #000000;
}.nav-holder {
    padding: 4px 0;
}a.header-cta-btn {
    background: #ffffff;
    width: 100%;
    max-width: 200px;
    display: block;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: Catamaran, sans-serif;
    color: #000000;
    transition: all 0.2s ease;
}
a.header-cta-btn:hover {
    background: #000000;
    color: #ffffff;
}
.header-social-icons {
    top: 8px;
}
/**** HOME ****/
.home-form .column, .home-form .columns, .form-heading.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
p.form-heading.columns {
    font-size: 20px;
    font-weight: 900;
    font-family: Catamaran, sans-serif;
}.home-form-holder span {
    display: block;
    width: 100%;
    font-family: Catamaran, sans-serif;
    font-weight: 900;
    text-shadow: 2px 2px 8px #000000;
    color: #ffffff;
 }.home-form-holder span:nth-child(1) {
    font-size: 3.4em;
    text-transform: uppercase;
}.home-form-holder span:nth-child(2) {
    font-size: 3em;
}.home-form-holder p {
    line-height: 1;
}.counter {
    padding: 0 5vw;
}p.counter-value {
    font-size: 6.5em;
    color: #757575;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
}.counter-holder-wrapper .counter-holder > div > .counter-value {
    color: #000000;
}.counter-holder-wrapper ~ .counter-holder-wrapper .counter-holder > div > .counter-value {
    color: #757575;
}.counter-holder {
    position: relative;
    border: 2px solid #757575;
    height: 20vw;
    width: 20vw;
    margin: 0 auto;
    border-radius: 50%;
}.steps-bg {
    background: url("https://mtg3a.linknowpreview.com/wp-content/themes/mtg3/images/home-img2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
 }.background-slider-holder {
    height: 73vh;
}.home-section-2-content-box {
    padding: 20vh 0;
    text-align: center;
}.home-section-2-content-box:nth-child(1) {
    background: #565656;
}.home-section-2-content-box:nth-child(2) {
    background: #404040;
}.home-section-2-content-box:nth-child(3) {
    background: #373737;
}.home-section-2-content {
    max-width:  350px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}.home-section-2-cta {
    padding: 4vh 0; 
}.home-section-steps {
        padding: 20vh 6.5vw;
  }.steps-content {
    max-width: 250px;
    margin: 0 auto;
}.home-section-steps .button-bar a {
    padding: 40px 0;
    background: #404040;
    transition: all 0.2s ease;
}.home-section-steps .button-bar a:hover {
    background: #000;
}.button-bar a:first-of-type {
    border-radius: 5px 0 0 5px;
    border-left: none !important;
    border-right: none !important;
}.button-bar a:last-of-type {
    border-radius: 0 5px 5px 0;
    border-left: none !important;
    border-right: none !important;
}.home-section-1  .button-bar a {
    padding: 30px 0;
    background: #404040;
    transition: all 0.2s ease;
}.home-section-1 .button-bar a:hover {
    background: #757575;
}.button-bar a:nth-child(n) {
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
}.home-section-counters {
    padding: 20vh 0 7vh 0;
}.mortgage-broker-img {
    position: absolute;
    right: -10vw;
    top: 0;
    z-index: -1;
}
.home-section-2 h1, 
.home-section-2 h2, 
.home-section-2 h3, 
.home-section-2 p  {
    color: #ffffff;
}.home-section-1 h1 {
     font-size: 2.5em;
     font-weight: 900;
     line-height: 1.25;
     text-transform: uppercase;
}.home-section-1 p{
    font-size: 16px;
    line-height: 2;
}.home-section-1 .button-bar {
    margin-top: 7vh;
}.home-section-2 {
}.home-section-2 h3 {
    font-weight: 700;
    margin: 30px 0 5px 0;
}.home-section-2 h2 {
    font-weight: 900;
    font-size: 3em;
    text-transform: uppercase;
}.home-section-2 p {
    font-size: 16px;
    line-height: 1.15;
}.home-section-2 .row.wide {
    max-width: calc(100% - 15vw);
}.home-section-2 .button.one {
     max-width: 400px;
}.home-section-2 .home-section-2-content p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}.home-section-3 h2 {
    font-weight: 900;
    line-height: 1.15;
    font-size: 3;
    color: #757575;
}.home-section-3 p {
    margin: 25px 0 40px 0;
}.home-section-3 .delayed-scrollfade:nth-child(1){
  transition-delay: 0.3s;
}.home-section-3 .delayed-scrollfade:nth-child(2){
  transition-delay: 0.6s;
}.home-section-3 .delayed-scrollfade:nth-child(3){
  transition-delay: 0.9s;
}.slick-text-slider .slick-slide p {
    color: #757575;
}.slick-slide p {
    font-size: 5em;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -1px;
}.home-section-counters p:nth-child(2) {
    color: #757575;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    transform: translateY(-6px);
}.home-section-steps p {
    font-size: 15px;
    color: #ffffff;
}.home-section-steps p.small-heading {
    font-family: Catamaran, sans-serif;
    font-weight: 800;
    font-size: 2.5em;
    color: #ffffff;
    line-height: 1;
    margin: 0 0 40px 0;
}.home-section-steps .button-bar {
    margin-top: 7vh;
}span.counter-value {
    color: #757575;
    font-weight: 800;
    font-size: 6vw;
}span.quote-left {
    position: absolute;
    left: -2vw;
    top: -3vh;
    z-index: -1;
}.testimonial-header {
}.testimonial-header p {
    font-family: Catamaran, sans-serif;
    font-size: 3.5em;
    font-weight: 900;
    color: #000000;
    margin-bottom:5vh;
    line-height: 0.8;
}.testimonial-holder .slick-testimonial-text-slider .slide-content p.testimonial-text {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 6vh;
}.testimonial-holder .slick-testimonial-text-slider .slide-content p.testimonial-name {
    font-size: 2em;
    font-weight: bold;
    color: #757575;
}.testimonial-holder {
    max-width: 600px;
}

/**** GATEWAY SERVICE PAGES ****/
.service-item a.button.two {
    margin: 0;
}.inner-page .service-item h2 {
    font-size: 4.2em;
    text-align: center;
}.service-gateway .button.two {
    margin: 0;
 }
/**** INNER PAGES ****/
.cta-box {
     background: url("https://mtg3a.linknowpreview.com/wp-content/themes/mtg3/images/cta-box-bg.jpg");
     background-position: center;
     background-repeat: no-repeat;
     border-radius: 15px;
     padding: 10vh 15vw;
     box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25098039215686274);
}.cta-box::before {
     content: "";
     display: block;
     width: 100%;
     height: 100%;
     background-color: #5f8bed;
     opacity: 0.92;
     position: absolute;
     left: 0;
     top: 0;
     border-radius: 15px;
}.cta-box * {
      color: #ffffff;
}.inner-page h1 {
     font-size: 3.2em;
     font-weight: 900;
     line-height: 1.125;
     text-transform: uppercase;
}.inner-page h2 {
    font-size: 2em;
    font-weight: 900;
    line-height: 1.25;
} .inner-page p {
    line-height: 2;
    margin: 15px 0 40px 0;
}.inner-page .inner-content-padding {
     padding: 5vh 5vw 5vh 8vw;
}.inner-page .title-area {
     padding: 5vh 10vw 5vh 0;
}.inner-page .whats-next-section h2 {
    font-size: 3em;
    margin: 0 0 10vh 0;
    text-transform: uppercase;
    font-weight: 900;
} .inner-page h2.large {
    font-size: 3em;
}.title-area .button.two {
     margin: 4vh 0 0 0;
}.whats-next-section p.small-heading {
    font-weight: 900;
    line-height: 1.25;
    color: #ffffff;
    font-size: 2.8em;
    font-family: Catamaran, sans-serif;
}.whats-next-section p {
    margin: 25px 0 40px 0;
}.whats-next-section .button.two {
    background: #333333;
}.whats-next-section .button.two:hover {
    background: black;
}.calculator-frame {
    width: 100%;
    border: 2px solid #eeeeee;
    box-shadow: 0px 0px 45px rgba(228, 228, 228, 0.7490196078431373);
}.glossary-holder a.button.two {
    margin: 0 0 10vh 0;
}.landing-page-wrapper h1, .service-areas-wrapper h1,
  .landing-page-wrapper h2, .service-areas-wrapper h2,
  .landing-page-wrapper h3, .service-areas-wrapper h3 {
    font-weight: bold;
    font-size: 1.9em;
    line-height: 1.5;
}.landing-page-button-wrapper a {
    background: #757575;
    border-radius: 10px;
    padding: 10px 15px;
}.landing-page-wrapper .whats-next-section p.small-heading {
    color: #000000;
}.landing-page-wrapper #content ul li:before {
    content: "";
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: black;
    left: 0;
    transform: translate(-20px, 12px);
}
/**** CONTACT ****/
.form-holder {
    padding: 4vh 3vw;
}.form-holder h1 {
    font-weight: 900;
    font-size: 2.2em;
    line-height: 1.125;
}.form-holder-wrapper {
    margin-top: 5vh;
}.form-wrapper .form-holder {
    max-width: 50vw;
    background: #ffffff;
    padding: 1vh 1vw;
    border-radius: 5px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25098039215686274);
}.form-wrapper .form-holder img {
    max-width: 100px;
}.groupWrapper {
    margin: 10px 0px;
}.groupWrapper.columns {
    padding: 0 .25rem;
}span.submit .fa-paper-plane {
    transition: all 0.3s ease-in;
    opacity: 0;
    transform: translate(0px, 6px);
}span.submit:hover .fa-paper-plane {
    transform: translate(4px, -1px);
    opacity: 1;
}
.contact-page .form-holder input::-webkit-input-placeholder, 
.contact-page .form-holder textarea::-webkit-input-placeholder {
  color: #757575;
  opacity: 0.5;
  padding-left: 5px;
  font-size: 15px;
}.contact-page .form-holder input::-ms-input-placeholder, 
.contact-page .form-holder textarea::-ms-input-placeholder {
  color: #757575;
  opacity: 0.5;
  padding-left: 5px;
  font-size: 15px;
}.contact-page .form-holder input::-moz-placeholder, 
.contact-page .form-holder textarea::-moz-placeholder {
  color: #757575;
  opacity: 0.5;
  padding-left: 5px;
  font-size: 15px;
}.contact-page .form-holder input:-ms-input-placeholder, 
.contact-page .form-holder textarea:-ms-input-placeholder {
  color: #757575;
  opacity: 0.5;
  padding-left: 5px;
  font-size: 15px;
}.contact-page .form-holder input::placeholder, 
.contact-page .form-holder textarea::placeholder {
   color: #757575;
   opacity: 0.5;
   padding-left: 5px;
  font-size: 15px;
}
.form-holder input[type="text"], .form-holder input[type="password"], 
.form-holder input[type="date"], .form-holder input[type="datetime"], 
.form-holder input[type="datetime-local"], .form-holder input[type="month"], 
.form-holder input[type="week"], .form-holder input[type="email"], 
.form-holder input[type="number"], .form-holder input[type="search"], 
.form-holder input[type="tel"], .form-holder input[type="time"], 
.form-holder input[type="url"] {
     -webkit-box-shadow: none;
     box-shadow: none;
     border: 1px solid #757575;
     border-radius: 2px;
}.form-holder input[type="text"]:focus, 
.form-holder input[type="password"]:focus, 
.form-holder input[type="date"]:focus, 
.form-holder input[type="datetime"]:focus, 
.form-holder input[type="datetime-local"]:focus, 
.form-holder input[type="month"]:focus, 
.form-holder input[type="week"]:focus, 
.form-holder input[type="email"]:focus, 
.form-holder input[type="number"]:focus, 
.form-holder input[type="search"]:focus, 
.form-holder input[type="tel"]:focus, 
.form-holder input[type="time"]:focus, 
.form-holder input[type="url"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000000;
  background: none;
}.form-holder textarea {
 background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 145px;
  border: 1px solid #757575;
  border-radius: 2px;
  margin-bottom: 0;
}.form-holder textarea:focus {
  border-color: #344982;
}.contact-page .form-holder .contactForm textarea:focus {
  background: none;
  border-color: #344982;
  -webkit-box-shadow: none;
  box-shadow: none;
}.form-wrapper .form-holder .groupWrapper {
    margin: 10px 0;
}
/**** FOOTER ****/
.footer-bg {
     width: 100%;
     position: relative;
     background: #404040;
}.footer-bg ul {
     margin: 0;
} footer ul li {
    line-height: 2.1;
}.footer-company-info p {
    color: #dedede;
    font-weight: normal;
}.footer-company-info p:nth-child(1) {
    margin: 0;
}.footer-cta a {
    margin: 10px 0;
    padding-left: 0;
}.footer-cta a span {
    font-size: 17px;
    color: #dedede;
    font-weight: bold;
    transition: all 0.2s ease;
}.footer-cta a:hover span {
    color: #ffffff;
    text-shadow:  1px 1px 2px #000000, 0 0 25px #9e9e9e, 0 0 2px #dbe5ff;
}.footer-cta .fa {
    font-size: 25px;
    margin-right: 10px;
}.disclaimer {
    background: #000000;
    padding: 1vh 0;
}.disclaimer img {
  max-width: 125px;
}.disclaimer p {
    font-size: 11px;
    line-height: 1.5;
    color: #ffffff;
}.footer-padding {
    padding: 10vh 0;
}.footer-company-name-logo span {
    display: inline-block;
    margin: 0 15px 0 0;
}.footer-company-name-logo p {
    margin: 5px 0 0 0;
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    transform: translateY(16px);
}footer p.company-work-service-order {
    letter-spacing: 0;
    font-size: 10px;
    font-weight: normal;
}.quick-links a {
    color: #dedede;
    font-weight: normal;
    transition: all 0.2 ease;
    text-transform: uppercase;
    font-size: 13px;
}.quick-links a:hover {
   text-shadow: 1px 1px 2px #000000, 0 0 25px #9e9e9e, 0 0 2px #dbe5ff;
}.social-links p.small-heading {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: 900;
   font-family: Catamaran, sans-serif;
    margin: 0 0 2vh 0;
}.social-links a {
  color: #ffffff;
  font-size: 2em;
  margin: 10px 20px;
  text-shadow: 1px 1px 2px rgba(55, 99, 210, 0), 0 0 25px rgba(55, 99, 210, 0), 0 0 2px rgba(55, 99, 210, 0);
  transition: all 0.3s ease;
}.social-links a:hover {
   text-shadow: 1px 1px 2px #000000, 0 0 25px #9e9e9e, 0 0 2px #dbe5ff;
}
/***  SLIDE OUT FORM STYLES  ***/
.banner-info p.banner-heading {
    color: #fff;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    line-height: 1;
    margin: 0;
}.banner-info p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}.banner-info a {
    background: #404040;
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 20px auto 0 auto;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    transition:  all 0.3s ease;
}.banner-info a:hover {
    background: #131313;
}.slide-out-wrapper {
    max-width: 960px;
    display: block;
    position: fixed;
    z-index: 99999;
    top: 50%;
    right: 0;
    background: #000000;
    text-align: center;
    max-width: 960px;
    width: 100%;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}span.form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    background: #000000;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    -moz-transform: translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
    -o-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-99%) translateY(-50%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}span.form-toggle .fa {
    color: #fff;
    font-size: 20px;
}.slide-out-wrapper span.open, .slide-out-wrapper span.close {
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    font-size: 24px;
    width: 50px;
    line-height: 150px;
    text-align: center;
    -webkit-box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    transition:  all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    cursor: pointer;
}.slide-out-wrapper span.close {
    background: #757575;
}.slide-out-wrapper span.open {
    background: #757575;
}.slide-out-wrapper span.close {
    display: none;
}.slide-out-wrapper span.open {
    display: inline-block;
}.slide-out-wrapper.active span.close {
    display: inline-block;
}.slide-out-wrapper.active span.open {
    display: none;
}.banner-img {
    background: url("https://mtg3a.linknowpreview.com/wp-content/themes/mtg3/images/mtg3-banner-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 257px;
}
@media only screen and (max-width: 1600px) {
  .row.wide {
      max-width: calc(100% - 10vw);
  }.top-bar-section ul li>a {
    font-size: 12px;
  }.padded-right {
    padding-right: 4vw;
  }.testimonial-header p {
    font-size: 3em;
 }.testimonial-holder .slick-testimonial-text-slider .slide-content p.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
 }.home-section-3 h2 {
   font-size: 2em;
 }.home-section-2 .row.wide {
    max-width: calc(100% - 15vw);
 }.social-links p.small-heading {
    font-size: 2.2em;
 }.mortgage-broker-img {
    right: -5vw;
 }
}

@media only screen and (max-width: 1400px) {
  .form-wrapper .form-holder {
    padding: 9px 1vw;
  }.logo-holder img {
    max-width: 75%;
  }.top-bar-section .dropdown {
      width: 800px !important;
  }.background-slider-holder {
      height: 70vh;
  }p.counter-value {
    font-size: 4.5em;
  }.home-section-steps {
    padding: 16vh 3.5vw;
  }.home-section-counters p:nth-child(2) {
    font-size: 18px;
  }.home-section-2 h2 {
    font-size: 2.6em;
  } .inner-page h1 {
      font-size: 2.7em;
  }.inner-page h2 {
      font-size: 1.7em;
  }.whats-next-section p.small-heading {
       font-size: 2.1em;  
  }p {
      font-size: 14px;
  }.button.two {
      padding: 14px 0;
  }.top-bar-section .dropdown li a {
      font-size: 14px;
  }.inner-page .service-item h2 {
    font-size: 4.2em;
    text-align: center;
  }.inner-page .service-item h2 {
    font-size: 3em;
  }.padded-right {
    padding-right: 2vw;
 }.home-section-2 .row.wide {
    max-width: calc(100% - 5vw);
 }.social-links p.small-heading {
    font-size: 2em;
  }
}

@media only screen and (max-width: 1280px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 5px;
  }.row.wide {
      max-width: calc(100% - 5vw);
  }.inner-page h1 {
      font-size: 2.2em;
  }.button-bar a {
      font-size: 14px;
  }.button-bar {
      padding: 10px 0;
  }.form-wrapper .form-holder {
    padding: 3px 1vw;
  }.home-form-holder span:nth-child(1) {
    font-size: 2.4em;
  }.home-form-holder span:nth-child(2) {
    font-size: 2em;
  }.row.wide {
    max-width: calc(100% - 10vw);
  }.form-holder {
    padding: 4vh 0vw;
  }.form-holder h1 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 1025px) {
  [class*="fadein-"] {
  opacity: 1;
  }.scrollfade {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }.scrollfade.from-bottom {
      transform: unset;
      -webkit-transform: unset;
      -ms-transform: unset;
      -moz-transform: unset;
      -o-transform: unset;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
  }.home-section-1 .strip-padding-left {
    padding-left: 0 !important;
  }span.quote-left {
    position: absolute;
    left: 25%;
    transform: translateX(-100%);
  }.testimonial-holder {
    max-width: unset;
    text-align: center;
  }.vertical-center {
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }.counter-holder .vertical-center {
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}p.counter-value {
    font-size: 2.5em;
  }.large-vertical-padding {
    padding: 10vh 0;
  }.home-section-1 * {
    text-align: center;
  }.home-section-1 img {
    margin-top: 5vh;
  }.background-slider-holder {
      height: auto;
      margin-top: 7vh;
  }.home-section-2-content-box {
    padding: 7vh 0;
  }.home-section-2-cta * {
    text-align: center;
  }.mobile-navigation {
    display: block;
    font-size: 18px;
    right: 25px;
    line-height: 58px;
    position: absolute;
    text-transform: uppercase;
    top: 25px;
    vertical-align: top;
    width: auto;
    z-index: 999;
    background: #000000;
 }.mobile-navigation .fa {
    font-size: 32px;
    line-height: 58px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    width: 58px;
    color: #ffffff;
 }.fullwidth-navigation{
    position: absolute;
   background: #404040;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    margin-top: 0;
 }.fullwidth-navigation .top-bar {
    padding-top: 10%;
    height: auto;
    display: block;
 }.fullwidth-navigation .title-area {
    display: none !important;
 }.fullwidth-navigation .top-bar-section ul {
    position: relative;
    right:0;
    width:100% !important;
    z-index: 997;
    padding-top: 40px;
 }.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 150%;
    border-radius: 0;
    background: transparent;
    padding-bottom: 40px;
    top: 0;
 }.top-bar-section ul li {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}.home-section-2::before, .home-section-1 p::after, .footer-bg::before {
    display: none;
 }.home-section-2-content {
    margin: 20px 0;
 }.horizontal-padding {
    padding: 0;
 }.row.wide {
    max-width: calc(100% - 10vw);
 }.form-wrapper .form-holder {
    max-width: 100vw;
 }footer {
    padding: 3vh 0;
 }.inner-page img {
    max-width: 425px;
 }.cta-box {
    padding: 5vh 10vw;
 }.whats-next-section img {
    max-width: 150px;
 }.medium-strip-padding {
    padding: 0 !important;
 }.strip-padding-left {
    padding-left: 3.9375rem !important;
  }.strip-padding-right {
    padding-right: 3.9375rem !important;
  }.inner-page .title-area {
    padding: 0 3.9375rem 0 3.9375rem;
    text-align: center;
  }.title-area .button.two {
    margin: 0 auto;
  }.footer-cta a {
    padding-left: 3.9375rem;
  }.footer-company-info * {
    text-align: center;
  }.quick-links {
    text-align: center;
    margin: 3vh 0;
  }.disclaimer p {
    text-align: center;
  }.header-company-info * {
    text-align: center;
  }.home-section-2-content {
    transform: translateX(-50%) !important;
  }.top-bar-section li:not(.has-form) a:not(.button) {
    color: #ffffff;
    padding-left: 0;
  }.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #000000;
  }.top-bar-section .dropdown li {
    float: unset;
    width: 100%;
    text-align: center;
  }.top-bar-section .has-dropdown>a:after {
    border: none;
  }.top-bar-section .has-dropdown>a {
    background-color: #333;
    padding-right: 0 !important;
  }.top-bar-section .has-dropdown>a:after {
    right: 33%;
    font-size: 20px;
  }.top-bar-section li ul.dropdown li:not(.has-form) a:before {
    left: 20%;
  }.form-holder .strip-padding-left {
    padding: 0 !important;
  }a.header-cta-btn {
    width: 100%;
    max-width: unset;
    display: block;
    text-align: center;
    padding: 3vh 0;
    border-radius: 0;
    font-size: 2em;
    font-weight: 900;
    font-family: Catamaran, sans-serif;
    color: #000000;
    transition: all 0.2s ease;
  }.medium-down-cta {
    position: absolute;
    bottom: 0;
    background: #ffffff;
  }.medium-down-header-social-icons a {
    color: #fff;
    font-size: 20px;
    margin: 0 3vw;
  }.medium-down-header-social-icons {
    text-align: center;
    margin-top: 5vh;
  }
}
@media only screen and (max-device-width: 1025px) and (orientation:portrait) {
  .form-wrapper .form-holder {
    max-width: 100vw;
  } .row.wide {
    max-width: calc(100% - 10vw);
  }.home-section-2-content {
    margin: 20px 0;
 }.horizontal-padding {
    padding: 0;
 }.row.wide {
    max-width: calc(100% - 10vw);
 }
}
@media only screen and (max-device-width: 768px) and (orientation:portrait) {
    .home-section-3 .button.two, .whats-next-section .button.two {
        width: 175px;
    }
}
@media only screen and (max-device-width: 600px) and (orientation:portrait) {
    .mobile-home-header-content img, .logo-holder img {
        max-width: 55px;
    }.mobile-home-header-content a.header-cta-btn {
        font-size: 20px;
        padding: 10px 0;
        max-width: 225px;
        margin: 20px auto 0 auto;
        font-weight: 800;
        border-radius: 3px;
    }.mobile-home-header-content h1 {
        color: #ffffff;
        font-weight: 900;
        font-size: 23px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 3vh 0 3px 0;
    }.mobile-home-header-content p.company-work-service-order {
        font-size: 9px;
        letter-spacing: 2px;
    }.mobile-home-header .mobile-navigation {
        background: none;
        top: 25px;
        right: 25px;
    }.mobile-home-header-content {
        padding: 7vh 0;
    }.mobile-home-bg {
        background: url("https://mtg3a.linknowpreview.com/wp-content/themes/mtg3/images/mobile-home-bg.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }.top-bar-section li:not(.has-form) a:not(.button){
        line-height: 19px;
    }.top-bar-section .has-dropdown>a:after {
        right: 20%;
    }.home-section-steps p.small-heading {
        font-size: 25px;
    }.row {
        max-width: 45rem;
   }.inner-page img {
        max-width: 325px;
        margin: 0 auto;
        display: block;
        width: 100%;
   }.inner-page h1 {
        font-size: 2em;
   }.cta-box {
        padding: 3vh 5vw;
   }.whats-next-section img {
        max-width: 70px;
        margin-top: 15px;
   }.whats-next-section p.small-heading {
        font-size: 22px;
        margin:10px 0 0 0;
    }.inner-page .whats-next-section h2 {
        font-size: 2em;
    }.whats-next-section p {
        margin: 7px 0 20px 0;
        line-height: 1;
    }.small-strip-padding {
        padding: 0 !important;
   }.home-section-1 h1 {
        font-size: 30px;
        text-transform: capitalize;
  }.home-section-2 h2 {
        font-weight: bold;
        font-size: 23px;
  }.home-section-2-content {
         text-align: center;
  }.home-section-2-content h3 {
        margin: 10px 0 5px 0;
  }.home-section-2 p {
        font-size: 13px;
        line-height: 1.5;
  }.home-section-3::before {
    display: none;
  }.home-section-2 {
        padding: 10vh 0 10vh 0;
  }.home-section-3 img {
        max-width: 125px;
        margin-top: 35px;
  }.home-section-steps {
        text-align: center;
  }.slick-testimonial-text-slider .slick-slide .slide-content {
        padding: 0;
  }span.quote-left {
        top: -30px;
        left: 15%;
  }span.quote-left img {
        max-width: 60px;
  }.testimonial-header p {
        font-size: 2.2em;
  }.inner-page .title-area {
        padding: 5vh 5vw 5vh 5vw;
  }.small-margin-bottom {
        margin-bottom: 1vh;
  }.footer-cta a span {
        font-size: 16px;
  }.footer-company-name-logo p {
        font-size: 15px;
  }.small-center {
        text-align: center;
  }ul {
        margin-bottom: 40px;
        margin-left: 8vw;
  }.header-cta .button-bar {
        float: unset;
        width: 235px;
        margin: 0 auto;
        padding: 5px 0;
  }.company-name-holder {
        text-align: center;
  }.form-holder h1 {
        font-size: 2em;
  }.small-only-small-margin-top {
        margin-top: 5vh;
  }.small-screen-text-left {
        text-align: left !important;
  }.small-left {
        float: left !important;
  }.inner-page .service-item h2 {
        text-align: left;
        font-size: 2.8em;
  }.service-areas-wrapper ul {
    margin: 0;
  }.column, .columns, .strip-padding-left, .strip-padding-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }.row.wide {
    max-width: calc(100% - 25vw);
  }.mobile-navigation {
    top: 0;
    right: 0;
  }.home-section-1 p {
    font-size: 13px;
    line-height: 2;
  }.button-bar {
    box-shadow: none;
  }.button-bar a:nth-child(n) {
    border-top: none;
    border-bottom: none;
  }.home-section-1 .button-bar a {
    padding: 30px 0;
    margin: 0.5px 0;
    border-radius: 5px;
    font-size: 15px;
  }.home-section-2-content img {
    max-width: 60px;
    margin-bottom: 20px;
  }.home-section-2 .row.wide {
    max-width: calc(100% - 25vw);
  }.home-section-2 .button.one {
    max-width: 300px;
  }.home-section-3 .button.two, .whats-next-section .button.two {
    width: 300px;
    padding: 20px 0;
  }.home-section-3 p {
    padding: 0 10vw;
  }.home-section-steps p.small-heading {
    font-weight: 900;
    margin: 0 0 15px 0;
  }.home-section-steps p {
    margin-bottom: 35px;
  }.home-section-steps .button-bar {
    max-width: 300px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }.home-section-steps .button-bar a {
    padding: 30px 0;
    margin: 0.5px 0;
    border-radius: 5px;
    font-size: 15px;
  }.counter-holder .vertical-center {
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }.counter-holder {
    position: relative;
    border: none;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: unset;
  }.counter-holder-wrapper {
    margin: 0 0 3vh 0;
  }.testimonial-holder .slick-testimonial-text-slider .slide-content p.testimonial-text {
    font-size: 15px;
  }.footer-company-name-logo span {
    margin: 0;
  }footer p.company-work-service-order {
    letter-spacing: 0;
    font-size: 10px;
    margin: 0 0 45px 0px;
  }.footer-bg ul {
    margin: 0;
  }footer ul li {
    line-height: 1;
    padding-left: 0;
    margin: 0 0 10px 0;
  }.quick-links a {
    font-size: 12px;
  }.button-bar a:nth-child(n) {
    border-left: none;
    border-right:  none;
  }.inner-page h2.large {
    font-size: 26px;
  }.inner-page .whats-next-section h2 {
    margin: 0 0 2vh 0;
  }.whats-next-section .button.two {
    margin: 10px 0 7vh 0;
  }.company-name-holder h1 {
    margin: 15px 0 0 0;
    font-size: 18px;
  }p.company-work-service-order {
    font-size: 9px;
  }.top-bar-section li ul.dropdown li:not(.has-form) a:before {
    display: none;
  }.large-margin-top {
    margin-top: 0;
  }.inner-page p {
    line-height: 2;
    margin: 7px 0 20px 0;
  }.service-gateway .button.two {
    margin: 0px 0 8vh 0;
  }a.header-cta-btn {
    padding: 6vh 0;
  }.disclaimer p {
    font-size: 7px;
    line-height: 1.5;
    color: #646464;
  }
}
