@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#022f58;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Bold.otf') format("opentype");
    font-weight: 600;
    font-style: 600;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
    font-weight: 600;
    font-style: 600;
}

h1,h2,h3,h4 {
    font-family: Muller, sans-serif;
}
/* GENERAL CSS
 * --------------------------------------- */
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
body{
    font-family:  'Avenir',Montserrat, Arial, sans-serif; 
    color: #022f58;
	 text-align: center;
     letter-spacing: 0em;
	 overflow-x:hidden;
	
}
/** header **/
header.container-fluid{
	padding: 0;
	transition: all 0.5s ease;
}
header.fixed{
    position: fixed;
    z-index: 14;
    background: rgba(255, 255, 255, 0.8);
}
header .menu-container{
	height: 110px;
}

header.fixed .menu-container{
	height: 60px;
}
header .logo-container{
    padding: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
	z-index: 1;
	text-align: left;
}
header .logo-container img{
	max-width: 95%;
}
header.fixed .logo-container img {
    max-width: 150px;
}
header .navigation {
    padding: 2%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

header .nav{
	font-weight: 700;
	font-size: 0.8rem;
}

header .nav a{
	color: #185A63;
	letter-spacing: initial;
	font-size: 1rem;
}

header .nav-pills .nav-link{
	position: relative;
}

header .nav-pills .nav-link.active{
	color: #185A63;
	background-color: inherit;
}

header .nav-pills .nav-link.active:before {
  content : "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom  : 10%;
  height  : 1px;
  width   : 50%;  
  border-bottom:2px solid #237480;
}

header .dropdown-menu{
	background-color: #185A63;
}

header .dropdown-menu a{
	color: #FFFFFF;
}
.dropdown-toggle::after{
	border:none;
}

.nav-pills .show>.nav-link.dropdown-toggle{
	color: #185A63;
}

header .fa-bars{
    font-size: 1.4rem;
}
@media (max-width: 1200px) {
	header .logo-container{
		padding-left: 20px;
	}
}

@media (max-width: 967px) {
	header .logo-container img {
		max-width: 95%;
	}
	header .nav a{
		font-size: 0.8rem;
	}
}

@media (max-width: 767px) {
	header .logo-container{
		z-index: 10;
		padding-left: 10%;
		max-width: 50%;
	}
	header .logo-container img {
		max-width: 100%;
	}
	
	header .navigation{		
		max-width: 50%;
		text-align: right;
	}
	
	header .navigation ul{
		display: inline-block !important;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 575px) {
	header .logo-container img {
		max-width: 70%;
	}
}

/** top nav **/
#top-navigation{
	z-index: 15;
}
#top-navigation .dropdown-item{
	text-transform: uppercase;
     padding: 15px;
	 text-align: right;
	 font-size: 13px;
	 font-weight: 700;
}
#top-navigation .dropdown-menu{
	border-radius: 1rem;
	
     border: 1px solid rgba(0, 0, 0, 0.03);
}

#top-navigation .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right:20px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #185A63;
    border-left: 9px solid transparent;
    content: '';
}
#top-navigation .dropdown-item:hover {
    border-radius: 10px;
}

#top-navigation .nav-pills .show>.nav-link {
    background-color: inherit;
}


/** header **/
footer{
	background-color: #237480;
}
footer .footer-content{
	margin: 0 auto;
	align-items: center;
}

footer .navigation a{
	color: #FFFFFF;
	letter-spacing: initial;
	font-weight: 700;
	font-size: 0.84rem; 
    padding-left: 0;
}

footer .site-design{
	color: #FFFFFF;
	letter-spacing: initial;
	font-weight: 700;
	font-size: 0.84rem;
}

footer .site-design a{
	color: #FFFFFF;
}

footer .fa-stack-2x{
	color: #FFFFFF;
}
footer .fa-stack-1x{
	color: #237480;
}

footer .bottom-logo img{
    max-width: 190px;
    margin: 20px 0;
}

.footer-info{
	color: #fff;
}

.footer-info h4{
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}

footer .copyright{
	border-top: 1px solid white;
	color: #FFF;
	font-size: 0.8rem;
}

footer .copyright a{
	color: #FFF;
}

@media (max-width: 1290px) {
	footer .nav-link {
		padding: .1rem 0.4rem;
	}
	footer .footer-content{
		width: 95%;
		padding: 0;
	}
}
@media (max-width: 990px) {
	#bottom-navigation {
		padding: 0;
	}
}

@media (max-width: 768px) {
	footer .nav-link {
		padding: .4rem 1rem;
	}
	
	footer .navigation {
		text-align:center;
	}
	footer ul.justify-content-end,
	footer ul.justify-content-start{
		justify-content: center !important;
	}
}
@media (max-width: 600px) {

	footer .copyright .text-right{
		text-align: left !important;
	}

}


.site-width{
	max-width: 1200px !important;
	margin: 0 auto;
}

/**** banner ***/


.full-banner .carousel-item{
	height: 100vh;
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
}

.full-banner .carousel-item.top{
    background-position: top;
}

.full-banner .carousel-item.bottom{
    background-position: bottom;
}
.full-banner .col{
	padding: 0;
	display: flex;
	align-items: center;
}

.full-banner .banner-title{
	z-index: 2;
	width: 50%;
}
.full-banner h1{
    font-size: 7rem;
	line-height: 7.5rem;
	text-align: left;
	font-weight: 600;
}
.full-banner h2{
    font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
}

.full-banner .carousel-caption{
	padding: 0; 
	top: 5%;
	position:absolute;
	
}

.full-banner .center-caption .banner-title{
	width: auto;
}

.full-banner .carousel-caption.bottom{
    bottom: 5%;
	transform: none;
	top: unset;
	
}

.full-banner p{
	text-align: left;
    font-size: 1.5rem;
	line-height: 2rem;
	margin: 20px 0;
	font-weight: 500;
}
.full-banner .button-div{
	margin-top: 4%;
	text-align: left;
}


.full-banner .carousel-caption{
	top: 20%;
	transform: translateY(-20%);
	position:absolute;
}
@media (max-width: 2000px) {
	.full-banner h1{
		font-size: 6rem;
		line-height: 6.5rem;
	}
	.full-banner h2{
		font-size: 2.2rem;
		line-height: 2.5rem;
	}

	.full-banner p{
		font-size: 1.9rem;
		line-height: 2.3rem;
	}

}
@media (max-width: 1600px) {
	.full-banner h1{
		font-size: 5rem;
		line-height: 5.5rem;
	}
	.full-banner h2{
		font-size: 1.9rem;
		line-height: 2.3rem;
	}

	.full-banner p{
		font-size: 1.3rem;
		line-height: 1.7rem;
	}

}
@media (max-width: 1200px) {
	.full-banner h1{
		font-size: 4.5rem;
		line-height: 5rem;
	}
	.full-banner h2{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.full-banner p{
		font-size: 1rem;
		line-height: 1.5rem;
	}

}
@media (max-width: 980px) {
	.full-banner .carousel-caption{
		top: 30%;
		transform: translateY(-30%);
		position:absolute;
	}
	.full-banner h1{
		font-size: 3.5rem;
		line-height: 4rem;
	}
	.full-banner .banner-title{
		width: 65%;
	}
	.full-banner h2{
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.full-banner .carousel-caption{
		padding: 0;
		left: 8%;
		right: 8%;
	}
	.full-banner .banner-title{
		z-index: 2;
		width: 45%;
	}

}

@media (max-width: 730px) {

	.full-banner h1{
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.full-banner h2{
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.full-banner .center-caption h1{
		font-size: 3rem;
		line-height: 3.5rem;
	}


	.full-banner .banner-title{
		z-index: 2;
		width: 90%;
	}
	
	.full-banner .banner-3{
		background-position: left !important;
	}
}

@media (max-width: 590px) {
	.full-banner .carousel-caption{
		top: 15%;
		transform: translateY(-15%);
		position:absolute;
	}
	.full-banner h2{
		padding-top: 0.5rem !important;
	}

	.carousel-control-prev,.carousel-control-next{
		display: none;
	}
}

@media (max-width: 420px) {
	.full-banner .carousel-caption{
		top: 10%;
		transform: translateY(-10%);
	}
	.full-banner p{
		margin-top: 0.5rem !important;
	}

	.full-banner h1{
		font-size: 2.4rem;
		line-height: 2.7rem;
	}
	.full-banner h2{
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.full-banner p{
		font-size: 0.7rem;
		line-height: 1rem;
	}

	.full-banner .center-caption h1{
		font-size: 2rem;
		line-height: 2.5rem;
	}

}

@media (max-height: 420px){
	.full-banner.white-header .banner-title{
		top: 0;
	}
	header .menu-container {
		height: 60px;
	}
	header .logo-container img {
		max-width: 90px;
	}
}

/** text section **/
.text-section{
	padding-top: 70px;
	padding-bottom: 70px;
}
.text-section h3{
	font-size: 3.5rem;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 10px;
}
.text-section h4{
    font-size: 2.4rem;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: left;
}
.text-section h5{
    font-size: 2rem;
	font-weight: 800;
	padding: 10px 0;
}

.text-section h6{
    font-size: 2rem;
	font-weight: 700;
	padding: 10px 0;
	text-align: left;
}
.text-section p{
	text-align: center;
	font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.25rem;
	font-family: Helvetica;
	margin: 5px 0;
}

.text-section img{
	max-width: 100%;
}
.text-section .icon-holder{
	margin: 40px 0;
}
.text-section ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
    list-style-type:none;
	text-align: left;
	margin-top: 60px;
    font-size: 1.5rem;
    line-height: 2rem;
	font-family: Helvetica;
	max-width: 70%;
}

.text-section .col-text{
	padding: 10%;
}
.text-section .col-text p{
	text-align: left;
	font-size: 14px;
	line-height: 1.3rem;
}
.text-section .col-text a{
	color: #237480;
}
.text-section .col-text.center p,
.text-section .col-text.center h4,
.text-section .col-text.center h6{
	text-align: center;
}
.more{
	display:none;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.more.shown{
	display:block;
}
.show-more.clicked{
	display:none;
}

.show-more.clicked.available{
	display:block;
}

.large-copy-text{
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 600;
}



@media (max-width: 969px) {
	.text-section{
		padding: 0;
	}
	.text-section ul li{
		padding: 5px 0;
	}
	.text-section ul {
    font-size: 1.3rem;
    line-height: 1.4rem;
	max-width: 100%;
	}
	.text-section h6 {
		font-size: 1.4rem;
	}
	.large-copy-text{
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}
@media (max-width: 780px) {
	.text-section h3{
		font-size: 3.5rem;
	}
	.text-section p{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.text-section .col-text {
		padding: 4%;
	}
		.text-section ul {
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	  
    font-size: 1rem;
    line-height: 1.2rem;
	}
	.text-section h6 {
		font-size: 1.1rem;
	}
	.large-copy-text{
		font-size: 0.8rem;
		line-height: 1rem;
	}
}
@media (max-width: 420px) {
	.text-section h3{
		font-size: 2.5rem;
	}
}

.text-section .row.img-row{
	margin: 100px auto 50px auto;
}
.img-row img{
	max-width: 90%;
}
/** background **/
.bg-gray{
	background-color: #F5F3F3;
	color: #979797;
}

.bg-gray p{
	color: #979797;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7rem;
}

/** border gray **/
.border-gray{
	border-top: 2px solid #979797;
	border-bottom: 2px solid #979797;
}

/** content section **/
.content-section{
	min-height: 400px;
	position: relative;
	padding: 30px 0;
}
.content-section h4{
	font-size: 1.7rem;
	margin: 10px 0;
}
.content-section p{
	font-weight: 600;
}
.text-center {
    text-align: center!important;
}

.content-section .container {
	max-width: 100%;
}

.content-section h3{
	font-size: 3.5rem;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-section .py-20{
	padding-top: 20px;
	padding-bottom: 20px;	
}
@media (max-width: 1600px) {
	.content-section h3{
		font-size: 3rem;
		line-height: 3.5rem;
	}
}
@media (max-width: 960px) {
	.content-section .row{
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 760px) {
	.content-section h3{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.content-section p{
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
}
@media (max-width: 460px) {
	.content-section h3{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.content-section p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}



/** next adventure **/


.content-section .copy-text{
	font-weight: 600;
	line-height: 1.5rem;
	font-size: 1.2rem;
}


.content-section .text-right{
	text-align:right;
}
.content-section .text-right p{
	text-align:right;
}


@media (max-width: 1600px) {
	.difference-info h4{
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
	.difference-info p{
		font-size: 0.8rem;
	}
	
}

@media (max-width: 1100px) {
	
	.content-section .copy-text{
		line-height: 1.2rem;
		font-size: 1rem;
	}
	
}

/** no break **/

.nobr { white-space:nowrap; }



/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {
	.overlay-banner .row{
	  min-height: 350px;
	}
	.full-banner .about-us.carousel-item {    
		background-position-x: -1250px;
	}
}
@media (max-width: 540px){
	.full-banner .about-us.carousel-item {
		background-position-x: -550px;
	}
}


/** forms ***/
.input-wrapper{
	margin: 20px 0;
}
.input {
  background-color: transparent;
  border: none;
  border: 1px solid #0094a9;
  color: #020202;
  box-sizing: border-box;
  font-size: 0.9rem;
  height: 35px;
  padding: 5px;
  position: relative;
  width: 100%;
}
.input:focus {
    outline: none;    
 }

input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {
  color: #4a4646;
}

input:focus::-webkit-input-placeholder ,
textarea:focus::-webkit-input-placeholder{
  color: #AAA;
}

label{
	font-weight: 700;
	text-transform:uppercase;
	color:#185A63;
    text-align: left;
    display: block;
    font-size: 1.4rem;
}

select option:disabled{
	display:none;
}

select:required:invalid {
  color: #dedede;
}
.selectdiv {
  position: relative;
}
option {
  color: #000;
}

/*To remove button from IE11 */
select::-ms-expand {
     display: none;
}

.selectdiv:after {
    position: absolute;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #237480;
    border-left: 6px solid transparent;
    content: '';
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-word-break: normal;
  word-break: normal;
}

textarea.input{
  border: 1px solid #0094a9;
	height: auto;
  resize: none;
}
form .button-div{
	margin-top: 30px;
}
form .btn-primary{
	width: 40%;
	font-weight: 700;
    padding: 0.624rem 1.24rem;
    -webkit-box-shadow:  6px 8px 6px -6px #9e9e9e;
    -moz-box-shadow:  6px 8px 6px -6px #9e9e9e;
    box-shadow:  6px 8px 6px -6px #9e9e9e;
}

iframe{
	display:none;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}



/* style 1 */

.inputfile-1 + label {
    color: #FFF;
    background-color: #237480;;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #185A63;
}

form .button-div{
    margin-bottom: 50px;
}
@media (max-width: 667px){
	.text-section.simple .row{
		width: 100%;
	}

}
@media (max-width: 540px){

	.inputfile + label {
		width: 80%;
	}
}

@media (max-width: 767px){

	label,.input{
		font-size: 1rem;
	}
}

/** contact form **/
.contact-form h3{
	padding-bottom: 20px;
}

.contact-form h4{
	font-size: 1.2rem;
	text-align: center;
}

@media (max-width: 590px){
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
	}
}
@media (min-width: 1600px) {
	
	footer .navigation a{
		font-size: 1rem;
	}
	
	.btn-primary{
		font-size: 1.7rem;
	}
	
	
	.overlay-banner .row{
		min-height: 550px;
	}
	
}

/** for ie **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (-high-contrast: none), (-high-contrast: none) {
	
   .home-banner .col{
	   height: 450px;
   }
   textarea { 
   overflow: auto; 
   -ms-overflow-style: none;
   }
   .text-section img{
	   width: 100%;
   }
}


/******************** sourcepro *****************/

/*** colors ***/

.text-green{
	color: #90ddbd !important;
}
.text-teal{
	color: #0094a9 !important;
}
.text-yellow{
	color: #fba500 !important;
}
.text-navy{
	color: #022f58 !important;
}
.bg-green{
	background-color: #90ddbd !important;
}
.bg-teal{
	background-color: #0094a9 !important;
}
.bg-yellow{
	background-color: #fba500 !important;
	color: #FFF !important;
}
.bg-navy{
	background-color: #022f58 !important;
}
.grey-background{
	background-color: #EDF7FF;
}

/** contact us button **/
.contact-us-button a.nav-link{
	color: #0094a9  !important;
	border-radius: 20px;
	border: 1px solid #0094a9 !important;
}
.contact-us-button a:hover{
	color: #FFF  !important;
	background-color: #0094a9 !important;
}

.call-number a{
	font-weight: 600;
	font-family: Muller;
}

/*** buttons ***/
.btn-primary{
	background-color: #0094a9;
	border-color: #0094a9;
	text-transform: uppercase;
	border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    padding: .4rem 3.4rem;
}
.btn-primary i{
    padding: 2%;
    font-size: 2rem;
}
.btn-primary:hover{
	background-color: #022f58;
	border-color: #022f58;
}

/** delivers **/
.sourcepro-delivers h3{
	font-size: 3rem;
	line-height: 3.5rem;
}

.delivers-info h4{
	text-transform: uppercase;
	font-size: 1.2rem;
}
.delivers-info h4 strong{
	position: relative;
}
.delivers-info h4 i::before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-color: #fba500;
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.delivers-info strong .nobr{
	display: block;
}
/** foundation **/

.foundation h3{
	color: #FFF;
}
.foundation h4{
	color: #FFF;
}
.foundation-info{
    max-width: 75%;
    margin: 0 auto;
}
.foundation-icon{
    max-width: 35%;
    margin: 0 auto;
}
.foundation-icon img{
	width: 95%;
}
.quote{
	font-style:italic;
}
.quote h5{
	font-style:italic;
	font-size: 1.5rem;
}
blockquote{
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 600;
    font-family: 'Muller';
}
.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  color: #0094a9;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.copyright{
	margin: 0 auto !important;
}
@media (max-width: 1600px) {
	.sourcepro-delivers h3{
		font-size: 2rem;
		line-height: 3rem;
	}
}
@media (max-width: 1200px) {
	.sourcepro-delivers h3{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.delivers-info h4{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.delivers-info p{
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
}
@media (max-width: 960px) {
	.sourcepro-delivers h3{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.delivers-info{
		max-width: 70%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.commitment-to-quality h3{
		text-align: center;
	}
	form{
		max-width: 95%;
	}
	li.nav-item{
		text-align: center;
	}
	.contact-us-button a.nav-link{
		padding: .25rem .5rem;
		display: inline-block;
	}
	
	.foundation{
		padding: 10px 0 !important;
	}
	
	.foundation-info{
		width: 95% !important;
	}
}
@media (max-width: 590px) {
	.delivers-info h4 i::before{
		width: 80px;
		height: 80px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
	}	
}
@media (max-width: 460px) {
	.delivers-info h4 i::before{
		width: 90px;
		height: 90px;
		-moz-border-radius: 45px;
		-webkit-border-radius: 45px;
		border-radius: 45px;
		left: 0;
	}	
	.delivers:first-child .delivers-info h4 i::before{
		top: -10px;
	}	
	.delivers:last-child .delivers-info h4 i::before{
		top: -35px;
	}	
	.sourcepro-delivers h3{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.delivers-info{
		max-width: 90%;
	}
	
	.delivers-info strong .nobr,.nobr{
		display: inline;
		white-space: normal;
	}
	
	form .btn-primary{
		width: auto;
	}
}