/*GENERAL*/

a {
	cursor: pointer;
}

h1, h2, h3, h4 ,h5, p {
	padding: 0;
	margin: 0;
}

body {
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	color: #303030;
}

.wrapper {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}

.clearListing,
.listingHolder {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	padding: 0;
}

.center {
	text-align: center;
}

h1 {
	font-size: 50px;
	padding-bottom: 15px;
}

h2 {
	font-size: 24px;
	padding-bottom: 15px;
    line-height:26px;
}

h3 {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 10px;
}

h3.white {
	color: #fff;
}

.parHolder--main p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
}

.parHolder p {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 15px;
}

.parHolder--light p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
}

.textListing p {
	padding-left: 15px;
	position: relative;
}

.textListing p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #01aac5;
	border-radius: 50%;
}

.buttonBlue {
    font-size: 16px !important;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    background: #01aac5;
    border: 2px solid #01aac5;
    padding: 10px;
    min-width: 155px;
    display: inline-block;
    transition: background 300ms ease;
    margin-bottom: 30px;
    text-decoration:none !important;
}

    .buttonBlue:hover {
        background: #fff;
        color: #01aac5 !important;
    }

    .buttonBlue.black {
        background: #000;
        border-color: #000;
    }

        .buttonBlue.black:hover {
            background: #fff;
            color: #000 !important;
        }

.itemTitle {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 10px;
}

.itemTitle--small {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	padding-bottom: 5px;
}

/*.digitalOptimization {
	width: 75%;
	margin-left: auto;
	padding-top: 30px;
}*/

.backbone {
	padding-bottom: 50px;
}

.backbone .itemHolder {
	position: relative;
	margin-bottom: 10px;
}

.backbone .itemHolder .imageHolder {
	position: relative;
}

.backbone .itemHolder .imageHolder:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
}

.backbone img {
	max-width: 100%;
	width: 100%;
}

.backbone .textBlock {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px;
}

.backbone .row {
	margin-left: -5px;
	margin-right: -5px;
}

.backbone .col-xs-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.backbone .listingHolder {
	display: flex;
	flex-wrap: wrap;
}

.processItem {
	padding: 25px 0 20px;
	/*max-width: 50%;*/
	margin-right: auto;
}

.processItem--right {
	margin-right: 0;
	max-width: 47%;
	margin-left: auto;
}

.textListing--small p {
	font-size: 14px;
	font-weight: 300;
}

.process .row {
	margin: 0;
}

.process .col-xs-12 {
	padding: 0;
}

.process img {
	max-width: 100%;
	width: 100%;
}

.process {
	padding-bottom: 25px;
}

.process.mobile {
	display: none;
}

.letsTalk {
	background: #01aac5;
	padding:50px 25px;
}

.contactForm input,
.contactForm textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #303030;
    padding: 10px;
    width: 100%;
    min-height: 40px;
    background: #fff;
    border: none;
    border-radius: 0;
}

textarea {
	height: 150px;
	resize: none;
}

label {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    /*flex: 25%;*/
    display: inline-block;
    margin-bottom: 5px;
}
.inputParent {
position:relative;
}
.inputEntity {
margin-bottom:20px;
}
/*.inputEntity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}*/
/*.inputParent {
	flex: 70%;
	max-width: 290px;
}*/
.careerForm .row {
    margin-left: -20px;
    margin-right: -20px;
}

.careerForm .col-xs-12 {
	padding-left: 20px;
	padding-right: 20px;
}

.inputEntity--textarea {
	align-items: flex-start;
}

.inputEntity--textarea .inputParent {
	max-width: none;
	flex: 86%;
}

/*.inputEntity--textarea label {
	flex: 10%;
}*/

.formActions {
	text-align: right;
}

.formActions .buttonHolder {
	margin-top: 0px;
}
    .formActions .buttonHolder a{
        margin-bottom: 0px !important;
    }
.middleContainer {
    width:100%;
}
.subContentText li {
    background: none;
}
.bodycontainer, .bodycontainer p {
    font-size: 16px;
    line-height: 24px;    
}
.textListing ul {
    padding:0px;
}
.textListing p {
padding-bottom:8px;
}
.floatToright {
float:right;
margin-right:-4px;
}

.errormsg, .errorMessage {
    position: absolute;
   
    color: red !important;
    font-size: 12px;
    font-weight:400
}
.errorMessage {
    left: 150px;
    top: 28px;
}
.errormsg {
    top: 11px;
    right:8px;
}
.successMessage {
    color: #FFF !important;
    font-size: 16px;
    padding:0px;
    margin:0px;
    line-height:16px;
}
.mailingTextFieldBack input {
    font-family: 'Montserrat', Arial !important;
}


.ourpartners .infoblock {
border:1px solid #cecece;
text-align:center;
height:176px;
width:100%;
position:relative;
}
.ourpartners .infoblock img{
    position:absolute;
    top:50%;
    left:50%;
 transform:translate(-50%,-50%)
}
.ourpartners li {
    margin-bottom: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
    

.ourpartners .listingHolder {
    display: flex;
    flex-wrap: wrap;
}

.ourpartners .row {
	display:block;
}
.ourpartners h3, .backbone h3, .process h3 {
    font-size: 25px;
    font-weight: 700;
    color: #303030;
}
.ourpartners h3 {
    padding-top: 42px;
    padding-bottom: 26px;
}
.process.mobile {
background:none !important;
}
body.subPageBack { 
    margin: 0;
}