/*Color Variables should be the same for every site*/
:root {
  --product-base: #4C00FF;
  --product-highlight: #00CFFF;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	font-family: canada-type-gibson,Helvetica Neue,Helvetica,Arial,sans-serif !important;
	font-style: normal !important;
	color: #00003A !important;
	margin: 0 0 200px !important;
}
h1, h3, h4, .social-icons a {
	color: #00003A !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h2 {
	color: var(--product-base) !important;
	font-size: 2.25rem !important;
	font-weight: 400 !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h3 {
	color: #00003A !important;
	font-size: 1.5rem !important;
	font-weight: 400 !important;
	text-rendering: optimizeLegibility !important;
}

p,a {
	font-size: 1.125rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    text-decoration: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
  padding-inline-start: 35px;
}

li {
	padding-bottom: 0.25rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul li::before {
  content: "\2022";
  font-weight: 400;
  display: inline-block; 
  width: 0.75em;
  margin-left: -2em;
}

a, ul li::before {
	color: var(--product-base) !important;
}

a:hover {
	color: var(--product-highlight) !important;
}

strong {
	font-weight: 400 !important;
}

[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: none !important;
}

/*Top Header */
.header-top {
	margin-left: -20px;
}
.header-top img {
	height: 40px;
	margin: 30px 30px 30px 30px;
}
main {
	overflow: auto;
}
/*Header */
.header {
	background-color: #F6F9FD;
}

/*Header Content*/
.header-content {
	padding: 50px 20px;
}

.header-content h1 {
	font-weight: 400 !important;
	margin-bottom: 0px !important;
}

/*Product Logo*/
.product-logo {
	float: right;
	position: relative;
	max-height: 70px;
	bottom: 10px;
}

/*Subnav*/
.subnav {
	background-color: #4C00FF !important;
	border-bottom: 6px solid var(--product-highlight) !important;
	padding: 0px !important;
}
.subnav .active {
	color: #ffffff !important;
}

.subnav .active .text-wrap-inner:before {
	background: #ffffff !important;
}

.subnav a .text-wrap-inner {
	position: relative;
    display: inline-block;
}
.subnav a:hover .text-wrap-inner:before {
    transform: scaleX(1);
    opacity: 1;
}
.subnav a .text-wrap-inner:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 100%;
    background: #00CFFF;
    opacity: .1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease,opacity .5s ease;
}

.subnav .navbar-nav{
	padding: 20px;
}
.subnav a {
	color: #ffffff !important;
	line-height: 1.2 !important;
	font-size: 1.125rem !important;
	align-items: center !important;
	display: inline-block;
	margin-right: 35px;
}
.subnav .active:hover {
	color: #00CFFF !important;
}
.subnav a:hover {
	color: #00CFFF !important;
}
.navbar-brand {
	display: none !important;
	border: none !important;
	width: 100% !important;
	margin: 0px !important;
    padding: 20px 35px !important;
    cursor: pointer !important;
}
.navbar-brand .fa {
	top: 2px;
    padding-left: 10px;
    position: relative;
}

/* Buttons */
.btn {
	margin: 10px 10px 10px 0 !important;
	text-transform: uppercase;
	line-height: 1 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: .0625rem !important;
	text-rendering: optimizeLegibility !important;
	-webkit-appearance: none !important;
	border-radius: 1000px !important;
    	padding: 14px 25px !important;
    	transition: color .3s,background-color .3s,border-color .3s !important;
}

.btn-primary {
	background: var(--product-base) !important;
	color: #fff !important;
    border: 3px solid var(--product-base) !important;
}	
.btn-primary:hover {
	background-color: var(--product-highlight) !important;
	color: #fff !important;
	border: 3px solid var(--product-highlight) !important;
}

.btn-secondary {
	background: #fff !important;
	color: var(--product-base) !important;
	border: 3px solid var(--product-base) !important;
    background: 0 0;
}
.btn-secondary:hover {
	background-color: var(--product-base) !important;
	color: #fff !important;
}
.btn-primary:focus, .btn-secondary:focus {
	box-shadow: var(--product-base) !important;
}

/*Product Description*/
.product-description {
	text-align: center;
	padding: 50px 20px;
}

/*Whats New Section*/
.whats-new-section {
	background-color: #F6F9FD;
}

.whats-new-product {
	padding: 50px 20px;
}
.whats-new-product h3 {
	text-align: center;	
	margin-bottom: 20px;
	color: #4C00FF !important;
}

/*Accordion Section & Expand/Collapse Cards*/
.accordion-content {
	padding: 50px 20px;
}


.card {
	margin-bottom: .75rem !important;
	border-radius: 0 !important;
	border: 1px solid #d1d2d8 !important;
}
.card-header {
	padding: 1.25rem !important;
	border-bottom: none !important;
	background-color: #F6F9FD !important;
}
.card-header h3 {
	margin-bottom: 0 !important;
	-webkit-appearance: none;
}

.more-less {
	float: right;
	color: #00003A !important;
}

/*Sidebar Section*/
.sidebar-section {
	margin-bottom: 30px;
}

/*Footer*/
footer {
	position: absolute;
    width: 100%;
    bottom: 0;
    height: auto;
}
#footerSection {
	background-color: #F6F9FD;
	padding: 50px 20px;
}
.footer p {
	margin-bottom: 0 !important;
	display: inline-block;
}
.social-icons {
	display: inline-block;
	float: right;
}
.social-icons a:hover {
	color: #4C00FF !important;
}

.social-icons .fab{
	font-size: 24px !important;
	margin-right: 10px;
}


/* Styles/Overrides for Small screens */
@media (max-width: 345px) {
	.header-content h1 {
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.product-logo, .social-icons {
		float: none !important;
		padding-top: 20px; 
	}
	.header-top, .header-content {
		text-align: center;
	}
	.sidebar {
		margin-top: 50px;
	}
	.header-top {
		margin-left: 0;
	}
	.header-content div:nth-child(1) {
		order: 2;
	}
	.header-content h1 {
		padding-top: 20px;
	}
}
@media (max-width: 991px) {
	.navbar-brand {
		display: block !important;
		border-bottom: 6px solid var(--product-base) !important;
	}
	.navbar-nav .active{
		display: none !important;
	}
	.navbar-collapse {
		background-color: var(--product-base) !important;
		opacity: 90%;
	}
	.subnav {
		border: none !important;
	}
	.subnav a {
		padding-bottom: 20px;
		color: #ffffff !important;
	}
	.subnav a:hover {
		color: #ffffff !important;
	}
	.subnav a .text-wrap-inner:before {
		content: none !important;
	}
	.navbar-collapse .container {
		margin-left: 0px !important;
	}
}
@media (min-width: 992px) {
	.subnav .active {
		box-shadow: 0 6px 0px 0px var(--product-base);
		margin-bottom: -15px;
	}
}	



