/*
 Theme Name:   Threat Stack Theme
 Theme URI:    https://threatstack.com/threat-stack-theme/
 Description:  A Child Theme for Threat Stack using Twenty Seventeen as its Parent
 Author:       Jillian Baker
 Author URI:   http://jillianbaker.net
 Template:     twentyseventeen
 Version:      1.8.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  threat-stack-theme
*/

/* Lato */
@font-face {
	font-family: 'lato';
	src: url('assets/fonts/lato/lato-light-webfont.woff2') format('woff2'),
		 url('assets/fonts/lato/lato-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('assets/fonts/lato/lato-regular-webfont.woff2') format('woff2'),
		 url('assets/fonts/lato/lato-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('assets/fonts/lato/lato-bold-webfont.woff2') format('woff2'),
		 url('assets/fonts/lato/lato-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Muli */
@font-face {
	font-family: 'muli';
	src: url('assets/fonts/muli/muli-light-webfont.woff2') format('woff2'),
		 url('assets/fonts/muli/muli-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'muli';
	src: url('assets/fonts/muli/muli-regular-webfont.woff2') format('woff2'),
		 url('assets/fonts/muli/muli-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'muli';
	src: url('assets/fonts/muli/muli-bold-webfont.woff2') format('woff2'),
		 url('assets/fonts/muli/muli-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Montserrat */
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
		 url('assets/fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
		 url('assets/fonts/montserrat/montserrat-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
		 url('assets/fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
		 url('assets/fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

html {
	font-size:16px;
	height: auto;
	min-height: 100%;
}

body {
	font-family:'lato';
	color:#424449;
	font-size:16px;
	line-height:1.66;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: auto;
	min-height: 100%;
}

h1, h2, h3, h4, h5 {
	font-family:'montserrat';
	color:#172A54;
	font-weight:600;
	margin-top:0;
}

h1 {
	font-size:2.5em;
	margin-bottom:20px;
}

h2 {
	font-size:2em;
}

h3 {
	font-size:1.5em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1em;
}

h6 {
	font-size:1em;
}

ul, ol {
	padding:0 0 0 40px;
	margin-bottom:20px;
}

.site-content li {
	padding:0 0 0 10px;
}

.site-content #secondary li {
	padding:0;
}

p {
	margin:0 0 20px 0;
	line-height:1.5;
}

a {
	color:#EA1946;
	text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
	color:#99021b;
	text-decoration: none;
	box-shadow:none;
	-webkit-box-shadow: none; 
}

a:focus {
    outline: none;
    text-decoration: none;
    color:inherit;
}

.entry-title {
	font-size:1.8em;
}

.single-post .entry-title {
	font-size:2.5em;
	margin-bottom:30px;
	line-height: 1.25;
}

.single-post .content-area {
	padding:0;
}

.single-post h2 {
	padding:1em 0 0 0;
}

.single-post h2 span, .single-post h3 span, .single-post h4 span {
	font-weight:600!important;
	line-height: 1.25;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-bottom:5px;
}

body:not(.twentyseventeen-front-page).single-post .entry-header {
	max-width: 850px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 55px 30px 0 30px;
}

.single-post .entry-content, .single-post .entry-content p {
	font-size:17px;
	line-height:28px;
}

.single-post .entry-content {
	position:relative;
	max-width: 850px;
	padding: 0 70px;
}

.single-post .entry-content p, .single-post .entry-content h2, .single-post .entry-content h3 {
	margin-bottom:25px;
	clear:none;
}

.cta-text h3 {
	margin-bottom:10px;
	padding-top:20px;
	font-size:18px;
	line-height: 1.25;
}

.single-post .entry-content {
	position:relative;
	max-width: 850px;
	padding: 0 30px;
}

.entry-content a {
	color: #204188;
    border-bottom: 2px solid #A9CBFF;
    padding-bottom: 2px;
}

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: none; 
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	color: #204188;
	background:#D5E6FF;
	border-color:#D5E6FF;
	text-decoration: none;
	box-shadow:none;
	-webkit-box-shadow: none;
}

.single-post .entry-content p.primary-button {
	font-size:16px;
}

.entry-title a {
    color: #172A54;
    text-decoration: none;
    margin-left: -2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	text-decoration: none;
	color:#EA1946;
}

.entry-meta {
	text-transform: initial;
	font-weight:400;
	font-size:16px;
	letter-spacing:0;
	color:#172A54;
}

.entry-meta a {
	font-family:'montserrat';
	font-weight:600;
    font-size: 13px;
    color: #89A8D7;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cta-box {
    display: none;
    border: none;
    z-index: 2;
    max-width: 150px;
    padding: 15px;
    background: #F7FAFC;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
    border-radius: 5px 0 0 5px;
}

.cta-box:hover {
	background:#F7FAFC;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
}

.cta-box img {
	box-shadow:none;
	height:65px;
}

.cta-descrip {
	font-size:14px;
	color:#424449;
	line-height: 1.25;
	margin-bottom:10px;
}

.cta-text .larger-button-text {
	display:none;
}

.cta-text .smaller-button-text {
	display:inline;
}

.cta-text .primary-button {
	text-align: center;
	font-size:13px;
}

.subscribe-cta {
	text-align: center;
}


.page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
	max-width:none;
}

.site-content, .page:not(.home) #content {
	padding:0;
}

.hero-bg-photo {
	background-size:cover;
	background-position:center;
	position:relative;
	overflow: hidden;
}

.home .bgvid { 
    display:none;
}

.home .hero-bg-photo {
	background-image: url(/wp-content/themes/threat-stack-theme/assets/images/backgrounds/home-page-hero-bg-dots.svg), linear-gradient(90deg, #020036, #172a54);
}

.section-block {
	position: relative;
}

.section-block, .hero-block {
	padding:70px 0;
}

.section-block.bottom-image-right, .section-block.bottom-image-left {
    padding: 70px 0 0 0;
}

.center {
	text-align: center;
}

.left-full-image-col {
	margin-bottom:40px;
}

.hero-block {
	padding-top:70px;
}

.hero-block.light, .light {
	background:rgba(255,255,255,0.6);
}

.level-1-page .hero-block.light, .light {
	background: linear-gradient(180deg, #E1E7EF, #FFFFFF);
}

.hero-block.dark, .dark {
	background:rgba(91,103,112,0.6);
}

.home .hero-block.dark {
	background-image: linear-gradient(180deg, rgba(23, 42, 84, .8) 0%, rgba(137, 168, 215, .7) 100%);
}

.home .hero-block {
	position:relative;
}

.home-promotion-pop-up-wrapper {
	display:none;
	position: fixed;
    z-index: 2;
    top: 40%;
    right: -242px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home-promotion-pop-up-wrapper.active {
	right:0;
}

.home-promotion-pop-up-close {
    margin: 0;
    color: #EA1946;
    font-size: 1.5em;
    position: absolute;
    top: 31px;
    line-height: .7;
    left: -10px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.home-promotion-pop-up-close:hover {
	color:#B01946;
}

.home-promotion-pop-up {
	background: white;
    display: block;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    padding: 20px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.home-promotion-pop-up:hover {
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
	transform: translateY(-4px);
}

.home .home-promotion-pop-up-desc, .level-page .home-promotion-pop-up-desc {
	font-size: 14px;
    color: #424449;
    margin-bottom: 0;
    line-height: 1;
}

.hero-block.dark, .dark {
	color:white;
}

.hero-block.dark h1, .dark h2 {
	color:white;
}

.dark-gray {
	background:#363943;
	color:white;
}

.dark-gray h1, .dark-gray h2, .dark-gray h3, .dark-gray h4, .dark-gray h5, .dark-gray h6, .crimson-ultraviolet-gradient h1, .crimson-ultraviolet-gradient h2, .crimson-ultraviolet-gradient h3, .periwinkle-midnight-gradient h1, .periwinkle-midnight-gradient h2, .periwinkle-midnight-gradient h3 {
	color:white;
}

.crimson-ultraviolet-gradient {
	background: linear-gradient(90deg, #EA1946, #6F4B9E);
	color:white;
}

.periwinkle-midnight-gradient {
	background: linear-gradient(90deg, #89A8D7, #172A54);
	color:white;
}

.crimson-ultraviolet-gradient .secondary-button, .periwinkle-midnight-gradient .secondary-button {
	border:1px solid white;
	color:white;
	background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.crimson-ultraviolet-gradient .secondary-button:hover, .periwinkle-midnight-gradient .secondary-button:hover {
	border:1px solid #C1D5EE;
	color:#C1D5EE;
	background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.hero-block h1 {
	margin-bottom:25px;
}

.hero-block.center, .hero-block.left {
	text-align:center;
}

.hero-block.center .subheading {
	max-width:none;
	margin:0 auto 35px auto;
}

.hero-block.left .subheading {
	max-width:none;
	margin:0 0 35px 0;
}

.section-block.both-paragraph-section h2 {
	margin-bottom:20px;
}

.section-image-container {
	max-width: 900px;
    margin: 0 auto 35px auto;
}

.caps-subheading {
    text-transform: uppercase;
    font-weight: 700;
    color: #C1D5EE;
}

.both-paragraph-section .caps-subheading {
	padding-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
    color: #C1D5EE;
}

.gray {
	background:#F7FAFC;
}

/************** Header **************/

.site-main-logo {
	max-width:217px;
	display:inline-block;
	float:left;
	line-height:0;
	padding:0;
	margin-top:10px;
}

.site-main-logo img, .site-main-reverse-logo img {
	width:100%;
	height:100%;
	min-width:217px;
}

.site-main-logo svg, .site-main-reverse-logo svg {
	width:100%;
	height:100%;
	max-height:40px;
}

.site-main-reverse-logo {
	max-width:217px;
	display:none;
	float:left;
	line-height:0;
	padding:0;
	margin-top:10px;
}

.navigation-top {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    z-index:1;
	border:none;
}

.navigation-top .wrap {
	max-width: 1280px;
    padding: 0.5em 1.75em 0em 1.75em;
}

.navigation-top a {
	font-family:'montserrat';
    color: #172A54;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.main-navigation {
	clear:none;
}

.main-navigation a {
	padding: 0.6em 0;
}

.main-navigation a:hover, #menu-super-menu a:hover {
    color: #EA1946;
    text-decoration: none;
}

.main-navigation .nav-button a, #menu-super-menu .mobile-nav-button a {
	position:relative;
	z-index:1;
    color: #FFFFFF;
    background: linear-gradient(90deg, #EA1946, #6F4B9E);
	color:white;
    border-radius: 100px;
    padding: .1em 1em;
    margin-left:15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.main-navigation .nav-button a:before, #menu-super-menu .mobile-nav-button a:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: inherit;
	z-index: -1;
	opacity: 0;
	background: rgba(0,0,0,0.1);
	transition: all .3s ease;
}

.main-navigation .nav-button {
	display:none;
}

.main-navigation .nav-button a:hover, #menu-super-menu .mobile-nav-button a:hover {
	color:white;
	transform: translateY(-2px);
}

.main-navigation .nav-button a:hover::before, #menu-super-menu .mobile-nav-button a:hover::before {
	opacity:1;
}

.main-navigation .menu-item-description {
	display:none;
}

.dropdown-toggle:focus {
    outline: none;
}

.js .menu-toggle {
    display: block;
    float:right;
    clear:none;
    padding:1.3em 0 1.6em 0;
}

.menu-toggle:focus {
	outline:none;
}

.menu-toggle .icon {
	margin-right:0;
	fill:#172A54;
	width:2em;
	height:2em;
}

.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 0;
    position: relative;
    top: 5px;
    float: right;
}

.main-navigation ul ul {
	padding: .5em 0 .5em 1.5em;
}

.main-navigation ul ul.toggled-on {
    display: none;
}

#menu-super-menu {
	padding:1em 0;
}

.toggled-on #menu-super-menu {
	display:table;
	width:100%;
}

#menu-super-menu li {
	display:inline-block;
	border-bottom:none;
}

#menu-super-menu a {
	color: #8f99a3;
	font-size: 0.875em;
	padding: .5em;
}

#menu-super-menu .mobile-nav-button {
    color: #EA1946;
    font-size: 0.875rem;
    padding: 0;
    margin: 20px 0 10px 0;
    display:block;
}

#menu-super-menu .mobile-nav-button a {
    margin-left:0;
    text-align: center;
    padding:.3em 1em;
    font-size:1em;
}

#menu-super-menu .mobile-super-menu {
	width:32%;
	text-align: center;
}

.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
	display:none;
}

.dropdown-toggle {
	display:none;
}

.navigation-top .menu-super-menu-container {
	clear:both;
}

.main-navigation .sub-container li {
    margin-bottom: 0;
}

.main-navigation li.featured-link {
	display:none;
}

.main-navigation > div > ul {
    padding: 0 0 2em 0;
}

.main-navigation li li:hover, .main-navigation li li.focus {
	background:none;
}

.main-navigation a:hover, #menu-super-menu a:hover {
    color: #EA1946;
    text-decoration: none;
}

.main-navigation ul li.menu-item-has-children > a {
	position:relative;
}

.main-navigation ul li.menu-item-has-children > a.active {
	color:#EA1946;
}

.main-navigation ul li.menu-item-has-children > a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 3px solid #EA1946;
	width: 100%;
	z-index: 6;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-navigation ul li.menu-item-has-children > a.active:before {
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

#menu-super-menu .nav-search-bar {
	display:block;
	margin:0 0 20px 0;
}

#menu-super-menu .nav-search-bar input {
	color:#424449;
	border:1px solid #d8dcdf;
	font-family:'lato';
	line-height:1;
	padding:0.5em 3em 0.5em 0.5em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#menu-super-menu .nav-search-bar .screen-reader-text {
	color:transparent;
}

#menu-super-menu .nav-search-bar input:focus {
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .2));
    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
}

#menu-super-menu .nav-search-bar button {
	font-weight:700;
	font-size:0.875rem;
	background:none;
	color:#8f99a3;
	line-height:1;
	top:0;
	bottom:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#menu-super-menu .nav-search-bar button:hover, #menu-super-menu .nav-search-bar button:focus {
	color:#424449;
}

#menu-super-menu .nav-search-bar button .icon {
	width:16px;
	height:16px;
	top:-1px;
}

#menu-super-menu .nav-search-bar label {
	display:none;
}

input::placeholder {
	color:#D8DCDF;
	font-family:'lato';
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #D8DCDF;
	font-family:'lato';
}
input::-moz-placeholder { /* Firefox 19+ */
  	color: #D8DCDF;
	font-family:'lato';
}
input:-ms-input-placeholder { /* IE 10+ */
  	color: #D8DCDF;
	font-family:'lato';
}
input:-moz-placeholder { /* Firefox 18- */
  	color: #D8DCDF;
	font-family:'lato';
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color:#EFF1F2;
	color:#424449;
}

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:#424449;
	border:1px solid #d8dcdf;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #EFF1F2;
  -webkit-text-fill-color: #424449;
  -webkit-box-shadow: 0 0 0 1000px #EFF1F2 inset;
  -moz-box-shadow: 0 0 0 1000px #EFF1F2 inset;
  box-shadow: 0 0 0 1000px #EFF1F2 inset;
  transition: background-color 5000s ease-in-out 0s;
}

button {
	text-transform:uppercase;
	border-radius:3px;
	font-weight: 700;
}

.primary-button, .entry-content .primary-button, .secondary-button {
	position:relative;
	text-transform: uppercase;
	font-weight: 600;
    padding: 0.5em 1.4em;
	font-family: 'montserrat';
	border-radius:100px;
	line-height: 1.5;
	display:inline-block;
	font-size:1em;
	z-index: 1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.primary-button, .entry-content .primary-button {
	background: linear-gradient(90deg, #EA1946, #6F4B9E);
	color:white;
}

.secondary-button {
	background: -webkit-linear-gradient(0deg, #EA1946, #6F4B9E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    border: 1px solid #6F4B9E;
}

.secondary-button:hover {
	background: -webkit-linear-gradient(0deg, #89A8D7, #6F4B9E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    border: 1px solid #89A8D7;
	transform: translateY(-2px);
}

.primary-button:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: inherit;
	z-index: -1;
	opacity: 0;
	background: rgba(0,0,0,0.1);
	transition: all .3s ease;
}

.primary-button:hover, .cta-box:hover .primary-button {
	color:white;
	transform: translateY(-2px);
}

.primary-button:focus, .primary-button:active {
	color:white;
}

.primary-button:hover::before {
	opacity:1;
}

.cta-box:hover .primary-button::before {
	opacity:1;
}

.text-button {
	font-family: 'montserrat';
    font-weight: 600;
    font-size: 17px;
    color: #204188;
    letter-spacing: 0.7px;
    line-height: 28px;
    border-bottom: 2px solid #A9CBFF;
    padding: 0 17px 3px 0;
    margin-top:20px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display:inline-block;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.text-button:hover {
	padding-right:22px;
	color: #204188;
	border-bottom:2px solid #89A8D7;
}

.text-button:after {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f105';
    color: #204188;
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.periwinkle-label {
	font-family:'montserrat';
	font-weight:600;
	letter-spacing: .92px;
	text-transform: uppercase;
	font-size:16px;
	color:#89A8D7;
}

.red-label {
	font-family:'montserrat';
	font-weight:600;
	letter-spacing: .92px;
	text-transform: uppercase;
	font-size:17px;
	color:#EA1946;
	margin-bottom:7px;
}

/********* homepage **********/

.home p {
	font-size:17px;
	line-height:1.55;
}

.home .animated-heading {
    font-family:'montserrat';
    color:white;
    font-size: 2.8em;
    line-height: 1.25;
    margin-bottom: 40px;
}

.home .animated-heading-words-wrapper {
    display: none;
    position: relative;
    transition: width .3s;
    vertical-align: top;
    width: auto;
    margin: 0;
    white-space: nowrap;
}

.home .mobile-heading-default {
    display:inline;
}

@media print,screen and (min-width: 54em) {
	.home .animated-heading {
	    font-size:3em;
	    line-height: 1.75;
	}

    .home .animated-heading-words-wrapper {
        display:inline-block;
    }

    .home .mobile-heading-default {
        display:none;
    }

    .home .hero-block.left .subheading {
		margin:0 0 70px 0;
		max-width: none;
	}
}

.home .animated-heading-words-wrapper:after {
    background: #A9CBFF;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    z-index: 2;
    transition: width .3s -.1s;
}

.home .animated-heading-words-wrapper.is-loading:after {
    width: 100%;
    transition: width 3s;
}

.home .animated-heading-words-wrapper .animated-heading-words {
    left: 0;
    opacity: 0;
    position: absolute;
    top: .2em;
    white-space: nowrap;
}

.home .animated-heading-words-wrapper .animated-heading-words.is-showing {
    opacity: 1;
    position: relative;
    top: -1px;
}

.home .animated-heading-words-wrapper .animated-heading-words.is-showing:not(.show-on-load) {
    animation: slide-in .6s;
}

.home .animated-heading-words-wrapper .animated-heading-words.is-hiding:not(.hide-on-load) {
    animation: slide-out .6s;
}

.homepage .hero-block .subheading {
	max-width:none;
	font-size:22px;
	margin-bottom: 25px;
	color:#C1D5EE;
}

.level-page .section-block.home-rotate {
	border-bottom:0;
}

.hero-callout-link {
	color:white;
}

.hero-callout-link:hover {
	color:white;
}

.hero-callout-link:hover .hero-callout {
    background: rgba(72,0,0,.5);
}

.hero-callout {
	position: absolute;
    bottom: 0;
    font-size: 26px;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    background: rgba(0,0,0,.5);
    font-weight: 700;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.hero-callout p {
	text-align: center;
	margin-bottom: 30px;
}

.hero-callout .fa {
	font-size: 20px;
	margin-left: 10px;
}

.customer-logo-section {
    display:none;
}

.customer-logo-section .customer-logo-list {
	display:table;
    padding: 0;
    list-style-type: none;
    line-height:1;
    margin:0;
}

.customer-logo-section .customer-logo-item {
    display: table;
    height: 70px;
    float: left;
    width: 16.66666667%;
    padding: 0;
}

.customer-logo-section .customer-logo-helper {
	width: 100%;
   	padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.customer-logo-helper img {
	width:100%;
	height:100%;
	max-height:28px;
	min-height:28px;
}

.homepage .centered-paragraph-section .section-content {
	max-width:770px;
}

.level-page .section-block.customer-quotes {
	border-bottom:none;
}

.level-page .section-block.no-border {
	border-bottom:none;
}

.customer-quotes p {
	line-height:1.25;
}

.customer-quotes .icon-quote {
	margin-bottom:25px;
}

.icon-quote img {
	max-width:35px;
}

.customer-quotes p {
	margin:0;
}

.customer-quotes .quote-content {
	margin-bottom:30px;
	padding:0 10px;
	line-height:1.5;
}

.customer-quotes .quote-author {
	font-weight:600;
	color:#6F4B9E;
	font-family:'montserrat';
	margin-bottom:10px;
}

.customer-quotes .quote-company {
	margin-bottom:20px;
}

.customer-quotes .quote-image {
    width: 80px;
    margin-bottom: 25px;
}

.customer-quotes .icon-col .fa-quote-left {
	color: rgba(111, 75, 158, .1);
    font-size: 48px;
    position: absolute;
    top: -22px;
    left: 15px;
}

.single-post .entry-content blockquote {
	color:#424449;
	font-style: normal;
	border-left:none;
	position: relative;
    margin: 0 auto;
    font-family: 'montserrat';
    padding: 25px 0 35px 25px;
}

.single-post .entry-content blockquote p {
    font-size:24px;
    line-height: 36px;
}

.single-post .entry-content blockquote::before {
	font: normal normal normal 14px/1 FontAwesome;
	content:'\f10d';
	color: rgba(111, 75, 158, .1);
    font-size: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-content .blockquote-tweet {
	padding:0;
    border-bottom: none;
    color: #AD80E9;
    font-size: 18px;
    margin-left: 5px;
    display: inline-block;
}

.entry-content .blockquote-tweet:hover, .entry-content .blockquote-tweet:focus, .entry-content .blockquote-tweet:active {
	color:#6F4B9E;
	transform: translateY(-3px);
	background: none;
}

.blockquote-wrapper {
	padding: 70px 0 0 0;
}

.blockquote {
	position: relative;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'montserrat';
}

.blockquote .fa-quote-left {
	color: rgba(111, 75, 158, .1);
    font-size: 48px;
    position: absolute;
    top: -22px;
    left: 15px;
}

.blockquote-text {
    font-size: 24px;
    margin-bottom: 25px;
}

.blockquote-info {
	font-size: 14px;
}

.blockquote-author {
    font-weight: 600;
    color: #6F4B9E;
    padding-right: 10px;
}

.level-page .section-block.news-events-section {
	border:none;
}

.level-page h2, .level-page h3, .level-page h4 {
	line-height:1.25;
}

.news-events-section h3 {
    font-size: 24px;
    border-bottom: 1px solid #E1E7EF;
    padding-bottom: 25px;
}

.news-events-section ul {
	list-style-type: none;
	padding:0 0 0 30px;
}

.news-entry, .event-entry {
    margin-top: 30px;
	position:relative;
}

.news-events-section a:hover .news-date, .news-events-section a:hover .news-entry:before {
	color:#6F4B9E;
}


.news-first .news-entry:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f1ea';
    color: #89A8D7;
    font-size: 16px;
    position: absolute;
	top: 3px;
	left: -30px;
	transition:.3s ease all;
}

.news-second .news-entry:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f073';
    color: #89A8D7;
    font-size: 16px;
    position: absolute;
	top: 3px;
	left: -30px;
	transition:.3s ease all;
}

.news-third .news-entry:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f03d';
    color: #89A8D7;
    font-size: 16px;
    position: absolute;
	top: 3px;
	left: -30px;
	transition:.3s ease all;
}

.news-date {
	position:relative;
	text-transform: uppercase;
	font-family:'montserrat';
    font-size: 12px;
    display: block;
    color: #89A8D7;
    font-weight: 600;
	transition:.3s ease all;
}

.news-entry p {
	color: #172A54;
    line-height: 1.25;
    display: block;
    margin-top:8px;
}

.news-entry a, .event-entry .event-title a {
    color: #172A54;
    line-height: 1.25;
    display: block;
}

.news-entry a:hover, .event-entry .event-title a:hover {
	color:#99021b;
}

.event-info {
	font-size:14px;
}

.event-title {
	display:block;
	margin-bottom:10px;
	font-weight:700;
}

.event-date:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f073';
    margin-right: 10px;
    color: #EA1946;
    font-size: 20px;
}

.event-address:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f041';
    margin-right: 10px;
    color: #EA1946;
    font-size: 20px;
    margin-left: 20px;
}

.event-time:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f017';
    margin-right: 10px;
    color: #EA1946;
    font-size: 20px;
    margin-left: 20px;
}

/********* blog home *********/

.blog-subscribe {
    margin: 0 auto;
}

input.subscribe-input {
	padding: .3em 1em;
	float:left;
}

.subscribe-button {
	padding: .3em 1em;
	margin:40px auto 0 auto;
	clear:both;
	display:block;
}

.blog-subscribe .mktoForm {
	max-width:100%;
}

.blog-subscribe .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
	display:none;
}

.blog-subscribe .mktoForm .mktoRequiredField label.mktoLabel {
	font-family: 'montserrat';
	font-weight:600!important;
	font-size: 13px;
	color: #89A8D7;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	display:none;
}

/* Marketo form label on blog home only */
.blog .blog-subscribe .mktoForm .mktoRequiredField label.mktoLabel {
    color: #C1D5EE;
}

.blog-subscribe .mktoButtonRow {
	padding:0!important;
}

.es_textbox, .es_lablebox, .es_button {
	padding:0;
}

.es_lablebox:nth-of-type(1), .es_textbox:nth-of-type(2), .es_lablebox:nth-of-type(3) {
	display:none;
}

.es_msg {
	padding-top: 10px;
    padding-bottom: 0;
    color: #a5ffa9;
    clear: both;
}

#es_txt_email {
	padding: .3em 1em;
	float:left;
}

#es_txt_button {
	margin: 40px auto 0 auto;
	width:auto;
	color:white;
	background: linear-gradient(90deg, #EA1946, #6F4B9E);
	position:relative;
	text-transform: uppercase;
	font-weight: 600;
    padding: 0.5em 1.4em;
	font-family: 'montserrat';
	border-radius:100px;
	line-height: 1.5;
	display:inline-block;
	font-size:1em;
	z-index: 1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#es_txt_button:hover, #es_txt_button:focus {
	background:#99021b;
	color:white;
}

.page-header {
	margin: 0 0 40px 0;
	border-bottom: 1px solid #D8DCDF;
}

.page-title {
	color:#172A54;
	text-transform: none;
	letter-spacing: 0;
	font-size: 2em;
}

.taxonomy-description {
	color:#424449;
	margin-bottom:25px;
}

.more-link:after {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f138';
    margin: 0 0 0 8px;
    color: #EA1946;
    font-size: 1em;
}

#secondary .tag-cloud-list, .tag-list {
	padding:0;
}

#secondary .tag-cloud-list li, .tag-list li {
    display: inline-block;
    margin: 3px;
    font-size: 14px;
    padding: 1px 4px;
    border-radius: 5px;
    background: #E1E7EF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#secondary .tag-cloud-list li:hover, .tag-list li:hover {
    background: #D5E6FF;
}

.tag-cloud-list li a, .tag-list li a {
    color: #424449;
    text-decoration: none;
    border:none;
}

.tag-cloud-list li a:hover, .tag-list li a:hover, .tag-list li a:focus {
    color: #424449;
}

.tag-list .tag-list-title, .tag-list .tag-list-title:hover {
	background:white;
	padding-left:0;
	margin-left:0;
}

/********* blog post ***********/

.single-featured-image-header {
	max-height:400px;
	border-bottom: none;
}

.single-featured-image-header img {
    width: auto;
}

.entry-content-wrapper {
	position: relative;
}

.absolute-wrapper {
	position: absolute;
    width: 100%;
    height: 100%;
}

.sticky-wrapper {
	position: sticky;
	position: -webkit-sticky;
	top:30%;
	overflow: hidden;
	padding-bottom:8px;
}

.cta-box-wrapper {
	display:none;
	float:right;
}

.entry-meta.row {
	padding-bottom:30px;
}

.entry-category-col.col-sm-6 {
    margin-bottom: 0;
}

.entry-date, .read-time, .resource-date {
	font-family: 'montserrat';
    font-weight: 600;
    font-size: 13px;
    color: #A0AAB8;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.single-post .section-block {
	padding:0;
}

.single-post .entry-header .bull-separator, .entry-meta .bull-separator {
	padding: 0 10px;
	color:#A0AAB8;
}

.entry-author-box {
	/*padding: 50px 0 0 0;*/
    margin-top: 30px;
    /*border-top: 1px solid #d8dcdf;*/
}

.author-avatar {
	padding-right:15px;
}

.author-avatar img {
	border-radius:50%;
	width:32px;
	height:32px;
}

.author-written a {
	font-family: 'montserrat';
    font-weight: 600;
    font-size: 13px;
    color: #89A8D7;
    letter-spacing: 0.7px;
    text-transform: uppercase
}

.author-bio {
	margin-bottom:0;
}

.related-posts-wrapper {
	position: relative;
	padding-bottom:50px;
}

.crimson-ultraviolet-gradient-overlap::before {
	display:none;
	content: "";
    background: linear-gradient(90deg, #6F4B9E, #EA1946);
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
}

.static-subscribe-cta-wrapper {
	padding-top:50px;
}

.static-subscribe-cta-wrapper {
	background: linear-gradient(90deg, #6F4B9E, #EA1946);
}

.static-subscribe-cta h2 {
	padding-top:0;
	color:white;
	margin-bottom:15px;
}

.static-subscribe-cta p {
	font-size:17px;
	color:white;
	margin-bottom:30px;
}

.static-subscribe-cta {
	padding:50px 0;
}

.static-subscribe-cta-form .mktoForm {
	width:100%!important;
}

.static-subscribe-cta-form .mktoForm .mktoFormRow {
	float:left;
	clear:none;
	width:60%;
}

.static-subscribe-cta-form .mktoForm .mktoButtonRow {
    padding: 20px 0 0 0!important;
    width: 100%!important;
    clear: both;
}

.static-subscribe-cta-form .mktoForm button.mktoButton {
	background:none;
	border:1px solid white;
	margin:0;
}

.static-subscribe-cta-form .mktoForm input[type=email] {
	padding:10px 5px;
}

.static-subscribe-cta-form .mktoForm .mktoFormCol {
	padding:0;
	margin:0;
}

.static-subscribe-cta-form .mktoForm .mktoFormCol label {
	display:none;
}

.static-subscribe-cta-image-wrapper {
	text-align: center;
}

.static-subscribe-cta-image-wrapper img {
	height:300px;
}

.single-post .entry-content .callout-box {
	background:#F7FAFC;
	padding:25px;
	border-radius: 5px;
	margin-bottom:25px;
}

.section-cta-small {
	padding:35px 0;
}

.lightgray {
	background:#F7FAFC;
}

.level-page .section-block.overlap-gray {
	position: relative;
	border:none;
}

.level-page .overlap-gray .section-content {
	position: relative;
}

.level-page .overlap-gray:before {
	content:"";
	background:#F7FAFC;
	width:100%;
	height:1850px;
	position:absolute;
	bottom:0;
}

.level-page .section-block.overflow-hidden {
	border:none;
}

.overflow-hidden {
	overflow: hidden;
}

/************ Sidebar ************/

.sidebar-subscribe, .sidebar-categories, .sidebar-tags {
	padding:40px 0 0 0;
	display:block;
	margin:0 0 20px 0;
}

.sidebar-subscribe input {
	color:#424449;
	border:1px solid #d8dcdf;
	font-family:'lato';
	line-height:1;
	padding:0.5em 3em 0.5em 0.5em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidebar-subscribe .screen-reader-text {
	color:white;
}

.sidebar-subscribe input:focus {
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .2));
    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	border:1px solid #d8dcdf;
}

.sidebar-subscribe .mktoButtonRow {
	padding:0!important;
}

.sidebar-subscribe .mktoForm button.mktoButton, .blog-subscribe .mktoForm button.mktoButton {
	margin:0;
	line-height: 1.5;
	top:0;
	bottom:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidebar-subscribe .mktoForm .mktoRequiredField label.mktoLabel {
	font-family: 'montserrat';
	font-weight:600!important;
	font-size: 13px;
	color: #89A8D7;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	display: none;
}

.sidebar-subscribe .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
	display:none;
}

.sidebar-subscribe .mktoForm {
	max-width:100%;
}

.sidebar-subscribe .mktoForm .mktoFormCol, .blog-subscribe .mktoForm .mktoFormCol {
	padding-left:0;
}

.sidebar-title {
	font-weight:700;
	margin-bottom:15px;
}

.sidebar-categories ul {
	list-style-type: none;
}

.blog-search {
	max-width: 600px;
    margin: 0 auto;
}

.blog-search label {
	display:none;
}

.blog-search .search-form .search-submit {
	line-height: 1;
    padding: 0;
    height: 30px;
    background: none;
    color: #89A8D7;
    top: 0;
    right: 0;
    padding: 15px;
}

.blog-search .search-form .search-submit:hover, #menu-super-menu .nav-search-bar button:focus {
	color:#424449;
}


/************ Resource boxes *************/

.related-posts {
	padding-top:50px;
}

.level-page .related-posts {
	padding-top:70px;
}

.related-posts h2 {
	text-align: center;
	padding-top:0;
	margin-bottom:30px;
}

.integrations-box {
    display: block;
    border: 1px solid #D8DCDF;
    border-radius: 5px;
    color: #424449;
    margin-top:40px;
    position:relative;
}

.resource-box {
	position: relative;
	display:block;
	background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.careers .resource-box {
	margin-bottom:25px;
}

.resource-box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    background-color: #A9CBFF;
    height: 5px;
    width: 100%;
    z-index: 6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.integrations-box {
	margin-top:0;
	margin-bottom:40px;
}

.integrations-box {
	text-align: center;
	padding:20px 40px 35px 40px;
}

.integrations-box img {
	display:block;
	margin:0 auto;
}

.integrations-title {
	margin-bottom:10px;
	font-weight:700;
}

.integrations-descrip {
	max-width:275px;
	margin:0 auto 20px auto;
}

.resource-box img {
	border-radius:5px 5px 0 0;
}

.resource-info {
	padding:15px;
}

.resource-category {
	display: block;
	text-transform: uppercase;
	font-family:'montserrat';
	font-size:12px;
	font-weight:600;
	color:#89A8D7;
	letter-spacing: 0.7px;
}

.resource-title {
	font-family:'montserrat';
    font-weight: 600;
    font-size:17px;
    color:#172A54;
    line-height: 1.25;
    margin: 15px 0;
}

.careers .resource-title {
	margin-top:0;
}

.resource-box .read-time {
	display: block;
	font-size:12px;
}

.resource-learn-more, .integrations-learn-more {
    margin-bottom: 0;
    color: #EA1946;
}

.resource-learn-more:after, .integrations-learn-more:after {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f138';
    margin: 0 0 0 8px;
    color: #EA1946;
    font-size: 1em;
}

.integrations-logo-wrapper {
    display: table;
    text-align: center;
    height: 100px;
    margin: 0 auto;
}

.integrations-logo-helper {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.integrations-box:hover {
  color: #424449;
}

.resource-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
}

.resource-box:hover::before {
	background-color: #89A8D7;
}

.integrations-box::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius:0 0 3px 3px;
	background-color:#EA1946;
	width: 100%;
	z-index: 6;
	height:0;
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	-o-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}

.integrations-box:hover::before {
	height:3px;
}

.thanks-block .resource-title {
	font-size:1.25em;
}

.thanks-block .resource-box {
	margin-top:0;
}

.thanks-block .resource-box img {
	width:100%;
}

.section-block.full-height-image-left .mobile-img, .section-block.full-height-image-right .mobile-img {
	display:none;
}

.section-block.full-height-image-left, .section-block.full-height-image-right {
	background-size:cover;
	background-position-x:center;
}

.section-block p:last-child {
	margin-bottom:0;
}

.last-p {
	margin-bottom:0!important;
}

.hero-video-push {
	padding:0 15px 70px 15px;
}

.video-wrapper {
	position:relative;
	display:block;
}

.hero-video-border-image {
	max-height: 340px;
    margin: 0 auto;
    display: block;
}

.video-crop {
	position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    overflow: hidden;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    background: white;
    border: 3px solid #caced1;
}

.video-wrapper .fa-play {
	color: white;
}

.video-wrapper .icon-background {
	color: rgba(91, 103, 112, .9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-wrapper:hover .icon-background {
	color: #EA1946;
}

.video-play-button {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top:0;
    bottom:0;
    display: block;
    text-align: center;
}

.video-play-button .fa-stack {
	position:absolute;
	margin: auto;
    right: 0;
    left: 0;
    top:0;
    bottom:0;
}

.video-crop-thumb {
	height:100%;
	max-width:none;
}

.icons-screenshot {
	padding-bottom:0;
}

.screenshot-full {
	max-width: 933px;
    margin: 70px auto 0 auto;
}

.hero-side-image-wrapper {
	max-width:500px;
	margin:0 auto;
}

.cta-section-gray {
	text-align: center;
	background:#F7FAFC;
}

.cta-section-white {
	text-align: center;
	background:white;
}

.cta-section-gray p, .cta-section-white p {
	max-width:600px;
	margin:0 auto 30px auto;
}

.last-row .integrations-third .integrations-box {
	margin-bottom:0;
}

.centered-paragraph-section {
	text-align: center
}

.centered-paragraph-section .section-content {
	text-align: center;
	max-width:700px;
	margin:0 auto;
}

.home .centered-paragraph-section .section-content {
	padding-bottom:170px;
}

.home .centered-paragraph-section h2 {
	line-height:1.25;
}

.home .hero-heading {
	padding-top:40px;
}

.announcement-banner {
	background: rgba(23,42,84,0.4);
    border-radius: 100px;
    display: inline-block;
    margin: 0;
    color: white;
    padding: 5px 15px 5px 9px;
}

.announcement-banner:hover {
	transform: translateY(-2px);
	color:white;
	background: rgba(23,42,84,0.6);
}

.announcement-tag {
	font-family: 'montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    background: linear-gradient(-90deg, #6F4B9E, #89A8D7);
    border-radius: 100px;
    padding: 1px 8px;
    float: none;
    margin: 0 12px 0 0;
}

.announcement-text {
	float: none;
	line-height: 1.25;
}

.play-button {
	display: inline-block;
    color: white;
    font-size: 46px;
    line-height: 1;
}

.play-button:hover {
	color: #DDDDDD;
	transform: translateY(-2px);
}

.promotion-banner-wrapper {
	position: relative;
	min-height:100px;
}

.promotion-banner {
	padding:50px 0;
	text-align:center;
}

.promotion-banner a {
	position: relative;
	display:block;
	color:#424449;
	margin: 0 auto;
    padding: 20px;
    background:#ffffff;
    border-radius:5px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.promotion-banner a::before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    border-radius: 5px 0px 0px 5px;
    background-color: #A9CBFF;
    height: 100%;
    width: 5px;
    z-index: 6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.promotion-banner a:hover {
	transform: translateY(-4px);
}

.promotion-banner a:hover::before {
	background-color: #89A8D7;
}

.promotion-banner img {
    max-width: 94px;
}

.promotion-banner .promotion-arrow {
	float: right;
    display: block;
    font-size: 18px;
    margin-left: 10px;
    color:#6F4B9E;
    transition: .3s ease all;
}

.promotion-banner .promotion-col .row {
	margin:0;
}

.promotion-banner .promotion-col {
	margin-bottom:50px;
}

.promotion-banner .promotion-text {
	padding:0;
	margin:0;
}

.promotion-banner .promotion-icon {
	padding:0;
	margin:0 0 20px 0;
}

.promotion-banner h4 {
	font-size: 24px;
	color: #172A54;
}

.promotion-banner p {
	margin-bottom:0;
}

.platform-shield-col img {
	max-width: 190%;
    margin: 0 auto;
    position: relative;
    left: -37%;
}

.home-rotate-image {
	width:100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.attack-rotate {
	position: relative;
}

.attack-rotate::before {
	content: "";
    background: linear-gradient(90deg, #89A8D7, #172A54);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
}

.attack-rotate-second {
	max-width:1015px;
	margin:0 auto;
}

.attack-rotate-image-col {
	position: relative;
	background:#FFFFFF;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
	border-radius: 5px;
	display:block;
	min-height:750px;
}

.attack-rotate-image {
	padding:35px;
	max-width:100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.attack-rotate-image h4 {
	text-align:center;
	font-size:24px;
}


.attack-rotate-image img {
	display:block;
	margin:30px auto;
	max-width:818px;
    width: 100%;
}

.attack-rotate-options {
	max-width:680px;
	margin:0 auto;
}

.attack-rotate-option {
	text-align: center;
	font-family:'montserrat';
	font-weight: 600;
    letter-spacing: .92px;
    text-transform: uppercase;
    font-size: 16px;
    color:#A0AAB8;
}

.mobile-attack-option {
	display:inline-block;
}

.desktop-attack-option {
	display:none;
}

.home-rotate-option {
	padding: 20px 0;
    margin-bottom: 15px;
	border-radius:5px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.level-page .section-block.attack-rotate {
	padding-top:0;
}

.attack-rotate-image.attack-rotate-image-selected {
	opacity: 1;
}

.attack-rotate-option {
	padding: 15px 0;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.attack-rotate-option.col-xs-2 {
	margin-bottom:0;
}

.attack-rotate-option.attack-rotate-option-selected {
	color: #A9CBFF;
}

.attack-rotate-option.attack-rotate-option-selected::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    border-radius: 0 0 5px 5px;
    background-color: #A9CBFF;
    width: 75%;
    height: 6px;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.attack-rotate-option:hover.attack-rotate-option-selected::before {
	background-color: #A9CBFF;
}

.attack-rotate-option::before {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    border-radius: 0 0 5px 5px;
    background-color: #FFFFFF;
    width: 75%;
    height: 6px;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.attack-rotate-option:hover::before {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    border-radius: 0 0 5px 5px;
    background-color: #BAC5D4;
    width: 75%;
    height: 6px;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.home-rotate-image-col {
	display:none;
}

.double-section {
	text-align: center;
}

.double-section .first-content {
	max-width: 830px;
    margin: 0 auto 35px auto;
}

.double-section .city-image {
    max-width: 580px;
}

.double-section .icon-image img {
	max-height:100px;
}

.double-section .icon-image h3 {
	margin-bottom:20px;
}

.follower-card {
	position:relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
}

.follower-card::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0px 0px 5px;
    background-color: #A9CBFF;
    height: 100%;
    width: 5px;
    z-index: 6;
}

.checkmark-follower-card .follower-card ul {
	list-style-type: none;
	padding-left: 25px;
}

.checkmark-follower-card .follower-card ul li {
	position: relative;
	margin-top: 20px;
}

.checkmark-follower-card .follower-card ul li::before {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f058';
    color: #89A8D7;
    font-size: 16px;
    position: absolute;
	top: 5px;
    left: -20px;
}

.tech-card {
	background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
    border-radius: 5px;
    padding: 12px 20px;
    margin:0 0 20px 0;
}

.tech-card p {
	display: flex;
    align-items: center;
}

.tech-card .fa-stack {
	font-size: 1.1em;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.05em;
    min-width: 2.1em;
}

.tech-card .fa {
    color: white;
}

.tech-card .icon-background {
    background: linear-gradient(90deg, #EA1946, #6F4B9E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tech-card .tech-title {
	font-family: 'montserrat';
    font-weight: 500;
    color: #172A54;
    max-width: 200px;
    display: inline-block;
    line-height: 19px;
    margin: 0 0 0 20px;
}

.three-pillars-section.big-icon-section .icon-col:nth-of-type(1) {
	background:url('/wp-content/themes/threat-stack-theme/assets/images/backgrounds/reduce-risk-bg.svg');
	background-repeat:no-repeat;
	background-position-y:bottom;
	background-position-x:center;
}

.three-pillars-section.big-icon-section .icon-col:nth-of-type(2) {
	border-top:1px solid #C1D5EE;
	border-bottom:1px solid #C1D5EE;
	background:url('/wp-content/themes/threat-stack-theme/assets/images/backgrounds/build-trust.svg');
	background-repeat:no-repeat;
	background-position-y:bottom;
	background-position-x:center;
}

.three-pillars-section.big-icon-section .icon-col:nth-of-type(3) {
	background:url('/wp-content/themes/threat-stack-theme/assets/images/backgrounds/future-growth.svg');
	background-repeat:no-repeat;
	background-position-y:bottom;
	background-position-x:center;
}

.three-pillars-section.big-icon-section .icon-first {
	margin-bottom:30px;
}

.three-pillars-section.big-icon-section .icon-title {
	font-family:'montserrat';
	font-weight:600;
	font-size:24px;
}

.three-pillars-section.big-icon-section .big-icon-content {
	line-height:1.5;
	padding-bottom:70px;
}

.security-operations-section {
	text-align:center;
	color:white;
	margin-top:70px;
}

.security-operations-section h3 {
	color:white;
}

.video-section:before {
	content:"";
	background: linear-gradient(90deg, #89A8D7, #172A54);
	width:100%;
	height:850px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}

.framework-section {
	background-image:url('/wp-content/themes/threat-stack-theme/assets/images/backgrounds/framework-gradient-bg.svg');
	background-repeat:no-repeat;
	background-size:cover;
}

.framework-section .right-full-image-col:nth-of-type(1) .col-md-6:nth-of-type(2) {
	border-left: 1px dotted #89A8D7;
}

.framework-section .framework-list {
	list-style-type:none;
	font-family:'montserrat';
	font-weight:500;
}

.framework-section .framework-list li {
	margin-bottom:30px;
}

.how-it-works h4 {
    font-weight: 500;
    color: #172A54;
    line-height: 2.5;
    margin: 0;
    font-size: 1em;
    padding: 0;
}

.page-id-6135 .level-page .hero-block {
	border-bottom:none;
	padding-bottom:20px;
}

.evolve-section.big-icon-section {
	text-align: left;
}

.evolve-section.big-icon-section .icon-title {
	color: #C1D5EE;
    text-transform: uppercase;
    font-family: 'montserrat';
}

.evolve-section.big-icon-section .icon-title img {
	height: 130px;
    display: block;
    margin: 0 0 25px 0;
}

.evolve-section.big-icon-section .big-icon-content {
	line-height:1.5;
}

.section-block .super {
	text-align: center
}

.section-block .secondary-button {
	margin-top:10px;
}

.centered-paragraph-section.dark h4 {
	color:white;
	text-transform: uppercase;
	margin-bottom:0;
}

.icon-section .section-content {
	text-align: center;
	max-width:700px;
	margin:0 auto 50px auto;
}

.section-end {
	text-align: center;
    margin: 50px auto 0 auto;
    max-width: 750px;
}

.big-icon-section .row {
	padding:0 30px;
}

.big-icon-section .icon-col {
	padding:0 25px;
}

.big-icon-section .big-icon {
	width:100%;
	height:100%;
	max-width: 75px;
    margin-bottom: 30px;
}

.big-icon-section .icon-first {
	margin-bottom:20px;
}

.big-icon-section .big-icon-content {
	line-height: 1.25;
}

.level-page .section-block.awards {
	text-align: center;
	border-bottom:none;
}

.awards-container {
	max-width:860px;
	margin:0 auto;
}

.awards-container .col-sm-3 {
	padding:0 20px;
}

.level-page .section-block.awards h2 {
	margin-bottom:60px;
}

.section-bg-image {
	background-size:cover;
	background-position-y:bottom;
}

.centered-paragraph-bg-image {
	background-position-x:center;
}

.cta-section {
	text-align: center;
}

.cta-section .text-part {
	max-width: 785px;
    margin: 0 auto;
}

.cta-section p:first-child {
	margin-bottom:35px;
}

.section-block.form-section {
	padding:0;
}

.form-section .form-container {
	background:white;
	padding:25px 10px;
}

/*** plans page ***/

.level-page.plans-page .hero-block {
	padding-bottom: 0;
    border-bottom: none;   
}

.plans-wrapper {
	background: linear-gradient(180deg, #E1E7EF, #FFFFFF);
}

.plans-page .section-block h2.caps-subheading {
	font-size:26px;
	color:#89A8D7;
	max-width:685px;
	margin: 0 auto 25px auto;
	padding: 0;
}

.level-page .section-block.offerings {
	border-bottom:none;
}

.offering-box h3 {
	text-align: center;
	font-size:26px;
}

.offering-topper, .offering-box .caps-subheading {
	color: #89A8D7;
    font-size: 1em;
    padding-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    font-family:'montserrat';
    font-weight:700;
    text-transform: uppercase;
}

.offering-topper {
	background:#F7FAFC;
	margin: 0 auto;
    padding: 12px 0;
}

.offering-technology .offering-box {
	margin:0 auto;
	border-radius:5px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
	padding:50px 25px 35px 25px;
	position:relative;
}

.offering-technology .offering-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
	background-image: linear-gradient(-90deg, #6F4B9E, #EA1946);
	border-radius: 5px 5px 0 0;
    width: 100%;
    z-index: 2;
    height: 10px;
}

.offering-services .offering-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
	background-image: linear-gradient(90deg, #6F4B9E, #89A8D7);
	border-radius: 5px 5px 0 0;
    width: 100%;
    z-index: 2;
    height: 10px;
}

.offering-services .offering-box {
	margin:0 auto;
	border-radius:5px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
	position:relative;
}

.offering-services .offering-box-inner {
	padding:50px 25px 10px 25px;
}

.offering-bottom {
	margin: 0;
    padding: 14px 10px;
    text-align: center;
    font-size: 13px;
    background: #F7FAFC;
    color: #6F4B9E;
}

.plans-box-wrapper {
    border-radius: 5px;
    text-align: center;
    position: relative;
    background: white;
    max-width: 935px;
    margin: 0 auto;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
    z-index:0;
}

.plans-box-wrapper .number-bg {
	position: absolute;
    font-size: 300px;
    color: #F7FAFC;
    line-height: 1;
    left: 15px;
    z-index: -1;
    font-weight: 700;
}

.plans-page .inner-row {
	max-width: 790px;
    margin: 0 auto;
    padding: 50px 15px 35px 15px;
    text-align: center;
}

.plan-option {
	cursor: pointer;
	transition: .3s ease all;
	padding: 10px 3px 5px 3px;
}

.plan-option-title, .description, .number-bg {
	display:none;
	transition: ease all .4s;
	opacity:0;
}

.plan-option-title.active-element, .description.active-element, .number-bg.active-element {
    display: block;
	transition: ease all .4s;
}

.plan-option-title.active-element.visible-element, .description.active-element.visible-element, .number-bg.active-element.visible-element {
	opacity:1;
	transition: ease all .4s;
}

.plans-box-wrapper .row {
	margin:0 auto;
	max-width:700px;
}

.dotted-line {
	max-width: 3px;
    margin: 0 auto;
    display: block;
}

.plans-page .section-block .plans-box-wrapper p.description {
	margin: 20px auto 0 auto;
}

.plans-page h4 {
	font-size:1em;
	line-height:21px;
	padding-top: 15px;
}

.plans-box-wrapper ul {
	text-align: left;
}

.plans-box-cta {
	background:#F7FAFC;
	padding:25px 0;
	display: none;
}

.plans-page .section-block p:last-child {
	margin-bottom:20px;
}

.plan-option .outer {
	transition: .3s ease all;
    background:#E1E7EF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 25px;
    display: inline-block;
    height: 24px;
    margin: 3px auto;
    width: 24px;
}

.plan-option .inner {
    background:#E1E7EF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 23px;
    border: solid 4px white;
    display: inline-block;
    height: 22px;
    margin: 1px;
    width: 22px;
}

.plan-option.active .outer, .plan-option.active .inner {
	background: -moz-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: -webkit-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: -o-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: -ms-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: linear-gradient(90deg, #EA1946, #6F4B9E);
}

.plan-option:hover .outer {
	transform: translateY(-2px);
}

.plan-option:hover .outer, .plan-option:hover .inner {
	background: -moz-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: -webkit-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: -o-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: -ms-linear-gradient(0deg, #EA1946, #6F4B9E);
    background: linear-gradient(90deg, #EA1946, #6F4B9E);
}

/*** press kit page ***/
.press-kit-page .hero-block.center .subheading {
    margin-bottom: 0;
}

.press-kit-page .package-col {
    padding: 0 30px;
}

.press-kit-box-wrapper {
	padding: 30px 20px;
    border: 1px solid #D8DCDF;
    border-radius: 5px;
    text-align: center;
    position:relative;
    background:white;
}

.press-kit-box-wrapper i {
	margin:0;
	color:#EA1946;
	font-size:32px;
}

.press-kit-box-wrapper h3 {
	padding-top:15px;
}

.press-kit-box-wrapper img {
	max-width:160px;
	color:#EA1946;
	font-size:32px;
	padding:10px 0 20px 0;
}

.press-kit-stats {
    text-align: center;
}

.press-kit-stats h4 {
    margin-bottom: 10px;
    font-size: 48px;
    color: #EA1946;
}

ul.customers-list {
	padding:0;
}

ul.customers-list li {
    text-align: center;
    padding: 10px 35px 10px;
    margin-bottom: 0;
    float: left;
    width: 25%;
    height: 160px;
    display: table;
}

ul.customers-list li .helper {
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

ul.customers-list li img {
    max-height: 108px;
    margin: auto;
}

.customers-list .col-md-3.col-sm-4.col-xs-6 {
    height: 160px;
    text-align: center;
    display: table;
    margin-bottom: 0;
}

.customers-list .helper {
    width: 100%;
    padding: 15px 35px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.customers-list .helper img {
    max-height: 108px;
    margin: auto;
}
/************ Footer ************/

.site-footer {
	background-image: linear-gradient(-90deg, #000000 0%, #172A54 100%);
	border-top:none;
	color:#89A8D7;
	font-size: 1em;
}

.site-footer .wrap {
	padding: 4.4em 2em 4.4em 2em;
}

.site-footer ul, .sidebar-social ul, .sidebar-categories ul, .single-social ul, .single-social-fixed ul {
	list-style-type: none;
	padding:0;
	margin-left:0;
}

.site-footer .footer-logo {
	display:block;
	max-width:270px;
	padding:0 0 10px 0;
}

.site-footer .footer-address {
	font-family:'montserrat';
	font-size:1em;
	padding:13px 0;
}

.site-footer .footer-address p {
	margin-bottom:0;
	line-height:1.45;
}

.site-footer .footer-social {
	padding:10px 0;
}

.footer-social ul, .sidebar-social ul, .single-social ul, .single-social-fixed ul {
	font-size:20px;
	margin-bottom:0;
}

.social-icon {
	display:inline-block;
}

.social-icon a {
	text-decoration: none;
	border:none;
	background:none;
}

.social-icon a:hover {
	background:none;
}

li.social-icon {
	padding:0;
}

.social-icon i {
	color:white;
}

.social-icon .icon-background {
	color:#C1D5EE;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icon-twitter a:hover .icon-background {
	color:#1DA1F2;
}

.social-icon-facebook a:hover .icon-background  {
	color:#3b5998;
}

.social-icon-linkedin a:hover .icon-background  {
	color:#0077B5;
}

.social-icon-github a:hover .icon-background  {
	color:black;
}

.social-icon-google-plus a:hover .icon-background  {
	color:#dd4b39;
}

.single-social ul {
	padding:30px 0;
}

.single-social-fixed {
	display:none;
	position:fixed;
	top:50%;
}

.site-footer .footer-copy {
	font-size:0.875em;
	color:#89A8D7;
	padding:15px 0 0 0;
}

.site-footer .footer-copy p {
	margin-bottom:0;
}

.site-footer .footer-status a {
	color:#bcbec0;
	font-size:0.875em;
}

.site-footer .footer-menu-row-1, .site-footer .footer-menu-row-2 {
	font-family:'montserrat';
}

.site-footer .menu-item-has-children, .site-footer .footer-button {
	margin-bottom:20px;
}

.site-footer .footer-menu-row-1 .menu-item-has-children > a, .site-footer .footer-menu-row-2 .menu-item-has-children > a {
	text-transform: uppercase;
	cursor:text;
}

.site-footer .footer-menu-row-1 .menu-item-has-children a, .site-footer .footer-menu-row-2 .menu-item-has-children a {
	color:#89A8D7;
	font-size:1rem;
}

.site-footer .footer-menu-row-1 .sub-menu a, .site-footer .footer-menu-row-2 .sub-menu a {
	color:#E1E7EF;
	font-size:0.875em;
}

.site-footer .footer-menu-row-1 {
	padding:0 0 25px 0;
}

.site-footer .footer-menu-row-2 .menu-item-has-children > a {
	display:none;
}

.site-footer .footer-menu-row-1 .menu-item-has-children .sub-menu {
	margin-top:5px
}

.site-footer .footer-button a {
	text-transform: uppercase;
	color:white;
	font-size:1rem;
	padding: .1em 0em;
    border: 1px solid white;
    border-radius: 100px;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-footer .footer-button a:hover {
	background: #EA1946;
	color:white;
	border:1px solid #EA1946;
	transform: translateY(-2px);
}

.site-footer .footer-menu-row-1 .sub-menu a:hover, .site-footer .footer-menu-row-2 .sub-menu a:hover, .site-footer .footer-status a:hover {
	color:white;
}

.site-footer .footer-info {
	margin-bottom:40px;
}


/********** New Demo Pop Up ****************/

/* Popup Background */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Popup Close Button */
.popup .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 10px 0 0;
}

.popup .close:hover,
.popup .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Popup Content */
.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: 3% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 555px;
    border-radius:10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Popup Body */
.popup-body {
    clear: both;
    padding: 0 10px 15px 10px;
}

.popup h3 {
	margin: 0 auto 30px auto;
    max-width: 410px;
    line-height: 1.25;
    color: #172A54;
    text-align: center;
    font-weight:600;
}

.popup label {
    font-size: 14px;
}

.popup .mktoForm .mktoField {
    font-size: 14px;
}

.popup .mktoForm .mktoFormCol {
    padding: 0 15px 10px 15px;
}

.popup select {
	height: 2.35em;
}

.popup .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    padding: 0.3em 0 0 0.3em;
}

.popup .mktoButtonRow {
    padding: 0 0 20px 0!important;
}

.popup .sub-heading {
	margin-bottom:30px;
}

.popup .mktoFormRow:nth-of-type(19) .mktoCheckboxList, .popup .mktoFormRow:nth-of-type(20) .mktoCheckboxList {
	padding:20px 0.3em 15px 0.3em;
}

.popup .mktoFormRow:nth-of-type(19) .mktoLabel, .popup .mktoFormRow:nth-of-type(20) .mktoLabel {
	margin: 15px 0 20px 0;
}

.popup .mktoFormRow:nth-of-type(20) {
	width:100%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/********** Level Page Specific ************/

.level-2-page .hero-bg-photo {
	background-position-x:left;
}


.level-page .section-block, .level-page .hero-block {
    border-bottom: 1px solid #D8DCDF;
}

.level-page .hero-block.center .hero-heading-standalone {
    margin-bottom: 40px;
}

.level-page .section-block h2 {
	margin-bottom:30px;
}

.level-3-page .hero-block h2 {
	margin-bottom:0;
}

.icon-section h2, .icon-section .section-descrip {
	text-align: center;
}

.icon-section .section-descrip {
	max-width:750px;
	margin:0 auto 50px auto;
}

.icon-col {
	padding:0 35px 35px 35px;
}

.icon-first {
	margin-bottom:10px;
}

.icon-section .fa {
    color: white;
}

.icon-section .fa.icon-background {
    color: #EA1946;
}

.icon-title {
    font-weight: 700;
    margin-left: 15px;
}

.big-icon-section {
	text-align: center;
}

.big-icon-section .icon-title {
	text-align: center;
	margin-left:0;
	font-size:18px;
}

.level-page .big-icon-section h2 {
	margin-bottom:60px;
}

.big-icon-section.why-were-different-icon-section-1 .row {
	padding:0;
}

.big-icon-section.why-were-different-icon-section-1 .icon-col {
	padding:0 15px;
}

.goes-beyond-boxes .icon-content-wrapper {
    padding: 20px;
    display: block;
    border: 1px solid #D8DCDF;
    border-radius: 5px;
}

.goes-beyond-boxes .fa-stack {
	display:none;
}

.goes-beyond-boxes ul {
	list-style-type:none;
	padding:0;
	margin-bottom:0;
}

.goes-beyond-boxes li {
	padding-left:0;
	padding-bottom:5px;
}

.goes-beyond-boxes .icon-first {
    margin-bottom: 10px;
    border-bottom: 1px solid #D8DCDF;
    padding-bottom: 15px;
}

.goes-beyond-boxes .icon-title {
	margin-left:0;
}

.goes-beyond-boxes.icon-section .fa {
	color:#EA1946;
	margin-right:10px;
    display: inline-block;
    width: 30px;
    text-align: center;
}


/* Terms of Use Page Specific CSS */

.terms h1, .press-release h1, .privacy h1, .security h1, .career-posting h1 {
	text-align: center;
    padding-top: 0;
    margin-bottom: 30px;
}

.terms h4, .press-release h4, .privacy h4, .security h4, .career-posting h4 {
	font-weight: 400;
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}

.career-posting .button-p {
	margin-top:40px;
	text-align: center;
}

.press-release .text-part {
	max-width: 950px;
    margin: 0 auto;
}

.career-posting .text-part {	
	max-width: 800px;
    margin: 0 auto;
}

.terms ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms ol li ol {
	margin-top:20px;
}

.terms li {
  display: table;
  counter-increment: item;
  margin-bottom: 1em;
  padding-left:0;
}

.terms li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
  	font-weight:bold;
}

.terms li li {
    margin: 0 0 10px 0;
    padding-left:10px;
}

.terms li li:before {
    content: counters(item, ".") " ";
  	font-weight:normal;
}

.leadership h2 {
	text-align: center;
}

.leadership .resource-box {
	text-align: center;
	margin-bottom:25px;
}

.leadership .leadership-name {
    line-height: 1.25;
    margin-bottom: 10px;
    color: #172a54;
    font-family: 'montserrat';
    font-weight: 600;
}

.leadership p.leadership-title {
	font-family: 'montserrat';
    font-weight: 600;
    font-size: 13px;
    color: #89A8D7;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding-bottom:10px;
}

.leadership img {
	max-width: 120px;
    margin: 20px auto;
}

.leadership-boards h3 {
	margin-bottom:30px;
	border-bottom: 1px solid #D8DCDF;
    padding-bottom: 30px;
}

.leadership-boards p {
	font-size:14px;
}

.leadership-boards p b {
	font-size:16px;
}

.contact-form .hs-form-field {
    padding: 15px;
    width:100%;
}

.contact-form .hs-form-field label {
	width: auto!important;
	color: #5C6670;
	font-weight:400;
}

.contact-form .hs-form-field input {
	width: 100% !important;
    padding: 8px 5px;
    border-radius: 3px;
    border: 1px solid #d8dcdf;
}

.contact-form .hs-form-required {
    color: #EA1946;
    padding-left: 2px;
}

.contact-form .hs_submit {
    clear: both;
    text-align: center;
}

.contact-form .hs_submit input {
    background: #EA1946;
    color:white;
    text-transform: uppercase;
    font-size: 1.12em;
    font-weight: 700;
    border: 1px solid #EA1946;
    padding: .3em 1em;
    border-radius: 3px;
    line-height: 1.66;
    display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.contact-form .hs_submit input:hover, .contact-form .hs_submit input:focus {
    background: #EA1946;
    background: #99021b;
    border: 1px solid #99021b;
    color: white;
}

.beyond-title {
    color: #EA1946;
}

.gdpr .centered-paragraph-section .section-content {
	max-width:none;
}

.gdpr .centered-paragraph-section .section-content > p:nth-of-type(1) {
	max-width:700px;
	margin:0 auto 35px auto;
}

.gdpr .centered-paragraph-section .section-content .row-sm-flex-center {
    background: white;
    align-items: initial;
    margin-top: 50px;
    border-radius: 5px;
}

.gdpr .centered-paragraph-section .section-content .row-sm-flex-center .col-sm-1 {
	background: #172A54;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.gdpr .centered-paragraph-section .section-content .row-sm-flex-center .col-sm-1 .inner-col {
	width:100%;
}

.gdpr .centered-paragraph-section .section-content .row-sm-flex-center .col-sm-5 {
	text-align: left;
	padding:15px;

}

.gdpr .centered-paragraph-section .section-content .row-sm-flex-center .col-sm-6 {
	text-align: left;
	padding:15px;
}

/******** reInvent Page **********/

.reinvent-row {
	color:white;
}

.reinvent-box {
	display: block;
    border: 1px solid #D8DCDF;
    border-radius: 5px;
    padding: 40px;
    margin-top: 15px;
}

.reinvent-box h4 {
	color:white;
	font-size:24px;
}


/********** Misc Overrides **********/

@media screen and (max-width: 22em) {
	.site-main-logo {
		max-width:190px;
	}

	.js .menu-toggle {
		padding-top:1em;
	}
}


@media screen and (min-width: 30em) {
	#menu-super-menu .nav-search-bar input {
		font-size: 0.9375rem;
		line-height: 1;
	}

	#menu-super-menu .nav-search-bar button {
		font-size:0.875rem;
	}

}

@media screen and (min-width:992px) {
	.site-footer .footer-info {
		margin-bottom:0;
	}

	.integrations-first {
		padding-right: 35px;
	}

	.integrations-second {
		padding:0 25px;
	}

	.integrations-third {
		padding-left:35px;
	}

	.last-row .integrations-box {
		margin-bottom:0;
	}

	.news-first {
		padding-right: 35px;
	}

	.news-second {
		padding:0 25px;
	}

	.news-third {
		padding-left:35px;
	}

	.promotion-banner {
		position:absolute;
		width:100%;
		top:-130px;
	}

	.home .hero-block {
	    padding-bottom: 200px;
	}

	.promotion-banner .promotion-col {
		margin-bottom:0;
	}

	.promotion-banner a {
	    padding: 20px 10px 20px 0;
	}

	.level-page .section-block.home-rotate {
		padding-top:0;
	}

	.level-page .section-block.attack-rotate {
		padding:0;
	}

	.home-rotate-image-col, .attack-rotate-image-col {
		display:block;
	}

	.home-rotate-image.home-rotate-image-selected, .attack-rotate-image.attack-rotate-image-selected {
		opacity: 1;
	}

	.home-rotate-option {
		padding: 20px 30px;
	    margin-bottom: 15px;
		cursor: pointer;
		border-radius:5px;
		position: relative;
		-webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

	.home-rotate-option:hover {
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
	}

	.home-rotate-option.home-rotate-option-selected {
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
	}

	.home-rotate-option.home-rotate-option-selected::before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top:0;
	    border-radius: 5px 0px 0px 5px;
	    background-color: #A9CBFF;
	    height: 100%;
	    width: 5px;
	    z-index: 6;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}


	.home-rotate-first .home-rotate-image {
	    top: 50%;
	    transform: translateY(-50%);
		padding:0 0 0 45px;
	}

	.home-rotate-second .home-rotate-image {
	    top: 50%;
	    transform: translateY(-50%);
		padding:0 45px 0 0;
	}

	.gif-wrapper {
		position: relative;
	}

	.screenshot-gif {
		position: absolute;
	    top: 46px;
	    width: 327px;
	    left: 67px;
	}
}

/************** Override Default Mobile Size *****************/
@media screen and (min-width: 48em) {
	.site-content, .page:not(.home) #content {
		padding:0;
	}

	.site-main-logo {
		max-width:217px;
		display:inline-block;
		float:left;
		line-height:0;
		padding:0;
	}

	#masthead .wrap {
	    position: static;
	}

	.navigation-top {
	    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	    z-index:1;
	    font-size:1rem;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

	.navigation-top .wrap {
		max-width: 1280px;
	    padding: .5em 1.75em 0em 1.75em;
	}

	.navigation-top nav {
	    margin-left: 0;
	}

	.navigation-top a {
		font-family:'montserrat';
	    color: #172A54;
	    font-weight: 400;
	    text-transform:uppercase;
	    -webkit-transition: color 0.2s;
	    transition: color 0.2s;
	    line-height:1.66;
	}

	.main-navigation .nav-button a {
		position:relative;
	    color: #FFFFFF;
	    padding: .1em 1em;
	    background: linear-gradient(90deg, #EA1946, #6F4B9E);
		color:white;
	    border-radius: 100px;
	    margin-left:15px;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
	}

	.main-navigation .nav-button a:before {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		border-radius: inherit;
		z-index: -1;
		opacity: 0;
		background: rgba(0,0,0,0.1);
		transition: all .3s ease;
	}

	.main-navigation .nav-button a:hover {
		color:white;
		transform: translateY(-2px);
	}

	.main-navigation .nav-button a:focus, .main-navigation .nav-button a:active {
		color:white;
	}

	.main-navigation .nav-button a:hover::before {
		opacity:1;
	}

	.main-navigation ul ul.toggled-on {
	    display: none;
	}

	.dropdown-toggle:focus {
	    outline: none;
	}

	#menu-super-menu {
		padding:1em 0;
	}

	#menu-super-menu li {
		display:inline-block;
	}

	#menu-super-menu a {
		color: #89A8D7;
		font-size: 0.875em;
	    padding: .5em;
	}

	.js .menu-toggle {
	    display: block;
	    float:right;
	    clear:none;
	}

	.navigation-top {
	    position: relative;
	}

	.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
		display: none;
	}

	.main-navigation li {
	    display: block;
	    border-bottom: 1px solid #eee;
	    position: static;
	}

	.main-navigation > div > ul {
	    border-top: 1px solid #eee;
	    padding: 0 0 2em 0;
	}

	.main-navigation ul ul {
		position:static;
		border:none;
		padding: .5em 0 .5em 1.5em;
	}

	.main-navigation ul ul a {
    	padding: 0.4em 0;
	}

	.main-navigation a {
		padding: 0.6em 0;
	}

	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
		display:none;
	}

	.main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus {
		color:#EA1946;
	}

	.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
	    display: inline;
	    left: 0;
	    position: relative;
	    top: 5px;
	    float: right;
	}

	.site-footer {
		margin-top:0;
	}

	.site-footer .menu-item-has-children, .site-footer .footer-button {
		margin-bottom:0;
	}

	.has-sidebar #secondary {
	    font-size: 1em;
	    width:30%;
	}

	.single-post .content-area {
	    padding: 55px 70px 0 70px;
	}

	.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
	    max-width: none;
	    position: relative;
	    top: -70px;
	    padding:0;
	}

	.single-post.has-sidebar #primary {
		width:100%;
	}

	.single-post .entry-title {
		font-size:2.85em;
	}

	.goes-beyond-boxes .icon-col {
		padding:0 30px;
	}

	.three-icon-section .icon-col:nth-of-type(3) ~ .icon-col {
		padding-top:35px;
	}

	/****** blog post ******/

	.author-avatar img {
		margin:0;
	}

	.icon-col {
		padding:0 35px;
	}

	.col-sm-3.icon-col {
		padding:0 25px;
	}

	.left-full-image-col {
	    padding-right: 50px;
	    margin-bottom:0;
	}

	.services-section {
		position: relative;
    	overflow: hidden;
	}

	.services-section .left-full-image-col {
		position:static;
	}

	.services-section .left-full-image-col img {
		position: absolute;
	    height: 100%;
	    top: 0;
	    right: 55%;
	}

	.right-full-image-col {
	    padding-left: 50px;
	}

	.how-it-works .right-full-image-col {
	    padding-left: 30px;
	}

	.related-posts h2 {
		text-align: left;
	}

	.home-rotate-first {
		margin-bottom:100px;
	}

	.video-section:before {
		height:550px;
	}

	.mobile-attack-option {
		display:none;
	}

	.desktop-attack-option {
		display:inline-block;
	}

}

/************** Desktop **************/

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

	/**** Global Styles ****/

	h1 {
		font-size:2.85em;
	}

	.site-content {
		padding:0;
	}

	.hero-block {
		padding-top:70px;
		margin-top:79px;
	}

	.home .hero-block {
	    margin-top: 0;
		padding-top: 200px;
	}

	.col-padding-30 {
		padding:0 30px;
	}

	/**** Header Navigation ****/

	.js .menu-toggle {
	    display: none;
	}

	.wrap, .navigation-top .wrap {
		max-width: 1280px;
    	padding: 0.5em 2em 0em 2em;
	}

	.navigation-top {
	    font-size:0.844em;
	}

	.navigation-top nav, .navigation-top .menu-super-menu-container {
	    float:right;
	    clear:right;
	}

	.site-navigation-fixed-permanent.navigation-top {
	    bottom: auto;
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    width: 100%;
	    z-index: 7;
	}

	.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul, #menu-super-menu {
	    display: block;
	}

	.main-navigation > div > ul, #menu-super-menu {
	    border: 0;
	    margin-bottom: 0;
	    padding: 0;
	}

	.main-navigation ul, #menu-super-menu {
	    list-style: none;
	    margin: 0;
	    text-align: left;
	}

	.main-navigation li, #menu-super-menu li {
	    border: 0;
	    display: inline-block;
	}

	#menu-super-menu li {
	    margin-left:2em;
	}

	.main-navigation a {
	    padding: 1em;
	}

	#menu-super-menu a {
	    padding: 0;
	}

	#menu-super-menu li.mobile-super-menu {
		width:auto;
		text-align: left;
	}

	.main-navigation .nav-button a {
		margin-left:10px;
	}

	.main-navigation ul li > ul.sub-menu, .main-navigation ul li:hover > ul.sub-menu, .main-navigation ul li:focus > ul.sub-menu {
		font-size:1.037em;
		width:100%;
		display:none;
		left:50%;
		padding: 30px 0;
		transform: translate(-50%);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	}

	.main-navigation ul li.menu-item-has-children > a:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		border-bottom: 3px solid #EA1946;
		width: 95%;
		z-index: 99;
		margin-left:-50%;
		-moz-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-o-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.main-navigation ul li.menu-item-has-children > a.active:before {
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-o-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
		display:none;
	}

	.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
	    height:.875em;
	    left:4px;
	}

	.main-navigation ul li.menu-item-has-children > a {
		position:relative;
		display: inline-block;
	}

	.main-navigation ul ul {
		position:absolute;
	}

	.main-navigation ul ul a {
		font-weight:600;
		width:auto;
		padding: 10px 0 15px 0;
    	line-height: 1.3em;
	}

	.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	    color: #172A54;
	}

	.navigation-top .current-menu-item > a:hover, .navigation-top .current_page_item > a:hover {
		color: #EA1946;
	}

	.main-navigation .sub-container {
		max-width: 1240px;
    	margin: 0 auto;
    	padding: 0 30px;
	}

	.main-navigation .sub-container li {
		padding: 0 0 0 25px;
		max-width:275px;
	}

	.main-navigation .menu-item-description {
		display:block;
		max-width:235px;
		font-family:'Lato';
		font-weight:400;
		font-size: 0.86em;
		color:#424449;
		padding:10px 0;
		line-height: 1.25;
	}

	.main-navigation li.featured-link {
		display:block;
		max-width:353px;
		padding: 0 0 0 20px;
    	text-align: center;
	}

	.main-navigation .featured-link a {
		padding: 125px 0 0 0;
	    background-size: 210px;
	    background-repeat:no-repeat;
	    background-position:top center;
	    margin: 15px auto 0 auto;
	}

	.main-navigation .featured-link .menu-item-description {
		margin:0 auto;
	}

	.main-navigation .featured-link-1 a {
	    background-image: url(/wp-content/themes/threat-stack-theme/assets/images/nav-ctas/demo-cta-bg.svg);
	}

	.main-navigation .featured-link-2 a {
	    background-image: url(/wp-content/themes/threat-stack-theme/assets/images/nav-ctas/secops-real-world-cta-bg.svg);
	}

	.main-navigation .featured-link-3 a {
	    background-image: url(/wp-content/themes/threat-stack-theme/assets/images/nav-ctas/conference-cta-bg.svg);
	}

	.main-navigation .featured-link-4 a {
	    background-image: url(/wp-content/themes/threat-stack-theme/assets/images/nav-ctas/job-cta-bg.svg);
	}

	.main-navigation .sub-menu-right {
		padding: 0 0 0 60px;
	}

	.main-navigation .sub-menu-right li:nth-child(4) {
		clear:left;
	}

	.main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus {
		color:#EA1946;
	}

	#menu-super-menu .mobile-nav-button {
		display:none;
	}

	.main-navigation .nav-button {
		display:inline-block;
	}

	#menu-super-menu .nav-search-bar {
		display:inline-block;
		margin:0;
	}

	#menu-super-menu .nav-search-bar label {
		display:none;
	}

	#menu-super-menu .nav-search-bar input {
		border:1px solid white;
		padding:0.37em 2.4em 0.37em 0.37em;
	}

	#menu-super-menu .nav-search-bar:hover input {
		border:1px solid #d8dcdf
	}

	#menu-super-menu .nav-search-bar input:focus {
		filter: drop-shadow(0 0 2px rgba(0, 0, 0, .2));
	    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
		border:1px solid #d8dcdf;
	}

	#menu-super-menu .nav-search-bar button {
		background:none;
		color:#89A8D7;
		line-height:1;
		top:0;
		bottom:0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	#menu-super-menu .nav-search-bar button:hover, #menu-super-menu .nav-search-bar button:focus {
		color:#172A54;
	}

	#menu-super-menu .nav-search-bar button .icon {
		width:14px;
		height:14px;
		top:-4px;
	}

	#menu-super-menu .nav-search-bar input {
		font-size: 0.875em;
		line-height: 1;
	}

	#menu-super-menu .nav-search-bar button {
		font-size:0.875rem;
		padding:0.5em;
	}

	.transparent-nav #menu-super-menu a {
		color: white;
	}

	.transparent-nav #menu-super-menu a:hover {
		color: #EA1946;
	}

	.transparent-nav #menu-super-menu .nav-button a:hover {
		color:white;
	}

	/********* homepage **********/

	.home-promotion-pop-up-wrapper {
		display:block;
	}

	.home .bgvid { 
		display:block;
	    position: absolute;
	    top: 44%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    z-index: 0;
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    background: url('/wp-content/uploads/2018/04/threat-stack-explainer-poster.jpg') no-repeat;
	    background-size: cover; 
	}

	.platform-text-col {
		padding-top: 300px;
	    padding-right: 155px;
	}

	.announcement-tag {
	    float: left;
	}

	.announcement-text {
		float: left;
	}

	.double-section .row {
		padding-top:40px;
	}

	.double-section .icon-image {
		padding: 0 40px;
	}

	.three-pillars-section {
		padding:0;
	}

	.three-pillars-section.big-icon-section .icon-first {
		padding-top:70px;
	}

	.three-pillars-section.big-icon-section .icon-col:nth-of-type(2) {
		border-left:1px solid #C1D5EE;
		border-right:1px solid #C1D5EE;
		border-top:none;
		border-bottom:none;
	}

	.customer-logo-section {
		display: block;
	    max-width: 1100px;
	    margin: 0 auto 70px auto;
	    background: none;
	}

	.both-paragraph-image {
		padding:40px;
	}

	.side-by-side-section .left-col {
		text-align: right;
		padding-right:60px;
	}

	.side-by-side-section .right-col {
		text-align: left;
		padding-left:60px;
	}

	.level-page .side-by-side-section h2 {
		max-width: 750px;
    	margin: 0 auto 50px auto;
	}

	.framework-section .row {
		display:flex;
		align-items: center;
	}

	.framework-section .right-full-image-col:nth-of-type(1) {
		padding: 0 25px 0 0;
	}

	.framework-section .right-full-image-col:nth-of-type(1) h2 {
		max-width: 220px;
   		float: right;
	}

	.framework-section .framework-list {
	    padding-left: 26px;
	    max-width: 260px;
	    margin-bottom: 0;
	}

	.navigation-top.transparent-nav {
		box-shadow:none;
		background:none;
		border-bottom:none;
	    filter: none;
	    -webkit-filter: none;
	}

	.navigation-top.transparent-nav a {
	    color: white;
	    border-color:white;
	}

	.navigation-top.transparent-nav ul ul a {
	    color: #172A54;
	}

	.navigation-top.transparent-nav a:hover {
	    color: #EA1946;
	}

	.navigation-top.transparent-nav .nav-button a:hover {
	    color: white;
	}

	.transparent-nav #menu-super-menu .nav-search-bar input {
	    color: white;
	    background: transparent;
	    border: 1px solid transparent;
	}

	.transparent-nav #menu-super-menu .nav-search-bar button {
		color:white;
	}

	.transparent-nav #menu-super-menu .nav-search-bar button:hover {
		color:#d8dcdf;
	}

	.transparent-nav #menu-super-menu .nav-search-bar input:focus {
	    filter: drop-shadow(0 0 2px rgba(255, 255, 255, .8));
	    -webkit-filter: drop-shadow(0 0 2px rgba(255,255,255,.8));
	    border:1px solid white;
	}

	.transparent-nav #menu-super-menu .nav-search-bar:hover input {
		border:1px solid white;
	}

	.transparent-nav .site-main-logo {
		display:none;
	}

	.transparent-nav .site-main-reverse-logo {
		display:inline-block;
	}

	/********* blog home *********/

	.blog-subscribe {
		max-width: 460px;
	}

	input.subscribe-input, #es_txt_email {
		max-width: 300px;
	}

	.subscribe-button, #es_txt_button {
		float: left;
	    clear: none;
	    margin: 0 0 0 18px;
	    font-size:1em;
	}

	.blog .blog-subscribe {
		position:relative;
	}

	/* Marketo form 1st row on blog home only */
	.blog .blog-subscribe .mktoForm .mktoFormRow:nth-of-type(1) {
		width: 100%;
	    float: left;
	    max-width: 300px;
	    clear: none;
	    display: block;
	}

	/* Marketo form 1st row descriptor on blog home only */
	.blog .blog-subscribe .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol {
		margin-bottom: 0;
    	padding-bottom: 0;
	}

	/* Marketo form button row on blog home only */
	.blog .blog-subscribe .mktoForm .mktoButtonRow {
		position:absolute;
	    max-width: 146px;
	    clear: none;
	    width: 100%!important;
	    display: block;
	    padding: 0!important;
	    margin-top: 24px;
	    right:0;
	    top:0;
	}

	/***** blog post *****/
	
	.single-post .entry-content {
		margin-top:30px;
		padding: 0 70px;
	}

	.single-post .entry-title {
		font-size:2.85em;
		margin-bottom:30px;
		line-height: 57px;
	}

	.entry-date-col {
		text-align: right;
	}

	.single-social {
	    float: left;
	    margin-left: -108px;
	    position: sticky;
	    position: -webkit-sticky;
	    top: 30%;
	}

	.single-social-fixed {
		margin:-80px 0 0 -108px;
	}

	.single-social ul, .single-social-fixed ul {
		text-align: left;
		padding:0;
	}

	.single-social .social-icon, .single-social-fixed .social-icon {
		display:block;
	}

	#secondary .tag-cloud-list, .tag-list {
		margin-bottom:0;
	}

	.related-posts {
		padding-top:0;
	}

	.crimson-ultraviolet-gradient-overlap::before {
		display:block;
	}

	.static-subscribe-cta-wrapper {
		padding-top:0;
	}

	.related-posts-wrapper {
		padding-bottom:0;
	}

	/**** Sidebar ****/

	.sidebar-subscribe, .sidebar-categories, .sidebar-tags {
		margin:0;
	}

	.sidebar-subscribe input {
		border:1px solid #d8dcdf;
		padding:0.4em 2.4em 0.4em 0.4em;
	}

	.sidebar-subscribe input:focus {
		filter: drop-shadow(0 0 2px rgba(0, 0, 0, .2));
	    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
		border:1px solid #d8dcdf;
	}

	.sidebar-subscribe button {
		background:none;
		color:#8f99a3;
		line-height:1;
		top:0;
		bottom:0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.sidebar-subscribe button:hover, .sidebar-subscribe button:focus {
		color:#424449;
	}

	.sidebar-subscribe .search-submit .icon {
		width:16px;
		height:16px;
		top:-3px;
	}

	.sidebar-subscribe input {
		line-height: 1;
	}

	.sidebar-subscribe button {
		font-size:0.875rem;
		padding:0.5em;
	}

	.single-post.has-sidebar #primary {
		max-width:700px;
		float:none;
		margin:0 auto;
	}

	.single-featured-image-header {
		margin-top:79px;
	    position: relative;
	    overflow: hidden;
	    padding-bottom: 28%;
	}

	.single-featured-image-header img {
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
	}

	.video-block, .hero-side-image-block {
		padding:0;
	}

	.hero-video-push {
		padding:70px 15px;
	}

	.hero-block.left {
		text-align: left;
	}


	/*.level-page .hero-block h1 {
		max-width:800px;
	}*/

	.level-page .hero-block.left h1 {
		max-width: none;
	}

	.level-page.homepage .hero-block h1 {
		max-width:none;
	}


	.level-page .hero-block.center h1 {
		margin:0 auto 25px auto;
	}


	.hero-block.center .subheading {
		max-width:600px;
		margin:0 auto 35px auto;
	}

	.hero-block.left .subheading {
		max-width:600px;
		margin:0 0 35px 0;
	}

	.thanks-page .hero-block.left .subheading {
		margin:0;
	}

	.thanks-page .hero-block.left {
		padding-bottom:0;
		border-bottom:none;
	}

	.hero-side-image-row {
		display:flex;
		display: -ms-flexbox;
	    display: -webkit-flex;
	    align-items: center;
	}

	.hero-side-image-wrapper {
		padding:0;
		max-width:none;
	}

	.vertical-center-row {
		display;flex;
		display: -ms-flexbox;
	    display: -webkit-flex;
	    align-items: center;
	}

	.off-screen-image-col {
		position:relative;
		height:520px;
	}

	.right-col.off-screen-image-col img {
		left:10px;
	}

	.off-screen-image-col img {
		position: absolute;
	    top: 0;
	    width: auto;
	    height: 520px;
	    max-width: none;
	}

	.big-screenshot {
		overflow: hidden;
	}

	.big-screenshot .left-col {
		padding-right:10%;
	}

	.big-screenshot .left-col p {
		margin-bottom:30px;
		line-height:1.25;
	}

	.section-block.terms, .section-block.privacy, .section-block.security {
		padding-top:158px;
	}

	.leadership .col-sm-3 {
		padding:0 20px;
	}

	.section-block.form-section {
		padding-top:0;
	}

	.row.form-row {
		position:relative;
		min-height:580px;
	}

	.contact-form .row.form-row {
		min-height:660px;
	}

	.contact-form .hs-form-field {
	    width: 50%;
	    float: left;
	    padding: 15px;
	}

	.contact-form .mktoFormRow:nth-of-type(7), .contact-form .mktoFormRow:nth-of-type(18) {
	  	width:100%
	}

	#rsvp-popup .mktoFormRow:nth-of-type(17) {
	  	width:100%
	}

	.contact-form .hs_notes__c {
		width:100%;
	}

	.form-section .form-container {
		width:100%;
		max-width:820px;
		padding: 25px 15px;
		margin:0 auto;
		position:absolute;
		background:white;
		z-index:2;
		right:0;
		left:0;
		top:-60px;
	}

	.icon-title-overflow {
		margin:-5px 0 10px 47px;
	    display: block;
	    float: left;
	}

	.icon-content-wrapper p {
		clear:both;
	}

	/**** Footer ****/

	.footer-button a {
		max-width:82px;
	}

}

/************** Bootstrap Overrides **************/

.container {
	padding-right: 30px;
    padding-left: 30px;
}


@media ( min-width: 1200px ) {
    .row-lg-flex-center {
        display:flex;
		display: -ms-flexbox;
	    display: -webkit-flex;
        align-items:center;
    }

    .offering-technology {
    	max-width:1000px;
    	margin:0 auto;
    }

    .offering-technology .offering-box, .offering-topper {
    	max-width: 450px;
    }

    .offering-services .offering-box {
    	max-width: 375px;
    }

	.screenshot-gif {
		position: absolute;
	    top: 57px;
	    width: 405px;
	    left: 83px;
	}

	.cta-box {
		display:block;
		max-width: 262px;
    	padding: 25px;
	}

	.cta-box img {
		height:110px;
	}

	.cta-text h3 {
		margin-bottom:10px;
		padding-top:30px;
		font-size:20px;
		line-height: 1.25;
	}

	.cta-descrip {
		margin-bottom:20px;
	}

	.cta-text .primary-button {
		font-size:16px;
	}

	.cta-text .larger-button-text {
		display:inline;
	}

	.cta-text .smaller-button-text {
		display:none;
	}

}

@media (min-width: 1280px) {
	.container {
	    width: 1280px;
	}

	.press-kit-box-container {
		width:1150px;
	}

	.press-kit-stats {
		padding:0 70px;
	}

	.hero-side-image-wrapper {
		padding:0 60px;
	}

	.customer-logo-section .customer-logo-helper {
	    padding:0 35px;
	}

	.screenshot-gif {
		position: absolute;
	    top: 63px;
	    width: 447px;
	    left: 92px;
	}

}

@media (min-width: 468px) {
	.platform-shield-col img {
	    max-width: 185%;
	    position: relative;
	    left: -32%;
	}

	.static-subscribe-cta-form .mktoForm .mktoButtonRow {
		padding:0 30px!important;
		width:30%!important;
		clear:none;
	}

	.static-subscribe-cta-form .mktoForm button.mktoButton {
		margin:0 auto;
	}
}

/*** Vertical Alignment with Flexbox ***/
.row-xs-flex-center {
    	display:flex;
		display: -ms-flexbox;
	    display: -webkit-flex;
    align-items:center;
}
@media ( min-width:768px ) {
    .row-sm-flex-center {
        display:flex;
		display: -ms-flexbox;
	    display: -webkit-flex;
        align-items:center;
    }

    .press-kit-stats .row:first-child {
		margin-bottom:45px;
	}

	.promotion-banner .promotion-text {
		text-align:left;
	}

	.promotion-banner .promotion-icon {
	    margin: 0;
	}

	.platform-shield-col img {
		max-width: 211%;
		float: left;
		right: 310px;
		position: relative;
		left:auto;
	}

	.level-page .overlap-gray:before {
		height:1400px;
	}

	.follower-card {
		max-width: 500px;
	    float: right;
	}

	.follower-card ul {
		margin-bottom:0;
	}

	.checkmark-follower-card .follower-card {
		max-width:585px;
	}

	.sticky-col {
		position: sticky;
		position: -webkit-sticky;
    	top: 109px;
	}


	body:not(.twentyseventeen-front-page).single-post .entry-header {
	    padding: 55px 30px 0 30px;
	}
}
@media ( min-width: 992px ) {
    .row-md-flex-center {
        display:flex;
		display: -ms-flexbox;
	    display: -webkit-flex;
        align-items:center;
    }


	.cta-box {
		display:block;
	}

}

@media screen and (min-width: 54em) {
	body:not(.twentyseventeen-front-page).single-post .entry-header {
	    padding: 55px 70px 0 70px;
	}
}


@media (max-width:767px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		margin-bottom: 70px;
	}

	.plan-option {
		margin-bottom:15px;
	}

	.row .col-lg-1:last-child, .row .col-lg-10:last-child, .row .col-lg-11:last-child, .row .col-lg-12:last-child, .row .col-lg-2:last-child, .row .col-lg-3:last-child, .row .col-lg-4:last-child, .row .col-lg-5:last-child, .row .col-lg-6:last-child, .row .col-lg-7:last-child, .row .col-lg-8:last-child, .row .col-lg-9:last-child, .row .col-md-1:last-child, .row .col-md-10:last-child, .row .col-md-11:last-child, .row .col-md-12:last-child, .row .col-md-2:last-child, .row .col-md-3:last-child, .row .col-md-4:last-child, .row .col-md-5:last-child, .row .col-md-6:last-child, .row .col-md-7:last-child, .row .col-md-8:last-child, .row .col-md-9:last-child, .row .col-sm-1:last-child, .row .col-sm-10:last-child, .row .col-sm-11:last-child, .row .col-sm-12:last-child, .row .col-sm-2:last-child, .row .col-sm-3:last-child, .row .col-sm-4:last-child, .row .col-sm-5:last-child, .row .col-sm-6:last-child, .row .col-sm-7:last-child, .row .col-sm-8:last-child, .row .col-sm-9:last-child, .row .col-xs-1:last-child, .row .col-xs-10:last-child, .row .col-xs-11:last-child, .row .col-xs-12:last-child, .row .col-xs-2:last-child, .row .col-xs-3:last-child, .row .col-xs-4:last-child, .row .col-xs-5:last-child, .row .col-xs-6:last-child, .row .col-xs-7:last-child, .row .col-xs-8:last-child, .row .col-xs-9:last-child {
		margin-bottom:0;
	}

	.section-block.full-height-image-left .mobile-img, .section-block.full-height-image-right .mobile-img {
		display:block;
		margin-bottom:70px;
	}

	.section-block.full-height-image-left {
		background-image:none!important;
		padding:0 0 70px 0;
	}

	 .section-block.full-height-image-right {
	 	background-image:none!important;
		padding:70px 0 0 0;
	 }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

	.attack-rotate-image-col {
		min-height:600px;
	}
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .three-pillars-section.big-icon-section .icon-col {
		padding:0 45px;
		min-height:375px;
	}
}

/* Terminus Image Override */
img[src*="terminus"] {
	display:none;
}