/*!
Theme Name: KICxBQ Theme
Theme URI: http://underscores.me/
Author: KIC Web Design
Author URI: https://kicwebdesign.com
Description: Description
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: kicxbq-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


KIC Theme 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;
}

/* 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: "Open Sans" -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */


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"]: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;
}

/*==============================================================================================*/
/*  KIC Web Design Style Code  */
/*==============================================================================================*/

main#primary {
    max-width: 70%;
    margin: auto;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
  }
  
  @-webkit-keyframes fade {
	from {opacity: 0} 
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: 0} 
	to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
  }
  
  * {
	box-sizing: border-box;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed, 
  figure, figcaption, footer, header, hgroup, 
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  font-size: 100%;
	  vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section {
	  display: block;
  }
  html {
	scroll-behavior: smooth;
  }
  body {
	  line-height: 1;
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	overflow-x: hidden;
	background-color:#efefef
  }
  ol, ul {
	  list-style: none;
  }
  a {
	text-decoration: none;
	color:black;
	font-size:1.2rem;
	font-weight:300;
  }
  blockquote, q {
	  quotes: auto;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
	  content: '';
	  content: none;
  }
  table {
	  border-collapse: collapse;
	  border-spacing: 0;
  }
  .row {
	width: calc(100% + .9375rem + .9375rem);
	margin: 6rem 0 0 -.9375rem;
	text-align: center;
	clear: both;
  }
  .single-row {
	width:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
  }
  .row-col {
	flex-direction:column;
  }
  h1 {
	font-size: 48px;
	line-height: 3rem;
	letter-spacing: 0em;
	font-weight: 800;
	margin:2rem 0;
	color:#2b2a2a;
	font-family: 'Poppins', sans-serif;
  }
  h2 {
	font-size: 40px;
	font-weight:700;
	margin:1rem 0;
	color:#2b2a2a;
	font-family: 'Poppins', sans-serif;
  }
  h3 {
	font-size: 19.256px;
	font-weight: bold;
	margin:1rem 0;
	color:#2b2a2a;
	font-family: 'Poppins', sans-serif;
  }
  button {
	font-size:24.2996px;
	border:none;
	padding:.5rem 3rem;
	background-color:#03989E;
	color:white;
	cursor: pointer;
	border-radius:50px;
	font-family: 'Open Sans';
  }
  button:hover{
	background-color:#1F4973;
  }
  
  section {
	display:flex;
	flex-direction: column;
	overflow-x:hidden;
  }
  
  .left-stripe {
	position:fixed;
	top:0;
	left:0;
	width:2rem;
	height:100vh;
	background-color:#04989f;
  }
  .mt-2 {
	margin-top:2rem;
  }
  .mt-3 {
	margin-top:3rem;
  }
  .text-center {
	text-align:center;
  }
  .text-left {
	text-align:left;
  }
  
  
  
  /*==================   Start Code   ================================*/
  
  
  /* NAV */
  .kic-nav {
	display:flex;
	justify-content: space-around;
	flex-direction: row;
	align-items: center;
	position:fixed;
	top:0;
	z-index:9999;
	background-color: #efefef;
	width:100%;
	box-shadow: 1px 1px 2px grey;
  }
  .kic-nav.scrolled {
	background-color: #efefef !important;
	box-shadow: 1px 1px 2px #888;
	transition: background-color 200ms linear;
	
  }
  .kic-nav-list:first-child {
	flex:.5;
  }
  .kic-nav-list {
	display:flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	flex:1;
  }
  .kic-nav-list li {
	margin: .5rem;
	text-align: center;
	clear:both;
  }
  .bq-text {
	font-size:1.2em; 
	font-family:'Poppins'; 
	font-weight:800;
	margin-left:1rem;
	color:black;
	vertical-align: middle;
  }
  button.kic-nav-butt {
	font-size: 1.2rem;
	font-weight: 300;
	padding: .5rem 1rem;
  }
  .image-li {
	text-align:left !important;
	display: flex;
	flex-direction: revert;
	justify-content: center;
	align-items: center;
  }
  .image-li i {
	display:none;
  }
  .logo {
	width:12%;
  }
  .logo-word {
	font-weight: 800;
  }
  nav a:hover {
	border-bottom: solid 2px #03989e;
  }
  nav a:hover:last-child{
	border-bottom:none;
  }
  .language {
	font-size: 16px;
	position: fixed;
	left: 8px;
	top: 10px;
  }
  .dropbtn {
	cursor: pointer;
  }
  .dropdown {
	float:left;
	overflow:hidden;
  }
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  .dropdown-content a:hover {
	background-color: #ddd;
  }
  .dropdown:hover .dropdown-content {
	display: block;
  }
  .dropdown-content li {
	margin: 0;
  }
  
  
  /* HERO */
  
  .header {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-template-rows: auto;
	grid-gap:1rem;
	padding:5rem 0 4rem 0;
	margin:0 1rem;
	background:linear-gradient(to left, transparent 33%, #efefef 33%), linear-gradient(to top, #04989f, #1F4973 50%);
	background-size: cover;
  }
  .header-space {
	padding-top:75px;
  }
  .hero-title {
	grid-column-start: 1;
	grid-column-end: 3;
	text-align: center;
  }
  .header a {
	margin-top:2rem;
  
  }
  .hero-words {
	margin:1rem;
	grid-column-start: 1;
	display:flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 400;
	font-size: 1rem;
	place-self:center;
  }
  blockquote {
	margin:1rem;
	color:white;
	margin:1rem;
	font-size:18px;
  }
  .quote-author {
	text-align:right;
	margin:1rem 0;
  }
  .cta {
	text-align:left;
	font-size:28px;
	font-weight: bold;
	font-family: 'Open Sans';
	margin-right:1rem;
  }
  .hero-pic {
	width:85%;
	place-self: flex-start;
	margin-top:auto;
	margin-bottom: auto;
  }
  .hero-vid-outer {
	width:100%;
	align-self: center;
  }
  .hero-vid {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
  }
  .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  
  
  /* HOW IT WORKS */
  .how{
	max-width: 1052px;
	margin: auto;
	padding:2rem;
  }
  .outer-steps{
	width: calc(100% + .9375rem + .9375rem);
	margin-left: -.9375rem;
  }
  .steps {
	float: left;
	width: 33.333%;
  }
  .steps1 {
	width: 33.3%;
	float: left;
  }
  .steps3 {
	clear:both;
  }
  .steps-inner {
	margin: 1rem;
	background-color: white;
	border-radius: 25px;
	min-height: 350px;
	text-align: center;
	padding: 1.5rem;
  }
  .steps-inner1 {
	margin: 1rem;
	background-color: white;
	border-radius: 25px;
	min-height: 350px;
	text-align: center;
	padding: 1.5rem;
	display: grid;
	grid-template-rows: 1fr .5fr .5fr .5fr;
	align-items: baseline;
  }
  .steps-inner3 {
	margin: 1rem;
	background-color: white;
	border-radius: 25px;
	min-height: 420px;
	text-align: center;
	padding: 1.5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	align-items: baseline;
	justify-items: center;
	grid-gap: 1rem;;
  }
  .steps-inner3 div {
	margin:1rem;
  }
  .steps-inner3 img {
	height:150px;
	width:auto;
	margin:2rem;
  }
  
  @media (min-width:912px){
  
	.steps-inner3 .start-butt {
	grid-column-start: 1;
	grid-column-end: 4;
	}
  }
  
  .steps-pic {
	height: 155px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
  }
  .steps-pic2 {
	width: 75%;
	margin: 1rem auto 3rem;
  }
  .steps-pic3 {
	width: 50%;
	float: left;
	display: grid;
	grid-template-rows: repeat(4, .6fr);
	align-items: center;
	justify-items: center;
  }
  .steps-pic3 p,.steps-pic3 a{
	align-self: flex-start;
	margin:0 2rem;
  }
  .steps-pic img {
	width: auto;
	margin: 1rem;
	height: 90px;
  }
  .steps-pic1 img {
	width: auto;
	margin: 1rem;
	height: 150px;
  }
  .steps-pic1 svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 8%;
	margin: 1rem;
  }
  .steps-pic2 img {
	width: auto;
	margin: 1rem;
	height: 150px;
  }
  .steps-pic3 img {
	width: auto;
	margin: 1rem;
	height: 100px;
  }
  .steps-pic3 svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 4%;
	margin: 1rem;
  }
  .start-butt button {
	margin-top:3rem;
  }
  .steps-inner button {
	width: 100%;
	font-size: 16px;
  }
  .steps-inner1 button {
	width: 100%;
	font-size: 18px;
  }
  .get-started {
	float: left;
	width: 25%;
  }
  .get-started-inner {
	margin:1rem;
  }
  .get-started h3 {
	text-align:center;
  }
  
  /*  END HOW IT WORKS  */
  
  .process {
	max-width: 1052px;
	margin: auto;
	padding:2rem;
	margin-bottom:5rem;
  }
  .process-outer {
	margin-top: 3rem;
  }
  .process-inner {
	  text-align: center;
  }
  .process-inner p {
	font-size:18px;
	margin-bottom: 2rem;
  }
  .process-includes {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: space-between;
	  align-items: center;
	  margin: 2rem 1rem;
	  background: linear-gradient(
  90deg
  , #092f67, #19988d);
  }
  .process-includes img {
	  width:30%;
	  margin:2rem;
  }
  .process-includes h3 {
	  font-size:28px;
	  color:white;
  }
  .process-includes div {
	  flex:1;
	  margin:2rem;
	  color:white;
  }
  .process-list {
	  text-align:left;
	  font-size:18px;
  }
  .process-list li {
	  margin:2rem 0;
	  list-style: decimal;
  }
  
  /*  START HOW BETTERQUALIFIED WORKS: FAQ  */
  
  .faq {
	margin: 1rem 6rem;
  }
  .faq-title {
	text-align:right;
	font-size:1.1rem;
	width:100%;
  }
  .faq-title::after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
  .faq-outer {
	display:none;
  }
  .accordian {
	margin-left: auto;
  }
  .faq-active, .accordion:hover {
	background-color: #1F4973;
  }
  
  .accordion:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
  
  .faq-active:after {
	content: "\2212";
  }
  .faqs {
	display:flex;
	flex-wrap:wrap;
  }
  
  .panel {
	background-color: #efefef;
	max-height: 0;
	max-width: 1052px;
	margin:auto;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	width:100%;
  }
  .faq-break {
	width:100%;
	margin:2rem;
  }
  .faq-process div {
	margin: 1rem;
  }
  
  .qa {
	margin:1rem 0;
	flex:1;
	background-color: white;
	border-radius: 25px;
	text-align: center;
	background: linear-gradient(225deg, #04989f 1%, white 10%);
	width:100%;
  }
  .qa-inner {
	margin:3rem;
  }
  .qa2-inner {
	margin: 3rem;
  }
  .neg-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	grid-gap: 1rem;
	justify-content: center;
	margin:1rem 0;
	border:3px solid #1F4973;
	border-radius:25px;
	padding:1rem 2rem;
  
  }
  .neg-items li {
	padding: .2rem 1rem;
	margin: .1rem;
	color:black;
	text-align:left;
  }
  .neg-title {
	  grid-column-start: 1;
	  grid-column-end: 3;
	  place-content: center;
  }
  i.fas.fa-check {
	color:#03989e;
  }
  .how-long {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }
  .how-long, .how-long p{
	margin:1rem 0;
	text-align: center;
  }
  .how-long > div {
	margin:2rem;
	min-width: 280px;
	max-width:1080px;
  }
  .six-months {
	margin:auto;
	padding:2rem 3rem;
	border:15px solid #1F4973;
	background-color:#1F4973;
  }
  
  .qa2 {
	margin:1rem 0;
	justify-self: center;
	flex:1;
	text-align:center;
	background-color: white;
	border-radius: 25px;
	background: linear-gradient(135deg, #1F4973 1%, white 10%);
	width:100%;
  }
  .scale-img {
	height:110px;
	width:auto;
	margin:2rem 0 0 0;
  }
  .faq-grid {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 150px auto;
	grid-gap:1rem 2rem;
  }
  .faq-grid div {
	align-self: end;
	margin-top:2rem;
  }
  .faq-grid img {
	height:110px;
	width:auto;
  }
  .faq-grid p {
	grid-row-start: 2;
  }
  .faq-row{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap:nowrap;
  }
  .faq-row div {
	margin:1rem;
  }
  .faq-row p {
	margin:1rem;
  }
  .mortgage-table {
	max-width:fit-content;
	max-width: max-content;
	margin:2rem auto;
	border:10px solid #04989f;
  }
  .graph:first-child {
	text-align:left;
  }
  .graph p {
	border-bottom: 2px solid #1F4973;
  }
  
  /* START PRICING  */
  #pricing {
	background: linear-gradient(to top, #04989f 40%, #efefef 40%);
	margin-bottom:10rem;
  }
  
  .p-plans{
	max-width: 1052px;
	margin: auto;
	padding:2rem;
  }
  
  .price-plan {
	width:33.333%;
	float:left;
	margin-bottom: 2rem;
  }
  
  .price {
	list-style-type: none;
	border: 1px solid #efefef;
	margin: 1rem;
	padding:.5rem .5rem 0 .5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius:25px;
	background-color:white;
  }
  
  .price:hover {
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }
  
  .price .price-header {
	background-color: #efefef;
	color: white;
	font-size: 25px;
	font-weight: 800;
	border-radius:50px;
  }
  
  .price li {
	border-bottom: 1px solid #eee;
	padding: 15px;
	text-align: center;
  }
  .price li:last-child {
	border-bottom: none;
  }
  
  .price .blue {
	font-weight: 500;
	font-size: 1.5rem;
  }
  
  .button {
	background-color: #1F4973;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	margin-top:1rem;
  }
  .pricing a {
	color:white;
	font-weight:bold;
	
  }
  .pricing a:hover {
	border-bottom: solid 2px #efefef;
	font-weight: bold;
	color:#1F4973;
  }
  
  .pricing2{
	max-width: 1052px;
	margin: auto;
	padding:2rem;
	text-align: center;
  }
  .outside-pricing2 {
	padding:2rem;
  }
.inside-pricing2 h3 {
	  width:60%;
	  margin:1rem auto;
	}
  .pricing-chart {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin:3rem 0;
	clear:both;
  }
  .pricing-chart li {
	padding: 1ch;
  }
  .whole-row {
	grid-column-start: 1;
	  grid-column-end: 5;
  }
  .bground1 {
	background-color:#03989E;
	color:white;
  }
  .bground2 {
	background-color:white;
  }
  .unline {
	border-bottom:1px solid black;
  }
  .pricing-notes li {
	margin:1rem;
	text-indent: -1.4rem;
  }
  .p-chart-bold {
	font-weight: 700;
  }
  .mem {
	margin: 1rem 6rem;
  }
  .mobile-show{
	display:none;
  }
  .mobile-hide{
	display:block;
  }
  .mobile-show1 {
	display:none;
  }
  .mobile-hide1 {
	display:block;
  }
  .membership {
	background-color: #1F4973;
	color:white;
	margin-top:4rem;
	box-shadow: 4px 4px 8px black;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1rem;
	max-width: 1052px;
  }
  .membership-list {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-gap:1rem;
	width:90%;
	margin: 4rem auto;
	font-size: 1.2rem;
	align-items: center;
  }
  .membership-list div{
	border-bottom:1px solid #efefef;
	padding:0 1rem;
	color:white;
  }
  
  .benefits {
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0;
	text-align: left;
	width: 50%;
	float: left;
	margin-bottom:4rem;
  }
  .benefits li {
	display:flex;
	height:100px;
	margin:0 1rem;
  }
  
  .fa-check-square{
	font-size:1.7rem;
	color:#03989E;
	text-align: center;
	border-bottom:1px solid #efefef;
	margin-top:auto;
  }
  
  /* START TESTIMONIALS */
  
  .testimonials {
	display:flex;
	flex-direction: column;
	margin-bottom:10rem;
	margin-top:10rem;
	padding-top:2rem;
	background: linear-gradient(to bottom, #04989f 35%, #efefef 35%);
  }
  .stats {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }
  .stats div {
	margin:1rem;
	flex: 1 1 auto;
	text-align: center;
  }
  .stats p {
	color:white;
	font-size:18px
  }
  .stats h3 {
	color:#f4c223;
	font-weight:400;
  }
  .reviews-outer {
	margin-top:4rem;
	text-align:center;
	margin-left: 5rem;
	margin-right: 5rem;
  }
  .reviews-inner {
	display:flex;
  }
  .reviews{
	flex:1;
	margin:2rem;
  }
  .review-pic {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 3rem;
	background-color: #1f4973;
	padding: 1rem;
  }
  
  i.fas.fa-star {
	color:#f4c223;
	font-size: 28.3023px;
  }
  
  .count {
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	border: 1px solid #10f880;
	margin: 1000px auto 0;
  }
  
  .mySlides {display: none}
  img {vertical-align: middle;}
  
  /* Slideshow container */
  .slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 25%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  .prev {
	left:0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	background-color: rgba(3,152,158,0.8);
	color:#1f4973;
  }
  
  /* Caption text */
  .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
	background-color: #1F4973;
  }
  .more-reviews {
	margin-top: 4rem;
  }
  
  /*  START CONTACT  */
  #contact-us{
	background:linear-gradient(to right, #04989f 25%, #efefef 25%);
  }
  .contact-outer {
	max-width: 1052px;
	margin: auto;
	padding:2rem;
  }
  .contact-inner{
	margin:3rem 0;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap:1rem;
  }
  .contact-inner div{
	place-self:center
  }
  .contact-inner img{
	width:100%;
  }
  .contact-info {
	margin-left: 30%;
  }
  
  /*  START TV SECTION  */
  .tv-section {
	max-width: 1052px;
	margin: auto;
	padding:2rem;
  }
  
  /*  START FOOTER  */
  #footer {
	background-color:#1F4973;
  }
  .footer-outer {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin: 0 2rem 0 4rem;
	padding-top:2rem; 
  }
  .footer-inner {
	margin: 1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	color:white;
  }
  .footer-inner h2 {
	color:white;
	font-size:24px;
  }
  .social-media {
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top:auto;
  }
  i.fab.fa-facebook, i.fab.fa-twitter, i.fab.fa-youtube {
	color: #efefef;
	font-size: 2rem;
	margin:.5rem;
	font-size:40px;
  }
  .kic-stamp {
	font-size: 1rem;
	color:white;
  }
  .kic-stamp:visited {
	color:white;
  }
  .contact {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items: center;
	justify-content: center;
  }
  .extra-links li {
	margin:1rem 0;
  }
  .extra-links a {
	font-size:18px;
	color:white;
	font-weight: 400;
  }
  .as-seen-on{
	background-color: #04989f;
  }
  .seen-on-tv {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 1rem;
	place-items: center;
  }
  .seen-on-tv li {
	text-align: center;
  }
  .tv-logo {
	width:100%;
  }
  .tv-logo-big {
	width:40%;
	align-self: center;
  }

  
  /*  START ABOUT SECTION  */
  
  .about-info {
	font-size:24px;
  }
  .about-img-outer {
	width:64%;
	margin-left:auto;
	display:grid;
  }
  .about-img-outer div {
	height:calc(100vw / 3.5);
	overflow: hidden;
	text-align: center;
  }
  .about-img-inner {
	width:70%;
	margin:auto;
  }
  .po-name {
	color:white;
	place-self:center;
	text-align: center;
  }
  .about-team-pic {
	width:70%;
	margin-bottom:3rem;
  }
  .about-values-outer {
	margin:1rem;
  }
  .about-values-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
  }
  .about-values-inner h3 {
	flex:.5;
	margin:2rem;
	color:#092f67;
	text-align: center;
  }
  .about-values-inner p {
	flex:1;
	margin:2rem;
  }
  
  /*  END ABOUT SECTION  */
  
  /*  START LOGIN SECTION  */
  
  .login-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0 auto 5vh;
	text-align: center;
  }
  .login-logo a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  .login-logo img {
	width: 10%;
	margin: 1rem;
  }
  .login-logo-text {
	font-size: 26.6667px;
	font-family: 'Poppins';
	font-weight: 800;
	color: black;
  }
  .login-box {
	min-width: 320px;
	width: 40%;
	margin:0 auto 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background:linear-gradient(135deg, #04989f 1%, white 20%);
	border-radius: 25px;
  }
  .login-box h2 {
	padding: 1rem;
  }
  #login-form {
	height: 100%;
	width: 80%;
	text-align: center;
	margin-bottom: 3rem;
  }
  .form-element span {
	display:flex;
	justify-content: space-around;
	align-items: center;
  }
  .form-element input {
	margin: 1rem;
  }
  input {
	width: 80%;
	max-width:500px;
	line-height: 3;
	border:none;
	border-bottom:2px solid #092f67;
	font-size:16px;
	background: transparent;
  }
  #login-form button {
	font-size: 18px;
	margin: 1rem;
	border-radius: 5px;
	width:80%;
	max-width: 500px;
  }
  .login-or {
	display:flex;
	justify-content: center;
	flex-wrap: nowrap;
	width:80%;
	max-width: 500px;
	margin:0 auto;
  }
  .login-or div {
	border-top: 1px solid black;
	flex:1;
	position: relative;
	top:11px;
  
  }
  .login-or p {
	margin:0 1rem;
  }
  .login-register {
	margin-top:3rem;
  }
  .login-register a {
	color:#1F4973;
	text-decoration: underline;
  }
  .login-register p {
	margin-bottom: 0.5em;
  }
  .form-link {
	background-color:transparent;
	padding:0;
	color:#0070ba;
	font-size:1rem;
	width:100%;
	max-width: 500px;
	text-align: left;
  }
  .form-link:hover {
	color:#03989E;
	border-radius: 0;
	text-decoration: underline;
	background-color:transparent;
  }
  .login-form-link {
	display:flex;
	margin-top: 5rem;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
  }
  
  select#state, select#billingState {
	background-color:transparent;
	height: 52px;
	font-size: 1.1rem;
	border:none;
	border-bottom:2px solid #092f67;
	width:50%; 
  }
  input#zip {
	width:50%;
  }
  .fa-phone-alt {
	color:#03989E;
	margin-right: .5rem;
  }
  
  /*  Form  */
  
  #login-form form {
	display:none;
  }
  
  .active-form {
	display: block !important;
  }
  
  .login-box h2 {
	display:none;
	  text-align:center;
  }
  
  .active-title {
	display:block !important;
  }
  .form-getStarted {
	background-color:transparent;
	color:#1F4973;
	border:2px solid #1F4973;
  }
  .form-getStarted:hover {
	background-color:#1F4973;
	border:2px solid #1F4973;
	color: white;
  }
  
  
  /*  END LOGIN SECTION  */
  
  /*  START CHECK-OUT SECTION  */
  
  #check-out {
	margin:5rem 0;
	background:linear-gradient(to left, transparent 33%, #efefef 33%), linear-gradient(to top, #04989f, #1F4973 50%);
	  background-size: cover;
	overflow: unset;
  }
  .check-out-title {
	margin-left:3rem;
	margin-bottom:2rem;
  }
  
  .check-out-inner {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
  }
  .check-out-inner-plan {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
  }
  
  .col-25 {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
  }
  
  .col-50 {
	-ms-flex: 50%; /* IE10 */
	flex: 1;
  }
  
  .col-60 {
	-ms-flex: 75%; /* IE10 */
	flex: 60%;
  }
  
  .col-25,
  .col-50,
  .col-60 {
	padding: 0 16px;
  }
  
  .container {
	background-color: white;
	padding: 5px 20px 15px 20px;
	border: 1px solid #1F4973;
	border-radius: 3px;
  }
  .sticky-cart {
	position: sticky;
	top: 200px;
	display:flex;
	flex-direction:column;
  }
  .cart-row {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin:1rem;
  }
  .cart-row-warning {
	display:flex;
	align-items: center;
	justify-content: center;
	margin:1rem;
  }
  .cart-row p {
	font-size:1.2rem;
	font-weight: 300;
  }
  
  #check-out input {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
  }
  #check-out input[type="checkbox"] {
	width: auto;
  }
  .shipping-same {
	margin:1rem;
  }
  #check-out select {
	width: 100%;
	height: 65px;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
  }
  
  label {
	margin-bottom: 10px;
	display: block;
  }
  
  .icon-container {
	margin-bottom: 20px;
	padding: 7px 0;
	font-size: 24px;
	height:74px;
  }
  
  .btn {
	background-color: #04AA6D;
	color: white;
	padding: 12px;
	margin: 10px 0;
	border: none;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	font-size: 17px;
  }
  
  .btn:hover {
	background-color: #03989E;
  }
  
  #check-out a {
	color: #2196F3;
  }
  
  hr {
	border: 1px solid lightgrey;
  }
  
  .plan-gold {
	display:none;
  }
  .plan-plat {
	display:none;
  }
  .plan-black {
	display:none;
  }
  .pp-gold3, .pp-plat3, .pp-black3, .pp-gold4, .pp-plat4, .pp-black4,
   .pp-gold5, .pp-plat5, .pp-black5, .pp-gold6, .pp-plat6, .pp-black6,
	.pp-gold9, .pp-plat9, .pp-black9, .pp-gold12, .pp-plat12, .pp-black12 {
	display:none;
  }
.fa-cc-visa, .fa-cc-amex, .fa-cc-mastercard, .fa-cc-discover {
	margin: 0 .5rem;
	font-size:38px;
}
  
  
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
  @media (max-width: 800px) {
	.check-out-inner {
	  flex-direction: column-reverse;
	}
	.check-out-inner-plan {
	  flex-direction: column;
	}
	.col-25 {
	  margin-bottom: 20px;
	}
  }
  
  /*  END CHECK-OUT SECTION  */
  
  @media screen and (max-width: 994px) {
	.faq-grid {
	  display:block;
	}
	.faq-grid p {
	  margin:1rem 0;
	}
  }
  
  
  @media only screen and (max-width: 768px) {
	main#primary {
		max-width: 100%;
	}
	h1 {
	  font-size:32px;
	}
	h2 {
	  font-size:28px;
	}
	.kic-nav{
	  flex-direction: column;
	}
	.kic-nav-list {
	  flex-direction: column;
	}
	.kic-nav-list:last-child {
	  display:none;
	}
	.kic-nav-list li {
	  margin:1.5rem;
	}
	.image-li a {
	  justify-content: space-between;
	}
	.image-li i {
	  display:block;
	  font-size:2rem;
	}
	.logo{
	  width:10%;
	}
	.bq-text {
	  font-size:16px;
	}
	.dropdown {
	  float:none;
	  overflow: initial;
	}
	.dropdown > li {
	  display: none;
	}
	.dropdown-content {
	  position: initial;
	  background-color:transparent;
	  box-shadow: none;
	}
	.dropdown-content li {
	  margin:1.5rem;
	}
	.dropdown-content a {
	  text-align: center;
	  padding:0;
	}
	.header {
	  margin:0;
	}
	button {
	  font-size: 16px;
	}
	.steps, .price-plan, .steps1 {
	  width: 100%;
	}
	.process {
	  padding:0;
	}
	.process-includes {
	  flex-direction: column;
	}
	.process-inner p {
	  font-size:16px;
	  margin: 1rem;
	}
	.faq, .mem {
	  margin:0;
	  padding:0;
	}
	.qa-inner {
	  margin:1rem;
	}
	.qa2-inner {
	  margin:2rem;
	}
	.neg-items {
	  min-width:0
	}
	.how-long > div {
	  margin:0 1rem;
	}
	.reviews-outer {
	  margin-left:0;
	  margin-right:0;
	}
	.reviews-inner {
	  flex-direction: column;
	}
	.contact-outer {
	  padding:0;
	}
	.steps-pic1 img, .steps-inner3 img {
	  height:80px
	}
	.steps-inner3 {
	  margin:0;
	  padding:0;
	}
	.steps-inner, .steps-inner1 {
	  margin:1rem 0;
	}
	.steps-pic2 img {
	  width:80%;
	  height:auto;
	}
	.about-values-inner p, .about-values-inner h3 {
	  margin:1rem;
	}
  }
  
  @media screen and (max-width:638px){
	header{
	  background:none;
	}
	.cta {
	  width:73%;
	}
	.faq-row {
	  flex-direction: column;
	  width: 100%;
	  max-width: none;
	}
	.mobile-show{
	  display:block;
	}
	.mobile-hide{
	  display:none;
	}
	.mobile-show1 {
	  display:block;
	}
	.mobile-hide1 {
	  display:none;
	}
	.membership-list div {
	  border:none;
	}
	.membership-list p {
	  display:flex;
	  flex-direction:row;
	  justify-content: flex-start;
	  align-items: center;
	}
	.fa-check-square {
	  border:none;
	  font-size:1.5rem;
	  margin:1rem;
	}
	.pricing2 {
	  padding:0;
	}
	.outside-pricing2 {
	  padding:1rem;
	}
	.inside-pricing2 h3 {
	  width:100%;
	  margin:1rem auto;
	}
	.pricing-chart {
	  grid-template-columns:auto;
	}
	.pricing-chart li {
	  background-color: white;
	}
	.g1 {
	  background-color: #ffc000 !important;
	  color:white !important;
	}
	.p1 {
	  background-color:#CDD5E0 !important;
	  color:black !important;
	}
	.b1{
	  background-color:black !important;
	  color:white !important;
	}
	.col-gold {
	  order:-2;
	}
	.col-plat {
	  order:-1;
	}
	.pricing-chart li:nth-child(-n+4) {
	  margin: 2rem 2rem 1rem;
	}
	.pricing-chart li:first-child {
	  order:-3;
	  margin:0
	}
	.about-img-outer {
	  width:100%;
	}
	.about-img-outer div {
	  height: calc(100vw / 1.5);
	}
	.po-name {
	  color:black;
	}
	blockquote {
	  color:black;
	}
	.about-values-inner {
	  flex-direction: column;
	}
	.login-logo {
	  width:100%;
	}
	.login-logo a {
	  flex-direction: row;
	}
	.login-logo img {
	  width:15%;
	}
	.login-logo-text {
	  font-size:20px;
	}
	input {
	  font-size:13.3333px;
	}
	select#state {
	  height:43.333px;
	}
	#login-form button {
	  font-size:1rem;
	}
  }