@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	color:#5e5652;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}

p {
	margin-bottom: 16px;
}
.sprite {
	background-image:url(../images/sprite.png);
	float:left;
}

.container {
	width:1165px;
	margin: 0 auto;
}

.top-header {
	background-color:#ea175c;
	margin-bottom:50px;
}

.logo {
	width:90px;
	height:87px;
	background-position:0 0;
	text-indent:-9999px;
	margin-right:15px;
}

.header {
	padding-top:7px;
}
.header h2{
	font-size:17px;
	padding-top:18px;
	float:left;
}

.header h2 strong {
	font-size:48px;
	font-weight:700;
	padding-top:14px;
	clear:both;
	display:block;
	letter-spacing: -1px;
}

.columns {
	float:left;
}

.col-left {
	width:658px;
	margin-left:15px;
}

.col-right {
	width:492px;
} 

.top-header .phone {
	float:right;
	color:#fff;
	font-size:18px;
	margin:16px 40px 16px;
}

.alpha-105 {
	margin-left:105px;
}
.intro-txt blockquote{
	font-size:30px;
	line-height:35px;
	padding:35px 0;
}
.intro-txt a{
	color:#ea175c;
}


.ceo {
	float:right
}

.ceo-name {
	width:164px;
	float:left;
}
.ceo-name cite{
	font-size:14px;
	line-height:18px;
	margin-left:20px;
	float:left;
}
.natasha {
	width:174px;
	height:194px;
	background-position: -90px 0;
}

.signature {
	width:141px;
	height:71px;
	background-position:0 -194px;
	clear:both
}

.contact {
	width:430px;
	background-color:#e7e7e2;
	margin: 0 20px 0 40px;
	padding:20px;
}

.contact h3 {
	font-size:24px;
	line-height:36px;
	padding:14px 0 15px 0;
	letter-spacing: -1px;
}

.contact li {
	padding-bottom:6px;
}

label {
	font-size:14px;
	width:80px;
	text-align:right;
	display:inline-block;
	float:left;
	padding-right:18px;
}
label.error{
	width:auto;
	display:block;
	clear:both;
	float:none;
	color:red;
}
.info-alert label.error{
	text-align: left;
}
.success label.error{
	color:green;
}
input[type="text"],input[type="email"], textarea{
	border:1px solid #d3d3d1;
	background:none;
	padding:8px;
	margin:0;
	box-shadow:none !important;
	outline: none !important;
}
input:focus, input:active, textarea:focus, textarea:active{
	border:1px solid #ea175c;
}
input.error, textarea.error{
	border:1px solid #ea175c;
}
button {
	font-family: 'Open Sans', sans-serif;
	background-color:#ea175c;
	font-size:18px;
	border:none;
	color:#fff;
	font-weight:100;
	padding:10px 26px;
}

button:hover {
	background-color:#dd1556;
	cursor:pointer
}

.contact .btn {
	text-align:center;
	padding: 20px 0 14px 0;
}

.contact label {
	padding-top:5px;
}
.contact input[type="text"], input[type="email"], .contact textarea {
	width:310px;
	font-size: 14px;
}
.captcha label{
	width:auto;
	text-align:left;
	clear:both;
}
.captcha .wrap-captcha {
	margin-left:80px;
	padding-top:10px;
}

.captcha .wrap-captcha a.reload {
	font-size:12px;
	cursor:pointer
}

.captcha .wrap-captcha a.reload:hover {
	text-decoration:underline
}

.captcha img {
	float:left;
	margin-right:14px;
}

.captcha input {
	width:130px !important;
	margin-top:5px;
	background:#ffffff;
}

.contact-copy {
	margin-left:80px;
}
.contact-copy input[type="checkbox"] {
	float:left;
	margin:5px 10px 0 0;
}
.contact-copy label{
	width:auto;
	display:inline-block;
	padding:0;
}

form .error input {
	border-color:#ea175c;
}

.footer {
	background-color:#5e5652;
	color:#fff;
	padding:53px 0 0 0;
}

.footer .copy-right {
	font-size:9px;
	padding:10px 0;
	margin-bottom:0;
	padding-left:15px;
}

.footer .copy-right a{
	color:#858280;
	padding:0 10px;
}

.social li {
	margin-right:15px;
	display:inline-block
}
.social li a {
	width:50px;
	height:50px;
	text-indent:-9999px;
}

.social .go {
	background-position:0 -265px;
}
.social .ig {
	background-position:-50px -265px;
}

.social .tw {
	background-position:-100px -265px;
}

.social .fa {
	background-position:-150px -265px;
}

.social .fa:hover, .social .ig:hover, .social .tw:hover, .social .go:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.add-this-style {
	padding-top:30px
}

.tweet {
	text-align:center;
	min-width:400px;
}
.tweet iframe .u-photo{
	display:none !important;
}


.tweet a {
	color:#ea175c;
	text-decoration:underline;
}

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
    header, footer {width:100%; display: table}
    .tweet iframe{
        max-width:400px !important;
    }
