/*
Theme Name: SuperFlow 2020
Author: Peter Studer
Author URI: 
Description: A custom starter theme based on _s
Version: 1.1.2
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Overriding CSS for other Style Sheets */
/*
/*
/*
/*
/*
/*
/*
/*
/* All Styling */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

 * {
 	box-sizing: border-box;
 }

html {
    scroll-behavior: smooth;
}
.no-select {
	    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

body {
	margin: 0px !important;
	font-family: 'Roboto', sans-serif;
}

img{
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

a {
	text-decoration: none;
}

#sf-site {
	
}

hr.blue {
    width: 15%;
	height: 1px;
    border: solid 2px #1f60ad;
    position: relative;
    margin-left: 0px;
    margin: 25px 0px;
	text-align: left;
}

hr.white {
	width: 15%;
	height: 1px;
	border: solid 2px white;
	position: relative;
    margin-left: 0px;
    margin: 25px 0px;
	text-align: left;
}

h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-display: swap;
}
h1 {
	font-size: 3em;
	font-style: italic;
	font-display: swap;
}

h2 {
	font-size: 3em;
	margin-bottom: 0px;
	font-display: swap;
}
h3 {
	font-size: 2em;
	margin-bottom: 0px;
	font-display: swap;
}
p {
	width: 100%;
	line-height: 1.75em;
    font-size: 1.15em;
	color: #545454;
	font-display: swap;
}

li {
    font-size: 1.05em;
	color: #545454;
	margin: 10px;
}


li.gfield {
    font-size: 1.05em;
	color: #545454;
	margin: inherit;
	}

.content-container {
	width: 100%;
	margin: auto 0;
	padding-left: 8%;
	padding-right: 8%;
	z-index: 3;
}

a.button-white {
	margin-top: 25px;
	background-color: white;
	color: #1f60ad;
	padding: 12px 25px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
a.button-blue {
	margin-top: 25px;
	background-color: #1f60ad;
	color: white;
	padding: 12px 25px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.button-container {
	margin-top: 50px;
}
/*
/*
/* Main Navigation Styling */
.nav-absolute {
	position: absolute;
	background: linear-gradient(180deg, #31313136 0%, transparent 90%);
}

.nav-fixed {
	position: fixed;
	background: rgba(33, 33, 33, 0.9);
    backdrop-filter: blur(4px) contrast(1);
}

#main-nav {
	z-index: 999;
	width: 100%;
	padding: 25px 50px;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {

    margin-top: 20px !important;
    margin-left: 10px !important;
}


/*
/*
/* HomePage Styling */

#home-header {
	width: 100%;
	height: 90vmin;
	background-color: rgba(0,40,85,0.94);
	display:  flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
}

#home-overlay {
	position: absolute;
	width: 100%;
	height:  90vmin;
    background-image: url(images/textures/dots-black.svg);
    background-repeat: repeat; 
    background-size: 5px;
    content: '';
    z-index: 2;
	opacity: 0.8;
}
.white-overlay {
	position: absolute;
	width: 100%;
	height:  90vmin;
    background-image: url(images/textures/dots.svg);
    background-repeat: repeat;
    background-size: 10px;
	background-color: rgba(255, 255, 255, 0.6);
    content: '';
    z-index: 2;
	opacity: 0.8;
}
.dark-overlay {
	position: absolute;
	width: 100%;
	height: 75vmin;
    background-image: url(images/textures/dots-black.svg);
    background-repeat: repeat;
    background-size: 5px;
	background-color: #00000026;
    content: '';
    z-index: 2;
	opacity: 0.8;
}

#home-header-content {
	z-index: 2;
	color: white;
	width: 85% !important; 
}

#home-header-content h1 {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 3.5em !important;
	margin-bottom: 0px;
	margin-top: 100px;
}

#home-header-content p {
    margin: 25px 0px 50px 0px;
    font-size: 1.2em;
    line-height: 2;
	color: #ececec;
}

#hero-video-header {
	position: absolute !important;
	width: 100%;
	height: 90vmin;
}

.hero-video {
	width: 100%;
	height: 90vmin;
	overflow: hidden;
}

#sf-header-video {
	min-width: 100%;
	min-height: 100%;
    object-fit: cover;
}
.vimeo-iframe {
	display: flex;
	flex-wrap: wrap;
	  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.vim-vid {
	  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.vim-chat {
		  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.flex-rows {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	perspective: 1300px;
    transform-style: preserve-3d
}
.flex-content {
    height: 25vw;
    min-height: 200px;
    width: 50%;
    min-width: 375px;
    background-color: white;
    background-size: cover !important;
    background-position: center !important;
}
.flex-content h2 {
    font-weight: 700;
    font-size: 1.5vw !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
}
.month {
	text-transform: uppercase;
	color: #1f60ad;
	font-weight: 500;
    letter-spacing: .5px;
	font-size: .9em;
}
.location {
    color: #7b7b7b;
    font-style: italic;
    font-weight: 700;
    font-size: .9em;
    margin-top: 5px;
}
.black {
	color: black;
}

.dark-gray, .dark-gray>a {
	margin-top: 0.5em;
	color: #333333;
}
.gray {
	color: #545454;
}
.white {
	color: white;
}
.blue {
	color: #1f60ad;
}
#home-products {
	
	transition-duration: 0.5s;
    transition-timing-function: ease-in;
	box-shadow:inset 0 0 0 2000px rgba(0, 40, 85, 0.85);
}
#home-products:hover {
	box-shadow:inset 0 0 0 2000px rgba(0, 40, 85, 0.75);
}
#home-industries {
	
	transition-duration: 0.5s;
    transition-timing-function: ease-in;
	box-shadow:inset 0 0 0 2000px rgba(31, 96, 173, .85);
}
#home-industries:hover {
	box-shadow:inset 0 0 0 2000px rgba(31, 96, 173, .75);
}
.flex-content-left {
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
		border-top: solid 1px rgba(41, 41, 43, 0.15);
	border-right: solid 1px rgba(41, 41, 43, 0.15);
}
.flex-content-right {
	width: 50%;
	height: 100%;
	float: right;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
		border-top: solid 1px rgba(41, 41, 43, 0.15);
	border-right: solid 1px rgba(41, 41, 43, 0.15);
}
.no-border {
	border: none;
}
.card-image {
	align-content: center;
	align-items: center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	overflow: hidden;
	transition: 0.5s;
	transition-timing-function: ease-in;
	border: none;
	justify-content: center;
}

.white-gradient {
	background: rgba(255, 255, 255, 0.0);
}
.lighter.white-gradient {
	background: rgba(255, 255, 255, 0.0);
}

picture {
	display: flex;
	min-height: 100%;
	min-width: 100%;
	max-height: 40%;
	transition: 0.5s;
	flex-shrink: 0;
}

.card-image>picture>img.post-image {
	min-height: 100%;
	min-width: 100%;
	max-height: 40%;
	transition: 0.5s;
	flex-shrink: 0;
	margin: 0 auto;
	object-fit:contain;
	z-index: -1;
}
h2.dark-gray {
	transition: 0.5s; transition-timing-function: ease-in;
	}
.flex-content:hover h2.dark-gray {
	color: #1f60ad;
}
.flex-content:hover .white-gradient {
background: rgba(255, 255, 255, 0.35);
	transition-duration: 0.5s;
	transition-timing-function: ease-in;
}
.flex-content:hover .lighter.white-gradient {
background: rgba(255, 255, 255, 0.30);
}
.flex-content:hover .card-image>picture>img.post-image {
	transform: scale(1.02);
	transition-duration: 0.5s;
	transition-timing-function: ease-in;
}
.flex-text{
    padding: 7%;
    padding-bottom: 12%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flex-icon {
    display: flex;
    align-content: center;
    text-align: center;
    width: 1%;
    height: 0%;
    position: relative;
    padding-left: 7%;
}

.flex-text p {
	line-height: 1.75em;
	font-size: 1vw;
}

.arrow-icon {
	height: 60px;
	width: 60px;
	border: solid 1px white;
	font-size: 2em;
	transition: 0.6s;
	cursor: pointer;
	position: absolute;
    bottom: 30px;
}
.arrow-icon i {
	width: 100%;
/*    line-height: 60px;*/
}
.arrow-icon.blue {
	border: solid 1px #1f60ad;;
	color: #1f60ad;
	cursor: pointer;
	/* background-color: white; */
}
.arrow-offset {
	padding-top: 10px;
}
.arrow-icon:hover {
	background-color: white;
}
.arrow-icon:hover>i.white {
	color: #1f60ad !important;
}
.arrow-icon.blue:hover {
	color: white !important;
	background-color: #1f60ad;
}

#home-divider {
	text-transform: uppercase;
	width: 100%;
	height: 60vmin;
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed !important;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
}

.image-header {
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#section-products>div {
	min-height: 70vmin;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	overflow: hidden;

}

.gradient-bg {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.product-section-image {
    object-fit: fill;
    overflow: hidden;
    max-width: 80vmin;
    max-height: 80vmin;
    position: relative;
    bottom: -100px;
    right: -300px;
}

.footer-columns {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.footer-columns .column {
	min-width: 33vmin;
	width: 33%;
	border-right: solid #E4E4E4 .5px;
	text-align:center;
}

.notification-bar {
    width: 100%;
    box-shadow: 0px -1px 7px rgba(0, 0, 0, .5);
    background: rgba(31, 96, 173, .85);
    color: white;
    position: fixed;
    bottom: 0px;
    padding: 15px;
    text-align: center;
    z-index: 9999 !important;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.1rem;
    word-spacing:  0.25 rem;
}

.column ul {
	text-align: left;
    margin: 20px auto;
    padding: 0px;
	list-style: none;
	display: inline-block;
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	display:inline;
}

.column ul {
	list-style: none;
}
.column>ul>li>a {
	color: #6F6F6F !important;;
	font-size: 0.9em;
	line-height: 30px;
	font-weight: 100;
}

.column .title, .title>a {
	font-weight: 700;
	font-size: 1.5em;
	padding: 25px 0px;
}

.footer {
	display: flex;
	background: rgba(240,240,240,1);
	width: 100%;
	margin: 0;
}
.footer-row {
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 40px;
    flex-wrap: wrap;
}
.footer-logo {
	width: 33%;
}
.footer-logo>img {
	padding: 10px 35%;
}
.footer-logo img {
	height: 100%;
}
.footer-details {
	width: 33%;
	text-align:center;
}
.social-links {
	width: 33%;
}
.social-links>div {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.social-links>div>a>i {
	color: #717171;
	padding: 10px 25px;
	font-size: 1.5em;
}
/* Surveys Page */
.survey-container {
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
	padding: 25px;
	margin-top: 50px;
}

.top {
    --offset: 50px;
    position: sticky;
    bottom: 20px;
    left: 95%;
    margin-right: 10px;
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    text-decoration: none;
    padding: 10px;
    background-color: #1f60ad;
    color: #fff;
    border-radius: 100px;
    white-space: nowrap;
}
.top:hover {
Background-color:rgb(23 43 84);
}

form.sf-slider .noUi-connect {
background: rgb(31,96,173);
background: linear-gradient(90deg, rgba(31,96,173,1) 0%, rgba(0,40,85,1) 100%);
}

form.sf-slider .slider-display {
	margin-top: 0.5em !important;
}

form.sf-slider li.gfield {
	margin-top: 50px !important;
}
form.sf-slider input[type=submit] {
	cursor: pointer;
	background: rgb(31, 96, 173); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(31, 96, 173, 1) 53%, rgba(17, 70, 133, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(31, 96, 173, 1) 53%, rgba(17, 70, 133, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(31, 96, 173, 1) 53%, rgba(17, 70, 133, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f60ad', endColorstr='#114685', GradientType=1); /* IE6-9 */
	color: white;
	border: none;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	height: 43px;
	margin-right: -2px !important;
	transform: skew(-9deg, 0deg);
}
/* About Us Styling */
.view-all {
	display: none;
	color: #1f60ad !important;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: underline;
	cursor: pointer;
}
#about-us-header {
	width: 100%;
	background-color: white;
	display:  flex;
	flex-wrap: wrap;
	align-content: center;
}
#about-us-header-content {
	z-index: 2;
	color: #1f60ad;
	width: 55% !important;
	text-align: center;
	margin: 12% auto 10% auto;
}
#about-us-header-content picture {
	min-height: auto;
}
#about-us-header-content hr.blue {
	margin: 0 auto;
	margin-top: 25px;
}
#about-us-header-content h1 {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 3.5em !important;
	margin-bottom: 0px;
}

#about-us-header-content p {
    margin: 25px 0px 50px 0px;
    font-size: 1.1em;
    line-height: 2;
	color: #545454;
}

#about-us-card .flex-text {
	
}

#about-us-card .flex-text p {
	font-size: 1em;
    line-height: 1.75em;
}
#about-us-header-content img {
	width: 90%;
	margin: 0 auto;
}

#tech-tip-header {
	    width: 100%;
    height: 75vmin;
    background-color: rgba(0,40,85,0.94);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
/* End of About Us Styling */

/* Single About Us Styling */
#single-about-us-header {
	background-image: url(https://superflow.wpengine.com/wp-content/uploads/2019/10/About-Us-Header-Image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	height: 45vmin;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
.about-us-tagline {

}
.about-us-info-container {
	width: 100%;
}
.about-us-content {
	width: 75%;
	padding: 25px;
}

.values-box {
	min-width: 100%;
    height: 300px;
    justify-content: center;
    align-items: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	transition: all .5s;
}

.values-text-container {
	display: table-cell;
    height: 300px;
    width: 50%;
    vertical-align: middle;
    margin: auto 20px;
    padding: 0 50% 0 20px;
}

.values-text {
	color: #fff;
	margin: 0;
	font-weight:700;
}

.history-item-container {
	margin-bottom: 40px;
	width: 100%;
	padding: 20px 10px 0px 10px;
	transition: 0.3s ease-in;
}
.history-item-container:hover {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
	transition: 0.4s ease-in;
}
.year-graphic {
	display: inline-block;
    width: 90px;
    height: 40px;
}
.year-container{
	display: inline-flex;
	margin: 0 auto;
}
.history-year-container {
	background: linear-gradient(110deg, #1c4783, #1f60ad, transparent 80%);
    transform: skew(-10deg);
	display:inline-block;
	height: 40px;
    width: 200px;
	margin-left: 2px;
}
.history-year-container h3 {
	padding: 0 10px;
	color: #fff;
	margin: 0;
}
.culture-title {
	color: #fff;
    padding: 25px;
	display: table-cell;
	vertical-align: middle;
}
.culture-title h3 {
	margin: 0;
}

.culture-info-blocks {
	margin: 30px 0px;
}
.leadership-container {
	width: 40%;
    min-width: 395px;
    display: inline-flex;
	margin: 10px;
	padding: 20px;
	transition: 0.2s ease-in;
	border-bottom: 2px solid #1f60ad;
}
.leadership-container:hover {
    background: white;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
	transition: 0.4s ease-in;
}
.leadership-image-container {
	width: 30%;
	min-width: 115px;
}
.leadership-image {
	border-radius: 100px;
	width: 100%;
}
.leadership-info {
	margin: 0 auto;
}
.leadership-info h3 {
	color: #333;
	font-size: 1.7em;
}
.leadership-info h4 {
	color: #1f60ad;
	margin: 5px 0;
}
.leadership-contact {
	margin: 15px 0px;
}
.leadership-contact i {
	color: #545454;
    font-size: 1.5em;
}
.leadership-contact i:hover {
	color: #1f60ad;
}

/* End of Single About Us Styling */

/* Products Archive / Taxonomy Styling */

.products-archive-header {
	z-index: 2;
	width: 100% !important;
	color: white;
}
.products-archive-header h1 {
	text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 2.9em !important;
    margin-bottom: 0px;
}
.products-archive-header h3 {
	font-size: 1.1em;
}
.products-archive-header p {
	margin: 25px 0px 25px 0px;
    font-size: 1em;
    line-height: 1.5em;
    color: #ececec;
}
.products-archive-header p:last-of-type {
	margin-bottom: 50px;
}
.products-archive-header a {
    color: #ececec;
}
.products-archive-header ul li{
    color: #FFFFFF;
    /*
	list-style-type: none;
    margin-left: -40px;
	*/
}

.archive-flex-row {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
	width: 100%;	
}
.archive-info {
	box-sizing: border-box;
	width: 25%;
	display: flex;
	flex-direction: column;
	padding: 25px;
}
.archive-info h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 2.6em;
    font-style: normal;
	color: #333333;
}
.archive-info h2 {
	margin-top: 0px;
	font-size: 2em;
   /* word-wrap: break-word; */
}
.archive-info h3 {
    font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #545454;
	margin-bottom: 10px;
}
.archive-info p {
	color: #545454
}
.archive-info a i {
	padding-left: 10px;
}
.archive-info div {
	margin-bottom: 50px;
}
.archive-info div a {
	color: #1f60ad;
	font-size: 0.9em;
	font-weight: 900;
}
.archive-boxes {
	box-sizing: border-box;
	width: 75%;
	padding: 25px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	perspective: 1300px;
    transform-style: preserve-3d;
}
.archive-boxes ol, .archive-boxes ul {
	    line-height: 1.75em;
    font-size: 1.15em;
    color: #545454;
}
.product-box {
  position: relative;
  min-width: 300px;
  flex-grow: 1 !important;
  flex: 0 0 33%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0.5rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	overflow: hidden;
}

.product-box:before {
  content: '';
  display: table;
  padding-top: 100%;
}

.product-item {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.space-box {
	height: 0px !important;
	opacity: 0;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
    
    height: 40%;
}
.custom-product-overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.product-box:hover .product-overlay {
  height: 200%;
}
.product-text {
	padding: 15px;
}
.product-text h2{
    color: white;
    font-size: 1.6vw;
    line-height: 35px;
    width: 90%;
    position: absolute;
    top: 20%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 0px 20px;
}
.custom-product-text h2{
	top: 40%;
}
.product-text p,
.product-text-list ul{
	color: white;
	font-size: 18px;
	line-height: 1.4em;
	padding: 0px 25px;
	position: absolute;
	width:  100%; 
	left: 50%;
	top: 150%;
	-webkit-transform: translate(-50%, -120%);
	-ms-transform: translate(-50%, -120%);
	transform: translate(-50%, -120%);
	text-align: left;
	transition: 0.6s;
	opacity: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-box:hover .product-text h2 {
  top: 55%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.product-box:hover p {
	left: 50%;
	top: 85%;
	opacity: 1;
}

.social-container {
	overflow: hidden;
}
.social-hero {
	height: 100vh;
	padding: 40px 100px;
	display: flex;
    background-image: linear-gradient(180deg, #091c32, #111111);
}
.social-header-content {
	display: block;
    margin: auto 0;
	flex: 1;
}
.social-header-image {
	flex: 1;
	width: 1;
	transform: translateY(60px);
}
.social-header-image img {
	transform: translate(100px, 100px);
}
.social-icons-container{
	margin-left: -20px;
}
.social-icons-circle {
	display: inline-flex;
    margin: 0 20px;
    min-width: 70px;
    height: 70px;
    background-image: linear-gradient(0deg, #1f60ad, #007fca);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
	transition: .3s cubic-bezier(.65, .01, .42, 1.01);
}
.social-icons-circle:hover {
	box-shadow: 0px 5px 15px 0px #133b6b61;
    transform: scale(1.1);
}
.social-icons-container i{
	font-size: 30px;
    color: white;
}
.social-title-container {
	text-transform:uppercase;
	color: #1f60ad;
	font-size: 25px;
    line-height: 75px;
}
.social-description-container {
	color: #fff;
}
.social-media-images {
	width: 100%;
}
.social-image-boxes {
	box-sizing: border-box;
    width: 75%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    perspective: 1300px;
    transform-style: preserve-3d;
}
.social-image-boxes:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: -webkit-linear-gradient(to bottom, #ff000000 80%, #000000);
	background-image: -moz-linear-gradient(to bottom, #ff000000 80%, #000000);
	background-image: -o-linear-gradient(to bottom, #ff000000 80%, #000000);
    background-image: linear-gradient(to bottom, #ff000000 80%, #000000);
    opacity: 1;
	pointer-events: none;
}
.social-image {
	position: relative;
    flex: 1;
    display: flex;
	min-width: 25%;
    justify-content: center;
    align-items: stretch;
    padding: 0.5rem;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	background-size: 101%;
    transition: all .5s;
}
.social-image:before {
    content: '';
    display: table;
    padding-top: 100%;
}

.social-image:hover {
	background-size: 105%;
	background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
}
.ig-handle {
	visibility: hidden;
	opacity: 0;
	display: flex;
    align-items: center;
	transition-duration: .5s;
	transition-timing-function: ease-in;
}
.social-image:hover .ig-handle {
	visibility: visible;
	opacity: 1;
}
.ig-handle p {
	color: #fff;
}

.social-buttons-container {
	position: relative;
    bottom: 300px;
    z-index: 25;
    width: 100%;
    height: 50px;
    text-align: center;
}
.social-button {
	display: inline-block;
    color: white;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #1f60ad, #007fca);
    padding: 20px 30px;
    margin: 0 30px;
	transition: .3s cubic-bezier(.65, .01, .42, 1.01);
}
.social-button:hover {
	box-shadow: 0px 5px 15px 0px #133b6b61;
    transform: scale(1.1);
}
.social-cta-container {
	background: linear-gradient(0deg, #091c32, #000);
	margin: 0 auto;
    padding: 15vh 10vw;
}
.social-cta {
	    color: #fff;
    text-align: center;
    background-image: linear-gradient(0deg, #1f60ad, #007fca);
    margin: 0 auto;
    width: 50vw;
    padding: 50px 50px 60px 50px;
	transform: skewX(-12deg);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
}
.social-cta h3 {
	margin: auto;
	text-transform: uppercase;
}
.cta-buttons-container {
	margin: 0 auto;
    text-align: center;
    width: 75%;
}
.social-cta-button {
	color: #fff;
	text-align: center;
	display: inline-block;
    margin: 0 10%;
    background: #fff;
	position: relative;
	bottom: 35px;
    padding: 20px 30px;
    transform: skewX(-12deg);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
	transition: .3s ease;
}
.social-cta-button:hover {
	transform: skewX(-12deg) scale(1.1);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
}

.social-cta-button p {
	margin: 0;
	color: #1f60ad;
	text-transform: uppercase;
	font-weight: 900;
}
/* IE 10 and 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.values-box {
		background: linear-gradient(to right, #172b54, #1f60ad 80%) !important;
	}
	#tech-tip-header {
		background-image: linear-gradient(45deg, #172b54, #1f60ad) !important;
	}
}

@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

@media only screen and (max-width: 1500px) {
	.content-container {
		padding-left: 3%;
		padding-right: 3%;
	}
	.archive-info h1 {
		font-size: 2.7em;
	}
	#home-header-content {
		width: 95% !important;
	}
	.product-section-image {
	    right: -120px;
	}
}

@media only screen and (max-width: 1430px) {
	.flex-content {
		min-height: 365px;
    	width: 100%;
	}
	.card-image>picture>img.post-image {
		max-height: none;
	}
}
@media only screen and (max-width: 1100px) {
		.social-cta-button {
		margin: 0 2%;
		bottom: 25px;
		padding: 10px 15px;
		transform: none;
	}
	.cta-buttons-container {
		    width: 100%;
	}
	}

/*Mobile Nav Breakpoint*/
@media only screen and (max-width: 1030px) {
	#home-header-content h1 {
		font-size: 3em !important;
	}
	#home-header-content p {
		font-size: 1em;
        line-height: 1.9;
	}
	.view-all {
		display: block;
	}
	.archive-info {
		display: block;
		width: 100%;
	}
	.archive-info-details {
		display: none;
	}
	.archive-boxes {
		width: 100%;
	}
	.product-text h2 {
		font-size: 1.5em;
        line-height: 27px;
	}
	#main-nav {
		padding: 0px;
		top: 0;
	}
	.month {
		font-size: .8em;
	}
	.location {
		font-size: .8em;
	}
	.flex-content h2 {
		font-size: 1.8em !important;
	}
	.flex-text p {
		font-size: 1em
	}
	h2 {
		font-size: 1.8em;
	}
	.product-section-image {
		max-width: 100%;
		max-height: 100%;
		right: -45px;
	}
		.column>ul>li {
		display:none;
	}
	.column>ul>li.title {
		display:block;
		padding: 0px;
	}
	.footer-columns {
		width: 100%;
	}
.footer-columns .column {
	min-width: 100vmin;
	width:100%;
	border-right: none;
	text-align:center;
}
	.footer-row {
		display: block;
	}
	.footer-logo {
        width: 100%;
        text-align: center;
	}
	.footer-logo picture {
    min-height: unset;
}
	.footer-details {
		width: 100%;
	} 
	.social-links {
		width: 100%;
	}
	.archive-info { 
		display: none;
	}
	#mega-menu-item-317 {
	display: none !important;
}
	.header-product-image {
		padding: 0;
	}
	#about-us-header-content {
		width: 80% !important;
	}
	#about-us-header-content p {
		font-size: 1em;
		line-height: 1.8;
	}


}
@media only screen and (max-width: 935px) {
    .products-archive-header p {
		font-size: 1em;
        line-height: 25px;
	}
	.social-header-image img {
		transform: translate(-90px, 30px);
	}
	.social-hero {
		padding: 40px 40px;
	}
}
@media only screen and (max-width: 769px) {
	#home-header {
		height: 95vw;
	}
	#hero-video-header {
		height: 95vw;
	}
	#home-overlay {
		height: 95vw;
	}
	#home-header-content {
		position: relative;
        top: -55px;
	}
	.archive-boxes {
		padding: 0;
	}
	.product-text h2 {
		font-size: 1.7em;
		top: 30%;
	}
	.products-archive-header h1 {
		font-size: 2.7em !important;
	}
	.products-archive-header p {
		font-size: 1em;
        line-height: 25px;
		margin: 25px 0px;
	}
	#single-about-us-header {
		height: 30vmax;
		text-align: center;
	}
	#about-us-header-content {
		width: 90% !important;
	}
	#about-us-header-content img {
	width: 100%;
}
	.card-image {
		display: none;
	}
	.flex-content-right {
		width: 100%;
	}
	.flex-content-left {
		width: 100%;
	}
	#section-products .flex-content-right {
		display: none;
	}

	.social-cta {
		width: 75vw;
	}
	.social-cta-button {
		transform: none;
	}

}
@media only screen and (max-width: 730px) {
	.social-hero {
    	padding: 40px 10px;
	}
	.social-header-image {
		display: none;
}
	.social-title-container h1{
		font-size: 50px;
    	line-height: 50px;
	}
	.social-image {
		min-width: 50%;
	}
	.social-cta-container {
    padding: 15vh 10px;
}
	.social-cta {
		width: 100%;
		transform: none;
	}
}


@media only screen and (max-width: 600px) {
	#home-header {
		height: 155vw;
	}
	#hero-video-header {
		height: 155vw;
	}
	#home-overlay {
		height: 155vw;
	}
	#home-header-content {
		position: relative;
        top: -20px;
	}
	#home-header-content h1 {
		font-size: 2.2em !important;
	}
	#home-divider h1 {
		font-size: 3em;
	}
}

@media only screen and (max-width: 425px) {
	#home-header {
		height: 190vw;
	}
	#hero-video-header {
		height: 190vw;
	}
	#home-overlay {
		height: 190vw;
	}
	#home-header-content {
		position: relative;
        top: -20px;
		width: 100% !important;
	}
	#home-divider h1 {
		font-size: 2em;
	}
	.footer-logo>img {
		padding: 0;
	}
	.products-archive-header p {
		margin: 20px 0px 20px 0px;
	}
	.blue-column-content-container {
	    margin: 70px 30px;
	}
	.white-column-content-container{
		margin: 0;
		width: 100%;
	}
	.product-specs {
		width: 100%;
	}
	.product-specs>table {
		width: 100%;
	}
	.accordionTitle, .accordion__Heading {
	    padding: 1em 0;
	}
	.accordion p {
		padding: 0;
	}
	.container {
		padding-inline-start: 0;
	}
	.header-product-image {
		width: 90vmin;
	}
	#about-us-header-content {
		width: 100% !important;
	}
	
}