/* ==========================================================================
Fluid Studios bespoke
========================================================================== */

html, body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    line-height: 30px;
}

.max-width {
	max-width:1200px;
}

.navbar-inner {
    background-color: #fff;
    background-image: none;
    text-align: left;
}

.navbar .btn-navbar {
    margin-top: 40px;
}

.navbar-text img {
    height: 60px;
    vertical-align: top;
    padding-top: 15px;
}

.nav {
    font-family: 'Roboto', sans-serif;
    padding-top: 25px;
}

.nav li {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.brand img {
	height:90px;
}

.nav a:link, a:active, a:visited {
    color: #515151;
}

.nav a:hover,
.nav .active a {
    color: #515151;
    border-bottom: 3px #0055a4 solid;
}

.dropdown-menu a:hover {
    border: none;
}

.navbar-text {
    color: #515151;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
	float:right;
}

.navbar-text img {
    padding-left: 20px;
}

.contact-info {
    padding-top: 21px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
}

.contact-top {
    border-bottom: 2px #0055a4 solid;
}

#nav-info-splitter {
    height: 2px;
    background-color: #0055a4;
    margin-top: -6px;
    margin-bottom: -25px;
}

.nav-button {
    padding-bottom: 5px;
    padding-top: 40px;
}

.banner {
    color: #fff;
    background-image: url(../img/office-banner.jpg);
    text-align: center;
}

.banner-title {
    font-size: 50px;
}

.banner-title-padding {
    padding-top: 225px;
    padding-bottom: 50px;
}

.banner-title-padding .font-light {
	width: 50%;
    display: inline-block;
    text-align: right;
}

.banner-title-padding .font-bold {
	width: 45%;
    display: inline-block;
    text-align: left;
}

.font-light {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.b-title {
    line-height: 90px;
}

.font-bold {
    display:inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.banner-button {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    width: 250px;
    border: 1px #fff solid;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 80px;
	transition:0.25s;
}
.banner-button:hover {
	background:#fff;
	color:#111 !important;
	width: 290px;
}
.banner-button:hover a {
	color:#111 !important;
}


.info-card-holder {
    padding: 15px 0;
    text-align: center;
}

.info-cards-title {
    min-height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    background-color: rgb(35, 32, 32);
}

.info-cards-main {
	background-color: rgba(0,0,0,0.4);
    padding: 20px 0;
}

.info-card {
    height: 130px;
}

.info-card a:link,
.info-card a:visited {
	color:#ccc;
}

.info-card a:active,
.info-card a:hover {
	color:#fff;
}

.middle-left {
    border-right: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
}

.middle-right {
    border-right: 1px solid rgba(255,255,255,0.2);
}

.row-fluid h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding-top: 18px;
    font-size: 22px;
    padding-top: 15px;
}

.row-fluid h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.row-fluid p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

#page-split-grey {
    text-align: center;
    text-align: center;
    height: 15px;
    background-color: #232020;
}

#page-split-grey img {
    height: 35px;
    width: 60px;
}

#content {
    text-align: center;
}

#middle-text-title {
    color: #3382c9;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 50px;
	line-height: 80px;
    padding-top: 80px;
}

#middle-text-subtitle {
    font-size: 32px;
	line-height: 32px;
    color: #515151;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

#block-text {
    color: #434343;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-bottom: 60px;
}

#page-split-white {
    text-align: center;
    text-align: center;
    height: 15px;
    background-color: #ffffff;
}

#page-split-white img {
    height: 35px;
    width: 60px;
}

#content2 {
    text-align: center;
    background-color: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
}

.how-we-help-style {
    background-color: #fff;
}

.how-we-help-holder {
    background-color: #f7f7f7;
    text-align: center;
    margin: auto;
}

.how-we-help-wrap {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	position: relative;
}
.how-we-help-wrap:hover .how-we-help{
	opacity:1;
}

.how-we-help-wrap > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
}
.how-we-help a{
	opacity:0.5;
}
.how-we-help {
	flex-basis:25%;
	flex-grow:1;
	border:solid 1px #fff;
	display: block;
	transition:0.25s;
	opacity:0.95;
}

.how-we-help-top {
    background-color: #1e64aa;
    height: 180px;
    line-height: 180px;

}

.how-we-help-bottom {
    padding-top: 10px;
    color: #fff;
    font-size: 17px;
    background-color: #373535;
    height: 60px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

#testimonials {
    background-image: url(../img/meeting-testimonials.jpg);
    background-size: cover;
    text-align: center;
}

#testimonial-title, #contact-title {
    color: #fff;
    font-size: 50px;
	line-height: 80px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}

#testimonial-subtitle, #contact-subtitle {
    color: #fff;
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    padding-bottom: 5px;
}

#testimonial-title {
    padding-top: 120px;
}

#testimonial-block-text {
    color: #fff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 42px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#testimonial-scroll {
    color: #fff;
    font-size: 20px;
    padding-bottom: 85px;
}

.testimonial-pad {
    padding: 20px;
}

#icon-holder {
    padding: 15px 0;
}

#partner-icons {
    text-align: center;
    background-color: #f5f5f5;
}

#partner-icons img {
    padding-left: 60px;
    padding-right: 60px;
}

#contact-form-holder {
    background-image: url(../img/city-landscape.jpg);
    background-size: cover;
    text-align: center;
    margin-bottom: 15px;
	padding:75px 0;
}

.form-holder {
    background-color: rgba(0,0,0,.15);
	padding:40px;
	margin-top:20px;
}

.contact-form {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding-top: 50px;
}

.form-holder .contact-form {
	padding-top:0;
}

.contact-column {
    padding: 0px;
    width: 450px;
}

.control-group a {
    text-decoration: none;
}

.control-group label {
    font-size: 20px;
}

.input-size {
    width: 435px;
    border-radius: 0px;
}

.form-holder input,
.form-holder select {
    border-radius: 0;
	height:40px;
}

.form-holder textarea {
    border-radius: 0;
}

.form-button {
    background-color: #373535;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff
}

#formBtn {
    background-color: #373535;
    font-size: 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff
}

#contact-subtitle {
    padding-bottom: 35px;
}

#footer {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.footer-text-div {
    display: inline-block;
}

.footer-text-div-mobile {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    padding-top: 30px;
}

.phone {
    display: inline-block;
}

.email {
    display: inline-block;
}

#contact-msg-Two {
    color: #fff;
    padding-top: 100px;
}

#footer-image {
    position: absolute;
    height: 100px;
}

#footer-top {
    background-color: #1a1a1a;
    color: #fff;
    line-height: 50px;
}

#footer-bottom {
    background-color:#000;
    color: #838383;
    line-height: 50px;
}

.footer-text {
    display: inline-block;
    padding-left: 190px;
}

#back-to-top {
    float: right;
    padding-right: 20px;
}

#footer-social-icons {
    float: right;
    padding-right: 20px;
}

.footer-holder-mobile {
    text-align: center;
    background-color: #1a1a1a;
    visibility: hidden;
    position: fixed;
}

.general-content1 {
    padding: 0;
    background: #fff;
    color: #434343;
	/*font-size:24px;
	line-height:48px;*/
}

.general-content1-intro {
	text-align:center;
}

.general-content1-cms {
	padding:60px 0;
}

.general-content1-inner {
	padding:50px;
	background:#f7f7f7;
}

.general-content1 h1 {
    /*color: #515151;*/
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /*font-size: 30px;
	line-height:32px;*/
	font-size: 50px;
    line-height: 80px;
    color: #1e64aa;
}

.general-content1 h2 {
    font-size: 32px;
	line-height: 32px;
    /*color: #3382c9;*/
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
	padding:0;
	color: #515151;
}

.general-content1 .span7 li {
	font-size: 18px;
    line-height: 30px;
}

.contact aside {
    padding: 30px;
	padding-right:0;
    background: none;
}

.contact article {
    padding: 30px;
    background: rgba(0,0,0,0.4);
}

.contact input,
.contact select {
    border-radius: 0;
    height: 40px;
}

.contact aside .btn {
    background: #373535;
    color: #fff;
}

#contact-content2 {
	background:#fff;
	padding:100px 0;
	font-size:18px;
	line-height:30px;
}

.contact-content2-header {
    color: #515151;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 32px;
	margin-bottom:30px;
	text-align:center;
}

.contact-content2-title {
	font-size: 30px;
    color: #3382c9;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.general-banner {
    border-top: none;
    border-bottom: none;
	position:relative;
	text-align:center;
}

.general-banner-wrap {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    background: rgba(58,58,123,0.55);
}

.general-banner-header {
	position:absolute;
	top:40%;
	left:0;
	right:0;
	text-align:center;
}

.general-banner-overlay {
	background: #000;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.general-banner-header > div {
	border:solid 1px #fff;
	padding:30px 100px;
	color:#fff;
	font-size:34px;
	line-height:70px;
	display:inline;
}

.general-content2 {
	padding:0;
    background: #f7f7f7;
    color: #434343;
	text-align:center;
}

.general-content2 #testimonial-block-text {
    color: #333;
}

.general-content2 .slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #333 !important;
}

.general-content2-cms {
	padding:60px 0;
}

.general-content2-inner {
	padding:50px;
	background:#fff;
	/*font-size: 16px;
    line-height: 26px;*/
	text-align:left;
}

.general-content2-inner:first-of-type {
	margin-bottom: 40px; 
}

.general-content2-header {
    color: #515151;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
    color: #1e64aa;
	text-align:center;
	margin-bottom: 20px;
}

.consultants-header {
	margin: 60px 0 40px; 
}

.general-content2-sub-header {
    font-size: 30px;
	line-height:30px;
    color: #3382c9;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
	padding:0;
	text-align:center;
}

.staff-profile {
	background:#1e64aa;
	background: url(../img/staff-profile-bg.jpg);
	background-size: cover;
	padding:40px;
	color:#fff;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	text-align:left;
	/*font-size:16px;
	line-height:26px;*/
	margin-bottom:20px;
	transition:0.25s;
	opacity:0.9;
}
.staff-profile:hover {
	opacity:1;
}

.staff-profile:last-child {
	margin-bottom:0;
}

.staff-profile-image {
	flex-basis:30%;
}

.staff-profile-image a {
	color:#fff !important;
}

.staff-profile-image-text {
	background:#373535;
	padding:20px;
	text-align:center;
	margin-top:-20px;
	position:relative;
}

.staff-profile-text {
	flex-basis:70%;
	padding-left:20px;
	font-weight:300;
}

.staff-profile-header {
	font-size:26px;
	margin-bottom:20px;
	font-weight:400;
	font-size: 32px;
    line-height: 32px;
}

.what-we-do {
	text-align:left;
	border-bottom:solid 1px #ccc;
	padding:50px 0;
}

.what-we-do:nth-child(odd) {
	text-align: right;
}

.what-we-do:last-child {
	border-bottom:none;
	padding-bottom:0;
}

.what-we-do-header {
	font-weight:600;
	color: #1e64aa;
	font-size: 50px;
	line-height: 80px;
	margin-bottom: 10px;
}

.who-we-help-header {
	padding:50px;
	margin-top:20px;
	text-align: center;
	background:#f7f7f7;
}

.who-we-help {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	margin-top:20px;
}

.who-we-help-box {
	flex-basis:15%;
	flex-grow:1;
	background:url(../img/who-we-help-tick.jpg) center left no-repeat #f7f7f7;
	padding:40px 50px;
	padding-left:150px;
	border-bottom:solid 20px #fff;
	font-size: 24px;
    line-height: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: ease-in-out 1s
}

.who-we-help-box:hover {
	cursor: pointer;
	background: url(../img/who-we-help-tick.jpg) center left no-repeat #1e64aa;
	color: #fff;
	transition: ease-in-out 1s
}

.who-we-are-testimonial {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.who-we-are-testimonial .testimonial-text-base {
	font-size:16px;
	font-weight:600;
}

.contact-inner {
	text-align:left;
	margin-top: 30px;
}

.contact-inner img {
	margin-right:5px;
}

.contact-inner strong {
	margin-bottom:10px;
	display:block;
}

#index-services {
	padding-bottom:60px;
}

.index-services-title {
    font-size: 30px;
    color: #3382c9;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

.index-flex {
	padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
}

.index-flex > div {
    flex-basis: 49%;
    padding: 50px;
    background: #f7f7f7;
    box-sizing: border-box;
    margin: 5px;
    flex-grow: 1;
}

.index-flex ul {
    color: #3382c9;
    list-style-type: none;
    margin: 0;
}

.index-flex li {
    line-height: 26px;
	font-weight:600;
}

.slick-track {
    align-items: center;
    display: flex !important;
	text-align:center;
	padding:20px 0;
}

.modal {
	border-radius: 0;
}

.modal .who-we-help-header,
.modal-header,
.modal-footer{
	background: none;
	border-top: none;
	border-bottom: none;
}

.modal.fade {
    top: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
    right: 20% !important;
    margin-left: 0;
    width: auto;
    overflow: auto
}

.modal-header {
	padding: 50px;
    padding-bottom: 0;
}

.modal-header h3 {
	font-weight: 600;
    color: #1e64aa;
    font-size: 50px;
    line-height: 80px;
}

.modal-header .close {
    margin-top: 2px;
    font-weight: 600;
    color: #1e64aa;
    font-size: 50px;
    line-height: 80px;
}

.modal-body {
    position: relative;
    max-height: unset;
    padding: 50px;
    padding-top: 0;
    overflow-y: unset;
}

/* ==========================================================================
RESPONSIVE OVERRIDES
========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {

}

/* iPads (portrait) 768x1024 ----------- */
@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {

}

/* Large desktop */
@media (min-width: 1400px) {

}

/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1400px) {
	
	.nav li {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.navbar .nav > li > a {
		padding:10px;
	}
	
	.navbar-text img {
		height: 50px;
		padding-top: 20px;
	}

}

/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	
	.nav li {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.navbar .nav > li > a {
		padding:10px;
	}
	
	.navbar-text img {
		height: 50px;
		padding-top: 0;
	    padding-bottom: 20px;
	}
	
	.contact-top {
		display: inline-block;
		border-bottom: none;
		border-right: 1px #0055a4 solid;
		margin-right: 20px;
		padding-right: 20px;
	}
	
	.contact-bottom {
		display: inline-block;
	}
	
	#partner-icons img {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.control-group label {
		font-size: 16px;
	}
	
	#footer-image {
		position: relative;
		float:left;
	}
	
	#footer-top {
		float:right;
	}
	
	#footer-bottom {
		clear:both;
	}
	
	#footer-bottom .footer-text {
		padding-left:20px;
	}
	
	#footer-top .footer-text {
		padding-left: 20px;
		padding-right: 200px;
	}
	
	#footer {
		background-color: #1a1a1a;
	}
	
	#back-to-top {
		float: right;
	}

	.modal.fade {
		top: 15% !important;
		bottom: 15% !important;
		left: 20% !important;
		right: 20% !important;
	}

	.modal-header h3 {
		font-size: 36px;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .navbar-inner {
		padding:0;
	}
	
	.navbar .btn-navbar {
		margin-top: 0;
		background: #3382c9;
		border-radius: 0;
		padding: 20px 10px;
		padding-left:140px;
	}
	
	.navbar .btn-navbar:hover {
		background: #3382c9;
	}
	
	.navbar .brand {
		background: #fff;
		position: absolute;
		top: 0;
	}
	
	.menu-left {
		color:#fff;
	}
	
	.navbar .nav {
		float: none;
		background: #fff;
		margin-left: 120px;
	}
	
	.nav a:hover, .nav .active a {
		border:none;
	}
	
	.control-group label {
		font-size: 14px;
	}
	
	#footer-image {
		position: relative;
		float:left;
	}
	
	#footer-top {
		float:right;
	}
	
	#footer-bottom {
		clear:both;
	}
	
	#footer-bottom .footer-text {
		padding-left:20px;
	}
	
	#footer-top .footer-text {
		padding-left: 20px;
		padding-right: 140px;
	}
	
	#footer {
		background-color: #1a1a1a;
	}
	
	#back-to-top {
		float: right;
	    margin-top: -50px;
	}
	
	#partner-icons img {
		padding-left: 25px;
		padding-right: 25px;
		height: 60px;
	}

	.modal.fade {
		top: 10% !important;
		bottom: 10% !important;
		left: 10% !important;
		right: 10% !important;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .navbar-inner {
		padding:0;
	}
	
	.navbar .btn-navbar {
		margin-top: 0;
		background: #3382c9;
		border-radius: 0;
		padding: 20px 10px;
		padding-left:140px;
	}
	
	.navbar .btn-navbar:hover {
		background: #3382c9;
	}
	
	.navbar .brand {
		background: #fff;
		position: absolute;
		top: 0;
	}
	
	.menu-left {
		color:#fff;
	}
	
	.navbar .nav {
		float: none;
		background: #fff;
		margin-left: 120px;
	}
	
	.nav a:hover, .nav .active a {
		border:none;
	}
	
	.control-group label {
		font-size: 14px;
	}
	
	#footer-image {
		position: relative;
		float:left;
	    height: 90px;
	}
	
	#footer-top {
		float:right;
		padding-top: 15px;
	}
	
	#footer-bottom {
		clear:both;
	}
	
	#footer-bottom .footer-text {
		padding-left:20px;
	}
	
	#footer-top .footer-text {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer {
		background-color: #1a1a1a;
	}
	
	#back-to-top {
		float: right;
	    margin-top: -50px;
	}
	
	#partner-icons img {
		padding-left: 15px;
		padding-right: 15px;
		height: 40px;
	}
	
	.contact-info {
		padding-top: 10px;
		padding-right: 10px;
	}
	
	.navbar-text img {
		display: none;
	}
	
	.banner-title {
		font-size: 36px;
	}
	
	.b-title {
		line-height: 44px;
	}
	
	.info-cards-title {
		font-size: 14px;
	}
	
	.info-cards-main {
		padding: 20px;
		box-sizing: border-box;
	}
	
	.middle-left {
		border-bottom: 1px solid rgba(255,255,255,0.2);
		border-top: 1px solid rgba(255,255,255,0.2);
		border-left:none;
		border-right:none;
	}
	
	.middle-right {
		border-bottom: 1px solid rgba(255,255,255,0.2);
		border-left:none;
		border-right:none;
	}
	
	#content,
	#testimonials {
		padding: 0 20px;
	}
	
	.how-we-help-wrap {
		display:block;
	}
	
	.phone,
	.email {
		display:block;
		line-height:30px;
	}

	.general-banner-header {
		bottom: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.general-banner-header > div {
		border: none;
		padding: 0;
	}

	.general-content2-header,
	.what-we-do-header,
	.general-content1 h1 {
        font-size: 32px;
    }

	.what-we-do-header {
		line-height: 50px;
    }

    .staff-profile-header,
	.general-content1 h2 {
        font-size: 24px;
    }

	.general-content1-cms {
        padding: 30px;
    }

	.staff-profile {
        flex-direction: column;
        padding: 20px;
    }

    .staff-profile-image {
        margin-bottom: 20px;
    }

	.staff-profile-image img {
		width: 100%;
	}

	.general-content1 h1 {
		line-height: 50px;
	}

	.modal.fade {
		top: 10% !important;
		bottom: 10% !important;
		left: 10% !important;
		right: 10% !important;
	}

	.modal-header {
		padding: 20px;
	}

	.modal-header .close {
		line-height: 30px;
	}

	.modal-header h3 {
		font-size: 24px;
		line-height: 40px;
	}

	.modal-body {
		padding: 20px;
		padding-top: 0;
	}

	.who-we-help-box {
		padding: 20px 50px;
		padding-left: 150px;
		font-size: 16px;
		line-height: 30px;
	}

}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {

	.footer-holder {
		text-align:center;
	    background: #1a1a1a;
	}
	
	#footer-top {
		line-height: 24px;
		float:none;
		padding-top:0;
	}
	
	.footer-text {
		display: block;
		padding: 10px;
		text-align: center;
	}
	
	.phone,
	.email {
		display: block;
	}

	#footer-social-icons {
		float: none;
		padding-right: 0;
		text-align: center;
		padding-bottom: 10px;
	}
	
	#footer-image {
		position:relative;
		float:none;
	}
	
	#footer-bottom {
		line-height: 30px;
	}
	
	#back-to-top {
		float: none;
		margin-top: 0;
	}
	
	.navbar .brand {
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	
	.navbar .btn-navbar {
		margin-top: 110px;
		padding:10px;
	}
	
	.navbar .nav {
		margin-left: 0;
	}
	
	.navbar-text {
		float: none;
		text-align: center;
	}
	
	#middle-text-title {
		font-size: 24px;
		padding-top: 40px;
	}
	
	#middle-text-subtitle {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	#block-text {
		line-height: 26px;
		font-size: 12px;
		padding-bottom: 40px;
	}
	
	#testimonial-title {
		padding-top: 60px;
	}
	
	#testimonial-title, #contact-title {
		font-size: 22px;
		line-height: 40px;
	}
	
	#testimonial-subtitle, #contact-subtitle {
		font-size: 18px;
	}
	
	#testimonial-block-text {
		font-size: 20px;
		line-height: 32px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#icon-holder {
		text-align:center;
	}
	
	#partner-icons img {
		display:block;
		margin:10px auto;
	}

	.staff-profile {
        flex-direction: column;
        padding: 20px;
    }

    .staff-profile-image {
        margin-bottom: 20px;
    }

    .general-banner-header {
        top: 0;
    }

    .general-banner-header > div {
        border: none;
        padding: 20px;
        font-size: 24px;
    }

    .general-content1-cms {
        padding: 30px;
    }

    .general-content2-cms {
        padding: 20px 0;
    }

    .general-content2-header,
	.what-we-do-header,
	.general-content1 h1 {
        font-size: 32px;
    }

	.what-we-do-header {
		line-height: 50px;
    }

    .staff-profile-header,
	.general-content1 h2 {
        font-size: 24px;
    }

    .general-content2-inner {
        padding: 20px;
    }

	.content1, .content2, .content3, .general-content1, .general-content2 {
		text-align: left;
	}
	
}