/*****************************************/
/*********** CROWDSTRIKE-BASE ************/
/*****************************************/


/**** GENERAL STYLES ****/

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
}
h1 {
    font-family: "itc_avant_garde_gothic_proXLt";
    font-style: normal;
}
h2 {
	font-family:"Batman-Light", sans-serif;
}


@media (max-width: 767px) and (min-width: 320px) {
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
}
@media (min-width: 768px) {
    .visible-xs {
        display: none;
    }	
}







a.inline-link, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .entry-title a:hover {
    color: inherit;
}
a.inline-link,
a.text-link {
    color: inherit;
    text-decoration: underline !important;
}
a.btn:hover,
a:hover {
	text-decoration:none !important;
}
a.selected, a:active, a:focus {
	outline:none;
}


.center,
.textcenter,
.align-center {text-align:center !important;}

.caps {text-transform:uppercase !important;}

ul.unstyled {
	list-style-type:none !important;
	margin-left:0 !important;
}
.inline {display:inline;}
.bold {font-weight:600;}


hr {
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 10px 0;
  height: 0;
}

.grey-image {
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.color-image {
    filter: none;
    -webkit-filter: grayscale(0%);
}


@media (max-width: 767px) {
    .center-border {
        border-left:none !important;
        border-right:none !important;
    }
    .btn.center-mobile {
        text-align:center !important;
        display:block;
    }
    .center-mobile {
        text-align:center !important;
    }
}





/**** TYPOGRAPHY ****/
/** Batman **/
.batman {font-family: 'Batman-Book' !important;}
.batman-thin {font-family: 'Batman-Thin' !important;}
.batman-light {font-family: 'Batman-Light' !important;}
.batman-xlight, .batman-xl {font-family: 'Batman-ExtraLight' !important;}
.batman-medium {font-family: 'Batman-Medium' !important;}
.batman-semibold {font-family: 'Batman-Semibold' !important;}
.batman-bold {font-family: 'Batman-Bold' !important;}
.batman-black {font-family: 'Batman-Black' !important;}


/** Fatman **/
.fatman {font-family: 'Fatman-Book' !important;}
.fatman-light {font-family: 'Fatman-Light' !important;}
.fatman-medium {font-family: 'Fatman-Medium' !important;}
.fatman-semibold {font-family: 'Fatman-Semibold' !important;}
.fatman-bold {font-family: 'Fatman-Bold' !important;}
.fatman-black {font-family: 'Fatman-Black' !important;}






/**** BUTTONS ****/
.btn {
	font-family: 'karlaregular', Helvetica, sans-serif !important;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 20px;
	display: inline-block;
	color: #ffffff;
	margin: 0px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn:hover {
 	-webkit-transition: all .2s ease-out;
 	-moz-transition: all .2s ease-out;
 	-o-transition: all .2s ease-out;
 	-ms-transition: all .2s ease-out;
 	transition: all .2s ease-out;
}
.btn a {
	color: #ffffff;
}
a.btn {
	text-decoration:none;	
}
.btn-default {
	background-color: #4f5962;
	color: #ffffff;
}
.btn:hover,
.btn-default:hover {
	color: #ffffff;
}
.btn-primary {
	color: #ffffff;
	background-color: #038dbb;
}
.btn-mini {
	font-size: 12px;
	padding: 2px 6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.btn-small {
	font-size: 12px;
	padding: 4px 8px;
}
.btn-large {
	padding: 12px 26px;
}
.btn-huge {
	padding: 18px 40px;
}
.btn-block {
	display: block !important;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

/** btn borders **/
.theme-button, button, input[type=submit] {
	font-family: karlaregular;
	color: #fff;
	border-color:transparent;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.border-white-stat {border:1px solid #ffffff !important;}
.border-wide {border-width:2px !important;}

.border-teal {border-color:#2e8baa;}
.border-red {border-color:#ec3728;}
.border-darkgrey {border-color:#010101;}

.hover-to-teal:hover {background-color:#247c99 !important;}
.hover-to-red:hover {background-color:#c01f11 !important; color:#ffffff !important;}

.btn.bg-red.hover-to-white:hover {
	background-color:#ffffff !important;
	border-color:#ec3728 !important;
	color:#ec3728 !important;
}
.btn.bg-white.hover-to-teal:hover {
	background-color:#2e8baa !important;;
	color:#ffffff !important;
}






.right-col-text p {
    font-size: 17px;
    display: inline-table;
    margin-bottom: 26px;
}
.right-col-text p.bullet:before {
    font-family:'crowdstrike';
    content:'\e68f';
    display: table-cell;
    padding-right:10px;
    color:#9c9c9c;
    vertical-align: -webkit-baseline-middle;
}





/**** PAGE SECTIONS ****/
.page-section {
    padding: 50px 60px 37px 60px;
    max-width: 1280px;
    left: 0;
    right: 0;
    margin: auto;
}
.page-section-inner {
    max-width: 1080px;
    margin: auto;
    float: none !important;
}

h2.subhead-tag, p.subhead-tag {
    text-align: center;
    max-width: 850px;
    left: 0;
    right: 0;
    margin: 0 auto 96px;
}



@media (max-width: 500px) {
    .page-section {
        padding: 20px 15px;
    }    
}

.page-section.dark-bg {
    background-color: #2b2b2a;
}

a.cs-btn {
    background-color: #ec3525;
}

a.cs-btn:hover {
    background-color: #ca2112;
}

@media (max-width: 1100px) {
    .page-section-inner {
        padding-left:15px !important;
        padding-right:15px !important;
    }
}


.page-section h2 {
    font-family:"Batman-Light", sans-serif;
    letter-spacing:6px;
    color: #666;
    font-weight: 100;
    font-size: 40px;
    line-height: 52px;
    margin: 30px 0;
    text-align:center;
}
.page-section h3 {
    font-size: 34px;
    margin-bottom: 12px;
    letter-spacing:4px;
}
h3.mini-head {
    font-size: 18px !important;
}

.page-section p {
    font-size: 18px;
    font-family: 'karlaregular';
    color: #666;
}
.page-section p.loud {
	font-size: 22px;
	line-height: 32px;
}
p.bumpitup {
    font-size: 28px !important;
}

.page-section.blue-bg {
    background-color: #2e8baa;
    color: #fff;
}
.page-section.blue-bg h2,
.page-section.blue-bg h3,
.page-section.blue-bg p {
    color: #fff;
}




p.tall {line-height: 2em;}
.letter-spacing {letter-spacing:1px;}




@media (max-width: 767px) {
	.page-section {
		padding-top:20px;
		padding-bottom:20px;
	}
	.page-section h2 {
		font-size: 28px !important;
		line-height: 34px !important;
		letter-spacing: 2px;
	}
	.page-section h3 {
        	font-size: 22px;
        	line-height: 30px;
        	margin-bottom: 12px;
	}
	.page-section p {
		font-size:15px;
	}
	.page-section p.loud {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.page-section h2 {
    		font-size: 32px !important;
    		line-height: 40px;
	}
	.page-section h3 {
        	font-size: 28px;
        	line-height: 32px;
        	margin-bottom: 12px;
	}    
}






/**** BANNERS ****/
.intro-banner {
	text-align:center;
}
.intro-banner h1 {
	font-size: 58px;
	line-height: 64px;
	letter-spacing: .6px;
	margin-bottom:10px;
}
.intro-banner p {
	font-size: 1.4em;
	line-height: 1.4em;
}
.intro-banner.intro-banner-sm {
	padding-top:80px;
	padding-bottom:80px;
}
.intro-banner.intro-banner-lg {
	padding-top:140px;
	padding-bottom:140px;
}


@media (max-width: 414px) {
    .intro-banner.intro-banner-lg {
		padding-top:60px;
		padding-bottom:40px;
		height:auto;
		min-height:none;
	}
	.intro-banner.intro-banner-sm {
		height:auto;
		min-height:none;
		padding-top:40px;
		padding-bottom:40px;
	}
	.intro-banner h1 {
		font-size: 32px;
		line-height: 38px;
		letter-spacing: 0;
		margin-bottom:4px;
	}
 	.intro-banner p {
		font-size: 1.1em;
		line-height: 1.6em;
	}
	.page-section p.loud {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
        p.tall {line-height: inherit;}
        .small-align-center {
                text-align:center !important;
                padding-right:auto;
                padding-left:auto;
                float:none !important;
        }    
        .small-align-clear {
                clear:both;
                float:none !important;
        }    
        .intro-banner h1 { 
                font-size: 32px;
                line-height: 38px;
                letter-spacing: 0px; 
        }    
        .intro-banner p {
                font-size: 1.1em;
                line-height: 1.6em;
        }    
        .text-xl {
                font-size:18px !important;
                line-height:22px !important;
        }    
        .loud {
                font-size:15px;
                line-height:17px;
        }    
     
        .split-bg-text-highlight {font-size: 26px !important; line-height: 24px !important;}
     
        .side-by-side-p {font-size:15px !important; line-height:24px !important;}
     
        .lefty-icon {display:block; text-align:center;}
     
}


@media (min-width: 415px) and (max-width: 767px) {
    .intro-banner.intro-banner-lg {
		padding-top:60px;
		padding-bottom:60px;
		height:auto;
		min-height:none;
	}
	.intro-banner.intro-banner-sm {
		padding-top:40px;
		padding-bottom:40px;
		height:auto;
		min-height:none;
	}
	.intro-banner h1 {
		font-size:38px;
		line-height:44px
	}
 	.intro-banner p {
		font-size: 1.4em;
		line-height: 1.4em;
	}
}



@media (min-width: 768px) and (max-width: 1024px) {
    .intro-banner.intro-banner-lg {
		padding-top:80px;
		padding-bottom:80px;
		height:auto;
		min-height:none;
	}
	.intro-banner.intro-banner-sm {
		padding-top:80px;
		padding-bottom:80px;
		height:auto;
		min-height:none;
	}
	.intro-banner h1 {
		font-size:44px;
		line-height:48px
	}
 	.intro-banner p {
		font-size: 1.4em;
		line-height: 1.4em;
	}
	.text-xl {
		font-size:24px !important;
		line-height:30px !important;
	}
	.loud {
		font-size:18px;
		line-height:22px;
	}
	
	.split-bg-text-highlight {
		font-size: 36px !important;
		line-height: 34px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1345px) {
 	.intro-banner h1 {
		font-size: 54px;
		line-height: 64px;
		letter-spacing: .6px;
		margin-bottom: 10px;
	}
	.intro-banner p {
		font-size: 1.4em;
		line-height: 1.6em;
	}
	.text-xl {font-size:34px;}
}









/************* SPACINGS **************/
.width-90 {width:90%; margin:0 auto 0 auto;}
.width-80 {width:80%;}
.width-70 {width:70%; margin:0 auto 0 auto;}
.width-60 {width:60%; margin:0 auto 0 auto;}
.width-50 {width:50%; margin:0 auto 0 auto;}
.width-40 {width:40%; margin:0 auto 0 auto;}

.width-90, .width-80, .width-70, .width-60, .width-50, .width-40 {
	margin-left: auto !important; margin-right: auto !important;
}

@media (max-width: 767px) {
	.width-90, .width-80, .width-70, .width-60, .width-50, .width-40 {width:100%;} 
}

.gap {display:block;position:relative;margin:30px 0 30px 0;clear:both;}
.gap:after {clear:both;content:'';display:table;}
.gap-small {margin:15px 0 15px 0;}
.gap-mini {margin:10px 0 10px 0;}
.gap-big {margin:60px 0 60px 0;}
.gap-large {margin:90px 0 90px 0;}
.gap-top {margin-bottom:0 !important;}
.gap-bottom {margin-top:0 !important;}
.gap-border {border:0;border-top:1px solid #ededed;border-bottom:1px solid #fff;}


.pad-box50 {padding:50px;}
.pad-box40 {padding:40px;}
.pad-box30 {padding:30px;}
.pad-box20 {padding:20px;}


.margin-left-40 {margin-left:40px;}
.margin-left-50 {margin-left:50px;}
.margin-right-40 {margin-right:40px;}
.pad-left-20 {padding-left:20px;}
.pad-left-40 {padding-left:40px;}
.pad-right-40 {padding-right:40px;}
.pad-left-60 {padding-left:60px;}
.pad-right-60 {padding-right:60px;}


@media (max-width: 767px) {
	.margin-left-40 {margin-left:0px;}
	.margin-left-50 {margin-left:0px;}
	.margin-right-40 {margin-right:0px;}
	.pad-left-20 {padding-left:0px;}
	.pad-left-40 {padding-left:0px;}
	.pad-right-40 {padding-right:0px;}
	.pad-left-60 {padding-left:0px;}
	.pad-right-60 {padding-right:0px;}
}






/************* ICONS **************/
.circle-icon {border-radius:100%;}

.icon-xs {
	width:30px;
	height:30px;
	font-size:30px;
	line-height:30px;
}
.icon-sm {
	width:60px;
	height:60px;
	font-size:60px;
	line-height:60px;
}
.icon-lg {
	width:80px;
	height:80px;
	font-size:80px;
	line-height:80px;
}
.icon-xl {
	width:100px;
	height:100px;
	font-size:100px;
	line-height:110px;
}
.icon-xxl {
	width:140px;
	height:140px;
	font-size:140px;
	line-height:140px;
}

.lefty-icon {
	font-size:4em !important;
	color:#777777 !important;
	line-height:1em !important;
	display: table-cell;
	vertical-align: top;
}











/********** 4-UP FEATURE SECTION **********/
.four-col-feature {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom:50px;
}
.four-col-feature h4.cta-heading {
	font-family: "karlabold", Helvetica, Arial, sans-serif;	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.four-col-feature p {
    font-size:15px;
    line-height:22px;
}

/*** 4-UP Graphic Top Feature ***/
.four-col-feature.graphic-top img {
    height: 120px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
	.four-col-feature h4.cta-heading {
		
	}
}






/*********** 3-UP FEATURE SECTION **********/
.three-col-feature {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom:50px;
}
.three-col-feature h4.cta-heading {
    font-family: "karlabold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 20px;
}
.three-col-feature p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 10px;
    padding-left: 10px;
}

/*** 3-UP Graphic Top Feature ***/
.three-col-feature.graphic-top img {
    height: 180px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .three-col-feature.graphic-top img {
    	height: 120px;
    	margin-bottom: 20px;
    	margin-top: 30px;
    }
	.three-col-feature h4.cta-heading {
        	font-size: 20px;
	}
    .three-col-feature p {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0px;
        padding-left: 0px;
    }	 
}









/*********************************************/
/********* SPLIT BACKGROUND SECTIONS *********/
/*********************************************/
.side-by-side-p {
	text-align:left;
	font-size:20px;
	line-height:34px;
}
.split-bg-text-highlight {
	font-size:44px;
	line-height:52px;
}
.split-bg-section {
	padding-top:80px;
	padding-bottom:60px;
}

/* Incident Response */
.split-bg-section.bg-lightgrey-to-white {
	background:linear-gradient(to right, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%)
}

/* Join Our Team */
.split-bg-section.bg-teal-to-dark {
	background:linear-gradient(to right, rgb(46, 139, 170) 0%, rgb(46, 139, 170) 50%, rgb(73, 73, 73) 50%, rgb(73, 73, 73) 100%)
}

/* see demo */
.split-bg-section.bg-grey-to-dark {
	background:linear-gradient(to right, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 50%, rgb(41, 41, 41) 50%, rgb(41, 41, 41) 100%)
}
.split-bg-section.bg-limegreen-to-white {
	background:linear-gradient(to right, rgb(185, 204, 77) 0%, rgb(185, 204, 77) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.split-bg-section.bg-darkgrey-to-white {
	background:linear-gradient(to right, rgb(73, 73, 73) 0%, rgb(73, 73, 73) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.split-bg-section.bg-red-to-white {
	background: linear-gradient(to right, rgb(236, 56, 40) 0%, rgb(236, 56, 40) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.split-bg-section.bg-white-to-dark {
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(41, 41, 41) 50%, rgb(41, 41, 41) 100%);
}
.split-bg-section.bg-white-to-darkgrey {
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(73, 73, 73) 50%, rgb(73, 73, 73) 100%);
}
.split-bg-section.bg-white-to-light-grey {
	background:linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(239, 239, 239) 50%, rgb(239, 239, 239) 100%);
}
.split-bg-section.bg-xlight-grey-to-light-grey {
    background: linear-gradient(to right, rgb(247, 247, 247) 0%, rgb(247, 247, 247) 50%, rgb(239, 239, 239) 50%, rgb(239, 239, 239) 100%);
}
.bg-transparent-to-white {
	background:linear-gradient(to right, rgba(239, 239, 239,0) 0%, rgba(239, 239, 239,0) 50%, rgba(255, 255, 255,1) 50%, rgba(255, 255, 255,1) 100%)
}

.split-bg-dark {background-color:#292929;}
.split-bg-darkgrey {background-color:#494949;}
.split-bg-medium {background-color:#e0e0e0;}
.split-bg-grey {background-color:#cccccc;}
.split-bg-white {background-color:#ffffff;}
.split-bg-light-grey {background-color:#efefef;}
.split-bg-red{background-color:#ec3728;}


/**** Split BG Color Responsive Overrides ****/
@media (max-width: 767px) {
	.split-bg-section {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	.split-bg-section,
	.split-bg-section .upb_row_bg {
		background:none !important;
	}
	.split-bg-section > .container {
		max-width:100% !important;
	}
	.split-bg-section > .container .vc_column_container {
		padding-left:40px;
		padding-right:40px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}



/*****************************************/
/****** BEGIN CURRENT USAGE QUESTION *****/
.half-circle-down {
    margin: 0 0 -86px 0 !important;
    max-width: 100%;
    z-index: 1 !important;
    border: none !important;
	text-align:center;
}
.half-circle-down > div {
    height: 70px;
    width: 70px;
    margin: 0 auto;
}
.half-circle-down .arrow-down:before {
    font-family: 'crowdstrike' !important;
    content: "\e693" !important;
    z-index: 1;
    border: none;
    display: inline-block;
    font-size: 58px;
	line-height: 72px;
}
.half-circle-down .quotes-circle:before {
    font-family: 'crowdstrike' !important;
    content: "\e69d" !important;
    display: inline-block;
    font-size: 58px;
	line-height: 72px;
}

/* Triangles */
.section-sep-triangles::before,
.section-sep-triangles::after {
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.section-sep-triangles::before {
	top: -50px;
	background: #2980b9;
}
.section-sep-triangles::after {
	bottom: -50px;
	z-index: 0;
	background: inherit;
}

/*** TRIANGLE SECTION SEPARATORS ***/
.section-triangle-down:after {
	display: none !important;
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	bottom: -10px !important;
	left: 49%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 0;
}
.section-triangle-down.triangle-white:after {background-color:#ffffff;}
.section-triangle-down.triangle-darkgrey:after {background-color:#494949;}

.section-triangle-down.triangle-lightgrey:after {background-color:#efefef;}
.section-triangle-down.triangle-eoeoeo:after {background-color:#e0e0e0;}

.section-triangle-down.triangle-red:after {background-color:#ec3525;}
.section-triangle-down.triangle-teal:after {background-color:#2e8baa;}





/************* BULLETS **************/
p.bullet {
	display: inline-table;
}
p.bullet:before {
	font-family: 'crowdstrike';
	content: '\e68f';
	padding-right: 10px;
	/*color: #494949;*/
	font-weight:bold;
	vertical-align: -webkit-baseline-middle;
	display: table-cell;
	top:0;
	position: relative;
}




/************ CHECKMARKS *************/
p.checkmark {
    display: inline-table;
}
p.checkmark:before {
    font-family: 'crowdstrike';
    content: '\e370';
    display: table-cell;
    padding-right: 10px;
    color: #bacc4d;
    vertical-align: -webkit-baseline-middle;
    position: relative;
}
p.checkmark.red-check:before {
    color: #EC3828 !important;
}




/**** COLORS ****/
.white {color:#ffffff !important;}
.black {color:#000000 !important;}
.dark-grey {color:#3f3f3f !important;}
.grey {color:#5C5C5C !important;}
.light-grey {color:#c7c7c7 !important;}
.blue-grey {color:#67a1b9 !important;}
.blue-text {color:#71c5dd !important;}
.red {color:#ec3728 !important;}
.teal, .blue {color:#2e8baa !important;}
.yellow {color:#faff76 !important;}
.muted {color:#818181;}


.limegreen, .green {color:#bacc4d !important;}
.bg-limegreen {background-color:#bacc4d !important;}
.btn.bg-limegreen:hover {background-color: #aabe37 !important;}

.bg-mediumgrey {background-color:#818181; color:#ffffff;}
.bg-mediumgrey:hover {background-color:#636363; color:#ffffff;}
.bg-blue-grey {background-color:#67a1b9;}

.bg-teal {background-color:#2e8baa;}
.btn.bg-teal:hover {background-color:#247c99;}
.transparent-teal {color:#63b8d4;}

.bg-red {background-color:#ec3525; color:#fff;}
.btn.bg-red:hover {background-color:#ca2112;}

.bg-white {background-color:#ffffff;}
.bg-light {background-color:#efefef;}
.bg-lightgrey {background-color: #bcbdc1;}
.bg-grey {background-color: #58595b !important;}
.bg-darkgrey, .dark-grey-bg, .dark-bg {background-color: #494949; color:#fff;}
.bg-trans-black {background-color:rgba(0,0,0,0.4);}
.bg-trans-white {background-color:rgba(255,255,255,0.4);}
.bg-trans-white-more {background-color:rgba(255,255,255,0.8);}
.bg-trans-red {background-color:rgba(236, 55, 40, 0.6);}
.bg-trans-teal {background-color: rgba(99,184,212,0.4);}

.dark-gradient-bg {
    background: rgb(28,28,27);
    background: -moz-linear-gradient(top, rgb(28,28,27) 0%, rgb(86,87,89) 100%);
    background: -webkit-linear-gradient(top, rgb(28,28,27) 0%,rgb(86,87,89) 100%);
    background: linear-gradient(to bottom, rgb(28,28,27) 0%,rgb(86,87,89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1b', endColorstr='#565759',GradientType=0 );
}



#remediation-now .btn.ghost,
.btn.ghost,
#considering-mandiant .btn.ghost,
#promo-bar-internal .btn.ghost,
#our-methodology .btn.ghost,
#why-cs-intro-banner .btn.ghost {
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    margin-left: 0;
}
#ransomware-promo-banner .btn.ghost {
    position: relative;
    top: 42px;
}

.btn.ghost:hover,
#our-methodology .btn.ghost:hover,
#considering-mandiant .btn.ghost:hover,
#promo-bar-internal .btn.ghost:hover,
#remediation-now .btn.ghost:hover,
#why-cs-intro-banner .btn.ghost:hover {
    border-color: #ca2112 !important;
    background-color: #ca2112;
    -webkit-transition: .25s ease-in-out;
}





















/**** XXXXX ****/





/**** XXXXX ****/



