/*
Theme Name: Corp
Theme URI: http://theme.wordpress.com/themes/corp/
Description:
Version: 1.0
Author: Pro Theme Design
Author URI: http://theme.wordpress.com/themes/by/pro-theme-design
Tags:

License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* CSS reset */
/* based upon: normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
  font-size: 1em;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"],
input.searchfield {
  -webkit-appearance: textfield;
}
input[type="search"]:focus::-webkit-input-placeholder,
input.searchfield:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input.searchfield::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input.searchfield::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}
table th,
table caption {
  background: #f2f2f2;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
table tr:nth-child(odd) {
  background: #ffffff;
}
table tr:nth-child(even) {
  background: #fcfcfc;
}
::selection,
::-moz-selection {
  background: #0099ff;
  color: #ffffff;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* Typography */
body {
  color: #666666;
  font: normal 87.5%/1.65 'Open Sans', sans-serif;
}
h1 {
  font-size: 291.66375%;
  margin-bottom: 15px;
}
h2 {
  font-size: 175%;
  margin-bottom: 15px;
}
h3 {
  font-size: 116.66375%;
  margin-bottom: 15px;
}
h4 {
  font-size: 102.08625%;
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 87.5%;
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h6 {
  font-size: 87.5%;
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1667;
  margin-top: 0;
  font-weight: normal;
}
hr {
  margin: 30px 0;
  border: 1px solid #e6e6e6;
}
p,
pre {
  margin: 0 0 30px 0;
}
ol,
ul {
  padding: 0 0 0 1.5rem;
  margin: 0 0 30px 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
pre {
  background: #333333;
  color: #2ecc71;
  padding: 20px;
  display: block;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
q {
  background: #fcfcfc;
}
code {
  font-family: monospace;
}
blockquote {
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 0 0 30px 0;
  position: relative;
  border-left: 3px solid #0099ff;
  overflow: hidden;
}
blockquote p {
  color: #999999;
}
blockquote p:last-child {
  margin-bottom: 0;
}
address {
  margin-bottom: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input.text,
textarea,
select,
input.settings-input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  max-width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input.text:focus,
textarea:focus,
select:focus,
input.settings-input:focus {
  outline-color: #0099ff;
  border-color: #0099ff;
}
select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 30px;
}
textarea {
  width: 100%;
  height: 150px;
}
input .text {
  width: 200px;
}
input .long-text {
  width: 350px;
}
input[type=submit] {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
}
input[type=submit]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
input.radio {
  margin-right: 5px;
}
textarea.error,
input.error {
  border-color: #ff9900;
  margin: 0;
}
label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
label.error {
  color: #ff9900;
  margin-bottom: 5px;
}
label em {
  color: #cccccc;
}
legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
fieldset {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 20px;
}
fieldset ul.radio {
  margin: 0;
}
/* WordPress specific stuff */
.wp-caption {
  background: #f2f2f2;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption .wp-caption-text {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #808080;
  font-size: 0.8em;
}
.wp-caption img {
  float: none;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.postnav {
  margin-bottom: 30px;
  *zoom: 1;
}
.postnav:before,
.postnav:after {
  content: "";
  display: table;
}
.postnav:after {
  clear: both;
}
.postnav .next,
.postnav .prev {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postnav .next {
  text-align: right;
  float: right;
}
#wp-calendar {
  width: 100%;
  margin: 0;
}
#wp-calendar th,
#wp-calendar caption {
  text-align: center;
  background: #ffffff;
}
#wp-calendar th {
  border-bottom: 1px solid #f2f2f2;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 8px 2px;
}
#wp-calendar caption {
  background: transparent;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
}
#wp-calendar #today {
  font-weight: bold;
}
/* --- COMMON WORDPRESS SETTINGS --- */
/* standard WordPress image classes */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alignleft {
  clear: right;
  float: left;
  margin: 10px 40px 15px 0;
}
.alignright {
  clear: left;
  float: right;
  margin: 10px 0 15px 40px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 30px auto;
}
.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
  padding: 0 5px;
  border: 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.invisible {
  position: absolute;
  left: -1000em;
}
img#wpstats {
  position: absolute;
  left: -100px;
  bottom: 100px;
}
.gallery {
  padding: 0;
  margin-bottom: 30px;
}
.gallery dl {
  float: left;
  text-align: center;
  margin: 0 0 15px 0;
}
.gallery dl dt {
  padding: 0 20px;
  *zoom: 1;
}
.gallery dl dt:before,
.gallery dl dt:after {
  content: "";
  display: table;
}
.gallery dl dt:after {
  clear: both;
}
.gallery dl dd {
  padding: 0 20px;
  margin: 0;
  font-size: 0.8em;
}
.gallery dl img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery dl img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery a.image {
  float: none;
}
.gallery .gallery-caption {
  font-style: italic;
}
.gallery.gallery-columns-1 dl {
  width: 100%;
}
.gallery.gallery-columns-2 dl {
  width: 50%;
}
.gallery.gallery-columns-3 dl {
  width: 33.33%;
}
.gallery.gallery-columns-4 dl {
  width: 25%;
}
.gallery.gallery-columns-5 dl {
  width: 20%;
}
.infinite-scroll .pagination {
  display: none;
}
.infinite-scroll #infinite-handle {
  clear: both;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.infinite-scroll #infinite-handle span {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll #infinite-handle span:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
.infinite-scroll #infinite-handle span:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll .infinite-loader {
  clear: both;
  padding: 30px;
}
.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
}
.widget {
  overflow: hidden;
}
.widget h3.widgettitle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 3px;
}
.widget select {
  width: 100%;
}
.widget.milestone-widget .milestone-content {
  margin: 0 auto;
}
.widget.widget_recent_comments table.recentcommentsavatar {
  width: 100%;
  margin: 0;
  border: none;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend,
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop {
  padding: auto;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop a {
  display: block;
  line-height: 0;
}
.widget.widget_recent_comments table.recentcommentsavatar tr,
.widget.widget_recent_comments table.recentcommentsavatar tr:nth-child(odd) {
  background: transparent;
}
.widget.widget_flickr #flickr_badge_uber_wrapper,
.widget.widget_flickr #flickr_badge_wrapper {
  width: 100%;
  margin: 0;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td,
.widget.widget_flickr #flickr_badge_wrapper td {
  padding: 5px;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
  color: #0099ff;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
  text-decoration: underline;
}
.widget.widget_flickr #flickr_badge_wrapper {
  border-color: #e6e6e6;
}
.widget.widget_image .wp-caption {
  max-width: 100%;
}
.widget.widget_recent_comments h3.widgettitle:before {
  content: '\f300';
}
.widget.widget_recent_entries h3.widgettitle:before {
  content: '\f444';
}
.widget.widget_pages h3.widgettitle:before {
  content: '\f443';
}
.widget.widget_categories h3.widgettitle:before {
  content: '\f301';
}
.widget.widget_archive h3.widgettitle:before,
.widget.widget_calendar h3.widgettitle:before {
  content: '\f307';
}
.widget.widget_meta h3.widgettitle:before {
  content: '\f445';
}
.widget.widget_tag_cloud h3.widgettitle:before,
.widget.wp_widget_tag_cloud h3.widgettitle:before {
  content: '\f302';
}
.widget.widget_wpcom_instagram_widget h3.widgettitle:before {
  content: '\f215';
}
.widget.widget_twitter_timeline h3.widgettitle:before {
  content: '\f202';
}
.widget.widget_links h3.widgettitle:before {
  content: '\f107';
}
.widget.widget-grofile h3.widgettitle:before,
.widget.widget_gravatar h3.widgettitle:before {
  content: '\f304';
}
.widget.widget_jetpack_posts_i_like h3.widgettitle:before {
  content: '\f461';
}
.widget.widget_rss_links h3.widgettitle:before {
  content: '\f413';
}
#jp-post-flair {
  margin-bottom: 30px;
}
.post-password-required form {
  margin-bottom: 30px;
  padding: 20px;
  background: #f2f2f2;
}
.post-password-required form input[type=password] {
  width: 100%;
}
.post-password-required form input[type=submit] {
  min-width: 30%;
}
.post-password-required form p:last-child {
  margin-bottom: 0;
}
a.post-edit-link {
  display: block;
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  background: #f2f2f2;
  clear: both;
}
a.post-edit-link:hover {
  background: #e6e6e6;
  text-decoration: none;
}
a.post-edit-link:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f411';
  margin-right: 5px;
}
a.post-edit-link:before:hover {
  text-decoration: none;
}
/* Common Styles */
.content-comments h3#comments:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f108';
  line-height: 0.8;
  margin-right: 5px;
}
ol.commentlist {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
ol.commentlist li.trackback .comment-body:before,
ol.commentlist li.pingback .comment-body:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f107';
}
ol.commentlist li.comment,
ol.commentlist li.trackback,
ol.commentlist li.pingback {
  *zoom: 1;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  list-style-type: none;
}
ol.commentlist li.comment:before,
ol.commentlist li.trackback:before,
ol.commentlist li.pingback:before,
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  content: "";
  display: table;
}
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  clear: both;
}
ol.commentlist li.comment article,
ol.commentlist li.trackback article,
ol.commentlist li.pingback article {
  padding: 20px 0;
}
ol.commentlist li.comment .says,
ol.commentlist li.trackback .says,
ol.commentlist li.pingback .says {
  display: none;
}
ol.commentlist li.comment #respond,
ol.commentlist li.trackback #respond,
ol.commentlist li.pingback #respond {
  position: relative;
  margin: 0;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link,
ol.commentlist li.trackback #respond #cancel-comment-reply-link,
ol.commentlist li.pingback #respond #cancel-comment-reply-link {
  position: absolute;
  right: 0;
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #b3b3b3;
  display: inline-block;
  text-decoration: none;
  background-color: #b3b3b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#a1a1a1));
  background-image: -webkit-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -moz-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -ms-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -o-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: linear-gradient(top, #c4c4c4, #a1a1a1);
  border-color: #a1a1a1;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
}
ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a1a1a1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#8f8f8f));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -moz-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -ms-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -o-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: linear-gradient(top, #b3b3b3, #8f8f8f);
  border-color: #8f8f8f;
}
ol.commentlist li.comment .avatar,
ol.commentlist li.trackback .avatar,
ol.commentlist li.pingback .avatar {
  float: left;
  margin: 0 10px 0 0;
}
ol.commentlist li.comment .reply,
ol.commentlist li.trackback .reply,
ol.commentlist li.pingback .reply {
  position: absolute;
  top: 20px;
  right: 0;
}
ol.commentlist li.comment .reply a,
ol.commentlist li.trackback .reply a,
ol.commentlist li.pingback .reply a {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  display: block;
}
ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
ol.commentlist li.comment.bypostauthor,
ol.commentlist li.trackback.bypostauthor,
ol.commentlist li.pingback.bypostauthor {
  border: none;
}
ol.commentlist li.comment.bypostauthor > article,
ol.commentlist li.trackback.bypostauthor > article,
ol.commentlist li.pingback.bypostauthor > article {
  padding: 20px;
  background: #ffffff;
  border-left: 2px solid #0099ff;
  position: relative;
}
ol.commentlist li.comment.bypostauthor .reply,
ol.commentlist li.trackback.bypostauthor .reply,
ol.commentlist li.pingback.bypostauthor .reply {
  right: 20px;
}
ol.commentlist li.comment .comment-content,
ol.commentlist li.trackback .comment-content,
ol.commentlist li.pingback .comment-content {
  clear: both;
  overflow: hidden;
}
ol.commentlist li.comment .comment-content p:last-child,
ol.commentlist li.trackback .comment-content p:last-child,
ol.commentlist li.pingback .comment-content p:last-child {
  margin-bottom: 0;
}
ol.commentlist li.comment .edit-link,
ol.commentlist li.trackback .edit-link,
ol.commentlist li.pingback .edit-link {
  margin-left: 10px;
}
ol.commentlist li.comment .edit-link a,
ol.commentlist li.trackback .edit-link a,
ol.commentlist li.pingback .edit-link a {
  padding: 2px 5px;
  background: #b3b3b3;
  color: #ffffff;
  border-radius: 3px;
}
ol.commentlist li.comment .edit-link a:hover,
ol.commentlist li.trackback .edit-link a:hover,
ol.commentlist li.pingback .edit-link a:hover {
  background: #808080;
}
ol.commentlist li.comment .comment-meta,
ol.commentlist li.trackback .comment-meta,
ol.commentlist li.pingback .comment-meta {
  margin-bottom: 15px;
}
ol.commentlist li.comment .comment-meta .comment-metadata,
ol.commentlist li.trackback .comment-meta .comment-metadata,
ol.commentlist li.pingback .comment-meta .comment-metadata {
  font-size: 0.8em;
}
ol.commentlist li.comment .comment-meta .comment-metadata a,
ol.commentlist li.trackback .comment-meta .comment-metadata a,
ol.commentlist li.pingback .comment-meta .comment-metadata a {
  color: #b3b3b3;
}
ol.commentlist li.comment .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.trackback .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.pingback .comment-meta .comment-metadata .edit-link a {
  color: #ffffff;
}
ol.commentlist li.comment:last-child,
ol.commentlist li.trackback:last-child,
ol.commentlist li.pingback:last-child,
ol.commentlist li.comment li:last-child,
ol.commentlist li.trackback li:last-child,
ol.commentlist li.pingback li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ol.commentlist ul.children {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  clear: both;
  position: relative;
}
ol.commentlist ul.children li:last-child {
  margin: 0;
}
ol.commentlist img.avatar {
  border-radius: 50%;
}
#respond {
  *zoom: 1;
  clear: both;
  margin-bottom: 30px;
  background: #ffffff;
}
#respond:before,
#respond:after {
  content: "";
  display: table;
}
#respond:after {
  clear: both;
}
#respond h3#reply-title:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f300';
  line-height: 0.8;
  margin-right: 5px;
}
#respond label {
  float: left;
  min-width: 150px;
  line-height: 3;
  font-size: 0.7em;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
  margin: 0;
}
#respond p.comment-subscription-form {
  margin-bottom: 0;
  clear: both;
}
#respond p.logged-in-as {
  font-size: 0.9em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#respond p.logged-in-as a {
  color: #999999;
}
#respond p.logged-in-as a:hover {
  color: #0099ff;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
  margin: 0;
}
#respond p.form-allowed-tags {
  font-size: 0.7em;
}
#respond p.form-submit {
  margin: 0;
}
#respond p.form-submit #submit {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 45px;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #239a55;
  display: inline-block;
  text-decoration: none;
  background-color: #239a55;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29b765), to(#1c7d45));
  background-image: -webkit-linear-gradient(top, #29b765, #1c7d45);
  background-image: -moz-linear-gradient(top, #29b765, #1c7d45);
  background-image: -ms-linear-gradient(top, #29b765, #1c7d45);
  background-image: -o-linear-gradient(top, #29b765, #1c7d45);
  background-image: linear-gradient(top, #29b765, #1c7d45);
  border-color: #1c7d45;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
}
#respond p.form-submit #submit:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1c7d45;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#239a55), to(#166035));
  background-image: -webkit-linear-gradient(top, #239a55, #166035);
  background-image: -moz-linear-gradient(top, #239a55, #166035);
  background-image: -ms-linear-gradient(top, #239a55, #166035);
  background-image: -o-linear-gradient(top, #239a55, #166035);
  background-image: linear-gradient(top, #239a55, #166035);
  border-color: #166035;
}
.screen-reader {
  display: none;
}
.container .video-player,
.container .embed-vimeo {
  margin: 0 0 30px 0;
}
.widget.widget_rss ul {
  padding: 0;
}
.widget.widget_rss li {
  list-style-type: none;
  margin-bottom: 15px;
}
.widget.widget_rss li .rss-date {
  color: #cccccc;
}
.screen-reader-shortcut {
  background: #0099ff;
  color: #ffffff;
  width: 200px;
  position: absolute;
  left: -300px;
  top: 10px;
}
.screen-reader-shortcut:focus {
  left: 10px;
}
.main div.sharedaddy h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  margin: 5px 0;
}
.main div.sharedaddy div.sd-block {
  padding: 15px 0 10px 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.main .contributor {
  *zoom: 1;
  margin-bottom: 30px;
}
.main .contributor:before,
.main .contributor:after {
  content: "";
  display: table;
}
.main .contributor:after {
  clear: both;
}
.main .contributor .avatar {
  float: left;
  margin: 0 20px 0 0;
}
.main .contributor a.contributor-posts-link {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
}
.main .contributor a.contributor-posts-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
/* PollDaddy Embed */
.PDS_Poll label {
  text-transform: none;
}
/* Social menu */
.menu-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-social-links ul li {
  display: inline-block;
}
.menu-social-links ul li a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  margin: 0 5px;
}
.menu-social-links ul li a[href*="twitter.com"]:before {
  content: '\f202';
}
.menu-social-links ul li a[href*="facebook.com"]:before {
  content: '\f204';
}
.menu-social-links ul li a[href*="plus.google.com"]:before {
  content: '\f206';
}
.menu-social-links ul li a[href*="github.com"]:before {
  content: '\f200';
}
.menu-social-links ul li a[href*="wordpress.com"]:before {
  content: '\f205';
}
.menu-social-links ul li a[href*="youtube.com"]:before {
  content: '\f213';
}
.menu-social-links ul li a[href*="pinterest.com"]:before {
  content: '\f209';
}
.menu-social-links ul li a[href*="tumblr.com"]:before {
  content: '\f214';
}
.menu-social-links ul li a[href*="dribbble.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="mailto:"]:before {
  content: '\f410';
}
.menu-social-links ul li a[href*="/feed/"]:before {
  content: '\f413';
}
.menu-social-links ul li a[href*="reddit.com"]:before {
  content: '\f222';
}
.menu-social-links ul li a[href*="stumbleupon.com"]:before {
  content: '\f223';
}
.menu-social-links ul li a[href*="instagram.com"]:before {
  content: '\f215';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="flickr.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="linkedin.com"]:before {
  content: '\f207';
}
.menu-social-links ul li a[href*="dropbox.com"]:before {
  content: '\f225';
}
.menu-social-links ul li a[href*="codepen.com"]:before {
  content: '\f216';
}
.menu-social-links ul li a[href*="polldaddy.com"]:before {
  content: '\f217';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f212';
}
.menu-social-links ul li a[href*="path.com"]:before {
  content: '\f219';
}
body {
  *zoom: 1;
  background: #f2f2f2;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
a {
  color: #0099ff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #006bb3;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.masthead {
  position: relative;
  z-index: 20;
}
.masthead .container {
  padding: 10px 20px;
}
.masthead h1.logo {
  font-size: 10px;
  float: left;
  margin: 15px 0;
  background: url(../images/logo.png ) center top no-repeat;
}
.masthead h1.logo a {
  display: block;
  text-indent: -999em;
  width: 210px;
  height: 33px;
}
.masthead .menu {
  *zoom: 1;
  position: relative;
  width: 75%;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  margin-top: 15px;
  z-index: 10;
}
.masthead .menu:before,
.masthead .menu:after {
  content: "";
  display: table;
}
.masthead .menu:after {
  clear: both;
}
.masthead .menu .menu-toggle {
  display: none;
  color: #ffffff;
  cursor: pointer;
}
.masthead .menu .menu-toggle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f419';
  margin-right: 5px;
}
.masthead .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.masthead .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.masthead .menu li a {
  display: block;
  padding: 0 12px;
  color: #ffffff;
  position: relative;
  line-height: 30px;
  font-weight: bold;
  border-radius: 5px;
}
.masthead .menu li a:hover {
  background: #ffffff;
  color: #0099ff;
  text-decoration: none;
}
.masthead .menu li a.sf-with-ul {
  padding-right: 25px;
}
.masthead .menu li a.sf-with-ul:after {
  top: 40%;
  right: 10px;
  position: absolute;
  border: 5px solid transparent;
  content: '';
  border-top-color: #ffffff;
}
.masthead .menu li a.sf-with-ul:hover:after {
  border-top-color: #cccccc;
}
.masthead .menu li.item-press a:hover,
.masthead .menu li.item-press ul a {
  color: #2ecc71;
}
.masthead .menu li.item-developers a:hover,
.masthead .menu li.item-developers ul a {
  color: #cc3333;
}
.masthead .menu li.item-sales a:hover,
.masthead .menu li.item-sales ul a {
  color: #dd0066;
}
.masthead .menu li.item-careers a:hover,
.masthead .menu li.item-careers ul a {
  color: #ff9900;
}
.masthead .menu li.current-menu-item > a:hover {
  color: #ffffff;
}
.masthead .menu li ul {
  display: none;
  position: absolute;
  width: 15em;
  z-index: 200;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}
.masthead .menu li ul li {
  position: relative;
  display: block;
  float: none;
  border-bottom: 1px solid #f2f2f2;
}
.masthead .menu li ul li.current-menu-item a,
.masthead .menu li ul li.current_page_item a {
  background-color: canvas-grey-10;
  border-radius: 0;
}
.masthead .menu li ul li:last-child {
  border: none;
}
.masthead .menu li ul li a {
  color: #0099ff;
  border-radius: 0;
  background: #ffffff;
}
.masthead .menu li ul li a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.masthead .menu li ul li a.sf-with-ul {
  padding-right: 20px;
}
.masthead .menu li ul li a.sf-with-ul:after {
  top: 35%;
  right: 5px;
  position: absolute;
  border: 5px solid transparent;
  content: '';
  border-left-color: #99d6ff;
}
.masthead .menu li ul ul {
  top: 0;
  left: 15em;
}
.masthead .menu li ul ul:before {
  display: none;
}
.gallery-video {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin-bottom: 30px;
  position: relative;
}
.gallery-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showcase {
  *zoom: 1;
  padding: 0 0 40% 0;
  position: relative;
  margin-bottom: 30px;
}
.showcase:before,
.showcase:after {
  content: "";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  z-index: 10;
  line-height: 0;
  width: 200px;
  text-align: center;
  padding: 12px 0 0 0;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
}
.showcase nav a {
  text-indent: -999em;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #0099ff;
  margin: 0 4px;
  border-radius: 100%;
}
.showcase nav a.selected {
  background: #ff6600;
}
.showcase .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff no-repeat center;
  background-size: cover;
}
.showcase .item h2 {
  font-size: 175%;
  margin-bottom: 15px;
  margin: 0;
}
.showcase .item .image-meta {
  position: absolute;
  max-width: 100%;
  display: inline-block;
  bottom: 0;
  left: 0;
  padding: 5px 40px 20px 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  background: rgba(0, 153, 255, 0.7);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.showcase .item .image-meta:hover {
  background: #0099ff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.showcase .item a.thumbnail {
  background: #e6e6e6;
  display: block;
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.showcase .item a {
  color: #ffffff;
}
.showcase .item .postmetadata {
  margin: 0;
  color: #ccebff;
}
.showcase a.arrow {
  z-index: 99;
  position: absolute;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  display: block;
  background: rgba(0, 46, 77, 0.3);
  top: 40%;
  opacity: 0.2;
}
.showcase a.arrow:before {
  position: absolute;
}
.showcase a.arrow:hover {
  background: #002e4d;
}
.showcase a.arrow.arrow-next {
  right: 20px;
}
.showcase a.arrow.arrow-next:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  right: -20px;
  top: 50%;
  margin-top: -10px;
  border-left-color: #ffffff;
  margin-right: 23px;
}
.showcase a.arrow.arrow-prev {
  left: 20px;
}
.showcase a.arrow.arrow-prev:before {
  position: absolute;
  border: 10px solid transparent;
  content: '';
  left: -20px;
  top: 50%;
  margin-top: -10px;
  border-right-color: #ffffff;
  margin-left: 23px;
}
.showcase a.arrow span {
  display: none;
}
.showcase:hover a.arrow {
  opacity: 1;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  *zoom: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.header-wrapper {
  background: #0099ff;
}
.header-wrapper .intro {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 5;
}
.header-wrapper .intro .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 20px;
  min-height: 1px;
}
.header-wrapper .intro h1,
.header-wrapper .intro h2,
.header-wrapper .intro h3,
.header-wrapper .intro h4 {
  text-transform: uppercase;
  font-family: Dosis, sans-serif;
  color: #ffffff;
  letter-spacing: 0.025em;
  z-index: 3;
}
.header-wrapper .intro h1 {
  font-size: 700%;
  margin-bottom: 15px;
  line-height: 1em;
  margin: 0;
  font-weight: 800;
}
.header-wrapper .intro h2 {
  font-size: 233.33625%;
  margin-bottom: 15px;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
}
.excerpt {
  background: #fcfcfc;
}
.excerpt .container {
  position: relative;
  padding-top: 30px;
}
.excerpt .container .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 20px;
  min-height: 1px;
  padding-bottom: 30px;
}
.excerpt .item.footer_links {
  padding: 0;
  width: 100%;
}
.excerpt .item.footer_links ul {
  margin: 0;
  padding: 0;
}
.excerpt .item.footer_links li {
  display: inline-block;
  margin-right: 10px;
}
.excerpt .item.footer_links li a {
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}
.excerpt .item.footer_links li.current_page_item a {
  background: #f2f2f2;
}
.excerpt h2,
.excerpt .sub-header-content {
  z-index: 2;
  position: relative;
}
.excerpt h2 {
  margin: 0 0 5px 0;
  color: #0099ff;
}
.excerpt ul {
  margin: 0;
}
.excerpt p:last-child {
  margin: 0;
}
.excerpt .image-filler {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
  display: block;
  line-height: 0;
}
.excerpt .image-filler img {
  position: relative;
  z-index: 1;
  max-width: none;
}
.excerpt .image-caption {
  position: absolute;
  right: 0;
  max-width: 200px;
  font-size: 0.8em;
  bottom: 20px;
  text-align: right;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 5px;
}
.main {
  padding: 45px 0;
  *zoom: 1;
}
.main:before,
.main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}
.main .main-article {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 75%;
  padding: 0 20px;
  min-height: 1px;
}
.main .main-article h1 {
  margin-bottom: 15px;
}
.main .main-article .showcase {
  border: 4px solid #ffffff;
  padding-bottom: 50%;
}
.main .main-article .callout {
  width: 21%;
  font-size: 0.9em;
  float: left;
  padding: 0 0 30px 4%;
}
.main .main-article .callout h3 {
  font-weight: bold;
}
.main .main-article .entry-title-single {
  margin-bottom: 30px;
}
.main .main-article .callout-1 {
  width: 75%;
  float: left;
}
.main .main-article a.post-edit-link {
  border: 2px solid #e6e6e6;
  text-decoration: none;
}
.main .main-article li {
  margin-bottom: 15px;
}
.main .main-article blockquote {
  background: #ffffff;
}
.main .no-sidebar {
  width: 100%;
  padding: 0 20px;
}
.main article .post-meta-data {
  font-size: 0.8em;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.main article .post-meta-data .sep {
  margin: 0 8px;
}
.main article p {
  margin-bottom: 15px;
}
.main article .taxonomy {
  font-size: 0.8em;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.main article .taxonomy:before {
  margin-right: 5px;
}
.main article .taxonomy:last-child {
  margin: 0;
}
.main article .taxonomy.tax-categories:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f301';
}
.main article .taxonomy.tax-tags:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f302';
}
.main article .entry-title {
  margin: 0 0 2px 0;
}
.main article.post-archive {
  background: #ffffff;
  margin-bottom: 15px;
  margin-bottom: 1px;
  padding: 30px 40px;
  *zoom: 1;
}
.main article.post-archive:before,
.main article.post-archive:after {
  content: "";
  display: table;
}
.main article.post-archive:after {
  clear: both;
}
.main article.post-archive p:last-child {
  margin: 0;
}
.main article.post-archive a.thumbnail,
.main article.post-archive .wp-post-image {
  float: left;
  margin-right: 40px;
}
.main article.post-archive a.thumbnail .wp-post-image,
.main article.post-archive .wp-post-image .wp-post-image {
  margin: 0;
  border: 0;
}
.main article.post-archive a.thumbnail img,
.main article.post-archive .wp-post-image img {
  display: block;
}
.main article.post-archive.has-post-thumbnail .entry {
  margin-left: 180px;
}
.main article.page-content {
  margin-bottom: 30px;
}
.main .sidebar-pages {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 20px;
  min-height: 1px;
}
.main .sidebar-pages h3 {
  font-weight: bold;
}
.main .sidebar-pages ul {
  padding: 0;
}
.main .sidebar-pages .menu-display {
  display: inline-block;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 10px 20px;
  display: none;
}
.main .sidebar-pages .menu-display:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f419';
  margin-right: 5px;
  vertical-align: sub;
}
.main .sidebar-pages .menu-display:hover {
  text-decoration: none;
}
.main .sidebar-pages li {
  list-style-type: none;
  margin: 0 0 15px 0;
  line-height: 1;
}
.main .sidebar-pages li ul.children {
  margin: 15px 0 15px 20px;
}
.main .sidebar-pages li ul.children li {
  font-size: 0.9em;
  list-style-type: disc;
}
.main .sidebar-pages li.current_page_item > a {
  color: #000000;
}
.main .archive-pagination {
  text-align: center;
  margin: 30px 0;
  clear: both;
}
.main .archive-pagination span,
.main .archive-pagination a {
  margin: 0 5px;
  background-color: #ffffff;
  padding: 3px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.main .archive-pagination span:hover,
.main .archive-pagination a:hover {
  background: #0099ff;
  color: #ffffff;
}
.main .archive-pagination span.current {
  background: #0099ff;
  color: #ffffff;
}
.main .postnav {
  *zoom: 1;
}
.main .postnav:before,
.main .postnav:after {
  content: "";
  display: table;
}
.main .postnav:after {
  clear: both;
}
.main .postnav .next,
.main .postnav .prev {
  width: 50%;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .postnav .next a:before,
.main .postnav .prev a:before,
.main .postnav .next a:after,
.main .postnav .prev a:after {
  background: #0099ff;
  color: #ffffff;
}
.main .postnav a:hover {
  text-decoration: none;
}
.main .postnav .more-link {
  position: relative;
}
.main .postnav .next {
  text-align: right;
  float: right;
}
.main .postnav .next a:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f429';
  margin-left: 5px;
  font-weight: bold;
}
.main .postnav .prev {
  float: left;
}
.main .postnav .prev a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f430';
  margin-right: 5px;
  font-weight: bold;
}
.widget {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
}
.widget ul:last-child {
  margin-bottom: 0;
}
.testimonials-wrapper {
  display: block;
  margin-bottom: 30px;
  *zoom: 1;
}
.testimonials-wrapper:before,
.testimonials-wrapper:after {
  content: "";
  display: table;
}
.testimonials-wrapper:after {
  clear: both;
}
.testimonials-wrapper header {
  text-align: center;
  margin-bottom: 30px;
}
.testimonials-wrapper header h2 {
  color: #ffffff;
}
.testimonials-wrapper header a.button {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #333333;
  display: inline-block;
  text-decoration: none;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#212121));
  background-image: -webkit-linear-gradient(top, #454545, #212121);
  background-image: -moz-linear-gradient(top, #454545, #212121);
  background-image: -ms-linear-gradient(top, #454545, #212121);
  background-image: -o-linear-gradient(top, #454545, #212121);
  background-image: linear-gradient(top, #454545, #212121);
  border-color: #212121;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
}
.testimonials-wrapper header a.button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#0f0f0f));
  background-image: -webkit-linear-gradient(top, #333333, #0f0f0f);
  background-image: -moz-linear-gradient(top, #333333, #0f0f0f);
  background-image: -ms-linear-gradient(top, #333333, #0f0f0f);
  background-image: -o-linear-gradient(top, #333333, #0f0f0f);
  background-image: linear-gradient(top, #333333, #0f0f0f);
  border-color: #0f0f0f;
}
.testimonials-wrapper .testimonial {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 20px;
  min-height: 1px;
  margin-bottom: 30px;
}
.testimonials-wrapper .testimonial .entry {
  background: #000000;
  color: #ffffff;
  padding: 20px;
  margin-left: 100px;
  min-height: 100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonials-wrapper .testimonial .entry h3 {
  margin: 0;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  opacity: 0.8;
}
.testimonials-wrapper .testimonial .entry p {
  margin-bottom: 15px;
}
.testimonials-wrapper .testimonial img {
  float: left;
}
.writer {
  position: relative;
  padding: 20px 20px 20px 120px;
  background: #f2f2f2;
  *zoom: 1;
  min-height: 80px;
}
.writer:before,
.writer:after {
  content: "";
  display: table;
}
.writer:after {
  clear: both;
}
.writer .avatar {
  position: absolute;
  left: 20px;
}
.writer p:last-child {
  margin-bottom: 0;
}
form.searchform {
  position: relative;
  width: 100%;
}
form.searchform input.searchfield {
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
form.searchform button.searchsubmit {
  position: absolute;
  top: 2px;
  background: transparent;
  padding: 7px;
  right: 2px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #0099ff;
  border: none;
}
form.searchform button.searchsubmit:hover {
  color: #005c99;
}
.social-links {
  display: block;
  padding: 7.5px 0;
  text-align: center;
}
.social-links a {
  margin-right: 10px;
}
.social-links a span {
  display: none;
}
.social-links a:before {
  color: #ffffff;
  display: inline-block;
  width: 28px;
  line-height: 28px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.social-links a:before:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.social-links a:hover:before {
  background-color: #0099ff;
}
.social-links a.social_link_twitter:before {
  content: '\f202';
}
.social-links a.social_link_facebook:before {
  content: '\f203';
}
.social-links a.social_link_linkedin:before {
  content: '\f207';
}
.social-links a.social_link_youtube:before {
  content: '\f213';
}
.social-links a.social_link_wordpress:before {
  content: '\f205';
}
.social-links a.social_link_tumblr:before {
  content: '\f214';
}
.social-links a.social_link_google_plus:before {
  content: '\f218';
}
.footer_links li.header a {
  font-weight: bold;
}
footer#footer {
  background: #fcfcfc;
}
footer#footer nav.menu ul {
  list-style-type: none;
}
footer#footer nav.menu ul li {
  display: inline-block;
  padding: 0 20px;
}
footer#footer .social-links {
  margin-bottom: 30px;
}
footer#footer .social-links a:before {
  color: #0099ff;
}
footer#footer .footer-wrap {
  border-top: 1px solid #f2f2f2;
  padding: 45px 0;
  color: #b3b3b3;
  text-align: center;
}
#orbital {
  background: url(../images/homepage/orbital.png ) top left no-repeat;
  display: block;
  width: 740px;
  height: 450px;
}
.contact-methods .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 20px;
  min-height: 1px;
  padding-left: 75px;
  height: 210px;
  background: url(../images/contact/icon-buzz.png ) no-repeat 20px 0;
}
.contact-methods .item.icon-buzz {
  background-image: url(../images/contact/icon-buzz.png );
}
.contact-methods .item.icon-comment {
  background-image: url(../images/contact/icon-comment.png );
}
.contact-methods .item.icon-dollar {
  background-image: url(../images/contact/icon-dollar.png );
}
.contact-methods .item.icon-joystick {
  background-image: url(../images/contact/icon-joystick.png );
}
.contact-methods .item.icon-mail {
  background-image: url(../images/contact/icon-mail.png );
}
.contact-methods .item.icon-news {
  background-image: url(../images/contact/icon-news.png );
}
.contact-methods .item.icon-pencil {
  background-image: url(../images/contact/icon-pencil.png );
}
.contact-methods .item.icon-phone {
  background-image: url(../images/contact/icon-phone.png );
}
.contact-methods .item.icon-support {
  background-image: url(../images/contact/icon-support.png );
}
.homepage-content .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 20px;
  min-height: 1px;
}
.homepage-content .item p {
  margin: 0 0 7.5px 0;
}
.page-404 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 20px;
  min-height: 1px;
}
.media-centre-item {
  background: #dd0066 center no-repeat;
  background-size: cover;
  display: block;
  width: 32%;
  height: 140px;
  float: left;
  margin: 0 2% 2% 0;
  position: relative;
  border: 5px solid #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.media-centre-item:nth-child(3n) {
  margin-right: 0;
}
.media-centre-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: none;
}
.media-centre-item a h3 {
  padding: 30px 20px;
  font-weight: 600;
  font-size: 175%;
  margin-bottom: 15px;
  margin: 0;
  opacity: 0;
  line-height: 1.2;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: rgba(221, 0, 102, 0.8);
  color: #ffffff !important;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.media-centre-item a:hover {
  text-decoration: none;
}
.media-centre-item a:hover h3 {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.partner-logos {
  clear: both;
  border-top: 2px solid #e6e6e6;
  padding: 30px 0;
  text-align: center;
}
.partner-logos img {
  margin: 0 15px 15px 15px;
}
body.type-advertising .main a.button {
  background-color: #ee2280;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff449a), to(#dd0066));
  background-image: -webkit-linear-gradient(top, #ff449a, #dd0066);
  background-image: -moz-linear-gradient(top, #ff449a, #dd0066);
  background-image: -ms-linear-gradient(top, #ff449a, #dd0066);
  background-image: -o-linear-gradient(top, #ff449a, #dd0066);
  background-image: linear-gradient(top, #ff449a, #dd0066);
  border-color: #dd0066;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 15px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.type-advertising .main a.button:hover {
  background-color: #ee2280;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff449a), to(#dd0066));
  background-image: -webkit-linear-gradient(top, #ff449a, #dd0066);
  background-image: -moz-linear-gradient(top, #ff449a, #dd0066);
  background-image: -ms-linear-gradient(top, #ff449a, #dd0066);
  background-image: -o-linear-gradient(top, #ff449a, #dd0066);
  background-image: linear-gradient(top, #ff449a, #dd0066);
  border-color: #dd0066;
  border-color: #ffffff;
}
body.type-advertising .main a.button:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #ffdded;
  margin-right: 5px;
}
body.type-advertising .main a.button.specs:before {
  content: '\f100';
}
body.type-advertising .main a.button.template:before {
  content: '\f425';
}
body.type-advertising .main a.button.brief:before {
  content: '\f443';
}
.news-item {
  *zoom: 1;
  margin-bottom: 10px;
}
.news-item:before,
.news-item:after {
  content: "";
  display: table;
}
.news-item:after {
  clear: both;
}
.news-item.has-post-thumbnail {
  height: 68px;
}
.news-item.has-post-thumbnail h3 {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-item a.thumbnail {
  float: left;
  margin: 0 10px 0 0;
}
a.thumbnail {
  border: 4px solid #ffffff;
  display: inline-block;
  background: #ffffff;
  position: relative;
}
a.thumbnail img {
  display: block;
}
a.thumbnail.has-image h2 {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px 15px 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
}
#jobviteframe {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main div.sharedaddy h3.sd-title {
  display: none;
}
.main div.sharedaddy div.sd-block {
  padding: 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.type-contact .problem {
  font-size: 175%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 15px 20px;
  display: block;
  position: relative;
}
.type-contact .problem:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f429';
  position: absolute;
  top: 7.5px;
  right: 20px;
  color: #b3b3b3;
}
.type-contact form.contact-form {
  display: none;
}
/*
Colour variations
*/
body .main a {
  color: #0074c2;
}
body .main a.button {
  background-color: #0d8fe6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1aa3ff), to(#007acc));
  background-image: -webkit-linear-gradient(top, #1aa3ff, #007acc);
  background-image: -moz-linear-gradient(top, #1aa3ff, #007acc);
  background-image: -ms-linear-gradient(top, #1aa3ff, #007acc);
  background-image: -o-linear-gradient(top, #1aa3ff, #007acc);
  background-image: linear-gradient(top, #1aa3ff, #007acc);
  border-color: #007acc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 15px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body .main a.button:hover {
  background-color: #26a8ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4db8ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #4db8ff, #0099ff);
  background-image: -moz-linear-gradient(top, #4db8ff, #0099ff);
  background-image: -ms-linear-gradient(top, #4db8ff, #0099ff);
  background-image: -o-linear-gradient(top, #4db8ff, #0099ff);
  background-image: linear-gradient(top, #4db8ff, #0099ff);
  border-color: #0099ff;
  border-color: #ffffff;
}
body .main a.button:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #ffdded;
  margin-right: 5px;
}
body .main a.button.specs:before {
  content: '\f100';
}
body .main a.button.template:before {
  content: '\f425';
}
body .main a.button.brief:before {
  content: '\f443';
}
body .main .archive-pagination span:hover,
body .main .archive-pagination a:hover {
  background: #0099ff;
}
body .main .archive-pagination span.current {
  background-color: #0099ff;
}
body .intro {
  text-shadow: 0 1px 15px #0099ff;
}
body .intro a {
  color: #ccebff;
}
body .excerpt h1,
body .entry h1,
body .excerpt h2,
body .entry h2,
body .excerpt h3,
body .entry h3 {
  color: #004675;
}
body blockquote {
  border-color: #0099ff;
}
body .header-wrapper {
  background: #0099ff;
}
body .header-wrapper .social-links {
  background: rgba(0, 31, 51, 0.15);
}
body .header-wrapper .menu li.current_page_item > a,
body .header-wrapper .menu li.current-menu-item > a {
  background-color: #0081d6;
  color: #ffffff;
}
body .excerpt .item.footer_links li a {
  color: #0074c2;
}
body .social-links a:hover:before {
  background-color: #0099ff;
}
body.type-developers .main a {
  color: #9b2727;
}
body.type-developers .main a.button {
  background-color: #ba3838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14747), to(#a32929));
  background-image: -webkit-linear-gradient(top, #d14747, #a32929);
  background-image: -moz-linear-gradient(top, #d14747, #a32929);
  background-image: -ms-linear-gradient(top, #d14747, #a32929);
  background-image: -o-linear-gradient(top, #d14747, #a32929);
  background-image: linear-gradient(top, #d14747, #a32929);
  border-color: #a32929;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 15px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.type-developers .main a.button:hover {
  background-color: #d45252;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db7070), to(#cc3333));
  background-image: -webkit-linear-gradient(top, #db7070, #cc3333);
  background-image: -moz-linear-gradient(top, #db7070, #cc3333);
  background-image: -ms-linear-gradient(top, #db7070, #cc3333);
  background-image: -o-linear-gradient(top, #db7070, #cc3333);
  background-image: linear-gradient(top, #db7070, #cc3333);
  border-color: #cc3333;
  border-color: #ffffff;
}
body.type-developers .main a.button:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #ffdded;
  margin-right: 5px;
}
body.type-developers .main a.button.specs:before {
  content: '\f100';
}
body.type-developers .main a.button.template:before {
  content: '\f425';
}
body.type-developers .main a.button.brief:before {
  content: '\f443';
}
body.type-developers .main .archive-pagination span:hover,
body.type-developers .main .archive-pagination a:hover {
  background: #cc3333;
}
body.type-developers .main .archive-pagination span.current {
  background-color: #cc3333;
}
body.type-developers .intro {
  text-shadow: 0 1px 15px #cc3333;
}
body.type-developers .intro a {
  color: #f5d6d6;
}
body.type-developers .excerpt h1,
body.type-developers .entry h1,
body.type-developers .excerpt h2,
body.type-developers .entry h2,
body.type-developers .excerpt h3,
body.type-developers .entry h3 {
  color: #5e1717;
}
body.type-developers blockquote {
  border-color: #cc3333;
}
body.type-developers .header-wrapper {
  background: #cc3333;
}
body.type-developers .header-wrapper .social-links {
  background: rgba(41, 10, 10, 0.15);
}
body.type-developers .header-wrapper .menu li.current_page_item > a,
body.type-developers .header-wrapper .menu li.current-menu-item > a {
  background-color: #ab2b2b;
  color: #ffffff;
}
body.type-developers .excerpt .item.footer_links li a {
  color: #9b2727;
}
body.type-developers .social-links a:hover:before {
  background-color: #cc3333;
}
body.type-advertising .main a {
  color: #a0004a;
}
body.type-advertising .main a.button {
  background-color: #d00060;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f70072), to(#aa004e));
  background-image: -webkit-linear-gradient(top, #f70072, #aa004e);
  background-image: -moz-linear-gradient(top, #f70072, #aa004e);
  background-image: -ms-linear-gradient(top, #f70072, #aa004e);
  background-image: -o-linear-gradient(top, #f70072, #aa004e);
  background-image: linear-gradient(top, #f70072, #aa004e);
  border-color: #aa004e;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 15px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.type-advertising .main a.button:hover {
  background-color: #ee1579;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2b8d), to(#dd0066));
  background-image: -webkit-linear-gradient(top, #ff2b8d, #dd0066);
  background-image: -moz-linear-gradient(top, #ff2b8d, #dd0066);
  background-image: -ms-linear-gradient(top, #ff2b8d, #dd0066);
  background-image: -o-linear-gradient(top, #ff2b8d, #dd0066);
  background-image: linear-gradient(top, #ff2b8d, #dd0066);
  border-color: #dd0066;
  border-color: #ffffff;
}
body.type-advertising .main a.button:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #ffdded;
  margin-right: 5px;
}
body.type-advertising .main a.button.specs:before {
  content: '\f100';
}
body.type-advertising .main a.button.template:before {
  content: '\f425';
}
body.type-advertising .main a.button.brief:before {
  content: '\f443';
}
body.type-advertising .main .archive-pagination span:hover,
body.type-advertising .main .archive-pagination a:hover {
  background: #dd0066;
}
body.type-advertising .main .archive-pagination span.current {
  background-color: #dd0066;
}
body.type-advertising .intro {
  text-shadow: 0 1px 15px #dd0066;
}
body.type-advertising .intro a {
  color: #ffaad1;
}
body.type-advertising .excerpt h1,
body.type-advertising .entry h1,
body.type-advertising .excerpt h2,
body.type-advertising .entry h2,
body.type-advertising .excerpt h3,
body.type-advertising .entry h3 {
  color: #530026;
}
body.type-advertising blockquote {
  border-color: #dd0066;
}
body.type-advertising .header-wrapper {
  background: #dd0066;
}
body.type-advertising .header-wrapper .social-links {
  background: rgba(17, 0, 8, 0.15);
}
body.type-advertising .header-wrapper .menu li.current_page_item > a,
body.type-advertising .header-wrapper .menu li.current-menu-item > a {
  background-color: #b40053;
  color: #ffffff;
}
body.type-advertising .excerpt .item.footer_links li a {
  color: #a0004a;
}
body.type-advertising .social-links a:hover:before {
  background-color: #dd0066;
}
body.type-press .main a {
  color: #239a55;
}
body.type-press .main a.button {
  background-color: #32bb6c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40d47e), to(#25a25a));
  background-image: -webkit-linear-gradient(top, #40d47e, #25a25a);
  background-image: -moz-linear-gradient(top, #40d47e, #25a25a);
  background-image: -ms-linear-gradient(top, #40d47e, #25a25a);
  background-image: -o-linear-gradient(top, #40d47e, #25a25a);
  background-image: linear-gradient(top, #40d47e, #25a25a);
  border-color: #25a25a;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 15px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.type-press .main a.button:hover {
  background-color: #4cd586;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#69dd9a), to(#2ecc71));
  background-image: -webkit-linear-gradient(top, #69dd9a, #2ecc71);
  background-image: -moz-linear-gradient(top, #69dd9a, #2ecc71);
  background-image: -ms-linear-gradient(top, #69dd9a, #2ecc71);
  background-image: -o-linear-gradient(top, #69dd9a, #2ecc71);
  background-image: linear-gradient(top, #69dd9a, #2ecc71);
  border-color: #2ecc71;
  border-color: #ffffff;
}
body.type-press .main a.button:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #ffdded;
  margin-right: 5px;
}
body.type-press .main a.button.specs:before {
  content: '\f100';
}
body.type-press .main a.button.template:before {
  content: '\f425';
}
body.type-press .main a.button.brief:before {
  content: '\f443';
}
body.type-press .main .archive-pagination span:hover,
body.type-press .main .archive-pagination a:hover {
  background: #2ecc71;
}
body.type-press .main .archive-pagination span.current {
  background-color: #2ecc71;
}
body.type-press .intro {
  text-shadow: 0 1px 15px #2ecc71;
}
body.type-press .intro a {
  color: #d1f5e0;
}
body.type-press .excerpt h1,
body.type-press .entry h1,
body.type-press .excerpt h2,
body.type-press .entry h2,
body.type-press .excerpt h3,
body.type-press .entry h3 {
  color: #155c33;
}
body.type-press blockquote {
  border-color: #2ecc71;
}
body.type-press .header-wrapper {
  background: #2ecc71;
}
body.type-press .header-wrapper .social-links {
  background: rgba(8, 38, 21, 0.15);
}
body.type-press .header-wrapper .menu li.current_page_item > a,
body.type-press .header-wrapper .menu li.current-menu-item > a {
  background-color: #26ab5f;
  color: #ffffff;
}
body.type-press .excerpt .item.footer_links li a {
  color: #239a55;
}
body.type-press .social-links a:hover:before {
  background-color: #2ecc71;
}
body.type-vacancies .main a {
  color: #c27400;
}
body.type-vacancies .main a.button {
  background-color: #e68f0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa31a), to(#cc7a00));
  background-image: -webkit-linear-gradient(top, #ffa31a, #cc7a00);
  background-image: -moz-linear-gradient(top, #ffa31a, #cc7a00);
  background-image: -ms-linear-gradient(top, #ffa31a, #cc7a00);
  background-image: -o-linear-gradient(top, #ffa31a, #cc7a00);
  background-image: linear-gradient(top, #ffa31a, #cc7a00);
  border-color: #cc7a00;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 15px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.type-vacancies .main a.button:hover {
  background-color: #ffa826;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb84d), to(#ff9900));
  background-image: -webkit-linear-gradient(top, #ffb84d, #ff9900);
  background-image: -moz-linear-gradient(top, #ffb84d, #ff9900);
  background-image: -ms-linear-gradient(top, #ffb84d, #ff9900);
  background-image: -o-linear-gradient(top, #ffb84d, #ff9900);
  background-image: linear-gradient(top, #ffb84d, #ff9900);
  border-color: #ff9900;
  border-color: #ffffff;
}
body.type-vacancies .main a.button:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  color: #ffdded;
  margin-right: 5px;
}
body.type-vacancies .main a.button.specs:before {
  content: '\f100';
}
body.type-vacancies .main a.button.template:before {
  content: '\f425';
}
body.type-vacancies .main a.button.brief:before {
  content: '\f443';
}
body.type-vacancies .main .archive-pagination span:hover,
body.type-vacancies .main .archive-pagination a:hover {
  background: #ff9900;
}
body.type-vacancies .main .archive-pagination span.current {
  background-color: #ff9900;
}
body.type-vacancies .intro {
  text-shadow: 0 1px 15px #ff9900;
}
body.type-vacancies .intro a {
  color: #ffebcc;
}
body.type-vacancies .excerpt h1,
body.type-vacancies .entry h1,
body.type-vacancies .excerpt h2,
body.type-vacancies .entry h2,
body.type-vacancies .excerpt h3,
body.type-vacancies .entry h3 {
  color: #754600;
}
body.type-vacancies blockquote {
  border-color: #ff9900;
}
body.type-vacancies .header-wrapper {
  background: #ff9900;
}
body.type-vacancies .header-wrapper .social-links {
  background: rgba(51, 31, 0, 0.15);
}
body.type-vacancies .header-wrapper .menu li.current_page_item > a,
body.type-vacancies .header-wrapper .menu li.current-menu-item > a {
  background-color: #d68100;
  color: #ffffff;
}
body.type-vacancies .excerpt .item.footer_links li a {
  color: #c27400;
}
body.type-vacancies .social-links a:hover:before {
  background-color: #ff9900;
}

.careers-filtering {
  margin: 0 0 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.careers-filtering .form-block {
  float: left;
  margin-right: 10px;
}

.careers-filtering .form-block-righ {
  float: right;
  margin-top: 15px;
}

@media only screen and (max-width: 849px) {
  .header-wrapper .intro {
    padding: 15px 0;
  }
  .header-wrapper .intro h1 {
    font-size: 350%;
    margin-bottom: 15px;
    margin-bottom: 0;
  }
  .header-wrapper .intro h2 {
    font-size: 175%;
    margin-bottom: 15px;
    margin-bottom: 0;
  }
  .masthead .container {
    padding: 0;
  }
  .masthead .menu {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .masthead h1.logo {
    width: 100%;
  }
  .excerpt .container {
    padding-right: 0;
  }
  .excerpt .container .item {
    width: 100%;
  }
  .excerpt .image-filler {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .homepage-content .item {
    width: 100%;
    padding-bottom: 30px;
  }
  .masthead h1.logo a {
    width: 100%;
  }
  .masthead .menu .menu-wrap {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
  }
  .masthead .menu.menu-on .menu-wrap {
    display: block;
  }
  .masthead .menu .menu-toggle {
    display: block;
  }
  .masthead .menu li {
    display: block;
    float: none;
  }
  .main .sidebar-pages {
    width: 100%;
    margin-bottom: 10px;
  }
  .main .sidebar-pages .item {
    background: #ffffff;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    position: absolute;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: none;
    width: 200px;
  }
  .main .sidebar-pages .item.active {
    display: block;
    z-index: 5;
  }
  .main .sidebar-pages .menu-display {
    display: inline-block;
  }
  .main .main-article {
    width: 100%;
  }
  .main .main-article .callout {
    width: 100%;
    padding-left: 0;
  }
  .main .main-article .callout-1 {
    width: 100%;
  }
  .main article.post-archive .thumbnail {
    width: 25%;
  }
  .main article.post-archive .post-meta-data {
    margin-bottom: 5px;
  }
  .main article.post-archive.has-post-thumbnail .entry {
    clear: both;
    margin-left: 0;
    padding-top: 10px;
  }
  .showcase {
    margin-bottom: 54px;
  }
  .showcase nav {
    bottom: -24px;
  }
  footer#footer .footer-links .item {
    width: 100%;
    padding-bottom: 45px;
  }
  footer#footer .footer-wrap span.item {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
  }
  .media-centre-item {
    width: 46%;
    float: left;
  }
  .media-centre-item:nth-child(3n) {
    margin-right: 2%;
  }
  .media-centre-item:nth-child(2n) {
    margin-right: 0;
  }
  .media-centre-item a h3 {
    font-size: 1em;
  }
}
