/* IMPORTS */
/*
 font-family: 'Montserrat', sans-serif;
 */
/* --------------------------------------------------
 Table of Contents
 -----------------------------------------------------
 :: GENERAL
 :: TYPOGRAPHY
 :: BUTTONS
 :: STRUCTURE
 :: TABLES
 :: HEADER
 :: NAV
 :: LOGOS
 :: FOOTER
 :: FOOTER BLOG
 :: PAGE HEADER
 :: ARTICLE
 */
/* GENERAL */

/*** Begin FORM DROPDOWN COLOR EDIT ***/

::placeholder, select {
  color: #bbb;
}

/*** End FORM DROPDOWN COLOR EDIT ***/

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

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

.group:before, .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.group:after {
  clear: both;
}

.transition {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

strong, .strong, b {
  font-weight: 600;
}

em, .em {
  font-style: italic;
}

u, .u {
  text-decoration: underline;
}

.no-u {
  text-decoration: none;
}

a {
  color: #00aadf;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;

}

a:visited {}

nav a:hover {
  color: #ebd417;
}

nav .nav-phone a:hover {
  color: #103352 !important;
}

.social-links li {
  text-align: left;
}

.center {
  text-align: center;
}

.fluid-width-video-wrapper {
  clear: both;
}

.error404 .content {
  float: left;
  width: 61%;
  padding: 80px 0;
}

/* TYPOGRAPHY */
article h1, article h2, article h3, article h4, article h5 {
  color: #103352;
  margin-bottom: 20px;
  font-weight: 600;
}

article h2 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: #00aadf;
}

h3 {
  font-size: 26px;
  line-height: normal;
  color: #103352;
  margin-bottom: 20px;
}

article .page-title, article h2.like-h1, h2.section-title, body.page-template-blog h1.page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

body.page-template-blog h1.page-title {
  color: #103352;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.gform_wrapper .gform_footer input[type=submit] {
  background: #103352;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: none;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #00aadf;
}

section#req-form .gform_wrapper .gform_footer input.button {
  background: #00aadf;
  color: #000;
}

section#req-form .gform_wrapper .gform_footer input.button:hover {
  background-color: #103352;
  color: #fff;
}

body.page-template-research h1.page-title {}

/* BUTTONS */
div.text-center {
  display: block;
  width: 100%;
}

aside .button, #respond #submit {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
  background-color: #103352;
  text-decoration: none;
  display: inline-block;
  border: none;
}

aside .button:hover, #respond #submit:hover {
  background-color: #17629F;
}

.learn-more, .nav-phone a {
  background: #ebd417;
  color: #103352;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: none;
}

#reasons-to-own .learn-more, #text-intro .learn-more, #mobile-reasons-to-own .learn-more {
  background-color: #103352;
  color: #fff;
  font-size: 15px;
}

.learn-more:hover {
  background-color: #00aadf;
  color: #103352;
}

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

.page-wrapper {
  max-width: 1280px;
  margin: 0 auto 60px;
  background-color: #fff;
}

.page-template-page-with-forms .page-wrapper {
  margin: 60px auto;
}

body.page-template-full-page .page-wrapper {
  margin: 40px auto;
}

.page-id-1136 section.page-wrapper {
  padding-top: 60px;
}

.content {
  float: left;
  width: 61%;
}

aside {
  float: right;
  width: 32%;
}

/* TABLES */
table {
  width: 100%;
}

th {
  background-color: #008653;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

tr:nth-child(even) {
  background-color: #efefef;
}


tr {
  border-bottom: 1px solid #ccc;
}

td {
  padding: 5px;
}

/* top three rows of table */
#table-1289 td {
  min-width: 150px;
}
#table-1289 tr:nth-child(1) td, 
#table-1289 tr:nth-child(2) td,
#table-1289 tr:nth-child(3) td {
	color: #00aadf !important;
  font-weight: bold;
}

/* HEADER */
header {
  padding: 0px 5%;
  z-index: 999;
  position: relative;
  background: #103352;
  color: #fff;
  display: flex;
  height: 80px;
  align-items: center;
}

.logo {
    
    width: auto;
    
}

.logo a {
    

    
}

.logo img {
  width: 308px;

}

.top-info {
  display: block;
  position: relative;
  float: right;
}

.top-info .phone {
  font-size: 16px;
  font-weight: 300;
  width: auto;
  text-align: right;
  color: #ebd417;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.top-info .phone a {
  background-color: #ebd417;
  color: #103352;
  font-size: 28px;
  line-height: 28px;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.top-info .phone a:hover {
  background-color: #17629F;
}

/* NAV */
nav {
  position: relative;
  width: 100%;


}

nav ul {
  margin: 0px;
  text-align: right;
}

nav li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0;
  margin-right: 4px;
}

nav li:last-of-type {
  margin: 0;
}

nav li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0px 12px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

nav ul li a:hover {
  color: #ebd417;
}

nav ul li.menu-item-has-children>a:after {
  font-family: 'FontAwesome';
  content: '\f107';
  margin: 0 0 0 5px;
}

nav .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 90;
  margin: 0;
}

.sub-menu li {
  margin: 0;
  display: block;
  text-align: left;
  background: #01243e;
}

.sub-menu li a {
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: 500;
  color: #a2a2a2;
  text-transform: none;
}

nav ul li .sub-menu a:hover {
  background-color: #02aadf;
  color: #ffffff;
}

nav ul li.nav-phone {
  margin-left: 20px;
}

/* LOGOS */
ul.logos {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  max-width: 100%;
  text-align: center;
}

ul.logos li {
  display: inline;
  width: 16%;
}

.copyrite,
.copyrite a {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

.disclaimer {
  font-size: 10px;
  font-weight: normal;
  line-height: 16px;
  padding: 20px 0;
  text-transform: none;
  text-align: center;
}

section#text-intro .disclaimer {
    text-align: left;
    padding: 0px;
    margin: 0px;
}

/* FOOTER BLOG */
section#featured-posts {
  padding: 80px 40px;
  text-align: center;
  background-color: #fff;
}

p.desc-text {
  font-size: 18px;
  margin-bottom: 40px;
}

section#featured-posts ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  color: #000;
}

section#featured-posts ul li {
  width: 30%;
  background-color: #ededed;
  color: #000;
}

section#featured-posts ul li div.featured-thumb {
  width: 100%;
  height: 284px;
  color: #000;
}
@media (max-width: 1001px) {
  section#featured-posts ul li div.featured-thumb {
    width: 100%;
    height: 384px;
  }
}

section#featured-posts ul li h2.featured-title {
  display: block;
  margin: 20px 0;
  text-decoration: none;
  color: #005d9f;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 120%;
  font-weight: 600;
}

section#featured-posts ul li h2.featured-title,
section#featured-posts ul li .description {
  padding: 0 16px;
}

section#featured-posts ul li a.learn-more {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  padding: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
  background-color: #103352;
}

section#featured-posts ul li .description p {
  font-size: 15px;
  color: #111;
}

section#featured-posts ul li a.learn-more:hover {
  background-color: #00aadf;
}

/* PAGE NAVIGATION */
.header-nav.research {
  background: #fff url(../img/internal-page-background.jpg) no-repeat scroll center center / cover;
  margin-bottom: 40px;
  height: auto;
}

.header-nav.research img {
  width: 100%;
}

.header-nav.research h1.page-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 0;
  color: #005dab;
  padding: 80px 0;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.75);
}

.header-nav .research-nav {
  width: 30%;
  float: left;
}

.header-nav .research-nav .button {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
  padding-top: 2px;
}

.header-nav .research-nav .button:hover {
  color: #fe9735;
}

.header-nav .research-nav div:nth-of-type(2) {
  border-left: 1px solid #008653;
  padding-left: 20px;
  margin-left: 10px;
}

.header-nav .research-nav div {
  display: inline;
  padding: 10px;
}

.header-nav .featured-image {
  margin-bottom: 40px;
}

.header-nav .featured-image img {
  max-width: 100% !important;
}

/* FOOTER */
section#foot-logo {
  background-color: #d70582;
  padding: 40px;
  text-align: center;
}

footer a.learn-more {
  background: #00aadf;
  color: #000;
  padding-top: 20px;
}

footer a.learn-more:hover {
  background: #3164a0;
  color: #fff !important;
}

/* award badge below logo */
footer p.badge {
  padding-top: 40px;
}

footer {
  background: #103352;
  color: #fff;
  padding: 0;
  position: relative;
  text-align: left;
}

footer .footer-wrap {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  position: relative;
}

.horizontal-footer {
  display: flex;
  flex-direction:row;
  flex: 0 0 66%;
}

.vertical-footer {
  display: flex;
  flex-direction:column;
  flex: 0 0 33%;
  margin-bottom: 0;
  padding: 80px 40px;
}

footer .footer-wrap .horizontal-footer .widget-container {
  width: 100%;
  flex: 1;
  margin-bottom: 0;
  padding: 80px 40px;
}



footer div#nav_menu-8 {
  width: 30%;
}

footer .footer-wrap .widget-container img {
  margin-bottom: 20px;
}

footer .footer-wrap .widget-container ul li {
  padding: 8px 0;
}

ul#menu-research-footer #nav_menu-8 a:before, footer .footer-wrap #nav_menu-8 a:before, ul#menu-research-footer #nav_menu-9 a:before, footer .footer-wrap #nav_menu-9 a:before,
footer .footer-wrap a:not(.learn-more):before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 7px;
}

footer .footer-wrap a:not(.learn-more) {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

footer .footer-wrap #nav_menu-8 a:hover, footer .footer-wrap #nav_menu-9 a:hover {
  color: #00aadf !important;
}

footer .footer-wrap .footer-title {
  font-size: 24px;
  font-weight: 600;
  color: #ebd417;
  letter-spacing: 2px;
  line-height: 120%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.footer-phone {
  text-align: center;
}

.footer-phone h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-phone a {
  font-size: 20px;
  letter-spacing: 1px;
}

footer .footer-bottom {
  padding: 20px 40px 0;
  background-color: #0b253a;
}

footer .learn-more {
  margin-top: 30px;
  padding: 16px 20px;
}

/* STRUCTURE */
.blog .post {
  padding: 30px 0;
}

.blog-image {
  float: left;
  width: 25%;
  padding-top: 24px;
  padding-right: 20px;
}

.blog-content {
  float: right;
  width: 72%;
}

.blog-big {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.blog-big:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blog-big p {
  font-size: 1em;
  line-height: 140%;
}

.blog-small {
  width: 47%;
  float: left;
}

.blog-small:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blog-small:nth-of-type(even) {
  float: right;
}

.blog-small p {
  font-size: .9em;
  line-height: 140%;
}

/* POST STYLES */
.blog-listing-socials ul {
  float: none;
  margin-bottom: 15px;
}

.time {
  font-weight: bold;
  color: #4B4B4B;
  font-size: .9em;
}

.blog-small .time {
  font-size: .75em;
}

.continue-reading {
  background: #103352;
  color: #fff;
  display: block !important;
  font-size: 16px !important;
  font-weight: 700;
  margin: 20px auto 0;
  max-width: 140px;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
}

.continue-reading:hover {
  background-color: #333;
  color: #fd6500;
}

.continue-reading:visited {}

.blog-small .continue-reading {
  float: left;
}

h2.post-title {
  font-size: 1.6em;
  line-height: 110%;
  font-weight: normal;
  margin: 8px 0;
  font-family: 'Montserrat', sans-serif;
}

h2.post-title a {
  text-decoration: none;
  color: #103352;
  font-weight: bold;
}

h2.post-title a:hover {}

.blog-small h2.post-title {
  font-size: 1.1em;
  line-height: 140%;
}

/* WIDGET AREAS */
.widget-title {
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}

.widget-container {
  margin-bottom: 40px;
}

/* PAGINATION */
.navigation {
  margin-top: 20px;
}

.navigation .wp-paginate a {
  background-color: #008653;
  color: #fff;
  border: 0;
}

.navigation .wp-paginate a:hover {
  background-color: #222;
  color: #fff;
}

.navigation .wp-paginate .current {
  background-color: #014d2f;
  border: 0;
}

div#comments {
  margin-top: 40px;
  margin-bottom: 25px;
}

div#comments div#respond form {
  background: #eff6f9;
  padding: 20px;
}

div#comments div#respond form p {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 14px;
}

div#comments div#respond form p span {
  color: red;
}

div#comments div#respond form p label {
  display: block;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}

div#comments div#respond form p label span {
  display: inline;
  color: red;
}

div#comments div#respond form p input[type="text"], div#comments div#respond form p textarea {
  display: block;
  box-shadow: none;
  background: white;
  border: 1px solid #cfcfcf;
  padding: 10px 10px;
  height: auto;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 300;
}

div#comments div#respond form p input[type="text"]:focus, div#comments div#respond form p textarea:focus {
  background: #ffffec;
}

div#comments div#respond form p input[type="text"]:hover, div#comments div#respond form p textarea:hover {
  background: #ffffec;
}

div#comments div#respond form p textarea {
  height: 100px;
  line-height: 24px;
}

div#comments div#respond form p:last-of-type {
  margin-bottom: 0;
}

div#comments div#respond form p.form-allowed-tags {
  display: none;
}

div#comments div#respond form p.comment-form-comment {
  margin-bottom: 0;
}

div#comments div#respond form input#submit {
  margin-top: 20px;
  width: 200px;
}

div#comments h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 30px;
  color: #008653;
}

div#comments ol {
  margin: 0;
  list-style: none;
}

div#comments ol li {
  padding: 20px;
  list-style: none;
  margin-bottom: 0px;
}

div#comments ol li:nth-child(even) {
  background: #eff6f9;
}

div#comments ol li article {
  float: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}

div#comments ol li article img {
  float: left;
  width: 10%;
  height: auto;
  padding: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

div#comments ol li article p {
  clear: both;
  margin-bottom: 10px;
}

div#comments ol li article p:last-of-type {
  margin-bottom: 0;
}

div#comments ol li article h4 {
  float: right;
  font-size: 17px;
  margin-top: 9px;
  width: 88%;
  margin-bottom: 0;
  color: #008653;
}

div#comments ol li article h4 a {
  text-decoration: none;
}

div#comments ol li article time {
  float: right;
  width: 88%;
}

div#comments ol li article time a {
  font-size: 13px;
  text-decoration: none;
  font-style: italic;
  color: #515151;
}

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

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

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

blockquote {
  margin: 30px;
  background: rgba(0, 0, 0, 0.02);
  padding: 26px;
  font-style: italic;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

blockquote p {
  font-size: 14px !important;
  line-height: 20px !important;
}

blockquote p:last-of-type {
  margin-bottom: 0 !important;
}

div.wp-caption {
  background: rgba(0, 0, 0, 0.02);
  padding: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

div.wp-caption a {
  margin-bottom: 6px;
  display: block;
  text-align: center;
}

div.wp-caption p {
  font-size: 12px !important;
  font-style: italic;
  line-height: 18px !important;
  text-align: center;
}

div.wp-caption p:last-of-type {
  margin-bottom: 0 !important;
}

/* ARTICLE */
article h2, article h3, article h4, article h5 {
  margin-bottom: 20px;
}

article p,
section p {
  margin-bottom: 20px;
  line-height: 145%;
  font-size: 16px;
  font-weight: 400;
  word-wrap:break-word;
}

article .post p:last-of-type {

    
}

article ul, article ol {
  margin: 20px 0 20px 20px;
}

article ul {
  list-style: disc;
}

article ol {
  list-style: decimal;
}

article li {
  list-style-position: outside;
  margin-bottom: 10px;
}

ul.checklist {
  list-style: none;
  margin-left: 0px;
}

ul.checklist li:before {
  content: '\f00c';
  font-family: FontAwesome;
  padding-right: 7px;
  color: #4891e5;
  font-size: 20px;
}

article img {
  margin-bottom: 20px;
}

.post ul.related_post li a {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.6em !important;
  margin-bottom: 5px !important;
  position: relative !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  color: #103352;
}

.post ul.related_post li a:hover {
  color: #333;
}

/* GENERAL */
body {
  background: #ffffff;
  color: #666666;
  position: relative;
  font-size: 100%;
  line-height: 140%;
  font-family: 'Montserrat', sans-serif;
}

/* SLIDER */
.royal-container {
  margin-bottom: 80px;
}

.royal-container .royal-content {
  display: block;
  left: 7%;
  position: absolute;
  text-align: left;
  top: 25%;
  width: 40%;
  z-index: 5;
}

.royal-container .royal-content h2,
.royal-container .royal-content p.larger {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 400;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

.royal-container .royal-content p.larger {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

.royal-container .royal-content .learn-more {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  background-color: #005dab;
  text-decoration: none;
  border: 2px solid #fff;
}

.royal-container .royal-content .learn-more:hover {
  background-color: #103352;
}

/* GRAVITY FORMS */
.gform_widget {
  color: #103352;
  background: #e1f4f9;
  padding: 20px;
}

.gform_wrapper .gfield_required {
  color: #000 !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 15px !important;
}

.gform_wrapper h3.gform_title {
  font-size: 2rem !important;
  text-align: center;
}

.gform_widget .widget-title {
  padding: 0 20px 20px;
  text-align: center;
  line-height: 30px;
  color: #103352;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}

.gform_widget .gform_wrapper {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.gform_wrapper span.gform_description {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.gform_widget .gform_wrapper .gfield {
  width: 100% !important;
  clear: both !important;
  float: none !important;
}

.gform_widget .gform_wrapper .gfield_label {
  font-size: 14px !important;
  padding: 0 !important;
  text-transform: uppercase;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal !important;
}

.gform_widget .gform_wrapper .gfield_required {
  color: #666666;
}

.gform_widget .gform_wrapper .validation_error {
  color: #fff;
}

.gform_widget .gform_wrapper .gfield_error {
  background-color: #009059 !important;
  border: 0 !important;
}

.gform_widget .gform_wrapper .gfield_error .gfield_label {
  color: #fff;
}

.gform_widget .gform_wrapper .validation_message, .gform_widget .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
  color: #fff;
}

.gform_widget .gform_wrapper textarea {
  height: 90px;
}

.gform_widget .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
  width: 100%;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  width: 100%;
}

aside div.ginput_container_name span {
  padding-right: 0;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .textarea {
  border: 1px solid #d9d9d9 !important;
}

#gform_wrapper_3 {
  width: 100%;
}

/* HOME SECTIONS */
section#home-hero {
  background: #103352 url(https://zplumberzfranchise.ca/wp-content/uploads/2025/03/zp-canada-van-3-scaled.jpg);
  display: flex;
  background-position-x: left;
  background-position-y: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1400px) {
  section#home-hero {
    background-position-y: 60%;
    background-position-x: right;
  }
}

section#home-hero .text {
  width: 65%;
  padding: 15% 5% 5%;
  display: flex;
  align-items: center;
}

section#home-hero #hero-form {
  flex-direction: column;
}

section#home-hero div#hero-form {
  width: 30%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: rgba(225, 244, 249, .9);
  padding: 2% calc(3% - 17px) 2% 3%;
  flex-direction: column;
}

section#home-hero div#hero-form .gform_wrapper .top_label div.ginput_container, #gform_widget-5 .gform_wrapper .top_label div.ginput_container, #gform_widget-3 .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}

section#home-hero div#hero-form .gform_wrapper .top_label .gfield_label, #gform_widget-5 .gform_wrapper .top_label .gfield_label .gfield_required, #gform_widget-3 .gform_wrapper .top_label .gfield_label .gfield_required {
  color: #597990 !important;
  font-weight: 300;
  font-size: 15px;
}

#gform_widget-5 .gform_wrapper ul.gform_fields li.gfield, #gform_widget-3 .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}

section#home-hero div#hero-form h3, #gform_widget-5 h3, #gform_widget-3 h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 28px;
}

section#home-hero .text h2.title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 5px 10px #171717;
}

section#home-hero .text h2.title span {
  font-size: 2.4rem;
  font-weight: 400;
}

section#home-hero .text p.subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 22px;
}

section#home-hero .learn-more {
  box-shadow: 0 5px 20px -5px #171717;
}

section#home-hero .text .hero-content .learn-more::after, section#costs-fees .learn-more::after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 7px;
  color: #103352;
}

section#text-intro {
  display: flex;
  padding: 0;
  background: #ebebeb;

}

section#text-intro .text {
  width: 70%;
  padding: 60px;
}

section#text-intro .image {
    background: transparent url(../img/intro-image.jpg) no-repeat scroll center center / cover;
    width: 30%;
    height: auto;
}

section#costs-fees {
  display: flex;
  width: 100%;
  background-color: #103352;
  color: #fff;
}

section#costs-fees .split-left,
section#costs-fees .split-right {
  
  width: 50%;
}

section#costs-fees .split-left {
  padding: 80px;
}

section#costs-fees .split-left h2 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 20px;
}

section#costs-fees .split-left p {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

section#costs-fees .split-left p span, section#costs-fees .split-left li span {
  font-weight: 600;
}

section#costs-fees .split-left ul {
  margin: 0 0 20px 15px;
}

section#costs-fees .split-left ul li {
  color: #fff;
  margin-bottom: 16px;
}

section#costs-fees .split-left ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
  color: #ebd417;
}

section#costs-fees .split-right {
  background: transparent url(../img/cost-image.jpg) no-repeat scroll center center / cover;
}

section#reasons-to-own, section#mobile-reasons-to-own {
  padding: 60px 80px 0;
}

section#reasons-to-own .three-icon-boxes, section#mobile-reasons-to-own .three-icon-boxes {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

section#reasons-to-own .three-icon-boxes p:first-of-type, section#mobile-reasons-to-own .three-icon-boxes p:first-of-type {
  font-size: 16px;
  color: #111;
}

section#reasons-to-own .three-icon-boxes .box-one .icon-one::before, section#mobile-reasons-to-own .three-icon-boxes .box-one .icon-one::before {
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f084";
  color: #fff;
  font-size: 36px;
}

section#reasons-to-own .three-icon-boxes .box-two .icon-two::before, section#mobile-reasons-to-own .three-icon-boxes .box-two .icon-two::before {
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f024";
  color: #fff;
  font-size: 36px;
}

section#reasons-to-own .three-icon-boxes .box-one,
section#reasons-to-own .three-icon-boxes .box-two,
section#reasons-to-own .three-icon-boxes .box-three,
section#mobile-reasons-to-own .three-icon-boxes .box-one,
section#mobile-reasons-to-own .three-icon-boxes .box-two,
section#mobile-reasons-to-own .three-icon-boxes .box-three {
  flex: 0 0 auto;
  width: 32%;
  background: #fff;
  border: 3px solid #ebd417;
  padding: 60px 20px 10px;
  text-align: center;
  position: relative;
}

section#reasons-to-own .icon, section#mobile-reasons-to-own .icon {
  position: absolute;
  top: 0px;
  left: 50%;
  background: #ebd417;
  padding: 21px 18px 18px 18px;
  font-size: 48px;
  border-radius: 110px;
  color: #fff;
  transform: translate(-50%, -50%);
  height: 72px;
  width: 72px;
}

section#reasons-to-own h2, section#mobile-reasons-to-own h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.5px;
  color: #00aadf;
  font-weight: 700;
  margin-bottom: 20px;
}

section#reasons-to-own .three-icon-boxes .box-one,
section#reasons-to-own .three-icon-boxes .box-two,
section#reasons-to-own .three-icon-boxes .box-three,
section#mobile-reasons-to-own .three-icon-boxes .box-one,
section#mobile-reasons-to-own .three-icon-boxes .box-two,
section#mobile-reasons-to-own .three-icon-boxes .box-three {
  width: 48%;
  margin-bottom: 60px;
}

section#benefits-list {
  display: block;
  width: 100%;
  padding: 80px 40px 40px;
  text-align: center;
}

section#benefits-list ul li .icon-01 svg, section#benefits-list ul li .icon-02 svg, section#benefits-list ul li .icon-03 svg {
  fill: #00aadf;
  width: 7rem;
  height: 7rem;
  margin-bottom: 20px;
}

section#benefits-list h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: #103352;
}

section#benefits-list h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #00aadf;
}

section#benefits-list p {
  margin-bottom: 20px;
}

section#benefits-list p.sub {
  margin-bottom: 40px;
}

section#benefits-list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

section#benefits-list ul li {
  width: 32%;
  padding: 20px;
  margin-bottom: 20px;
}

section#benefits-list ul li img {
  width: 100px;
}

section#req-form {
  display: table;
  width: 100%;
  /*    background-color: #103352;*/
  padding: 5% 20%;
  color: #fff;
  background: #103352 url(../img/form-background.jpg) no-repeat scroll center top / cover;
  background-attachment: fixed;
}

section#req-form h2 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

section#req-form h3.gform_title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #103352;
}

section#req-form span.gform_description {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

section#req-form .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}

section#req-form .gform_wrapper .gform_button {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
  background-color: #103352;
  text-decoration: none;
  display: inline-block;
  border: none;
}

section#req-form .gform_wrapper .gform_button:hover {
  background-color: #17629F;
}

/* Internal Pages */
.boxed-text {
  background: #e1f4f9;
  padding: 20px;
  font-size: 18px;
  line-height: 125%;
  color: #115573;
  border: 2px solid #103352;
}

ul.check-list {
  list-style: none;
  margin-left: 0px;
}

ul.check-list li:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #103352;
  padding-right: 10px;
}

/* SIDEBAR - FRANCHISE INFO */
.call-container {
  background-color: #103352;
  color: #fff;
  border-radius: 6px;
  padding: 0px;
  height: auto;
}

.call-container h3 a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 120%;
  padding: 12px 0px;
  background-color: #103352;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}

.call-container h3 a:hover {
  color: #fff;
  cursor: pointer;
  background-color: #00aadf;
}

.widget-container.franchise-info {
  margin-bottom: 20px;
  background-color: #fff;
}

.franchise-info .round-wrap {
  border: none;
}

.franchise-info h2 {
  color: #103352;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.franchise-info h3, .franchise-info h3 a {
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.reasons-sidebar {
  background: #016da4;
  padding: 0 20px 1px;
}

.reason-box {
  background: #e2f4f9;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.reasons-sidebar p {
  font-size: 16px !important;
}

/* RESEARCH FUNNEL */
.bottom-nav {
  text-align: right;
  padding-bottom: 40px;
}

.bottom-nav div {
  display: inline-block;
  padding: 0 10px;
}

.bottom-nav a {
  color: #103352;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}

.bottom-nav a:hover {
  color: #1977b4;
  cursor: pointer;
}

.bottom-nav a:nth-child(2) {
  border-left: 1px solid #103352;
  padding-left: 20px;
}

.side-menu {
  background: #103352 none repeat scroll 0 0;
  border: none;
  color: #fff;
  padding: 20px 0;
}

.side-menu .widget-title {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}

.side-menu ul {
  list-style: none;
  margin: 20px 0;
}

.side-menu ul li a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 0;
}

.side-menu ul li a {
  color: #fff;
  padding: 4px 20px;
  text-decoration: none;
  display: block;
}

.side-menu ul li a:hover,
.side-menu ul li.current_page_item a {
  background: #00aadf;
  color: #103352;
}

section#large-vid {
  padding: 80px;
  color: #000;
}

section#large-vid .video-cover span {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  color: #000;
}

section#large-vid .video-cover img {
  width: 100%;
  height: auto;
  color: #000;
}

section#large-vid .video-cover img.play-button-icon {
  cursor: pointer;
  margin: 0;
  position: absolute;
  text-align: center;
  color: #000;
  top: 40%;
  margin-top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  animation: play-button 0.5s ease-in-out alternate infinite;
  -webkit-animation: play-button 0.5s ease-in-out alternate infinite;
}

section#large-vid .video-cover {
  border: 3px solid #ebd417;
  padding: 40px;
  color: #000;
}

.section-title {
  display: block !important;
  text-align: center !important;
  color: #103352 !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  margin-bottom: 70px !important;
}

section#featured-posts .section-title {
  margin-bottom: 40px !important;
}

.nav-phone a:hover {
  background-color: #00aadf;
}

section#costs-fees .learn-more, section#home-hero .learn-more {
  margin-top: 10px;
}

.bottom-nav a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 12px 24px;
  background-color: #103352;
  text-decoration: none;
  display: inline-block;
}

.bottom-nav a:hover {
  background: #00aadf;
  cursor: pointer;
  color: #fff;
}

/* ELEMENTS */
.support-block {
  border: 2px solid #ebd417;
  padding: 15px;
  margin-bottom: 20px;
}

.support-block strong {
  color: #103352;
}

h3.management {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
}

h3.management span {
  color: #00aadf;
}

h3.faq {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
}

h3.faq:before {
  content: "\f059";
  font-family: FontAwesome;
  padding-right: 7px;
  color: #00aadf;
}

footer section.footer-nav .footer-wrap #custom_html-4 > div {
	text-align: center;
		
}

body.page-template-full-page .form-in-content {
    padding: 0px;
}

body.page-template-full-page .form-in-content p {
    font-size: 14px;
}


.form-in-content {
    padding: 0px 20px;
}

.gform_wrapper ul#gform_fields_2 li.gfield {
    
    padding-right: 0px !important;
    
}

body.category .title {
    
    display: none;
    
}

body.category section.page-wrapper {
    
    padding: 30px;
    
}

@media screen and (max-width: 1280px) {
    
    
    nav a {
        
        font-size: 12px;
        padding: 28px 6px;
        
        
    }
    
    .nav-phone a {
        
        font-size: 12px;
        padding: 2px 16px;
        
    }
    
    
    
}


@media screen and (max-width: 1150px) {
	
	.footer-phone a {

		font-size: 16px;
	
	}	

}


@media screen and (min-width: 1001px) {
    .mobile {
        display: none !important;
    }
	
	.page-wrapper {
		padding-right: 28px;
		padding-left: 28px;
	}
}

.sidenav li a {
  color: #fff;
}
@media screen and (max-width: 1000px) {
    
    .desktop {
        display: none !important;
    }
    
    .header-nav.research {
        
        height: auto;
        
    }
    
    .sidenav {
        height: 0px;
        width: 100%;
        position: fixed;
        z-index: 1;
        bottom: 0;
        left: 0;
        background-color: #103352;
        color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 20px 20px 0px;
        border-top: 5px solid white;
        -webkit-overflow-scrolling: touch;
    }
    .menu-mobile-menu-container{
      color: #fff;
    }
    ul#menu-mobile-menu{
      color: #fff;
    }

    
    .sidenav li {
        text-align: left;
        border-bottom: 1px solid #fff;
        color: #fff
    }
    
    .sidenav li:last-of-type {
        border: none;
    }
    
    .sidenav li a {
      padding: 12px 0px;
      text-decoration: none;
      font-size: 18px;
      color: #fff;
      display: block;
      transition: 0.3s;
      font-family: 'Montserrat', sans-serif
    }
    
    .sidenav a:hover {
        color: #f1f1f1;
    }
    
    .sidenav a:before {
        content: "\f054";
        font-family: FontAwesome;
        color: #fff;
        padding-right: 7px;
    }
    
    .sidenav.open {
        height: 100%;
        padding-bottom: 100px;
        color: #fff;
    }
    
    .fixedPosition {
        position: fixed;
    }
    
    #progression {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: 9px;
    }
    
    #progression span {
        font-size: 10px;
        color: #e3e3e3;
        margin-bottom: 10px;
    }
    
    #progression .fas {
        font-size: 14px;
    }
    
    body.home .mobile-logo-container {
        margin-top: 22px;
        margin-bottom: 0px;
        text-align: center;
    }
	    
	
	.mobile-logo-container {
        height: 44px;
        margin: 27px;
        width: auto;
		text-align: center;
    }
    
    header.mobile {
        
        flex-direction: column;
        
    }
    
    header.mobile .mobile-logo {
        width: 246px;
        height: auto;
    }
    
	body.page-template-research .header-nav.research {
		
		margin-bottom: 16px;	
		
	}
	
	.header-nav.research {
	
		margin-bottom: 32px;
		
	}
	
	.bottom-nav {

		padding-bottom: 32px;
		padding-top: 16px;
	
	}
	
    
    body.page-template-request-info-page .page-wrapper {
        
        padding: 0px 30px;
        margin-bottom: 20px;
        
    }
    
    .page-wrapper {
        
        margin-bottom: 20px;
        
    }
    
    article h2, artivel h3 {
        
        font-size: 18px;
		margin-bottom: 16px;
        
    }
	
	article p, section p {
		
		font-size: 15px;
		margin-bottom: 16px;
		
	}
    
    h3 {
        
        font-size: 20px;
        
    }
    
    
    body.home header.mobile {
        text-align: center;
        height: auto;
        background: #fff url("/wp-content/uploads/2020/08/ZPlumberz-642-1.jpg") no-repeat scroll bottom center / cover;
        background-color: #103352;
        color: #fff;
        padding: 16px 30px 18px;
        width: 100%;
        height: 420px;
    }
    
    body.page-template-research header.mobile {
        height: 90px;
    }
    
    header.mobile p {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 32px;
        line-height: 110%;
        margin-top: 88px;
        text-shadow: 0 0 10px #000;
        max-width: 500px;
    }

    
    /* header.mobile .research-mobile-banner {
        background: url("/wp-content/uploads/2020/08/ZPlumberz-642-1.jpg") no-repeat center right / cover;
    } */
    
    .award {
        width: 120px;
    }
    
    .mobile-award-container {
        margin-bottom: 0px;
    }
    
    body.page-template-research div.amp-wrap article.page-wrapper, body.page-template-blog div.amp-wrap article.page-wrapper, body.single article.page-wrapper div.group, body.category section.page-wrapper  {
        
        display: flex;
        flex-direction: column;
        
    }
    
    body.page-template-research article.page-wrapper .content, body.page-template-research article.page-wrapper aside, body.page-template-blog section.page-wrapper .content, body.page-template-blog section.page-wrapper aside, body.single article.page-wrapper div.group .content, body.single article.page-wrapper div.group aside, body.category section.page-wrapper .content {
        
        width: 100%;
        padding: 0px 24px;
    }
    
    body.page-template-research article.page-wrapper aside #gform_widget-5,  body.page-template-research article.page-wrapper aside #childpagewidget-2, body.page-template-blog section.page-wrapper aside #categories-4,  body.page-template-blog section.page-wrapper aside #recent-posts-4, body.single article.page-wrapper div.group #recent-posts-4, body.category section.page-wrapper div.group #recent-posts-4 {
        
        display: none;
        
    }
    
    body.page-template-research .bottom-nav a {
        
        font-size: 15px;
        padding: 12px 15px;
        
    }
    
   body.single h1.page-title, body.page-template-research div.content h1.page-title {
        
        font-size: 22px;
		line-height: 110%;
		margin-bottom: 16px;
        
    }
    
    body.category section.page-wrapper aside.group {
        
        padding: 0px;
        width: 100%;
        
    }
    
    body.page-template-full-page article div.group {
        
        padding: 0px 30px;
        
    }
    
    
    
    /* MOBILE FORM */
    section#mobile-hero-banner {
        background-color: #00aadf;
        color: #000;
        padding: 24px 24px 4px;
    }
    
    section#mobile-hero-banner a {
        text-decoration: none;
        color: #000;
    }
    
    section#mobile-hero-banner p.mobile-form-header {
        color: #000;
        font-family: 'Montserrat';
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0px;
        font-size: 15px;
        line-height: 120%;
        font-weight: 600;
    }
    
    section#mobile-hero-banner p.empire {
        margin-bottom: 16px;
    }
    
    section#mobile-hero-banner p.empire::before {
        content: "\f063";
        font-family: FontAwesome;
        margin-right: 4px;
    }
    
    section#mobile-hero-banner p.empire::after {
        content: "\f063";
        font-family: FontAwesome;
        margin-left: 4px;
    }
    
    section#mobile-hero-banner #gform_wrapper_8 {
        margin-top: 0px !important;
        color: #000;
    }
    
    section#mobile-hero-banner #gform_wrapper_8 #gform_8 {}
    
    section#mobile-hero-banner #gform_wrapper_8 #gform_8 .gfield_label {
        font-family: 'Montserrat';
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
        margin-bottom: 0px;
    }
    
    section#mobile-hero-banner #gform_wrapper_8 #gform_8 ul li.gfield {
        margin-top: 0px;
        margin-bottom: 18px;
    }
    
    section#mobile-hero-banner #gform_wrapper_8 #gform_8 .ginput_container {
        margin-top: 0px;
    }
    
    section#mobile-hero-banner .gform_wrapper .gform_button {
        
        width: 100%;
        color: #0f3352;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-weight: 400;
        background-color: #ebd416 !important
    
    }
    
    section#req-form .gform_wrapper .gform_footer {
        
        padding-bottom: 0px;
        
        
    }
    
    
    section#req-form .gform_wrapper .gform_button {
        
        background-color: #00aadf !important;
        padding: 23px;
    }
    
    section#req-form h2 {
        
        font-size: 24px;
        
    }
    
    section#featured-posts {
        
        padding: 30px 24px;
        
    }
    
    section#featured-posts h2.section-title {

        font-size: 27px !important;
        margin-bottom: 20px !important;
        line-height: 120% !important;
    }
    
    section#featured-posts ul li .featured-title a {
        
        font-size: 19px;
        
    }
    
    section#featured-posts ul li a.learn-more {
        
        padding: 23px;
        font-size: 22px;
        
    }
    
    .mobile-navbar {
        background-color: #0b253a;
        color: #fff;
        overflow: hidden;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 88px;
        left: 0;
        z-index: 2;
    }
    
    .mobile-navbar ul li .nav-icon img {
        max-height: 40px;
    }
    
    header.mobile .mobile-navbar ul {
        display: flex;
        height: 88px;
        color: #fff;
    }
    
    header.mobile .mobile-navbar ul li {
        width: calc(100%/3);
        padding-top: 12px;
        color: #fff;
    }
    
    header.mobile .mobile-navbar ul li a {
     
     text-decoration: none;
     color: #fff;
        
    }
    
    header.mobile .mobile-navbar ul li .nav-icon {
        height: 44px;
        text-align: center;
        color: #fff;
    }
    
    header.mobile .mobile-navbar ul li .nav-text {
        font-family: 'Montserrat', sans-serif;
        color: white;
        text-transform: uppercase;
        text-align: center;
    }
    
    section#mobile-reasons-to-own {
        
        padding: 68px 24px 0;
    
    }
    
    section#mobile-reasons-to-own .three-icon-boxes {

        flex-direction: column;
        
    }
    
    section#mobile-reasons-to-own .three-icon-boxes .box-one, section#mobile-reasons-to-own .three-icon-boxes .box-two {
        
        width: 100%;
        margin-bottom: 64px;
        
    }
    
    section#mobile-reasons-to-own .three-icon-boxes .box-two {
     
     margin-bottom: 44px;
        
    }
    
 
    
    section#text-intro {
        
        flex-direction: column;
        padding: 0px;
    }
    
    section#text-intro .image {
    
        height: 260px;
        background: transparent url(../img/mobile-technician-gearing-up.jpg) no-repeat scroll top center / cover;
        width: 100%;
        display: none;
    }
    
    section#text-intro .text {
        
        width: 100%;
        padding: 30px 24px 40px 24px;
        
    }
    
    section#text-intro .text h1.page-title {
        font-size: 27px;
        line-height: 32px;
    }
    
    section#text-intro .text .post h2 {
        font-size: 19px;
    }
    
    section#large-vid {
        
        padding: 32px;
        background-color: #00aadf;
        color: #000;
        border-top: 5px solid #0f3352;
        border-bottom: 5px solid #0f3352;
        
    }
    
    section#large-vid .video-cover {
        
        border: 5px solid #ebd417;
        padding: 0px;
        color:#000;
        
    }
    
    section#large-vid .video-cover img.play-button-icon {
     
        width: 60px;
        margin-top: 15px;
        color:#000;
        
    }

    section#costs-fees {
       
       display: flex;
        flex-direction: column;
        width: 100%;
        
    }
    
    section#costs-fees .split-right,  section#costs-fees .split-left {
        
        width: 100%;
        
    }
    
    section#costs-fees .split-left {
     
     padding: 40px 30px;
        
    }
    
    section#costs-fees .split-left h2 {
        
        font-size: 27px;
        
    }
    
    section#costs-fees .split-right {
    
    height: 300px;
    
    }
    
    section#featured-posts ul {
        
        flex-flow: column;
        
    }
    
    section#featured-posts ul li {
     
        width: 100%;
        margin-bottom: 24px;
    }
    
    footer .footer-wrap {
        
        flex-direction: column;
        padding: 80px 24px 20px;
        
    }
    
    
    footer div#nav_menu-8, footer .footer-wrap .widget-container {
        
        width: 100%;
        padding: 0px 0px 30px;
        
    }
	

    
    #mobile-reasons-to-own .learn-more, #text-intro .learn-more, .learn-more {
        
        width: 80%;
        padding: 16px;
        font-size: 20px;
        text-align: center;
        height: 64px;
        padding-top: 20px;
        
    }
    
    section#mobile-reasons-to-own .three-icon-boxes p:first-of-type {
        
        font-size: 15px;
        
    }
    
    section#req-form {
        
        padding: 32px 24px 24px;
        
    }
    
    
    .blog-big {
        
        flex-direction: column;
        text-align: center;
        margin-bottom: 12px;
        
    }
    
    .continue-reading {
        
        width: 100%;
        max-width: 80%;
        float: none;
        padding: 18px 5px;
        font-size: 22px;
        
    }
    
    .blog-image {
        
        width: 100%;
        padding-right: 0px;
        max-height: 230px;
        overflow: hidden;
        
    }
    
    .blog-content {
        
        width: 100%;
        
    }
    
   body.single h1.page-title, body.page-template-blog h1.page-title {
        
        line-height: 110%;
	   font-size: 26px;
        
    }
	
	body.page-template-blog h2.post-title {
		
		font-size: 20px;
		
	}

    
    /* Menu Icon */
    #menu-icon {
        width: 40px;
        height: 30px;
        position: relative;
        margin: 7px auto 6px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    
    #menu-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 6px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    /* Icon 3 */
    #menu-icon span:nth-child(1) {
        display: none;
    }
    
    #menu-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 11px;
    }
    
    #menu-icon span:nth-child(4) {
        top: 24px;
    }
    
    #menu-icon.open span:nth-child(1) {
        display: none;
    }
    
    #menu-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #menu-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
    }
    
    #menu-icon.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
        opacity: 0;
    }
    
    footer .footer-bottom {
        
        padding: 20px;
        margin-bottom: 64px;
        
    }

	
	.footer-phone a.learn-more {
		width: 100%;
		padding-top: 21px;
		font-size: 23px;
		max-width: 420px;
		
	}

  .horizontal-footer {
    flex-direction: column;
  }

	#mobile-hero-banner .gform_wrapper ul.gform_fields li.gfield {
		
		padding-right: 0px !important;
		
	}
  footer div#nav_menu-8, footer .footer-wrap .widget-container {
    text-align:center;
  }
	
	
}


@media screen and (max-width: 500px) {

	.bottom-nav {
		display: flex;
		justify-content:flex-end;
	}
	
	.bottom-nav > div {
		
		width: 50%;
		
	}
	
	.bottom-nav a {
		
		text-align: center;
		width: 100%;
		
	}
	
}


@media screen and (max-width: 374px) {

	body.page-template-research .bottom-nav a {
	
		font-size: 13px;
		padding-right: 4px;
		padding-left: 4px;
	}

	
}


@media screen and (max-width: 349px) {

    section#mobile-hero-banner p.mobile-form-header {

        font-size: 12px;
     
     
    }
    
    header.mobile h1 {

        font-size: 26px;
        
    }

	.footer-phone a.learn-more { 
		
		font-size: 20px;
		
	}
	
	
}

/**** Mailer Landing Page 01/2022 ****/

/* hide menu */
.page-template-page-landing-landing-mailer-01-2022-php .menu-header-container, .page-template-page-landing-landing-mailer-01-2022-php aside {
  display: none !important;
}

/* hero */
.page-template-page-landing-landing-mailer-01-2022-php #landing-hero {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.page-template-page-landing-landing-mailer-01-2022-php .hero-image {
  background: url(/wp-content/themes/brandjo/img/bg-landing-page-hero-van.jpg) no-repeat center center / cover !important;
  flex: 0 0 100%;
  min-height: 370px;
}
.page-template-page-landing-landing-mailer-01-2022-php .hero-form {
  padding: 20px;
  flex: 0 0 100%;
  background: #effafc;
}
.page-template-page-landing-landing-mailer-01-2022-php .hero-form h2 {
  text-align: center;
  color: #071d51;
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}
/* override mobile wrap */
@media (min-width: 1001px) {
  .page-template-page-landing-landing-mailer-01-2022-php #landing-hero {
    margin-bottom: 50px;
    flex-wrap: nowrap;
  }
  .page-template-page-landing-landing-mailer-01-2022-php .hero-image {
    background-position: top center !important;
    flex: 0 0 60%;
  }
  .page-template-page-landing-landing-mailer-01-2022-php .hero-form {
    flex: 0 0 40%;
    padding: 40px;
  }
  .page-template-page-landing-landing-mailer-01-2022-php .hero-form h2 {
    font-size: 2vw;
  }
}

/* form */
.page-template-page-landing-landing-mailer-01-2022-php .gform_required_legend {
  display: none;
}

.mailer-landing-01-2022 .gfield_required {
  color: #2c5977 !important;
}

.mailer-landing-01-2022 input[type=submit] {
  background: #fff400 !important;
  color: #2c5977 !important;
  font-weight: bold;
  height: 58px;
  text-align: center;
  width: 100%;
  box-shadow: 0 5px 10px -3px rgba(0,0,0,0.3);
  border-radius: 4px;
  transition: all .3s ease-in-out;
}
.mailer-landing-01-2022 input[type=submit]:hover {
  background: #4ad4ff !important;
  color: #fff !important;
  transform: scale(1.02);
  transition: all .3s ease-in-out
}

/* content area */
.page-template-page-landing-landing-mailer-01-2022-php .content {
  float: none;
  margin: 0px auto;
  width: 80%;
  max-width: 1240px;
}

/* inline cta */
.inline-cta-photo {
  box-shadow: 0 2px 15px 2px rgba(0,0,0,0.3);
  transition: all .3s ease-in-out
}
.inline-cta-photo:hover {
  transform: scale(1.01);
  transition: all .3s ease-in-out
}

/* req form awards */
  
/* / / / / / */
/* AWARDS  / */
/* / / / / / */
section#awards {
  padding: 50px 6%;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  background-color: #ebebeb;
  border-bottom: 3px solid #ebd417
}

div.awards  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

div.awards > div.award {
  padding: 5px;
   transition: ease .3s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;

}

div.awards > div.award img {
  max-height: 244px;
  max-width: 125px;
  height: auto;
  width: auto;
}

div.award{
  transition: ease .3s;
}

div.award:hover{
  transform: scale(1.1);
}

@media (min-width: 1001px) {
  div.awards > div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}  
