/*
Custom CSS For FPComplete

#1 General
#2 Overlays and Top Spacing
#3 Nav
#4 Dropdown Mega Menu
#5 Small Drop Downs
#6 Search Dropdown
#7 Splide Sliders
#8 Custom Buttons
#9 Backgrounds
#10 Titles
#11 Text Colors
#12 Borders
#13 Custom Page Components
#14 Custom Modals
#15 Biographys - About Page
#16 Blog
#17 Blog Filter
#18 Social Icons
#19 Footer
#20 Responsive

*/

/*#1 General*/
body{
	font-family: 'Calibre';
	font-size: 18px;
}

img{
	max-width: 100%;;
}

pre{
	padding:10px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Exo 2.0';
	font-weight: bold;
}
.display-1, .display-2, .display-3, .display-4, .display-5{
	font-weight: bold;
}
.display-5 {
    font-size: 2.5rem;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.5rem;
    line-height: 1.2;
}
p#page-description {
	font-size: 1.2em;
	font-family: 'Exo 2.0';
}
a, a:hover {
	color:#ff8d6e;
}
.text-light strong, .text-light b {
	color:#ff8d6e;
}

/*#2 Overlays and Top Spacing*/
.overlay{
	background-color: rgba(6,33,63, .9);
	padding: 150px 0px;
	height: 100%;
}
.overlay-small{
	background-color: rgba(6,33,63, .9);
	padding: 150px 0px 100px;
	height: 100%;
}
.overlay-custom{
	background-color: rgba(6,33,63, .9);
	padding: 150px 0px 0px 0px;
	height: 100%;
}
.top-sized{
	background-size: cover !important;
	background-position: center center !important;
	padding: 150px 0px;
}
.home-top{
	background-size: cover !important;
    background-position: center center !important;
    padding: 120px 0px 50px;
	overflow: hidden;
}
.top{
	background-size: cover !important;
	background-position: center center !important;
}
.inside-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .8;
    left: 0;
    top: 0;
}
.inside-overlay-content{
	z-index: 9;
	position: relative;
}
.simple-header{
	width:100%;
	height:400px;
}
.nav-header{
	width:100%;
	min-height:100px;
}
h1 i{
	padding-right: 10px;;
}
/* #3 Nav*/
.navbar{
	transition:.3s ease;
}
nav img.main-logo{
	filter:brightness(0) invert(1);
}
nav i.fa {
    font-size: 30px;
	margin-top: -5px;
	color: #fff;
}
nav .nav-link{
	color:#ffffff;
}
.scrolled-nav{
	background-color:rgba(255,255,255,1);
	box-shadow: 0 0 10px #dddddd;
}
.scrolled-nav img.main-logo{
	filter:none;
}
.scrolled-nav .nav-link{
	color:#06213f;
}
nav a:hover, .scrolled-nav .nav-link:hover{
	color:#ff8d6e;
}
.nav-item{
	border-bottom: 15px solid transparent;
}
.nav-item.show{
    border-bottom: 15px solid #ff8d6e;
}
a.nav-cta{
    background: #fe7352;
    padding: 5px 20px 0px !important;
    border-radius: 30px;
	margin-top: 2px;
	transition:.3s ease;
}
nav .navbar-nav a.nav-cta:hover{
	background: #1aa9e2;
	color:#fff;
}

/* #4 Dropdown Mega Menu */
.dropdown-menu{
	width:100%;
	border-top: 5px solid #ff8d6e;
	top: 90%;
}
.hide-mobile {
    padding: 80px 0px 80px 30px;
}
.hide-mobile img {
    display: block;
    margin: auto;
    border-right: 3px solid #1260C7;
    margin-right: 0;
    padding-right: 30px;
}

nav .dropdown-item {   
    width: 50%;
    float: left;
    clear: none;
    font-size: 20px;
    border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 30px;
}
.subhead {
    display: block;
    white-space: normal;
    font-size: 14px;
}
/* #5 Small Drop Downs */
.small-dropdown{
	position: relative;
}
.small-dropdown .dropdown-menu{
	min-width: 300px;;
}
nav .small-dropdown .dropdown-item {   
    width: 100%;
    float: none;
    clear: both;
    font-size: 20px;
    border-bottom: none;
	border-left: none;
	padding: 5px;
}
.small-dropdown.nav-item.show {
    border-bottom: none;
}
/* #6 Search Dropdown */
.search-nav-item{
	position: relative;
}
.search-dropdown {
    width: 300px;
    left: -150px;
}
.search-dropdown input{
	width:100%;
}
/* #7 Splide Sliders */
.splide__arrow{
	background:none;
	fill: #06213F;
}
.text-light .splide__arrow{
	background:none;
	fill: #fff;
}

.splide  .splide__arrow svg {
    width: 2.5em;
    height: 2.5em;
}
.splide  .splide__slide i{
	font-size: 93px;
}
.splide  .splide__slide p{
	padding: 15px 0px;
}
#carousel img {
	width : 100%;
	height: auto;
}
.carousel .splide__arrow--prev {
    left: -3em;
}
.carousel .splide__arrow--next {
    right: -3em;
}
.carousel .splide__pagination {
	bottom: -3em;
}
.three-panel-carousel .splide__arrow--next {
    right: -50px;
}
.three-panel-carousel .splide__arrow--prev {
    left: -50px;
}
.three-panel-carousel .splide__track{
	min-height: 650px;
}
.mh-slide {
	min-height:400px;
}
.video-library .mh-slide {
	min-height:465px;
}
.video-library #customSoftware .mh-slide {
	min-height:505px;
}
.lower-pagination{
	bottom:-30px;
}
.carousel svg{
	stroke: #979797;
	fill: none;
	transform: scaleX(-1);
}

.carousel .splide__arrow--prev svg {
    transform: scaleX(1) !important;
}

.lower-pagination .splide__pagination__page.is-active{
	background: #143E75;
}
/* #8 Custom Buttons */
a.button-coral{
	background:#fe7352;
	padding:15px 30px 10px;
	border-radius:30px;
	color:#fff;
	transition: .3s ease;
	display:inline-block;
}
a.button-coral:hover{
	background:#1aa9e2;
	color:#fff;
	text-decoration:none;
}

a.button-coral-outline{
	border:#fe7352 solid 1px;
	color:inherit;
	padding:15px 40px 10px;
	border-radius:30px;
	font-weight: bold;
	transition: .3s ease;
	display:inline-block;
}
a.button-coral-outline:hover{
	background:#fe7352;
	color:#fff;
	text-decoration:none;
}

a.button-deepblue{
	background:#06213f;
	padding:15px 30px 10px;
	border-radius:30px;
	color:#fff;
	font-weight: bold;
	transition: .3s ease;
	display:inline-block;
}
a.button-deepblue:hover{
	background:#143e75;
	color:#fff;
	text-decoration:none;
}

a.button-brightblue{
	background:#1aa9e2;
	padding:15px 30px 10px;
	border-radius:30px;
	color:#fff;
	font-weight: bold;
	transition: .3s ease;
	display:inline-block;
}
a.button-brightblue:hover{
	background:#fe7352;
	color:#fff;
	text-decoration:none;
}

a.button-brightblue-outline{
	border:#1aa9e2 solid 1px;
	color:inherit;
	padding:15px 40px 10px;
	border-radius:30px;
	font-weight: bold;
	transition: .3s ease;
	display:inline-block;
}
a.button-brightblue-outline:hover{
	background:#1aa9e2;
	color:#fff;
	text-decoration:none;
}

a.button-blue-gradient{
	background: rgb(26,169,226);
	background: -moz-linear-gradient(90deg, rgba(26,169,226,1) 0%, rgba(20,62,117,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(26,169,226,1) 0%, rgba(20,62,117,1) 100%);
	background: linear-gradient(90deg, rgba(26,169,226,1) 0%, rgba(20,62,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1aa9e2",endColorstr="#143e75",GradientType=1);
	color:#fff;
	font-weight: bold;
	padding:15px 40px 10px;
	border-radius:30px;
	transition: .3s ease;
	display:inline-block;
}
a.button-blue-gradient:hover{
	background: rgb(26,169,226);
	background: -moz-linear-gradient(90deg, rgba(20,62,117,1) 0%, rgba(26,169,226,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(20,62,117,1) 0%, rgba(26,169,226,1) 100%);
	background: linear-gradient(90deg, rgba(20,62,117,1) 0%, rgba(26,169,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#143e75",endColorstr="#1aa9e2",GradientType=1);
	color:#fff;
	text-decoration:none;
}

a.bigbutton{
	font-size: 26px;
	padding: 10px 80px 5px;
}
/* #9 Backgrounds */

.deep-blue{
	background: #06213f;
}
.complete-blue{
	background:#143e75;
}
.light-coral{
	background: #ff8d6e;
}
.dark-coral{
	background: #fe7352;
}

/* #10 Titles */
.fp-title:before {
    content: '';
    background: url(/images/fp-title-icon.png);
    background-position: center center;
    background-size: contain;
    height: 60px;
    width: 60px;
    display: inline-block;
    background-repeat: no-repeat;
}

.fp-title-dark:before {
    content: '';
    background: url(/images/fp-title-icon-dark.png);
    background-position: center center;
    background-size: contain;
    height: 60px;
    width: 60px;
    display: inline-block;
    background-repeat: no-repeat;
}
.k360-title:before{
	content: '';
    background: url(/images/kube360-cube.png);
    background-position: center center;
    background-size: contain;
    height: 60px;
    width: 60px;
    display: inline-block;
    background-repeat: no-repeat;
}

/* #11 Text Colors */
.green-text{
	color:#178f3c;
}
.bright-blue-text{
	color: #1aa9e2;
}
.complete-blue-text{
	color: #143e75;
}

.deep-blue-text{
	color: #06213f !important;
}

.light-coral-text{
	color:#ff8d6e;
}
.dark-coral-text{
	color:#fe7352;
}

.light-coral-bg-white-text{
	color:#fff;
	background-color:#fe7352;
}

/* #12 Borders */
.border-blue-thick {
    border-color: #143e75 !important;
    border-width: 5px !important;
}
.border-2{
	border-width: 5px !important;
}

.border-3{
	border-width: 10px !important;
}

/* #13 Custom Page Components */
div .block{
	padding:80px 20px;
	background-position: center center !important;
	background-size: cover !important;
}
.block h4, .block p{
	padding:20px 0px;
}
.block:nth-child(even){
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.tr-box{
	background: rgba(255,255,255,.85);
	box-shadow:0px 0px 13px #000;
}
.large-list{
	font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.large-list li{
	padding: 5px 0px;
}
.no-max-width{
	max-width: none;
}
.bottom-40{
	bottom:40px;
	left: 30px;
}

#how-we-do-it #pills-tab .nav-item{
	width:20%;
}

#how-we-do-it #pills-tab .nav-link {
    color: #143e75;
    border-bottom: 2px solid #FE7352;
    border-radius: 0;
    margin: 0px 30px;
    min-height: 78px;
    font-weight: 600;
    font-size: 20px;
}
#how-we-do-it #pills-tab .nav-link.active{
	color:#fff;
	background-color: #FE7352;
}



.w-10 {
    width: 10%!important;
}
.h-50px{
	height:50px !important;
}
.fp-hr{
	width:75%;
	height: 2px;
	background-color: #ff8d6e;
	margin:20px 0px;
}
.up-sq{
	transition:.3s ease;
	margin-top: 15px;
	min-height: 335px;
}
.up-sq:hover{
	color:#fff;
	background-color: #06213f;
	margin-top: 0px !important;
	padding-bottom:40px;
}

/*IT Compliance*/
#cert-prep .nav-link {
    color: #143e75;
    border-bottom: 2px solid #FE7352;
    border-radius: 0;
    margin: 0px 30px;
    font-weight: 600;
    font-size: 20px;
}
#cert-prep #pills-tab .nav-link.active{
	color:#fff;
	background-color: #FE7352;
}

.coral-underline{
	border-bottom: 2px solid #FE7352;
}

.hide-arrows .splide__arrow {
	display:none;
}

.quote-top {
    position: absolute;
    top: -20px;
    left: -20px;
}
.quote-bot {
    position: absolute;
    bottom: -10px;
    right: -40px;
}

.it-compliance-slider .mh-slide {
	min-height:430px;
}

/* #14 Custom Modals */
.modal-img {
    max-width: 100%;
}

/* #15 Biographys - About Page */
.bio{
	display:none;
}
.biopics img{
	border: 4px solid transparent;
	border-radius: 10px;
	transition: .3s ease;
}
.biopics img:hover{
	border: 4px solid #FE7352;
	cursor:pointer;
}

/* #16 Blog */
.banner-overlay{
	background:rgba(6,33,63, .9);
	padding:180px;
}
.blog-sidebar{
	background: #373737;
	padding:15px;
}
.blog-sidebar li a{
	color:#fff;
	padding-bottom: 10px;
}
.blog-post{
	padding: 5px 0px;
}
.hidden{
	opacity: 0;
}

.card-header {
 margin-top: 20px;
 border: 0;
 background: #fff;
	font-size: 0.75em;
}

.card-header span {
	padding: 10px 10px 5px 10px;
}

.card-body{
  padding-top: 0px;
}

.thumbnail-profile {
  width:100%;
  max-width: 50px;
  background-color: #06213F;
}
/* #17 Blog Filter */
.blog-topics a{
	transition: .3s ease;
}
.activeFilter{
    background-color: #06213F;
    color: #fff !important;
    padding: 10px 20px 8px;
    border-radius: 30px;
}
.hide-important{
	display:none !important;
}
.filter-forward, .filter-back, .filter-end, .filter-start{
	cursor: pointer;
}

/* #18 Social Icons */
.social i{
	font-size: 30px;
}

/* #19 Footer */
.footer{
	border-top: 5px solid #06213f;
}
footer .block:nth-child(even) {
    border-left: 5px solid #06213f;
    border-right: 5px solid #06213f;
}
.footer a{
	font-size: 16px;
	color:#fff;
}
.footer img{
	padding-top: 38% !important;
	width:60%;
	display: block;
	margin:auto;
}
.footer div .block {
    padding: 20px;
}
footer h3{
	font-size: 1.5rem;
}


/* #20 Responsive */
.onlymobile{
	display:none;
}
/*Smaller Desktop Monitors and Laptops*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	/*Nav*/
	.nav-item {
		font-size: 14px;
	}
	/*Titles*/
	.h3, h3 {
		font-size: 1.65rem;
	}
	.display-4 {
		font-size: 3.2rem;
	}
	.display-5 {
		font-size: 2.3rem;
	}
	.display-6 {
		font-size: 1.1rem;
	}
	/*Padding and Margin Removers*/
	.sm-nopad{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/*Text Reduction*/
	.k360-icons{
		font-size: 80%;
	}
	/*Image Reduction*/
	.sm-maximage-150{
		max-width: 150px;;
	}
	/*Footer*/
	footer h3 {
		font-size: 1.2rem;
	}
	/*Slider Arrows*/
	.three-panel-carousel .splide__arrow--next {
		right: -25px;
	}
	.three-panel-carousel .splide__arrow--prev {
		left: -25px;
	}
	.carousel .splide__arrow--next {
		right: -1em;
	}
	.carousel .splide__arrow--prev {
		left: -1em;
	}
	/*Home Page Tabs*/
	#how-we-do-it #pills-tab .nav-link{
		margin: 0px 20px;
	}
}

/*Tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.onlymobile{
		display:block;
	}
	.onlydesktop{
		display: none;
	}
	/*Nav*/
	.navbar-nav{
		background: #ffffff;
		padding:0px 20px;
		text-align: center;
	}
	.navbar .nav-link{
		color:#06213f;
		display: inline-block;
		font-size: 2rem;
	}
	.navbar-nav i.fa {
		font-size: 30px;
		margin-top: -5px;
		color: #06213f;
	}
	.scrolled-nav i.fa {
		color: #06213f;
	}
	nav .small-dropdown .dropdown-item {
		text-align: center;
		padding: 10px 0px;
	}
	/*Headers*/
	.top-sized, .top .overlay{
		padding: 130px 0px 50px;
	}
	.top-sized img {
		max-width: 400px;
		margin: auto;
		display: block;
	}
	.banner-overlay {
		padding: 130px 0px 50px;
	}
	/*Text Reduction*/
	.k360-icons{
		font-size: 109%;
	}
	/*Image Reduction*/
	.sm-maximage-150{
		max-width: 120px;;
	}
	.mobile-maximage-150{
		max-width: 150px;
		height:auto;
	}
	.mobile-add-pad-50{
		padding-top: 50px;
	}
	.rtta-img{
		width:100%;
		height: auto;
	}
	.no-max-width {
		max-width: none;
		position: relative;
		left: -50%;
		z-index: 0;
	}
	.home-top h1, .home-top p{
		z-index: 1;
		position: relative;
	}
	.home-cards img{
		max-width: 100px;
		margin: 0 auto 20px !important;
		display: block;
	}
	/*Splide SLider*/
	.carousel .splide__arrow--prev {
		top: 40%;
		left: -2em;
	}
	.carousel .splide__arrow--next {
		top: 40%;
		right: -2em;
	}
	/*Slider Arrows*/
	.three-panel-carousel .splide__arrow--next {
		right: -25px;
	}
	.three-panel-carousel .splide__arrow--prev {
		left: -25px;
	}
	.carousel .splide__arrow--next {
		right: -1em;
	}
	.carousel .splide__arrow--prev {
		left: -1em;
	}
	/*Home Page Tabs*/
	#how-we-do-it #pills-tab .nav-link{
		margin: 0px 1px;
    	font-size: 18px;
	}
	/*Padding and Margin Removers*/
	.mobile-nopad{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/*Specific Page Alterations*/
	.bottom-40 {
		bottom: 40px;
		left: 50px;
	}
	.services section img{
		padding-top: 60px;
	}
	.devops-pillars .col-sm-4{
		padding: 15px !important;
	}
	/*Footer*/
	.logo-holder{
		order:5;
	}
	footer h3 {
		font-size: 1rem;
	}
	.footer img {
		padding-top: 2% !important;
		width: 40%;
	}
	.footer .col-sm {
		flex-grow: unset;
		flex-basis: unset;
		width: 30%;
		max-width: 30%;
		display: block;
	}
}

/*Phones*/
@media (max-width: 767.98px) { 
	.onlymobile{
		display:block;
	}
	.onlydesktop{
		display: none;
	}
	body{
		overflow-x: hidden;
	}
	/*Nav*/
	.navbar-brand{
		width:30%;
		padding:0;
	}
	.navbar-nav{
		background: #ffffff;
		padding:0px;
		text-align: center;
	}
	.navbar .nav-link{
		color:#06213f;
		display: inline-block;
		font-size: 1.4rem;
	}
	.navbar-nav i.fa {
		font-size: 30px;
		margin-top: -5px;
		color: #06213f;
	}
	.nav-item {
		border-bottom: 6px solid transparent;
	}
	.scrolled-nav i.fa {
		color: #06213f;
	}
	nav .small-dropdown .dropdown-item {
		text-align: center;
		padding: 10px 0px;
	}
	.search-dropdown {
		width: 250px;
		left: -150px;
	}
	.navbar-collapse{
		position: relative;
	}
	.mobile-nav-icon{
		padding-top: 5px;;
	}
	.small-dropdown .dropdown-menu {
		min-width: 200px;
	}
	/*Buttons*/
	a.bigbutton {
		padding: 10px 20px 5px;
	}
	/*Splide Sliders*/
	.splide{
		overflow: hidden;
	}
	.splide.carousel{
		overflow: unset;
	}
	.splide .splide__arrow svg{
		display: none;
	}
	.carousel .splide__pagination {
		bottom: -0em;
		position: relative;
	}
	.client-slider-container{
		overflow: hidden;
	}
	.splide .splide__slide p{
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.splide__slide img{
		max-height: 100%;
	}
	/*Headers*/
	.top-sized, .top .overlay, .top .overlay-small, .banner-overlay{
		padding: 80px 0px 50px;
	}
	/*Border*/
	.border-3 {
		border-width: 0px !important;
	}
	/*Titles*/
	.h3, h3 {
		font-size: 1.65rem;
	}
	.display-4 {
		font-size: 3rem;
	}
	.display-5 {
		font-size: 2rem;
	}
	.display-6 {
		font-size: 1.1rem;
	}
	/*Padding and Margin Removers*/
	.mobile-nopad{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.mobile-nopad-top{
		padding-top: 0px !important;
	}
	.mobile-nomargin-top{
		margin-top: 0px !important;
	}
	/*Home Page Fixes*/
	.home-top {
		padding: 30px 0px 50px;
	}
	.no-max-width {
		max-width: 100%;
		display: none;
	}
	.home-cards .col-sm-6 .h-100{
		padding: 15px !important;
	}
	.home-cards .col-sm-6 .h-100 img{
		max-width: 100px;
		display:block;
		margin: 15px auto !important;
	}
	.bottom-40 {
		position: relative !important;
		bottom: auto;
		left: 0;
		margin: 0 0 0 -15px;
	}
	.bottom-40 a{
		display:block;
		margin:0 !important;
		padding-top: 15px;
	}
	.home-cards .col-sm-6 .h-100 .row.pb-5{
		padding-bottom: 0px  !important;
	}
	#how-we-do-it #pills-tab .nav-item {
		width: 50%;
	}
	#how-we-do-it #pills-tab .nav-link {
		margin: 5px 5px;
		min-height: 0;
		font-size: 18px;
	}
	#how-we-do-it .tab-content .offset-sm-1.col-sm-5{
		padding:15px !important;
	}
	/*Specific Page FIxes*/
	.why-fp .col-sm-4{
		padding-bottom: 50px;
	}
	.k360-icons .col-sm{
		margin-bottom: 20px;
	}
	.sm-maximage-150{
		margin-bottom: 30px;;
	}
	.imgfix, .rtta-img{
		width:100%;
		height:auto;
	}
	.services .display-4{
		font-size: 2.1rem;
	}
	.blog-nav .mr-5{
		margin-right: 15px !important;
	}
	.blog-nav .ml-5{
		margin-left: 15px !important;
	}

	/*Footer*/
	.logo-holder{
		order:5;
	}
	.footer img {
		padding-top: 40px !important;
		width: 40%;
	}
}

.blog-body blockquote {
    margin-left: 0.5em;
    border-left: 3px solid #ff8d6e;
    padding-left: 0.5em;
}

/* Share bar */
.share-bar-wrapper {
	font-size: 120%;
	text-align: center;
	margin: 1em 0;
}

.share-bar-inner {
	background-color: rgba(26, 169, 226, .25);
	max-width: 400px;
	padding: 0.5em;
	border-radius: 1em;
	display: inline-block;
	line-height: 1em;
}

.share-bar-inner a:hover {
	text-decoration: none !important;
}

/* Blog contact */
.blog-contact {
	text-align: center;
	font-family: 'Exo 2.0';
	font-weight: bold;
	font-size: 110%;
	background-color: rgba(26, 169, 226, .25);
	padding: 0.5em;
	margin: 2em 0;
	border-radius: 1em;
}

.blog-contact p {
	margin-bottom: 0;
}

/* Training */
.training-form {
    padding: 1em;
    border: 1px solid black;
    background-color: rgba(255, 141, 110, 0.1);
	border-radius: 1em;
}

/* Kube360 */
.benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.benefits ul, .benefits li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.1em;
	margin-top: 1em;
}

.benefits > div {
	width: 200px;
	padding: 1rem;
    border: 1px solid #ccc;
	box-shadow: 2px 2px #ddd;
	margin-bottom: 1rem;
}

#kube-testimonial blockquote {
	font-size: 1.8rem;
}

.kube360-runs img {
	max-height: 80px;
}

.kube360-runs, .about-kube360 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-kube360 > div {
	margin-bottom: 1.5rem;
}

.kube360-runs > li {
	padding: 0;
	margin: 0;
}

.about-kube360 img {
	height: 150px;
	padding-bottom: 1.5rem;
}

.kube360-hero-buttons > a {
	margin-right: 1rem;
}

@media (max-width: 767.98px) { 
	.kube360-hero-buttons {
		text-align: center!important;
	}

	.kube360-hero-buttons > a {
		margin: 0;
	}

	.about-kube360, .benefits, .kube360-runs {
		flex-flow: column;
		text-align: center;
		align-items: center;
	}

	.kube360-runs > li {
		padding-bottom: 1rem;
	}
}

/* Responsive YouTube videos */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Homepage */
#why-fpco {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#why-fpco > a {
	margin: 0.5rem;
}

#why-fpco img {
	max-width: 100%;
	max-height: 100px;
}

@media (max-width: 1000px) {
	#why-fpco {
		justify-content: center;
	}
}

/* Other */
.blog-cta {
	text-align: center;
}

.blog-cta img {
	max-width: 95%;
}

/* Video library */
#video-library {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0 2rem 2rem 2rem;
	justify-content: center;
	flex-wrap: wrap;
}

#video-library > li {
	width: 400px;
	max-width: 100%;
	text-align: center;
	margin: 0.5rem;
	padding: 0.5rem;
	border: 1px solid #ccc;
	box-shadow: 2px 2px #ddd;
}

#video-library > li > a {
	font-weight: normal;
	font-size: 1.4em;
	color: rgba(21,62,116, .8);
	display: block;
	margin-top: 0.5rem;
}

#video-library > li > a > i {
	font-size: 0.6em;
}

.video-other-links {
	line-height: 1em;
	font-size: 120%;
	text-align: center;
	margin: 1em auto 3em auto;
	display: flex;
	justify-content: center;
}

.video-other-links > ul {
	list-style: none;
	display: flex;
	background-color: rgba(26, 169, 226, .25);
	padding: 0.5em 1em;
	border-radius: 1em;
	align-items: center;
}

.video-other-links > ul > li {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #333;
	height: 100%;
}

.video-other-links > ul > li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

/* DevOps pages */
.devops-pillars h3 {
	color: #143e75;
}

#devops-offers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 3rem 0;
}

#devops-offers > div {
	width: 200px;
	padding: 1rem;
    border: 1px solid #999;
	box-shadow: 2px 2px #aaa;
	margin-bottom: 1rem;
	font-weight: bold;
}

#devops-offers > div > ul {
	padding-top: 0.5rem;
	text-align: left;
	font-weight: normal;
}

/* Jobs */
#jobs-jump > ul {
	list-style: none;
	margin: 1rem 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#jobs-jump > h2 {
	text-align: center;
}

#jobs-jump > ul > li > a {
	margin: 0 0.5rem;
}

#all-jobs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 2rem 0;
}

#all-jobs > section {
	border: 1px solid #ccc;
	background-color: rgba(26, 169, 226, .25);
	padding: 1.5rem 1.5rem 0 1.5rem;

	max-width: 800px;
	margin: 1rem 0;
}

@media (max-width: 1200px) {
	#all-jobs > section {
		box-shadow: unset;
	}
}

.general-requirements {
	max-width: 750px;
	margin: 1rem auto;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	padding: 1.5rem 1.5rem 0 1.5rem;
}
