/*
Theme Name: Newfangled Theme
Theme URI: https://newfangled.com
Author: Newfangled
Author URI: https://newfangled.com/
Description: A simplified, CSS and framework agnostic version of WordPress' default 'Twenty Seventeen' theme, illustrating support for Newfangled's plugin suite, and other misc. recommended functionality. We suggest that you begin development with this theme as your starting point. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newfangled-theme
*/

/* An example css framework for demo purposes. Remove/replace as needed */
/* @import url("assets/css/bulma.min.css"); */

/* Some basic styles for demo purposes. Remove/replace as needed */

/* @import url("assets/css/demo.css"); */

@font-face {
    font-family: "Myriad Pro";
    src: url("http://wordpress.weseedragons.com/wp-content/themes/newfangled-theme/fonts/MyriadPro-Regular.otf"); /* EOT file for IE */
}

@font-face {
    font-family: "Myriad Pro Bold";
    src: url("http://wordpress.weseedragons.com/wp-content/themes/newfangled-theme/fonts/MyriadPro-Bold.otf"); /* EOT file for IE */
}

@font-face {
    font-family: "Myriad Pro Italic";
    src: url("http://wordpress.weseedragons.com/wp-content/themes/newfangled-theme/fonts/MyriadPro-It.otf"); /* EOT file for IE */
}


body {
	margin: 0 auto;
	font-family: "Myriad Pro";
	font-weight: 500 !important;
}

/* wordpress theme overrides */

.container {
	max-width: initial !important;
    width: initial !important;
}

.site-header, .site-content-contain, footer {
    max-width: 100% !important;
}

@media screen and (min-width: 1472px) {
	.container {
		max-width: initial !important;
    	width: initial !important;
	}
}

@media screen and (min-width: 1280px) {
	.container {
		max-width: initial !important;
    	width: initial !important;
	}
}

@media screen and (min-width: 1088px) {
	.container {
		max-width: initial !important;
    	width: initial !important;
	}
}

.entry-header {
	display: none !important;
}

.gform_body ul {
    margin-block-start: 0px;
    padding-inline-start: 0px;
}

.gform_fields label {
    font-size: 16px;
}

.gform_heading {
	margin-bottom: 30px;
}

.ginput_container input {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #bbb;
    width: 495px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.ginput_container textarea {
	font-size: 16px;
    border: none;
    border-bottom: 1px solid #bbb;
    height: 130px;
    width: 495px;
    margin-bottom:50px;
}

.ginput_container select {
	font-size: 16px;
	height: 40px;
	border: none;
    border-bottom: 1px solid #bbb;
    background-color: #fff;
    width: 495px;
    padding-bottom: 10px;
    margin-bottom:50px;
}

.gform_button {
	display: inline-block;
    width: 200px;
    height: 38px;
    margin-top: 0px;
    padding-top1: 17px;
    background-color: #EE3123;
    color: white;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: bold;
    text-align: center;
}

#article-body #primary, #insights-body #primary {
	display: flex;
}

#article-body aside, #insights-body aside  {
	width: 260px;
	padding: 0px;
	margin-right: 60px;
	margin-bottom: 70px;
}

#article-body main {
	margin-top:30px;
	border-top: 1px solid #bbbbbb;
	margin-left:220px;
	margin-right: 40px;
}

#article-body .ginput_container input, #article-body .ginput_container select 
{
	width: 100% !important;
}

#insights-body .ginput_container input, #insights-body .ginput_container select 
{
	width: 100% !important;
}

#insights-body #tertiary {
	width:210px;
	margin-left: 70px;
}

.rp4wp-posts-list li a,  .smartcta-link-wrapper a {
	color: #3B3C40;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-right:40px;
	text-decoration: none;
}

.rp4wp-posts-list li a {
    line-height: 40px;
}

@media only screen and (max-device-width: 1112px) {
	.ginput_container input {
	    width: 100%;
    }

    .ginput_container textarea {
	    width: 100%;
	}

	.ginput_container select {
		width: 100%;
	}

	.gform_button {
		background-color: white;
	    color: #EE3123;
	    border: 1px solid #EE3123;
	    width: 100%;
	    text-align: center;
	}

	#primary {
		display: block;
	}

	#article-body #primary, #insights-body #primary {
		display: block;
	}

	#article-body main {
		margin-left: 20px;
		margin-right: 20px;
	}

	#article-body aside, #insights-body aside {
	    width: 260px;
	    padding: 0px;
	    margin-left: 20px;
	    border-top: 1px solid #bbb;
	    margin-top: 70px;
	    margin-bottom: 70px;
	}

	#insights-body #tertiary {
		margin-left: 20px;
	}
}

ul {
	list-style-type: none !important;
}

/* insights */

.wsd-category-icon {
	width:20px;
	height:20px;
	margin-right:10px;
}

.wsd-insights-list-image {
	display: inline-block;
	vertical-align: top;
	width:270px;
	height:200px;
}

.wsd-insights-list-image img {
	width:270px !important;
	height:200px !important;
}

.wsd-insights-list-content {
	display: inline-block;
	width:50%;
	margin-left:30px;
	margin-right:90px;
}

.wsd-insights-list-title {
	margin-top: 10px;
    margin-bottom: -5px;
}

.alm-listing li {
	margin-bottom: 90px;
}

/* article */

.wsd-article-categories {
	margin-top:70px;
	margin-left:220px;
	margin-bottom:25px;
	padding-top: 70px;
}

.wsd-article-header {
	margin-left:220px;
	margin-bottom:65px;
}

.wsd-insights-header {
	margin-left:70px;
	margin-bottom: 10px;
}

.wsd-insights-subheader {
	margin-left:70px;
	margin-bottom: 65px;
	width:300px;
}

.wsd-case-study-client-logo {
	width: 280px;
}

@media only screen and (max-device-width: 1112px) {
	.wsd-article-categories {
		margin-left:20px;
		margin-right:20px;
	}

	.wsd-article-header {
		margin-left:20px;
		margin-right:20px;
	}

	.wsd-insights-header {
		margin-left:20px;
		margin-right:20px;
	}

	.wsd-insights-subheader {
		margin-left:20px;
		margin-right:20px;
	}

	.wsd-case-study-client-logo {
		width: 100%;
	}
}

/* header */

.wsd-header{
	position: fixed;
	z-index:10000;
    top: 0px;
	height: 110px;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.05);
}

.wsd-header-logo {
	display: inline-block;
	min-width:80px;
	border: 1px solid black;
}

.wsd-logo-container {
	float:left;
	width: 150px;
	height: 100%;
	background: linear-gradient(180deg, #CF1E3A 0%, #EE3123 100%);
}

.wsd-logo {
	width:50px;
	height:50px;
}

.wsd-logo-top {
	margin-top: 30px;
    margin-left: 80px;
}

.wsd-logo-text {
	width: 210px;
}

.wsd-header-text{
	float:left;
	margin-top:48px;
	margin-left: 20px;
	color: #3B3C40;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.wsd-nav-links {
	float:right;
	margin-top:48px;
}

.wsd-nav-link {
	color: #3B3C40;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-right:40px;
}

.wsd-nav-link a {
	color: #3B3C40 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-right:40px;
	text-decoration: none;
}

.wsd-nav-link a:hover {
	color: #EE3123 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-right:40px;
}


.wsd-footer{
	min-height: 170px;
	width: 100%;
	background-color: #EE3123;
}

.wsd-footer-content {
	display: inline-block;
	margin-left: 150px;
	color: #ffffff;
	margin-top: 60px;
}

.wsd-footer-logo {
	min-width:80px;
	display: inline-block;
	vertical-align: top;
}

.wsd-footer-logo img {
	width:50px;
	height:50px;
}

.wsd-footer-text {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 26px;
}

.wsd-footer-comma-separator {
	display: inline-block;
}

.wsd-footer-disc-separator {
	display: inline-block;
	margin-left:20px;
	margin-right:17px;
}

.wsd-footer-link {
	color: #ffffff;
	text-decoration: none;
}

.wsd-page-content {
	margin-top:-49px;
	padding-left: 150px;
	background-color: #EE3123;
}

.wsd-content-left-margin {
	float:left;
	width: 150px;
	background: linear-gradient(180deg, #CF1E3A 0%, #EE3123 100%);
}

.wsd-content-body {
	background-color: #ffffff;
	vertical-align: top;
	height: 100%;
	width:100%;
}

.wsd-home-page-top-section {
	margin-left:200px;
	margin-top:120px;
	margin-bottom:100px;
	max-width:750px;
	text-align: center;
	padding-top: 120px;
}

.wsd-home-page-top-section-subheader {
	margin-top:25px;
}

.wsd-home-page-see-what-we-do-button {
	display: inline-block;
	width:200px;
	height:38px;
	margin-top: 45px;
	padding-top:17px;
	background-color: #EE3123;
	color: white;
	font-size:18px;
	letter-spacing: .5px;
	font-weight: bold;

}
.wsd-home-page-we-can-help {
	height:400px;
	background:url('http://wordpress.weseedragons.com/wp-content/uploads/2018/10/spaceman.jpg');
	background-size:cover;
	width:100%;
}
.wsd-home-page-we-can-help-content, .wsd-what-bring-your-ideas-to-life-content {
	padding-top:80px;
	padding-left:70px;
}

.wsd-home-page-we-can-help-content-header {
	width:260px;
}

.wsd-we-can-help-items ul {
	padding-left:17px;
}

.wsd-we-can-help-items li {
	margin-bottom:15px;
}

.wsd-home-page-case-studies {
	margin-top:100px;
}

.wsd-home-page-case-study {
	margin-left: -70px;
	margin-bottom:15px;
}

.wsd-home-page-case-study-mobile {
	display: none;
}

.wsd-home-page-case-study-image {
	display: inline-block;
	width: 670px;
}

.wsd-home-page-case-study-image img {
	width:100%;
}

.wsd-home-page-case-study-content {
	display: inline-block;
	vertical-align: top;
	margin-top: 65px;
    margin-left: 10px;
    width:440px;
}

.wsd-home-page-case-study-content-top-text {

}

.wsd-home-page-case-study-content-logo {
	margin-top:20px;
	margin-bottom:23px;
}

.wsd-home-page-case-study-content-logo img {
	height:40px;
}

.wsd-home-page-case-study-content-read-more-button {
	display: inline-block;
	width:160px;
	height:38px;
	margin-top: 45px;
	padding-top:17px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #EE3123;
	color: #EE3123;
	font-size:18px;
	letter-spacing: .5px;
	font-family: "Myriad Pro Bold";
}

.wsd-home-page-quotes-block {
	margin-left:65px;
	margin-top:70px;
	padding-top:70px;
	max-width:1000px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

.wsd-home-page-quotes-container {

}

.wsd-home-page-quote {
	margin-left:100px;
	max-width:800px;
	margin-bottom: 70px;
}

.wsd-left-quote {
	float:left;
	color:#bbbbbb;
	margin-right:20px;
}

.wsd-left-quote img {
	width:25px;
}

.wsd-right-quote {
	float:left;
	color:#bbbbbb;
	margin-left:20px;
}

.wsd-right-quote img {
	width:25px;
}

.wsd-home-page-quote-text {
	float:left;
	max-width:670px;
}

.wsd-home-page-quote-author {
	margin-top:25px;
}

.wsd-home-latest-insights {
	margin-top:110px;
	margin-bottom: 100px;
	margin-left:65px;
}

.wsd-home-latest-insights-header {
	margin-bottom: 50px;
}

.wsd-home-latest-insights-item {
	float:left;
	width:300px;
	margin-right:40px;
}

.wsd-home-latest-insights-item-image {
	height:230px;
	margin-bottom:30px;
}

.wsd-home-latest-insights-item-image img {
	width:100%;
}

.wsd-home-latest-insights-item-gray-header {
	margin-bottom: 25px;
}

.wsd-home-latest-insights-item-title {
	margin-bottom: 40px;
}

.wsd-home-latest-insights-read-more, .wsd-what-item-content-read-more {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #EE3123;
}

.wsd-home-page-latest-insights-show-all {
	display: block;
	margin-top:15px;
}

.wsd-home-page-latest-insights-show-all-button {
	display: inline-block;
	width:200px;
	height:38px;
	margin-top: 45px;
	padding-top:17px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #EE3123;
	color: #EE3123;
	font-size:18px;
	letter-spacing: .5px;
	font-family: "Myriad Pro Bold";
}

.wsd-home-discuss-project {
	margin-left:65px;
	margin-top:70px;
	margin-bottom: 120px;
	padding-top:70px;
	max-width:1000px;
	border-top: 1px solid #bbbbbb;
	text-align: center;
}

/* what we do page */

.wsd-what-bring-your-ideas-to-life {
	height:400px;
	background:url('http://wordpress.weseedragons.com/wp-content/uploads/2018/10/whatwedo_banner.jpg');
	background-size:cover;
	width:100%;
}

.wsd-what-bring-your-ideas-to-life-content-header {
	width:300px;
}

.wsd-what-bring-your-ideas-to-life-subheader {
	margin-top:20px;
}

.wsd-what-items {
	margin-top:-35px;
	margin-left: 70px;
	max-width: 1063px;
}

.wsd-what-item {
	margin-bottom:85px;
}

.wsd-what-item-image {
	display: inline-block;
	width:500px;
	margin-right:64px;
}

.wsd-what-item-image img {
	width:100%;
}

.wsd-what-item-content {
	display: inline-block;
	margin-top: 85px;
	max-width:431px;
	vertical-align: top;
	margin-right:64px;
}

.wsd-what-item-content-type {
	margin-bottom: 20px;
}

.wsd-what-item-content-title {
	margin-bottom: 15px;
}

.wsd-what-item-content-description {
	margin-bottom: 40px;
}

/* bottom form */

.wsd-bottom-form-block {
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom:120px;
	margin-top: 120px;
}

.wsd-bottom-form {
	max-width:1000px;
}

.wsd-bottom-form-description {
	display: inline-block;
	margin-right:110px;
	max-width:388px;
	vertical-align: top;
}

.wsd-bottom-form-description-header-text {
	line-height: 54px !important;
	margin-bottom: 10px;
}

.wsd-lets-talk-form-description-header-text {
    margin-bottom: 30px;
}

.wsd-bottom-form-fields {
	display: inline-block;
	max-width:498px;
	vertical-align: top;
}

.wsd-bottom-form-field {
	margin-bottom: 40px;
}

.wsd-bottom-form-input {
	font-size: 16px;
    border: none;
    border-bottom: 1px solid #bbb;
    width: 495px;
    padding-bottom: 10px;
}

.wsd-bottom-form-text-area {
	font-size: 16px;
    border: none;
    border-bottom: 1px solid #bbb;
    height:130px;
    width: 495px;
}

.wsd-bottom-form-button {
	display: inline-block;
	width:200px;
	height:38px;
	margin-top: 0px;
	padding-top:17px;
	background-color: #EE3123;
	color: white;
	font-size:18px;
	letter-spacing: .5px;
	font-weight: bold;
	text-align: center;
}

/* work page */
.wsd-work-page-top-section {
	margin-left:70px;
	margin-top:120px;
	margin-bottom:100px;
	max-width:400px;
	padding-top:90px;
}

/* who we are page */

.wsd-who-banner {
	height:535px;
	background:url('http://wordpress.weseedragons.com/wp-content/uploads/2018/10/who-we-are-banner.jpg');
	background-size:cover;
	width:100%;
	margin-top: 120px;
}

.wsd-who-what-we-believe-block {
	margin-left:70px;
	margin-top:70px;
}

.wsd-believe-header {
	margin-bottom:35px;
}

.wsd-believe-item {
	margin-bottom:45px;
}

/* shared */

.wsd-block-border-top-bottom {
	margin-left:70px;
	margin-top:70px;
	padding-top:70px;
	padding-bottom: 70px;
	width:1000px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

/* text classes */

.wsd-text-48-bold-54 {
	font-family: "Myriad Pro Bold";
	font-size: 48px;
	font-weight:bold;
	line-height:54px;
}

.wsd-text-20-26-56 {
	font-size: 20px;
	line-height:26px;
	letter-spacing: .56px;
}

.wsd-text-18-26-56 {
	font-size: 18px;
	line-height:24px;
	letter-spacing: .5px;
}

.wsd-text-18-25-50 {
	font-size: 18px;
	line-height:25px;
	letter-spacing: .5px;
}


.wsd-text-14-bold-light-gray {
	font-weight: bold;
	font-size: 14px;
	color: #bbbbbb;
}

.wsd-text-24-30-30 {
	font-size:24px;
	letter-spacing: .3px;
	line-height: 30px;
}

.wsd-text-24-bold-30-30 {
	font-family: "Myriad Pro Bold";
	font-size:24px;
	letter-spacing: .3px;
	line-height: 30px;
}

.wsd-text-24-italic-30-66 {
	font-family: "Myriad Pro Italic";
	font-size:24px;
	line-height: 30px;
	letter-spacing: .66px;
}

.wsd-text-18-bold {
	font-family: "Myriad Pro Bold";
	font-size: 18px;
}

.wsd-text-16-bold {
	font-family: "Myriad Pro Bold";
	font-size: 16px;
}

.wsd-text-36-bold {
	font-family: "Myriad Pro Bold";
	font-size: 36px;
}


@media only screen 
    and (max-device-width: 1112px) {

    	/* header */

    	.wsd-header{
			height: 85px;
		}

    	.wsd-logo-container {
    		width: 60px;
    	}

    	.wsd-logo-top {
		    margin-top: 20px;
		    margin-left: 10px;
		}
		.wsd-logo {
		    width: 40px;
		    height: 40px;
		}

		.wsd-header-text {
			display: none;
		}

		.wsd-nav-links {
			display: none;
		}

    	.wsd-page-content {
    		margin-top: -74px;
    		padding-left:60px;
    	}

    	.wsd-home-page-top-section {
    		margin-left: 0px;
		    margin-top: 120px;
		    margin-bottom: 100px;
		    width: 100%;
		    text-align: left;
		}

		.wsd-home-page-top-section-header {
			margin-left: 20px;
			margin-right:20px;
		    font-size:36px !important;
		    line-height: initial !important;
		}

		.wsd-home-page-top-section-subheader {
			margin-left: 20px;
			margin-right:20px;
		    font-size:18px !important;
		}

		.wsd-home-page-see-what-we-do-button-container {
			margin-left:20px;
			margin-right:20px;
		}

		.wsd-home-page-see-what-we-do-button {
		    width: 100%;
		    text-align: center;
		}

    	.wsd-home-page-we-can-help {
		    height: 240px;
		    background: url('http://wordpress.weseedragons.com/wp-content/uploads/2018/10/spaceman.jpg');
		    background-size: cover;
		    background-position-x: 60%;
		    width: 100%;
		    margin-bottom: 400px;
		}

		.wsd-home-page-we-can-help-content {
		    padding-top: 280px;
		    padding-left: 20px;
		}

		.wsd-home-page-we-can-help-content-header {
			font-size:20px !important;
		}

		.wsd-what-bring-your-ideas-to-life, .wsd-who-banner{
			height:240px;
			background-size: cover;
			background-position-x: 90%;
		    width: 100%;
		    margin-bottom: 5px;
		}

		.wsd-what-bring-your-ideas-to-life-content {
		    padding-top: 90px;
		    padding-left: 20px;
		    padding-right: 20px;
		}

		.wsd-what-bring-your-ideas-to-life-content-header {
			font-size: 30px !important;
		    line-height: 34px;
		    width: 200px;
		}

		.wsd-what-bring-your-ideas-to-life-subheader {
			margin-top:10px;
			font-size:18px;
		}

		.wsd-we-can-help-items li {
			font-size:16px !important;
		}

		.wsd-home-page-case-study {
			display: none;
		}

		.wsd-home-page-case-study-mobile {
			display:  block;
			margin-left: -70px;
			margin-bottom:15px;
		}

		.wsd-home-page-case-study-image {
			display: inline-block;
			width: 100%;
		}

		.wsd-home-page-case-study-image img {
			width:100%;
		}

		.wsd-home-page-case-study-content {
			display: inline-block;
			vertical-align: top;
			margin-top: 65px;
		    margin-left: 0px;
		    width:100%;
		}

		.wsd-home-page-case-study-content-top-text {
			margin-left:90px;
		}

		.wsd-home-page-case-study-content-logo {
			margin-left: 90px;
		}

		.wsd-home-page-case-study-content-logo img {
		    height: 35px;
		}

		.wsd-home-page-case-study-content-header {
			margin-left: 90px;
			margin-right:20px;
			margin-bottom: 30px;
			font-size: 20px !important;
		}

		.wsd-home-page-case-study-content-read-more {
			margin-left: 90px;
    		margin-right: 20px;
		}

		.wsd-home-page-case-study-content-read-more-button {
			margin-top:0px;
			width:100%;
		}

		.wsd-home-page-quotes-block {
			margin-left:20px;
			margin-right:20px;
			margin-top:70px;
			padding-top:0px;
			border-top: none;
			border-bottom: none;
		}

		.wsd-home-page-quotes-container {
			width:100%;
			border-top: 1px solid #bbbbbb;
			border-bottom: 1px solid #bbbbbb;
			padding-top:40px;
		}

		.wsd-home-page-quote {
			max-width:100%;
			margin-bottom: 45px;
			margin-left:0px;
		}

		.wsd-left-quote {
			float:left;
			color:#bbbbbb;
			margin-right:20px;
		}

		.wsd-left-quote img {
			width:25px;
		}

		.wsd-right-quote {
			display: none;
		}

		.wsd-home-page-quote-text {
			float:left;
			width:100%;
		}

		.wsd-home-page-quote-author {
			margin-top:35px;
		}

		.wsd-home-latest-insights {
		    margin-top: 110px;
		    margin-bottom: 100px;
		    margin-left: 0px;
		}

		.wsd-home-latest-insights-header {
		    margin-left: 20px;
		}

		.wsd-home-latest-insights-item {
		    width: 100%;
		    margin-right: 0px;
		}

		.wsd-home-latest-insights-item-image {
		    height: auto;
		    margin-bottom:0px;
		}

		.wsd-home-latest-insights-item-gray-header {
			display: inline-block;
			margin-top:25px;
		    margin-bottom: 20px;
		}

		.wsd-home-latest-insights-item-title {
		    margin-bottom: 40px;
		}

		.wsd-home-latest-insights-read-more, .wsd-what-item-content-read-more {
		    margin-left: 20px;
		    margin-bottom: 60px;
		}

		.wsd-home-page-latest-insights-show-all {
		    margin-top: 0px;
		    margin-left: 20px;
		    margin-right: 20px;
		}

		.wsd-home-page-latest-insights-show-all-button {
		    width: 100%;
		    height: 38px;
		    margin-top: 0px;
		    padding-top: 17px;
		    text-align: center;
		    background-color: #ffffff;
		    border: 1px solid #EE3123;
		    color: #EE3123;
		    font-size: 18px;
		    letter-spacing: .5px;
		    font-family: "Myriad Pro Bold";
		}

		.wsd-home-discuss-project {
		    margin-left: 20px;
		    margin-right: 20px;
		    margin-top: 70px;
		    margin-bottom: 120px;
		    padding-top: 70px;
		    text-align: left;
		}

		/* what we do page */

		.wsd-what-items {
			margin-top: 0px;
			margin-left: 0px;
		}

		.wsd-what-item-image {
		    display: inline-block;
		    width: 100%;
		    margin-right: 0px;
		}

		.wsd-what-item-content {
		    display: inline-block;
		    margin-top: 25px;
		    margin-left: 20px;
		    max-width: 431px;
		    vertical-align: top;
		}

		.wsd-what-item-content-description {
			font-size: 16px;
			margin-bottom: 40px;
		}

		.wsd-what-item-content-read-more {
		    margin-left: 0px;
		    margin-bottom: 0px;
		}

		.wsd-home-latest-insights-read-more {
			margin-left: 0px;
		}

		/* work pagge */

		.wsd-work-page-top-section {
		    margin-left: 20px;
		    margin-right: 20px;
		    margin-top: 120px;
		    margin-bottom: 0px;
		}

		.wsd-work-page-header {
			font-size: 36px !important;
		}

		.wsd-work-page-subheader {
			font-size: 18px !important;
		}

		.wsd-work-page-bottom-case-studies {
			margin-top: 0px !important
		}

		/* bottom form */

		.wsd-bottom-form-block {
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 70px;
			margin-top:80px;
		}

		.wsd-bottom-form {
			width:100%;
		}

		.wsd-bottom-form-description {
			width:100%;
			margin-right: 0px;
			margin-bottom:85px;
		}

		.wsd-bottom-form-description-header-text {
		    font-size: 24px !important;
		    line-height: 30px !important;
		    margin-bottom: 10px;
		}

		.wsd-lets-talk-form-description-header-text {
		    font-size: 36px !important;
		    line-height: 30px !important;
		    margin-bottom: 30px;
		}

		.wsd-bottom-form-description-text {
			font-size: 18px !important;
		}

		.wsd-bottom-form-fields {
			width:100%;
		}

		.wsd-bottom-form-input {
			font-size: 16px;
		    border: none;
		    border-bottom: 1px solid #bbb;
		    width: 100%;
		    padding-bottom: 10px;
		}

		.wsd-bottom-form-text-area {
			font-size: 16px;
		    border: none;
		    border-bottom: 1px solid #bbb;
		    width: 100%;
		}

		.wsd-bottom-form-button {
			background-color: white;
			color: #EE3123;
			border: 1px solid #EE3123;
		    width: 100%;
		    text-align: center;
		}

		/* shared */

		.wsd-block-border-top-bottom {
			margin-left:0px;
			margin-top:70px;
			padding-top:70px;
			padding-bottom: 70px;
			width:100%;
			border-top: none;
			border-bottom: 1px solid #bbbbbb;
		}

		/* who we are */

		.wsd-who-what-we-believe-block {
		    margin-left: 20px;
		    margin-right: 20px;
		    margin-top: 70px;
		}

		.wsd-believe-item {
			font-size: 18px !important;
			margin-bottom:45px;
		}

		/* footer */

    	.wsd-footer{
			height: 170px;
			width: 100%;
			background1: linear-gradient(180deg, #CF1E3A 0%, #EE3123 100%);
		}

		.wsd-footer-content {
			margin-left: 60px;
			margin-top: 30px;
			color: #ffffff;
		}

		.wsd-footer-logo {
			min-width:50px;
		}

		.wsd-footer-logo img {
			width:30px;
			height:30px;
		}

		.wsd-logo-text {
			width: 140px;
		}


		.wsd-footer-address1 {
			display: block;
		}

		.wsd-footer-city-state-zip {
			display: block;
		}

		.wsd-footer-email {
			display: block;
		}

		.wsd-footer-phone {
			display: block;
		}

		.wsd-footer-comma-separator {
			display: none;
		}

		.wsd-footer-disc-separator {
			display: none;
		}
}

.white-text {
	color: #ffffff;
}


