/*
	Theme Name: The Solutions Project
	Theme URI: http://thesolutionsproject.org
	Description: Developed using Fusion, a modern Wordpress framework using top-notch technologies and coding standards. Featuring HTML5, CSS3 & Bootstrap 3, Fusion provides a high performance, secure and well-optimized foundation for any Wordpress project.
	Author: Alexandru Doda
	Author URI: http://alexandru.co
	Version: 10.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: responsive-layout
*/


/*
	DEFAULT COLOR: #222222 ;
	PRIMARY COLOR: #4e808e ;
	PRIMARY COLOR HOVER: #228CAF ;
*/


/***********************************
** BOOTSTRAP ***********************
***********************************/
img
{
	max-width: 100%;
	height: auto;
}
html,
body {
	height: 100%
}

body {
	color: #222222;
	padding-top: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1.625
}

input,
textarea {
	border-radius: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px
}

a,
a:hover {
	color: #4a7f8c;
}

a,
.btn {
	-webkit-transition: background-color 150ms, border-color 150ms;
	transition: background-color 150ms, border-color 150ms;
}

.btn {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 8px;
	border-radius: 0
}

.btn-default {
	color: #fff;
	border-color: #bbb;
	background-color: #bbb
}

.btn-default:hover,
.btn-default:active {
	color: #fff;
	border-color: #087295;
	background-color: #087295
}

.btn-primary {
	color: #fff;
	border-color: #087295;
	background-color: #087295
}

.btn-primary:hover,
.btn-primary:active {
	color: #fff;
	border-color: #228CAF;
	background-color: #228CAF
}

.wp-caption p.wp-caption-text {
	padding-top: 10px;
}


/***********************************
** LAYOUT ***************************
***********************************/

.site-wrapper {
	padding-bottom: 80px
}

body.home .site-wrapper {
	padding-bottom: 0
}

.site-content {
	position: relative;
}

#tsp-navbar {
	margin-bottom: 0;
	min-height: 40px;
	border: 0;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.65)
}

#tsp-navbar li > a {
	padding: 10px 14px;
}

@media only screen and (max-width: 992px) {
	#tsp-navbar li > a {
		padding: 10px 9px;
	}
}

#tsp-navbar .navbar-brand {
	padding: 10px 15px;
	height: 40px;
	margin-right: 25px
}

#tsp-navbar .navbar-left a {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222222;
	background-color: transparent;
}

/*
#tsp-navbar .navbar-left li:last-child a {
	background-color: #45bfe0;
	color: #fff;
	border-radius: 5px;
	margin: 5px 0 0 10px;
	padding: 5px 15px
}*/

#tsp-navbar .navbar-left li:last-child a:hover {
	//background-color: #3baecd
}

/*
#tsp-navbar .navbar-nav li:hover a:after {
	background-color: #bbb;
	bottom: -4px;
	content: "";
	height: 7px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
}*/

#tsp-navbar .navbar-right {
	font-size: 1.4em;
}

#tsp-navbar .navbar-right li {
	-webkit-transition: 250ms background-color;
	transition: 250ms background-color
}

#tsp-navbar .navbar-right a {
	color: #222222
}

#tsp-navbar .navbar-right li:hover {
	background-color: #087295
}

#tsp-navbar .navbar-right li:hover a {
	color: #fff
}

.site-pagination {
	text-align: center
}

.site-pagination li > a,
.site-pagination li > a:hover {
	color: #292929
}

.site-pagination li.active > a {
	color: #fff;
	background-color: #292929;
	border-color: #292929
}

.site-footer {
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
}

.site-footer .footer-menu {
	display: inline-block;
	margin-bottom: 0
}

.site-footer-nav li a {
	color: #292929;
	margin: 0 25px
}

.site-copyright {
	color: #4a7f8c;
	margin-right: 30px
}


/***********************************
** ENTRY ***************************
***********************************/

.page-back {
	position: fixed;
	top: 50%;
	margin-left: -40px;
	font-size: 30px
}

.page-back a {
	color: #aaa
}

.page-header {
	margin: 0;
	padding: 80px 0;
	border: 0;
	position: relative;
}

.page-title {
	margin: 0;
	color: #aaa;
	font-size: 18px;
	text-align: center
}

.page-title-big {
	font-size: 62px;
	font-family: 'Montserrat'
}

.page-meta {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0
}

.page-admin {
	position: absolute;
	right: 0;
	font-size: 1.6em;
	margin-top: -15px;
	top: 50%;
}

.page-admin a {
	color: #aaa
}

.page-sepparator {
	width: 600px;
	max-width: 100%;
	text-align: center;
	line-height: 1px;
	height: 1px;
	font-size: 1.3em;
	border: 0;
	background-color: #aaa;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

.page-sepparator:after {
	content: "\2666";
	color: #aaa;
	display: inline;
	background-color: #fff;
	padding: 0 0.8em
}

x:-o-prefocus,
.page-sepparator:after {
	content: ""
}

.entry-header,
.loop-header {
	letter-spacing: 1px;
	text-transform: uppercase
}

.entry-title,
.loop-title {
	margin-top: 20px;
	font-size: 1.3em;
	line-height: 1.4;
}

.entry-meta,
.loop-meta {
	font-size: 11px;
	font-weight: 700;
	color: #bbb
}

.entry-more {
	text-align: right;
	margin-bottom: 25px
}

.entry-thumb img,
.loop-thumb img {
	width: 100%
}

.entry-content {
	font-size: 1.15em;
}

.loop-post {
	margin-bottom: 50px
}

.loop-more {
	text-align: right;
}

.loop-more a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding: 6px 12px;
	background-color: #bbb
}

.loop-more a:hover,
.loop-more a.active {
	background-color: #087295;
	text-decoration: none;
	color: #fff
}


/***********************************
** WIDGETS *************************
***********************************/

.search-form {
	margin-bottom: 40px
}

.search-form .fa {
	font-size: 20px;
	padding: 3px 10px
}

.widgettitle {
	padding-bottom: 15px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 1em;
	border-bottom: 1px solid #bbb;
}

.widget ul {
	list-style: none;
	padding-left: 0
}

.widget ul > li {
	margin-bottom: 10px;
	font-size: 14px
}

.widget ul > li > a {
	color: #292929
}

.widget_categories ul > li {
	float: left;
	margin-right: 10px
}

.widget_categories ul > li > a {
	color: #fff;
	border-color: #bbb;
	background-color: #bbb;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 8px;
	border-radius: 0
}

.widget_categories ul > li > a:hover,
.widget_categories ul > li > a:active {
	color: #fff;
	border-color: #087295;
	background-color: #087295;
	text-decoration: none;
}


/*********** HOMEPAGE ********************************************/

.tsp-section {
	padding: 100px 0
}

.tsp-header {
	margin: 0;
	border: 0;
	position: relative;
}

.tsp-header .page-sepparator {
	background-color: #fff
}

.tsp-header-title {
	margin: 0;
	color: #aaa;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: bold
}

.tsp-header-title-map {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 62px
}

.tsp-content {
	font-weight: 300
}

.tsp-content p.lead {
	text-align: center;
}

.tsp-content p:last-child {
	margin-bottom: 0
}

.tsp-content-title {
	font-size: 62px;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	color: #222222
}

.tsp-content-title-small {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 40px
}

.tsp-content-button {
	background-color: #f7bd26;
	border: 1px solid #c6cbd0;
	border-radius: 8px;
	padding: .5em 2em;
	font-size: 22px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 15px
}

.tsp-content-button:hover {
	background-color: #cc8200;
	border-color: #cc8200
}

.tsp-content-button img {
	position: relative;
	top: -3px
}


/* Section: Maps */

.maps {
	background-color: #d2e9ec;
}

.maps-nav {
	position: relative;
	/*top: -3.6em;*/
	/*margin-bottom: -1.6em;*/
	text-align: center;
	border-bottom: 0;
}

.maps-nav > li {
	float: none;
	display: inline-block;
	font-size: 1.05em;
	text-transform: uppercase;
	font-weight: bold;
}

.maps-nav > li > a {
	color: #aaa;
	padding: 1em;
	border: 0 !important;
	background-color: #d2e9ec;
	opacity: 0.75;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms
}

.maps-nav > li.active > a,
.maps-nav > li.active > a:hover,
.maps-nav > li.active > a:focus {
	opacity: 1;
	background-color: #d2e9ec;
}

.maps-nav > li > a:hover {
	opacity: .9;
	background-color: #d2e9ec;
}

@media only screen and (min-width: 768px) {
	.maps-nav {
		/*top: -4.1em;*/
		/*margin-bottom: -2.1em;*/
	}
	.maps-nav > li {
		font-size: 1.2em;
	}
	.maps-nav > li > a {
		min-width: 20em;
		padding: 1em 4em;
	}
}

#tsp-map-international {
	border: 0;
}


/* Section: Donate */

.donate {
	background-color: #f7bd26;
	text-align: center;
	padding: 30px 20px 25px;
	font-size: 2.2em;
	color: #fff;
	font-weight: bold;
}

.donate a {
	display: block;
	background-color: #45bfe0;
	border-radius: 5px;
	color: #fff;
	font-size: 0.7em;
	padding: .4em 1.25em .25em;
	vertical-align: top;
}

.donate a:hover {
	opacity: .8;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.donate {
		padding: 30px 0 25px;
	}
	.donate a {
		display: inline-block;
		margin-left: 1em;
	}
}


/* END */

#tsp-contact-social {
	margin-bottom: 4em;
}

@media only screen and (min-width: 768px) {
	#tsp-contact-social {
		margin-bottom: 0;
	}
}

#tsp-section-map {
	padding: 0;
	max-width: 100%;
	background-color: #d2e9ec;
}

#tsp-map-header {
	text-align: center;
	padding: 30px 20px 0px
}

#tsp-map-header .page-sepparator:after {
	background-color: #d2e9ec;
}

.tsp-map-header {
	text-align: center;
	padding: 15px 20px;
	background-color: #d2e9ec
}

.tsp-map-title {
	margin: 0;
	color: #fff;
	font-size: 6em;
	font-weight: 400
}

.tsp-map-title span {
	color: #fac42a
}

#tsp-map {
	width: 100%;
	max-width: 100%
}

#tsp-map-content {
	padding: 20px 10px;
	padding-left:0;
	padding-right: 0;
	background-color: #d2e9ec
}

#tsp-stats-statement,
#tsp-map-statement {
	margin: 0 auto 30px;
	font-size: 1.6em;
	color: #05242e;
	text-align: center;
	width: 700px;
	max-width: 100%;
	padding: 10px 30px;
	border-radius: 8px;
	background-color: #fff;
}

#tsp-stats-statement p,
#tsp-map-statement p {
	margin-bottom: 0
}

#tsp-map-more {
	font-weight: 700;
	text-align: left;
}

#tsp-map-bottom {
	padding: 2em 0;
	background-color: #fff;
}

#tsp-map-bottom h5 {
	font-weight: bold;
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #282828;
	margin-top: 0;
	font-size: 18px;
	padding-left: 110px
}

#tsp-map-bottom img {
	display: block;
	margin: auto;
}

#tsp-section-subscribe {
	background-size: cover !important;
	background-color: #00285b;
	background-image: url('library/assets/img/home-jumbo.jpg');
	background-position: 50% top;
	background-repeat: initial initial;
	padding: 140px 0 180px;
}

#tsp-section-subscribe .tsp-content-title {
	color: #fff;
	font-size: 54px;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
}

#tsp-section-subscribe .tsp-content p.lead {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	font-family: 'Montserrat';
}

#tsp-section-subscribe .tsp-content p.lead strong {
	font-weight: 700
}

#tsp-section-subscribe .page-sepparator:after {
	content: '';
	background-color: transparent;
}

#tsp-section-subscrive #mce-error-response {
	color: #fff;
	margin-bottom: 5px
}

#tsp-subscribe-form {
	width: 350px;
	max-width: 100%;
	display: block;
	margin: 10px auto 20px
}

#tsp-subscribe-form .checkbox {
	color: #fff
}

.tsp-subscribe-switch {
	color: #ffc800
}

.tsp-subscribe-switch:hover,
.tsp-subscribe-switch:focus {
	color: #ffc800;
}

#tsp-subscribe-btn {
	width: 100%;
	font-size: 1em;
	text-transform: none;
	background-color: #45bfe0;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #9bc7d5;
	padding: 5px 0;
}

#tsp-subscribe-btn:hover {
	background-color: #36a7c5
}

#tsp-subscribe-social {
	text-align: center;
}

#tsp-subscribe-social li {
	margin: 0 10px
}

#tsp-subscribe-social a {
	color: #fff;
	font-size: 1.8em
}

#tsp-section-story {
	background-color: #0a455e;
	color: #fff;
	font-weight: 300
}

#tsp-section-story .tsp-content-title {
	color: #fff
}

#tsp-section-story .page-sepparator:after {
	background-color: #0a455e
}

#tsp-section-story p.lead {
	text-align: center;
	font-size: 24px
}

.tsp-story {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-family: 'Montserrat';
	font-weight: normal
}

.tsp-story img {
	display: block;
	margin: auto;
	border-radius: 100%
}

.tsp-story h4 {
	margin: 25px 0 20px;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 26px
}

.tsp-story a {
	color: #3baecd
}

.tsp-story-icon {
	margin: auto;
	display: table;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	color: #222222;
	background-color: #fff;
}

.tsp-story-icon .fa-circle {
	font-size: 1.4em
}

.tsp-story-icon span {
	display: table-cell;
	vertical-align: middle;
	line-height: 100%;
	font-size: 4em;
}

#tsp-section-blog .tsp-content-title {
	margin-top: 0
}

#tsp-section-blog .page-sepparator {
	background-color: #aaa;
}

.tsp-funders li {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.tsp-blog {
	margin-bottom: 25px;
	padding-top: 20px;
	font-family: 'Montserrat'
}

.tsp-blog .loop-article {
	margin-bottom: 25px
}

.tsp-blog .loop-thumb {
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.tsp-blog .loop-thumb:hover,
.tsp-blog .loop-thumb:focus {
	opacity: .75;
}

.tsp-blog .loop-thumb img {
	max-width: 100%;
	height: auto;
}

.tsp-blog .loop-thumb__blank {
	width: 100%;
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.tsp-blog .loop-title {
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
}

.tsp-blog .loop-title a {
	color: #222222
}

.tsp-blog .loop-content {
	font-size: 16px;
	font-family: 'Montserrat'
}

.tsp-blog-categories li {
	margin-bottom: 10px;
}

.tsp-blog-all {
	position: relative;
	display: block;
	width: 555px;
	max-width: 100%;
	text-align: center;
	margin: auto;
}

.tsp-blog-all a {
	background-color: #087295;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 600;
	height: 30px;
	line-height: 16px;
	margin: auto;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 70px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: content-box;
}

.tsp-blog-all a:hover {
	background-color: #228CAF;
	text-decoration: none
}

.tsp-blog-all a span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block
}

#tsp-section-directors {
	text-align: center;
}

#tsp-section-directors .tsp-content-title {
	margin-top: 0;
}

#tsp-section-directors .page-sepparator {
	background-color: #aaa;
}

#tsp-section-directors .article-title,
#tsp-section-directors p {
	text-align: center
}

#tsp-section-directors img {
	max-width: 100%;
	height: auto
}

#tsp-section-directors a {
	display: block;
	-webkit-transition: 250ms opacity;
	transition: 250ms opacity;
}

#tsp-section-directors a:hover,
#tsp-section-directors a:focus {
	opacity: .7;
}

#tsp-section-directors article {
	margin-bottom: 15px
}

#tsp-section-directors .col-sm-2 {
	float: none;
	display: inline-block;
	vertical-align: top;
}

#tsp-section-statement {
	background-color: #f7bd26
}

#tsp-section-statement .tsp-header-title,
#tsp-section-statement .tsp-content-title {
	color: #fff;
}

#tsp-section-statement .tsp-content-title {
	text-transform: uppercase;
}

#tsp-section-statement .page-sepparator {
	background-color: #fff
}

#tsp-section-statement .page-sepparator:after {
	background-color: #f7bd26;
	color: #fff
}

#tsp-section-contact {
	background-color: #292929;
	color: #fff
}

#tsp-section-contact .tsp-header-title,
#tsp-section-contact .tsp-content-title {
	color: #fff;
}

#tsp-section-contact .page-sepparator {
	background-color: #fff
}

#tsp-section-contact .page-sepparator:after {
	background-color: #292929;
	color: #fff
}

#tsp-section-contact form input,
#tsp-section-contact form textarea {
	border-radius: 0
}

#tsp-section-contact input[type="submit"] {
	padding: 13px 18px
}

#tsp-section-contact h4 {
	font-weight: bold;
	font-family: 'Montserrat';
	margin-top: 1.75em;
	margin-bottom: 1em;
}

#tsp-contact-header {
	margin-bottom: 15px
}

#tsp-contact-meet {
	margin-bottom: 50px
}

#tsp-contact-meet i.fa-envelope {
	margin-right: 5px
}

#tsp-contact-social ul {
	font-size: 1.6em;
}

#tsp-contact-social li {
	margin-right: 10px
}

#tsp-contact-social a {
	color: #fff
}

#tsp-section-donate {
	padding-top: 0;
	padding-bottom: 0
}


/* Resource Center */

.single-resource .page-header {
	padding-bottom: 20px
}

.resource-table {
	font-size: 18px
}

.resource-table__head {
	text-transform: uppercase;
	font-weight: 700
}

.resource-table .row {
	margin-bottom: 15px
}

.resource-table__file-title {
	font-weight: 700
}


/* Gravity Forms */

.gform_wrapper .top_label .gfield .gfield_label,
.gform_wrapper .top_label .gfield.gf_field_label {
	font-weight: 400;
	font-family: 'Montserrat';
	font-size: 1.2em;
	color: #4b494a;
	margin-bottom: 1em;
}

.gform_wrapper ul li.gfield,
.gform_wrapper ul li.gfield.gf_field_inline.last {
	padding-bottom: 2.5em !important;
}

.gform_wrapper ul li.gfield.gf_field_tight,
.gform_wrapper ul li.gfield.gf_field_inline {
	padding-bottom: 1.25em !important;
}

.gform_wrapper .gfield.gf_field_inline .gfield_label,
.gform_wrapper .gfield.gf_field_inline .gfield_container {
	float: left;
}

.gform_wrapper .gfield.gf_field_inline .gfield_label {
	width: 250px;
	padding-top: 5px;
}

.gform_wrapper .gfield.gf_field_inline .gfield_container {
	width: 60%;
}

.gform_wrapper li.gfield.field_description_below .gfield_description {
	padding-top: 1em !important;
}

.gform_wrapper .form-control {
	border: 0;
	box-shadow: none;
	background-color: #dcdcdc;
	padding: 15px;
}

.page-template-template-form .entry-content {
	padding-top: 80px;
}

.page-template-template-form a {
	color: #00adef;
}

.gform_wrapper .gform_footer .gform_button {
	float: none !important;
	padding: 8px 20px;
	font-size: 1.6em;
	border: 0;
	background-color: #ffcd33;
	color: #fff;
}

.gform_wrapper .gform_footer .gform_button:hover {
	opacity: 0.8;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required .instruction.validation_message,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin-left: 250px !important;
}


/***********************************************************************
** RESPONSIVE **********************************************************
***********************************************************************/

@media (max-width: 1199px) {
	#tsp-navbar .navbar-right {
		display: none
	}
	#tsp-navbar {
		text-align: center
	}
	#tsp-navbar .navbar-header {
		width: 100%;
		text-align: center
	}
	#tsp-navbar .navbar-brand {
		width: 100%;
		margin-right: 0
	}
	#tsp-navbar .navbar-left {
		display: inline-block;
		float: none!important
	}
	#tsp-map-bottom h5 {
		padding-left: 10px
	}
}

@media (max-width: 991px) {
	body {
		padding-top: 80px
	}
	#tsp-map {
		height: 550px
	}
	.tsp-map-title {
		font-size: 4.6em
	}
	#tsp-map-bottom h5 {
		padding-left: 0
	}
	#tsp-map-international {
		height: 900px!important
	}
	.tsp-blog .loop-thumb {
		height: 150px;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 50px
	}
	#tsp-navbar .navbar-brand {
		padding: 12px 15px;
		width: auto
	}
	#tsp-navbar .navbar-header {
		width: auto
	}
	#tsp-navbar .navbar-left li {
		text-align: center
	}
	#tsp-navbar .navbar-left a {
		font-size: .9em;
		padding: .6em 1em;
	}
	#tsp-navbar .navbar-right {
		margin: 0;
		text-align: center;
		display: block
	}
	#tsp-navbar .navbar-right li {
		display: inline-block
	}
	#tsp-navbar .navbar-nav li:hover a:after {
		background-color: transparent
	}
	.site-copyright {
		display: block;
		margin-bottom: 10px
	}
	#main {
		margin-bottom: 20px
	}
	.page-back,
	.page-admin {
		display: none
	}
	.page-header {
		padding: 40px 0
	}
	.tsp-content-title {
		font-size: 3.2em
	}
	.tsp-map-title {
		font-size: 3.6em
	}
	#tsp-stats-statement,
	#tsp-map-statement {
		font-size: 1.3em
	}
	#tsp-map {
		height: 450px
	}
	#tsp-map-bottom h5 {
		margin-top: 0
	}
	.tsp-header-title-map {
		font-size: 30px
	}
	#tsp-section-subscribe {
		padding-bottom: 70px 0 110px;
	}
	#tsp-section-subscribe .tsp-content-title {
		padding: 0 10px;
		font-size: 2.2em
	}
	#tsp-section-subscribe .tsp-content p.lead {
		padding: 0 10px;
		font-size: 1em
	}
	#tsp-section-contact {
		padding-bottom: 0
	}
	#tsp-contact-form {
		margin-bottom: 50px
	}
	#tsp-contact-meet,
	#tsp-contact-social {
		text-align: center
	}
	#tsp-map-international {
		height: 700px!important
	}
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required .instruction.validation_message,
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
		margin-left: 0 !important;
	}
	.tsp-blog .loop-thumb {
		height: 500px;
	}
}

@media (max-width: 479px) {
	#tsp-map {
		height: 300px
	}
}

@media (max-width: 380px) {
	#tsp-map {
		height: 200px
	}
}
