/*!
Theme Name: Zenith
Theme URI: http://underscores.me/
Author: Jennifer Gardiner
Author URI: https://gardinerwebdesign.com
Description: Zenith Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zenith
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Zenith is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	
  display: list-item;
  cursor: pointer;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;

}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "arial", sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "arial", sans-serif;
	clear: both;
}
h2{
	font-size: 48px !important;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #74A901 !important;
	text-decoration: none !important;
}

a:visited {
	color: #74A901 !important;
}

a:hover,
a:focus,
a:active {
	color: #74A901 !important;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* NAV*/
.admin-bar .site-container {
	padding-top: 32px;
  }
  
  @media only screen and (max-width: 782px) {
	
	.admin-bar .site-container {
	  padding-top: 46px;
	}
	
  }
  .navbar-brand > img {
	  max-width: 99%;
  }
  .navbar-nav{
	  margin: 0;
      justify-content: center;
  }
  .navbar-nav ul > li > a {
	  padding: 10px 20px;
	  font-size: 16px;
	  color: #fff !important;
	  text-decoration: none !important;
  }
 .navbar-nav ul > li > a:hover {

	  color: #74A901 !important;
  }
 
  .nav-stacked li a:hover {
	  background: transparent;
  }
  .navigation {
	  margin: 30px auto;
	  text-align:center;
		 font-family: 'Roboto', sans-serif;
  }
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
	  color: #5e95aa;
	  text-decoration:none;
  }
   
  .navigation li {
	  display: inline;
  }
   
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
	  background-color: transparent;
	  border-radius: 3px;
	  cursor: pointer;

	  padding: 0.75rem;
  }
   
  .navigation li a:hover,
  .navigation li.active a {
	  background-color: transparent;
  color: #bcbec0;
  }
  .navbar-nav ul li {
	  display: inline-block;
  }
 .navbar-nav > li > a {
color: #fff !important;
  padding: 15px 20px;
  font-size: 18px;
border-bottom: 3px solid transparent;
  display: block;
}

  .navbar-nav > li > a:hover {
	transition: color .4s ease 0s, opacity .4s ease 0s, background-color .4s ease 0s;
  text-decoration: none;
  color: #74a901 !important;
}
  .navbar-nav li a:hover > .sub-menu{
	  display: block;
  }
  .navbar-nav ul {
	  list-style: none;
	  margin: 0;
      justify-content: center;
      display: flex;
  }
  
  nav.nav.navbar-nav {
	  padding: 30px 0 10px;;
  }
  
 
  
  .navbar {
	  margin-bottom: 0;
  }
  
  .mobilemenu{
	  display: none;
  }
  .mainmenu ul > li:hover > ul{
	  display: block !important;
	  position: absolute;
	   animation: opacity 700ms ease-in-out normal;
	 -moz-animation: opacity 700ms ease-in-out normal;
	 -ms-animation: opacity 700ms ease-in-out normal;
	 -o-animation: opacity 700ms ease-in-out normal;
	 -webkit-animation: opacity 700ms ease-in-out normal;
  }
  @keyframes opacity { 
	  from { opacity:0; } 
	  to { opacity: 1; } 
  }
  @-moz-keyframes opacity { 
	  from { opacity: 0; } 
	  to { opacity: 1; } 
  }
  @-ms-keyframes opacity { 
	  from {opacity:0; } 
	  to { opacity: 1; } 
  }
  @-o-keyframes opacity { 
	  from {opacity:0; } 
	  to { opacity: 1; } 
  }
  @-webkit-keyframes opacity { 
	  from { opacity:0; } 
	  to { opacity: 1; } 
  }
  .sub-menu {
	  border: none;
	  border-radius: 0;
	 display:none;
	  text-align:left !important;
	  padding:0;
	  margin:0;
  
  
  }
  .navbar-nav > li > a:hover ul.sub-menu{
	  display: block;
  }
  
  #closexButton {
	  background: transparent;
	  color: #fff;
	  border: none;
	  content: '\f00d';
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	  display: block;
  }
  .sub-menu ul.sub-menu {
	  /* float: right; */
	  margin-left: 240px;
	  margin-top: -40px;
  }
  
  ul.sub-menu li {
	  display: block;
	  border-bottom: 1px solid #bcbec0;
  }
  ul.sub-menu {
	  background: #fff !important;
	  color: #2c4473 !important;
	  font-size: 16px;
	  line-height: 14px;
	  z-index: 100000;
	  position: relative;
	  width: 300px;
	transition: all 1s ease-in;
	  padding: 20px 15px;
     
  }
  
  ul.sub-menu li a {
	 color: #2c4473 !important;
  line-height: 1.5;
  font-size: 16px;
  }
  ul.sub-menu li:hover {
	  width: 100%;
  }
  
.mainmenu {
  padding-top: 15px;
}
  ul.sub-menu li a:hover{
	  color:#2c4473 !important;
	  text-decoration: none;
	
  }

  .nav li.menu-item-has-children > a:after {
   position: absolute;
  bottom: 30px;
  right: 0;
  width: 20px;
  height: 10px;
  content: '';
  cursor: pointer;
  transition: .3s ease-in-out;
  background-image: url(assets/imgs/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  }
  .nav li li.menu-item-has-children > a:after {
  position: absolute;
top: 3px;
right: 10px;
width: 10px;
height: 10px;
content: '';
cursor: pointer;
transition: .3s ease-in-out;
background-image: url(assets/imgs/arrow.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 80%;
	  margin: 0 auto;
  }



/* HEADER over HERO */

#masthead {
  position: relative;
  z-index: 100;
}
.headercta {
  padding-top: 10px;
}



body.loaded #phone-slideout {
  right: 0; /* slides into view */
}
/* HERO FULLSCREEN VIDEO BG */
.hero {
  position: relative;
  height: 110vh;
  overflow: hidden;
  color: white;
  padding-top: 250px; /* Push content below the header */
	margin: -80px 0 0;
}

.media-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.media-bg video,
.media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 64, 80, 0.45);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 200px 2rem 2rem;
}

.hero h1 {
  font-size: 62px;
  color: #ffffff;
  font-weight: bold;
}

.hero p {
  font-size: 20px;
  margin: 1rem 0 2rem;
  color: #f0f0f0;
}

/* Button Styles */
.btn-primary-custom, input[type="submit"] {
   background: #74A901 !important;
  color: #fff !important;
  padding: 0.75rem 1.5rem !important;
  margin-right: 1rem !important;
  border: none !important;
  border-radius: 70px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.btn img {
  margin-left: 20px;
}


.btn.btn-outline-custom {
  border-radius: 70px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.75rem 1.5rem !important;
}
/* Homepage */
.home section h2 {
  padding-bottom: 30px;
	text-align: center;
}
#freequote {
  padding: 70px 0;
}
.fqintro {
  display: block;
  padding: 10px 0 30px;
}
select, input[type="text"], input[type="tel"] {
  border: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
  border-radius: 96px !important;
  color: #737373 !important;
}

#autotab {
  padding: 40px 0;
}

.atintro{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
#myTabContent button {
  background: none;
  border: none;
}
#myTabContent ul {
  margin: 0;
  padding: 0;
  text-align: center;
	list-style: none;
}
#myTab {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.nav-tabs .nav-item {
  margin: 0 auto;
}
.nav-link {
  background: #74A901 !important;
  color: #fff !important;
  padding: 10px 40px !important;
  border-radius: 0 !important;
}
.vimg, .simg, .timg {
  display: block;
}
.tab-pane {
  position: static;
}
.vlinkone, .slinkone, .tlinkone {
  position: absolute;
  top: 40%;
  right: 30%;
}
.vlinktwo, .slinktwo, .tlinktwo {
  position: absolute;
  top: 30%;
	right: 50%;
}
.vlinkthree, .slinkthree, .tlinkthree {
  position: absolute;
  top: 50%;
  left: 40%;
}
.vlinkfour, .slinkfour, .tlinkfour {
  position: absolute;
  top: 44%;
  left: 20%;
}
.vlinkbox {
  background: #D6E7B3;
  border: 0;
  border-radius: 20px;
  padding: 16px;
}
.vlinkimg {
  display: block;
}
.vlinkimg img {
  width: 50%;
}
.vlinknum {
  display: block;
  padding: 10px 0;
  font-size: 30px;
  color: #000;
}
.vlinkdesc {
  display: block;
  max-width: 200px;
  color: #222;
}
/* Make the image/hotspots a positioning context */
.carbox, .suvbox, .truckbox { position: relative; display: inline-block; }

/* Hotspot hover */
.hotspot-btn { padding: 0; line-height: 0; cursor: pointer; }
.hotspot-img {
  display: block;
  transition: transform .18s ease, filter .18s ease;
  transform-origin: center;
}
.hotspot-btn:hover .hotspot-img,
.hotspot-btn:focus-visible .hotspot-img {
  transform: scale(1.08);
  filter: brightness(1.08);
}

/* Tooltip box base */
.vlinkbox {
  position: absolute;
  z-index: 9999;
  width: 260px;
  max-width: 80vw;
  display: block;               /* keep block, we control visibility with opacity/visibility */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px) scale(.98);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

/* Open state */
.vlinkbox.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition: opacity .18s ease, transform .18s ease, visibility 0s;
}

/* Close button */
.vlinkbox-close{
  position: absolute;
  top: 8px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.65);
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.vlinkbox-close:hover { background: rgba(255,255,255,.9); }

/* Optional: small pointer arrow */
.vlinkbox::before{
  content:"";
  position:absolute;
  width: 12px;
  height: 12px;
  background: inherit;
  transform: rotate(45deg);
  top: 18px;
  left: -6px; /* default arrow left side */
  border-radius: 2px;
}
.vlinkbox.flip-arrow::before{
  left: auto;
  right: -6px;
}
.carimgdesk{
	display: block;
	text-align: center;
}
.carimgmobile{
	display: none;
	text-align: center;
}
#whychoose {
  padding: 70px 0;
}

.whyintro{
	display: block;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
#scroll-move-section {
    position: relative;
    height: 400px; /* adjust as needed */
    overflow: hidden;
}

.scroll-move-wrapper {
    position: relative;
    height: 100%;
	background: url(assets/imgs/road-line.webp) no-repeat center center;
}

.scroll-move-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); /* starting position */
    transition: transform 1.2s ease-out; /* animation speed */
    will-change: transform;
}
.whyleft, .whyright {
  margin: 0;
  padding: 0;
	list-style: none;
}
.whyicon {
  display: inline-block;
	width: 9%;
}
.whyinfo {
  display: inline-block;
  width: 90%;
  vertical-align: top;
}
.whyleft li, .whyright li {
  padding-bottom: 30px;
}
#plans {
  padding: 70px 0;
}

.plansintro {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
.planboxarea {
  display: block;
  background: #F9FAFB;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #E1E4EB;
	position: relative;
}
.planbtn {
  display: block;
  padding: 12px 24px;
  text-align: center;
  border-radius: 99px;
  color: #151433;
  text-decoration: none !important;
}
.planicon {
  display: inline-block;
  vertical-align: top;
}
.planintro {
  display: block;
  color: #666;
  padding: 15px 0;
}
.planvalue {
  position: absolute;
  right: 25px;
  background: #fbfff1;
  border: 1px solid #c2dbbc;
  padding: 8px 12px;
  border-radius: 100px;
  color: #74A901;
}
.planlistbox {
  display: block;
  background: #fff;
  margin-top: 30px;
  border: 1px solid #e7e9ef;
  border-radius: 16px;
  padding: 16px;
}
.planlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.planlist li {
  padding: 7px 0;
  color: #737373;
}
.planlist li i {
  color: #fff;
  background: #74A901;
  padding: 4px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 10px;
}
#benefits {
  padding: 70px 0;
	text-align: center;
}
#benefits h2{
	padding-bottom: 30px;
}
.benefitintro {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}
.hwcontent {
  font-size: 20px;
}
.benefitbox {
  display: block;
  border: 1px solid #E3EAF1;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
	text-align: center;
	margin-bottom: 24px;
}
.benefiticon {
  display: block;
  width: 60px;
  height: 60px;
  background: #74a901;
  text-align: center;
  padding-top: 13px;
  border-radius: 8px;
  margin: 0 auto 30px;
}
.benefitdesc {
  display: block;
  color: #636977;
  padding-top: 10px;
}
.benefitbox h3 {
  font-size: 24px;
}
#trusted {
  padding: 70px 0;
}

.trustnum {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.trustnum li {
  width: 25%;
  text-align: center;
}
.tnum {
  font-size: 35px;
  display: block;
}
.tdesc {
  display: block;
  color: #8A8A8A;
  width: 70%;
  margin: 10px auto;
}
.trustimg {
  display: block;
  text-align: center;
	padding-top: 50px;
}
#testimonials {
  padding: 70px 0;
}
.testimonialboxes li {
  background: #fff;
  border: 1px solid #ECECEC;
  padding: 16px;
  margin: 0 8px;
  border-radius: 16px;
}
.testimonial{
	display: block;
}
.slick-dots{
	bottom: -50px !important;
}
.slick-dots li{
	border: none !important;
	margin: 0 25px !important;
}
.dot {
  height: 4px;
  display: block;
  background: #74A901;
  width: 62px;
  margin-right: 5px;
}

.name {
  display: block;
  font-weight: bold;
}
.stars {
  display: block;
  padding-bottom: 10px;
}
.btn.btn-primary-custom-white {
  background: #fff;
  border-radius: 70px;
  border: 1px solid #74a901;
  color: #222;
  padding: 0.75rem 1.5rem !important;
	width: 70%;
  margin: 0 auto;
  line-height: 2;
}
#btmcta {
  color: #fff;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
	padding: 0 0 100px;
}
#btmcta h2{
	text-align: left;
	margin-top: 500px;
}
.ctaintro {
  display: block;
  line-height: 2;
  margin-bottom: 30px;
}
#colophon {
  background: #000;
  padding: 50px 0 0;
}
.detailsp {
  padding: 30px;
  color: #777;
}
.site-info{
	background: #74a901;
	color:#fff;
	margin-top: 40px;
	padding: 30px 0;
	text-align: center;
}
.footerlogo {
  display: block;
  width: 50%;
}
.motto {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.footersocial {
  display: block;
}
.social {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social a{
	color:#fff;
}
.social li {
  margin: 0 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 3px;
  border-radius: 50%;
}
.social li:hover{
	background: #74a901;
}
.site-footer h3 {
  color: #fff;
  padding-bottom: 20px;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.site-footer a{
	color:#fff;
	text-decoration: none;
}
.address, .email, .phone {
  display: block;
  color: #fff;
	line-height: 2;
}
.ficon {
  display: inline-block;
  width: 3%;
  margin-right: 20px;
}
.finfo {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
.coveragehero {
  margin-top: -80px;
  padding-top: 200px;
  text-align: center;
  padding-bottom: 200px;
  color: #fff;
}
.coveragehero h1{
	font-size: 48px;
}
.herotext {
  display: block;
  font-size: 20px;
  width: 50%;
  margin: 30px auto;
}
.page-template-page-coverageplans h2{
	text-align: center;
	padding-bottom: 30px;
}
.page-template-page-coverageplans #benefits, .page-template-page-coverageplans #freequote,
.page-template-page-why #benefits, .page-template-page-why #freequote{
	background: #F9FAFB;
}
#howworks {
  padding: 70px 0;
}
#howworks h3 {
  text-align: center;
  padding: 30px 0;
}
.hwcontent {
  text-align: center;
  display: block;
  color: #777;
}
#faqs{
	background:#F9FAFB;
	padding: 70px 0;
}
.aboutright .intro {
  line-height: 2;
  padding: 0 0 30px;
  display: block;
  font-weight: bold;
}
#aboutzenith {
  padding: 70px 0;
}
.testimonialboxes {
  padding: 0;
  margin: 0;
}
.defaultprimary{
	padding: 70px 0;
}
@media (max-width: 1368px){
	.hero h1 {
  font-size: 52px;

}
	#btmcta h2 {
  margin-top: 100px;
}
	.hero {
  height: 100vh;
}
}
@media (max-width: 1186px){
	.container {
  max-width: 95% !important;
}
	.hero {

  padding-top: 200px;
  margin: -140px 0 0;
}
	#trusted,#testimonials,#freequote,#autotab,
	#whychoose,#plans,#benefits{
		padding: 40px 0;
	}
}
@media (max-width: 1024px){
	.logo {
  width: 100%;
  text-align: left;
  padding: 10px 0;
}
	.headercta {

  display: none;
}
	.coveragehero {
  margin-top: -120px;
	}
	.hero {
    margin: -170px 0 0;
  }
	.hero-content .col-lg-7 {
  width: 100%;
}
}
@media (max-width: 992px){
	.fqleft {
  text-align: center;
  margin-bottom: 20px;
}
	#scroll-move-section{
		display: none;
	}
	.site-footer ul {

  justify-content: center;
  padding-bottom: 20px;
}
	.ficon  {
  display: none;
}
	#colophon {
  text-align: center;
}
	.footerlogo {

  margin: 0 auto;
}
	.planbox {
  margin-bottom: 20px;
}	
}
	
/* ===== Mobile layout for Auto Tabs (<= 768px) ===== */
@media (max-width: 768px) {

	.coveragehero {
  padding-top: 150px;
  padding-bottom: 50px;

}
.herotext {
  width: 100%;
}
  /* Stack tabs vertically (block buttons) */
  #autotab .nav-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #autotab .nav-tabs .nav-item {
    width: 100%;
    margin: 0;
  }

  #autotab .nav-tabs .nav-link {
    width: 100%;
    border-radius: 12px !important;
    padding: 14px 18px !important;
    text-align: center;
  }

  /* Hide hotspot dots/buttons on mobile */
  #autotab .hotspot-btn,
  #autotab .vlinkone, #autotab .vlinktwo, #autotab .vlinkthree, #autotab .vlinkfour,
  #autotab .slinkone, #autotab .slinktwo, #autotab .slinkthree, #autotab .slinkfour,
  #autotab .tlinkone, #autotab .tlinktwo, #autotab .tlinkthree, #autotab .tlinkfour {
    display: none !important;
  }

  /* Cards container under the image */
  #autotab .vehicle-cards {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    text-align: left;
  }

  /* Make boxes behave like normal cards (not popovers) */
  #autotab .vehicle-cards .vlinkbox {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    display: block !important;
  }

  /* Hide the close X on mobile cards (since they’re always visible) */
  #autotab .vehicle-cards .vlinkbox-close {
    display: none !important;
  }

  /* Remove the little arrow */
  #autotab .vehicle-cards .vlinkbox::before {
    display: none !important;
  }

  /* Optional: make images inside cards scale nicely */
  #autotab .vehicle-cards .vlinkimg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }
	.vlinkimg {
  display: none;
}
}
@media (max-width: 486px){
	h2 {
  font-size: 36px !important;
}
	.hero-content{
	padding: 50px 2rem 2rem;
}
}

