/*
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;
}
a{
	color:#ff8d6e;
	font-weight: 600;
}

.text-light a{
	color:#1aa9e2;
	font-weight: 600;
}

/*#2 Overlays and Top Spacing*/
.overlay{
	background-color: rgba(21,62,116, .8);
	padding: 150px 0px;
	height: 100%;
}
.overlay-small{
	background-color: rgba(21,62,116, .8);
	padding: 150px 0px 100px;
	height: 100%;
}
.overlay-custom{
	background-color: rgba(21,62,116, .8);
	padding: 150px 0px 0px 0px;
	height: 100%;
}
.top-sized{
	background-size: cover !important;
	background-position: center center !important;
	padding: 150px 0px;
}
.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__slide{
	text-align: center;
}
.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;
}

/* #8 Custom Buttons */
a.button-coral{
	background:#fe7352;
	padding:15px 30px 10px;
	border-radius:30px;
	color:#fff;
	font-weight: bold;
	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;
}

/* #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;
}
/* #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(21,62,116, .8);
	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;
}

/* #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;
	}
}

/*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;
	}
	/*Splide SLider*/
	.carousel .splide__arrow--prev {
		top: 40%;
		left: -2em;
	}
	.carousel .splide__arrow--next {
		top: 40%;
		right: -2em;
	}
	/*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*/
	.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 .splide__arrow svg{
		display: none;
	}
	.carousel .splide__pagination {
		bottom: -1em;
	}
	.splide .splide__slide p{
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	/*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;
	}
	/*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;
}
