.flexComponent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:768px) {
.flexComponent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.flexComponent--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
}





.services {
    width: 99%;
    padding: 3.5em 0 5.5em;
    display: inline-block
}
.services--home {
    /*padding: 5em 0;*/
	margin: 5em 0;
	margin: 5em 0;
    background: #ffffff;
	/*border-bottom: 10px solid #000;*/
}
.services--home .services__smallBlockTitle {
    color: #000000
}
.services--home .services__smallBlockSub {
    /*color: hsla(0,0%,100%,.3);*/
	color: hsla(0,0%,0%,1)
}

.services--about {
    /*padding: 5em 0;*/
	margin: 5em 0;
    background: #ffffff;
	/*border-bottom: 10px solid #000;*/
}
.services--about .services__smallBlockTitle {
    color: #000000
}
.services--about .services__smallBlockSub {
    /*color: hsla(0,0%,100%,.3);*/
	color: hsla(0,0%,0%,1)
}
.services--404 .services__title {
    color: #000000
}
.services--nopadtop {
    padding: 0 0 6em
}
.services--greyPad {
    background-color: #f6f6f6;
    padding: 6em 0
}
.services__title {
    /*color: hsla(0,0%,100%,.3);*/
	color: hsla(0,0%,0%,1);
    /*font-size: 30px;
	font-size: 1.5em;*/
	margin-bottom: 1em;
    font-size: 2em;
    line-height: normal;
    /*letter-spacing: -1.5px;*/
    /*margin: 0 0 50px*/
	border-top: 10px solid #000000;
    padding: 100px 0;
}
.services__blockButton {
    display: none
}
.services__smallBlock {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 20px;
	padding:2.5%;
	/*border-left: 2px solid #000000;*/
}

.last {
	/*border-right: 2px solid #000000;*/
}

.services__smallBlock svg {
    margin-right: 22px;
    -webkit-transition: all .2s;
    transition: all .2s
}
.services__smallBlock:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7
}
.services__smallBlock:hover h2 {
    opacity: .7
}
.services__smallBlockTitle {
    /*letter-spacing: -1.35px;*/
    color: #000000;
    margin-top: 0;
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}
.services__smallBlockSub {
    display: none;
    font-size: 1em;
    /*color: hsla(0,0%,100%,.3);*/
	color: hsla(0,0%,0%, 1);
    margin: 0;
    line-height: 30px;
    /*letter-spacing: -.25px*/
}

@media (min-width:425px) {
.services__blockTitle {
    letter-spacing: -1.5px;
    font-size: 2.222em;
    line-height: 30px
}
}

@media (min-width:768px) {
.services {
    padding: 0 0 0.5em
}
.services--home {
    /*padding: 10em 0*/
	margin: 0 0.5em;
	margin: 0 0.25em;
}
	
	.services--about {
    /*padding: 10em 0*/
	margin: 0 0.5em;
}
.services--pad {
    padding: 2em 0 10em
}
.services__row--top {
    /*margin-bottom: 100px;*/
    margin: 0 auto;
	width: 80%;
	/*width: 100%;*/
}
.services__row--bottom{
    /*margin-bottom: 100px;*/
    /*margin: 100px auto;*/
	margin: 100px auto 50px auto;
	width: 80%;
	/*width: 100%;*/
}
.services__blockLink {
    position: relative;
    padding: 3em 2.5em
}
.services__blockLink--large {
    padding: 2em 2.5em
}
.services__title {
    /*margin: 0 0 100px;*/
	margin: 0 0;
}
.services__blockButton {
    display: table;
    margin: 0 auto
}
.services__smallBlock {
    display: block;
    width: 33.3%;
	/*width: 16.66%;*/
    margin-right: 0;
    float: left;
    margin-bottom: 0;
	padding:2.5%;
	/*border-left: 2px solid #000000;*/
}
.services__smallBlock svg {
    margin-bottom: 10px
}
.services__smallBlock:last-of-type {
    margin-bottom: 0;
    margin-right: 0
}
.services__smallBlockSub {
    display: block
}
.services__smallBlockTitle {
    margin-bottom: 5px
}
}

@media (min-width:1024px) {
.services__smallBlock svg {
    margin-bottom: 20px
}
.services__smallBlockTitle {
    /*font-size: 1.667em;
    font-size: 30px;*/
	font-size: 1.25em;
    line-height: 50px;
    margin-bottom: 12px
}
}

@media (min-width:1430px) {
.services__blockButton {
    display: block;
    margin: 0
}
.services__blockButton--large {
    float: right
}
}
.single-services {
    background: #f6f6f6;
    padding: 5em 0
}
.single-services--white-bk {
    background: #fff;
    padding: 5em 0 2em
}
.single-services--white-bk .services__smallBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.single-services--white-bk .services__smallBlockSub {
    display: block
}

@media (min-width:768px) {
.single-services {
    padding: 10em 0
}
.single-services--white-bk {
    padding: 5em 0 2em
}
}




.container {
    width: 90%;
    margin: 0 auto
}
.container--large {
    width: 90%
}
.container--cases, .container--form {
    max-width: 80em;
    width: 90%
}
.container--text {
    max-width: 760px
}
.container--small {
    /*max-width: 1200px;*/
    width: 100%
}

.formSection .gfield .ginput_container input {
    background: rgba(0,0,0,.02)
}
.formSection .gfield .ginput_container ::-webkit-input-placeholder {
color:#aaa
}
.formSection .gfield .ginput_container ::-moz-placeholder {
color:#aaa
}
.formSection .gfield .ginput_container :-ms-input-placeholder {
color:#aaa
}
.formSection .gfield .ginput_container :-moz-placeholder {
color:#aaa
}
.gfield_label, .gform_heading {
    display: none
}
.gform_validation_container {
    left: -9999px;
    position: absolute
}
.gfield {
    position: relative;
    margin-bottom: 2%
}
.gfield .ginput_container input {
    background: #7d7770;
    color: #000000
}
.gfield .ginput_container ::-webkit-input-placeholder {
color:hsla(0,0%,100%,.5)
}
.gfield .ginput_container ::-moz-placeholder {
color:hsla(0,0%,100%,.5)
}
.gfield .ginput_container :-ms-input-placeholder {
color:hsla(0,0%,100%,.5)
}
.gfield .ginput_container :-moz-placeholder {
color:hsla(0,0%,100%,.5)
}


.gfield .ginput_container input {
    background: #7d7770;
    color: #000000
}
.gfield .ginput_container ::-webkit-input-placeholder {
color:hsla(0,0%,100%,.5)
}
.gfield .ginput_container ::-moz-placeholder {
color:hsla(0,0%,100%,.5)
}
.gfield .ginput_container :-ms-input-placeholder {
color:hsla(0,0%,100%,.5)
}
.gfield .ginput_container :-moz-placeholder {
color:hsla(0,0%,100%,.5)
}


@media (min-width:768px) {
	.ginput_container_fileupload .validation_message {
    display: none
}
	
	.strapLine .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
	
	.textImage--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
}

SupportForm .select2-container--default .select2-selection--single {
    background: rgba(0,0,0,.02)!important
}

.ctas__image-container {
    overflow: hidden;
    margin-bottom: 14px
}

.ctas__container {
    margin-bottom: 30px
}

.introHero .container {
    position: relative;
    padding: 3em 1em;
    z-index: 50
}

.introHero__container {
    padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px!important;
    position: absolute!important;
    top: 15px!important;
    right: 12px!important;
    width: 66px!important
}
.select2-container--default .select2-selection--single {
    outline: none!important
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6f6f6!important;
    color: #000000!important
}
.select2-selection--single {
    border: none!important
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 5px 0!important
}

svg#Layer_1 {
    width: 50px;
}

@media (max-width:1080px) {
	
.services__smallBlock {
	border-left:none!important;
	}
	
.last {
	border-right:none!important;
}
	
.services {
    padding: 0;
	}
	
.services--home { 
	margin: 1.5em 0;
	}
}
