@import "normalize.css";
@import "layouts/responsive.css";
@import "components/misc.css";
@import "print.css";

body {
	background: white;
	color: #8397a6;
	color: #62717d;
  color: #444;
	line-height: 1.4em;
	font-size: 14px;
	font-family: 'Source Sans', Arial, san-serif;
  font-family: sans-serif;
}
body.not-front {
	background: white;
	color: #8397a6;
	color: #62717d;
	line-height: 1.4em;
	font-size: 14px;
	font-family: 'Source Sans', Arial, san-serif;
}
/* fonts */
@font-face {
    font-family: 'Questrial';
    src: url('../fonts/questrial-regular-webfont.eot');
    src: url('../fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/questrial-regular-webfont.woff') format('woff'),
         url('../fonts/questrial-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'freightsans_pro';
    src: url('../fonts/freigsanprobook-webfont.eot');
    src: url('../fonts/freigsanprobook-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freigsanprobook-webfont.woff') format('woff'),
         url('../fonts/freigsanprobook-webfont.ttf') format('truetype'),
         url('../fonts/freigsanprobook-webfont.svg#freightsans_probook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MinionProItalic';
    src: url('../fonts/.eot');
    src: url('../fonts/minionpro-itcapt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/minionpro-itcapt.woff') format('woff'),
         url('../fonts/minionpro-itcapt.ttf') format('truetype'),
         url('../fonts/minionpro-itcapt.svg#MinionProItalicCaption') format('svg');
}
@font-face {
    font-family: 'Source Sans Bold';
    src: url('../fonts/.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#freightsans_probook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans';
    src: url('../fonts/.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#freightsans_probook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans semi-bold';
    src: url('../fonts/.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#freightsans_probook') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* elements */
a, a:visited, a:hover {
	text-decoration: none;
	color: #255f90;
}
.not-front .node-article a, .not-front .node-article a:visited, .not-front .node-article a:hover {
  border-bottom: solid #e94643 1px;
}
.node-type-article #content article a {
	text-decoration: underline;
}
b, strong {
	font-family: 'Source Sans semi-bold', Arial, san-serif;
}
p {
	margin: 0 0 1em;
}
p#skip-link {
	display: none;
}
h1 {
	font-size: 32px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	text-transform: uppercase;
	margin: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
h2 {
	margin: 0;
}
h3 {
	font-size: 1.7em;
	margin-top: 0;
	margin-bottom: 0.5em;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	margin: 0.5em 0 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: 1px solid #DDD;
	padding-bottom: -1px;
	margin: 1.5em 0;
}
ul {
	margin: 0.25em 0;
}
img {
	height: auto;
}
iframe {
  min-width:50px;
}
#block-block-18 video {
  width:100%;
  margin-top: -5%;
}
._5n6l, _5n6j{
  width:98% !important;
}
/* layout */
#admin-menu {
	margin: 0 !important;
}
#page,
.region-bottom {
	max-width: 1240px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto 0;
	overflow: hidden;
	clear: both;
}
body.front #page {
	max-width: 100%;
	padding: 0;
	margin-top: 0;
}
#header {
	padding: 0;
  margin:auto;
}
#title-wrapper {
	border-bottom: 1px solid #e4eaf0;
	margin-bottom: 0;
	background: url(../images/title_bkg.png) top center;
	text-align: center;
}
body.front #title-wrapper {
	display: none;
}
.region-title {
	max-width: 1240px;
	margin: 0 auto;
	font-size: 21px;
	padding: 16px 30px;
}
.region-title.desktop {
	/* margin-top: 75px; */
}
#main {
	padding-top: 0;
}
#content {
	padding-left: 0;
	padding-right: 0;
}
body.front .region-content-core {
	padding-top: -2em;
}
#content-primary-wrapper,
#content-top-wrapper,
#content-core-wrapper,
#content-bottom-wrapper {
	clear: both;
	overflow: hidden;
}
.front #content-core-wrapper {
	background: white;
  margin-top:1em;
}
.not-front #content-core-wrapper {
	margin-top: 3em;    
}
.not-front.node-type-blog #content-core-wrapper {
	margin-top: 0;    
}
.addthis_toolbox {
  padding-top:20px;
} 
body.front .region-content-primary,
body.front .region-content-top,
body.front .region-content-core,
body.front .region-content-bottom {
	max-width: 1240px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
body.front  #content-bottom-wrapper {
	background: #e6e6e6;
	color: #000;
	padding-top: 2em;
	padding-bottom: 2em;
  position: relative;
}
body.front #content-core-wrapper .view-id-news .views-field-body,
body.front #content-core-wrapper .view-id-blog .views-field-body {
	min-height: 75px;
}
.block {
	margin-bottom: 0;
}
.block h2.block-title {
	font-size: 27px;
	font-weight: normal;
}
.region-sidebar-second .block {
	margin-bottom: 1.5em;
	padding: 20px;
	background-color: #f6f9fb;
	border-bottom: 3px solid #e4eaf0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.region-sidebar-second .block h2.block-title,
.region-sidebar-second .block h2.block-title a {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	color: #334452;
}
.region-sidebar-first,
.region-sidebar-second {
	padding-left: 0;
	padding-right: 0;
}

/* Blog album */
.node-blog .field-name-field-blog-album a img{
	float: left;
    margin: 2px;
}
.node-blog ul.flippy{
	width: 100%;
    overflow: -webkit-paged-x;
}

@media all and (max-width: 720px) {
	h1.title {
		font-size: 21px;
	}
	.region-title {
		padding: 16px 30px;
	}
	#page,
	.region-bottom,
	.region-footer,
	.region-footer-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (min-width: 720px) {
	#main {
		padding-top: 0;
	}
	.region-sidebar-second {
		padding-left: 30px;
	}
	.region-sidebar-first {
		padding-right: 30px;
	}
	.sidebar-second #content {
		width: 66.66667%;
		margin-right: -66.66667%;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.sidebar-second .region-sidebar-second {
		width: 33.33333%;
		margin-left: 66.66667%;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	body.front .region-content-primary,
	body.front .region-content-top,
	body.front .region-content-core,
	body.front .region-content-bottom {
		padding-left: 30px;
		padding-right: 30px;

	}
  	.sidebar-second.node-type-blog #content {
	  width: 77.66667%;
	  margin-right: -77.66667%;
	}
	body.front #content-core-wrapper .view-id-news .views-field-body,
	body.front #content-core-wrapper .view-id-blog .views-field-body {
		min-height: 75px;
	}
}
/* forms */
input.form-text, textarea.form-textarea, select {
	padding: 5px 15px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C7D8E4;
	background-color: #fafcfe;
	font-weight: 400;
	outline: none;
	color: #a1b0bb;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select {
	font-family: 'Source Sans', Arial, san-serif;
}
textarea.form-textarea {
	line-height: 1.3em;
}
label {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0.15em;
}
input.form-submit {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1em;
	padding: 12px 20px;
	display: block;
	position: relative;
	border: none;
	border-radius: 5px;
	background-color: #ef492f;
	color: #ffffff;
	font-size: 16px;
	font-family: inherit;
	text-align: center;
	letter-spacing: 3px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	-o-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	font-family: 'freightsans_pro', Arial, san-serif;
}
input.form-submit:hover {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #BE3A25;
	color: #FFF;
}
input.form-text:focus, textarea:focus, select.form-select:focus {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-color: rgb(82, 168, 236);
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	color: #000;
}
.form-item {
	margin: 1.5em 0;
}
.form-item:first-child{
	margin-top: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 1px solid #ed4a24;
}
.error,
.messages--error {
	background-color: #ed4a24;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.messages--error {
	background-image: none;
	border-color: #ed4a24;
}
div.status {
	border-color: transparent;
}
div.status a,
.messages--error a {
	text-decoration: underline;
	color: white;
}
ul.pager {
	clear: both;
	text-align: center;
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 0.5em;
}
/* tables */
.node table,
table {
	width: 100%;
	float: none;
	margin-bottom: 1.5em;
	text-align: left;
}
.node table th,
table th {
	font-size: 12px;
	padding: 5px;
	border: none;
	background: #DDD;
	text-transform: uppercase;
	font-family: 'Questrial', Arial, san-serif;
	text-shadow: 0 1px 0 #FFF;
	color: #333;
}
.node table td,
table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
}
.node table.center td {
	vertical-align: middle;
}
.node table td.active,
table td.active {
	background: none;
}
.node table tr,
table tr {
	background: none !important;
}
.node-form textarea.ckeditor-mod table td {
	vertical-align: top;
}
.node table td img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto !important;
}
/* share & comments */
#block-nodeblock-378 {
	max-width: 1240px;
	margin: auto;
}
#block-disqus-disqus-comments {
	max-width: 660px;
	padding: 0 25px;
	margin: auto;
}
/* sticky contextual menu */
#block-menu-block-1 {
	display: block;
	background: #e4eaf0;
	background: #ef492f;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	zoom: 1;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
#block-menu-block-1.mobile {
	display: none;
}
#block-menu-block-1-sticky-wrapper.is-sticky #block-menu-block-1 {
	z-index: 9998;
}
#block-menu-block-1.live {
	opacity: 1;
}
#block-menu-block-1 .menu-block-wrapper {
	max-width: 1240px;
	padding: 0 30px;
	margin: auto;
}
#block-menu-block-1 ul.menu,
#block-menu-block-1 ul.menu li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'freightsans_pro', Arial, san-serif;
	text-transform: uppercase;
}
#block-menu-block-1 ul.menu li {
	list-style: none;
	display: inline-block;
}
#block-menu-block-1 ul.menu li a {
	padding: 0.5em 1em;
	display: block;
	color: white;
}
@media all and (max-width: 874px) {
	#block-menu-block-1 {
		display: none !important;
	}
}

/* HEADER */
#header-content-wrap {
	height: 75px;
	position: relative;
	z-index: 9999;
	overflow: visible;
	background: #2d2d30;
	border: none;
	width: 100%;
	float: left;
}
body.front #header-content-wrap {
	background: black;
	border-bottom: 1px solid black;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body.front #header-content-wrap.desktop {
	background: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.front #header-content-wrap.scrolled {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}
/* logo */
#block-nodeblock-620 {
	float: left;
	width: 155px;
	padding-top: 16px;
}
#header-content-wrap #block-nodeblock-620 img {
	width: 155px;
	height: auto;
}
/* main menu */
.region-header {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1240px;
}
#block-superfish-1 #superfish-1 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	max-width: 1240px;
}
#block-superfish-1 {
	float: right;
	height: 60px;
	overflow: hidden;
	padding: 25px 0 0 0;
	font-family: 'Questrial', Arial, san-serif;
}
#block-superfish-1:hover {
	overflow: visible;
}
#block-superfish-1 ul li a,
#block-superfish-1 ul li span {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	padding: 20px 5px 10px;
	margin: 0 15px;
	line-height: 20px;
	display: block;
}
#block-superfish-1 ul li a#home,
#block-superfish-1 ul li span#home {
	background: url(../images/icons/menu/home.png) no-repeat center top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-superfish-1 ul li a#home:hover,
#block-superfish-1 ul li span#home:hover,
#block-superfish-1 ul li.sfHover a#home,
#block-superfish-1 ul li.sfHover span#home {
	background: url(../images/icons/menu/home-hover.png) no-repeat center top;
	color: #ef482f;
}
#block-superfish-1 ul li a#profile,
#block-superfish-1 ul li span#profile {
	background: url(../images/icons/menu/profile.png) no-repeat center top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-superfish-1 ul li a#profile:hover,
#block-superfish-1 ul li span#profile:hover,
#block-superfish-1 ul li.sfHover a#profile,
#block-superfish-1 ul li.sfHover span#profile
#block-superfish-1 ul li.active-trail a#profile,
#block-superfish-1 ul li.active-trail span#profile {
	background: url(../images/icons/menu/profile-hover.png) no-repeat center top;
	color: #ef482f;
}
#block-superfish-1 ul li a#services,
#block-superfish-1 ul li span#services {
	background: url(../images/icons/menu/services.png) no-repeat center top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-superfish-1 ul li a#services:hover,
#block-superfish-1 ul li span#services:hover,
#block-superfish-1 ul li.sfHover a#services,
#block-superfish-1 ul li.sfHover span#services,
#block-superfish-1 ul li.active-trail a#services,
#block-superfish-1 ul li.active-trail span#services {
	background: url(../images/icons/menu/services-hover.png) no-repeat center top;
	color: #ef482f;
}
#block-superfish-1 ul li a#our-work,
#block-superfish-1 ul li span#our-work {
	background: url(../images/icons/menu/our-work.png) no-repeat center top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-superfish-1 ul li a#our-work:hover,
#block-superfish-1 ul li span#our-work:hover,
#block-superfish-1 ul li.sfHover a#our-work,
#block-superfish-1 ul li.sfHover span#our-work,
#block-superfish-1 ul li.active-trail a#our-work,
#block-superfish-1 ul li.active-trail span#our-work {
	background: url(../images/icons/menu/our-work-hover.png) no-repeat center top;
	color: #ef482f;
}
#block-superfish-1 ul li a#contact,
#block-superfish-1 ul li span#contact {
	background: url(../images/icons/menu/contact.png) no-repeat center top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-superfish-1 ul li a#contact:hover,
#block-superfish-1 ul li span#contact:hover,
#block-superfish-1 ul li.sfHover a#contact,
#block-superfish-1 ul li.sfHover span#contact,
#block-superfish-1 ul li.active-trail a#contact,
#block-superfish-1 ul li.active-trail span#contact {
	background: url(../images/icons/menu/contact-hover.png) no-repeat center top;
	color: #ef482f;
}
#block-superfish-1 ul li a#network,
#block-superfish-1 ul li span#network {
	background: url(../images/icons/menu/network.png) no-repeat center top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-superfish-1 ul li a#network:hover,
#block-superfish-1 ul li span#network:hover,
#block-superfish-1 ul li.sfHover a#network,
#block-superfish-1 ul li.sfHover span#network
#block-superfish-1 ul li.active-trail a#network,
#block-superfish-1 ul li.active-trail span#network {
	background: url(../images/icons/menu/network-hover.png) no-repeat center top;
	color: #ef482f;
}
#block-superfish-1 ul li {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-superfish-1 ul li ul li {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#block-superfish-1 ul li.menuparent:hover ul:after {
	position: absolute;
	top: 0;
	left: 34px;
	margin-top: -8px;
	margin-left: -4px;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgb(0,0,0);
	border-bottom: 8px solid rgba(0,0,0,0.91);
}
#block-superfish-1 ul li.menuparent ul li.menuparent:hover:after {
	display: none;
}
#block-superfish-1 ul li ul {
	display: none;
	width: 250px !important;
	background: #000;
	background: rgba(0,0,0,0.91);
	border-radius: 0 0 3px 3px;
	padding: 5px 0;
	top: 50px;
	left: 10px;
	z-index: 9999;
}
#block-superfish-1 ul li ul li {
	padding: 0 7px;
	display: block;
	width: 236px !important;
}
#block-superfish-1 ul li ul li a {
	border-top: 1px #565656 solid;
}
#block-superfish-1 ul li ul li.first a {
	border-top: none;
}
#block-superfish-1 ul li ul li a,
#block-superfish-1 ul li ul li span {
	padding: 15px;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	text-transform: none;
	line-height: 1.2em;
	font-family: 'Source Sans Pro', Arial, san-serif;
}
#block-superfish-1 ul li ul li:hover {
	position: relative;
	margin-bottom: -1px;
	background: #2d2d30;
	background: rgba(255,255,255,0.1);
	border-top: 1px #565656 solid;
	border-bottom: 1px #565656 solid;
}
#block-superfish-1 ul li ul li.first,
#block-superfish-1 ul li ul li.first:hover {
	border-top: none;
}
#block-superfish-1 ul li ul li.last,
#block-superfish-1 ul li ul li.last:hover {
	border-bottom: none;
	margin-bottom: 0;
}
#block-superfish-1 ul li ul li:hover a,
#block-superfish-1 ul li ul li:hover span {
	border-top: none;
}
#block-superfish-1 ul li .sf-description {
	display: none;
}
#block-superfish-1 ul li ul li a .sf-description {
	display: block;
	text-transform: none;
	padding: 0.15em 0 0;
	margin: 0;
	color: #AAA;
	font-family: Arial;
	font-size: 11px;
}
#block-superfish-1 ul li ul li a:hover .sf-description {
	text-decoration: none;
}
/* slideshow */
#block-views-front-page-slideshow-block {
	clear: both;
	overflow: hidden;
}
#block-views-front-page-slideshow-block .flexslider {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
#block-views-front-page-slideshow-block .flexslider .views-field-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	color: white;
	width: 100%;
	position: absolute;
	top: 100px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-views-front-page-slideshow-block .flexslider .views-field-title .field-content {
	width: 800px;
	border-bottom: 1px solid white;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 25px 0;
	display: block;
	margin: auto;
  text-shadow: 1px 1px 5px #333;
}
#block-views-front-page-slideshow-block .flexslider .slides {
	background: #1e2126;
}
#block-views-front-page-slideshow-block .flexslider .slides li {
	padding: 0;
	margin: 0;
}
#block-views-front-page-slideshow-block .flexslider .views-field-body {
	color: white;
	width: 100%;
	text-shadow: 0 1px 0 white;
	text-shadow: 0 1px 20px rgba(0,0,0,1);
	line-height: 1.3em;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	position: absolute;
	top: 295px;
}
#block-views-front-page-slideshow-block .flexslider .views-field-body .field-content {
	display: block;
	width: 700px;
	margin: auto;
	padding: 30px;
}
#block-views-front-page-slideshow-block .flexslider .views-field-body p {
	margin-bottom: 0;
}
#block-views-front-page-slideshow-block .flexslider .slides img {
	min-width: 1180px;
	margin: auto;
}
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link a {
	position: absolute;
	text-align: center;
	left: 45%;
	line-height: 1em;
	width: 120px;
	margin-left: -80px;
	padding: 13px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ef492f;
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link-1 a{
	position: absolute;
	text-align: center;
	left: 65%;
	line-height: 1em;
	width: 120px;
	margin-left: -80px;
	padding: 13px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #3a5795;
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link a,
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link-1 a {
  top:430px;
}
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link a:hover {
	background: #BE3A25;
}
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link-1 a:hover {
	background: #294277;
}
#block-views-front-page-slideshow-block .flexslider .flex-direction-nav li a {
	text-indent: -9999px;
	text-align: left;
}
#block-views-front-page-slideshow-block .flexslider .flex-direction-nav li a.flex-next {
	background: url(../images/arrow-right.png) no-repeat center right;
	right: 45px;
}
#block-views-front-page-slideshow-block .flexslider .flex-direction-nav li a.flex-prev {
	background: url(../images/arrow-left.png) no-repeat center left;
	left: 45px;
}
#block-views-front-page-slideshow-block .flexslider .flex-direction-nav li a.flex-prev:before,
#block-views-front-page-slideshow-block .flexslider .flex-direction-nav li a.flex-next:before {
	background: none;
	content: "";
}
/* Temporary hide slidshow buttons */
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link,
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link-1 {
 /* display:none; */
}
/*Temporary Hide Slideshow Text while running Promo*/
#block-views-front-page-slideshow-block .flexslider .views-field-title,
#block-views-front-page-slideshow-block .flexslider .views-field-body,
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link,
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link-1 {
 /* display:none; */
}

@media all and (max-width: 910px) {
	.flex-direction-nav {
		display: none;
	}
}
@media all and (max-width: 874px) {
	#header-content-wrap {
		height: 60px;
	}
	#header-content-wrap #block-nodeblock-620 img {
		width: 110px;
		height: auto;
	}
	#block-superfish-1,
	#block-superfish-1 #superfish-1-select {
		height: 60px;
		padding: 0;
	}
	#block-superfish-1 #superfish-1-select {
		float: right;
		width: 30px;
		display: block;
		background: url(../images/menu-icon.png) no-repeat center;
		background-size: 20px 20px;
		border: none;
		text-indent: -99999px;
		-webkit-appearance: none;
		appearance: none;
	}
	#block-superfish-1 #superfish-1-select:hover {
		cursor: pointer;
	}
	.region-title.desktop {
		margin-top: 60px;
	}
	#block-views-front-page-slideshow-block .flexslider .views-field-title {
		font-size: 32px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	#block-views-front-page-slideshow-block .flexslider .views-field-title .field-content,
	#block-views-front-page-slideshow-block .flexslider .views-field-body .field-content {
		width: 100%;
		padding: 0;
	}
	#block-views-front-page-slideshow-block .flexslider .views-field-body .field-content p {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* no content */
.front h1.title,
#first-time,
.front .region-content-core article {
	display: none;	
}
/* our agency */
#block-nodeblock-630 {
	margin-top: 1.5em;
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
}
/* what we do */
#block-nodeblock-625 {
	width: 100%;
	float: left;
	clear: both;
	margin: 2.5em 0;
}
#block-nodeblock-625 .box-wrapper {
	float: left;
	margin-right: 2%;
	width: 23.5%;
	padding: 6px 0;
	position: relative;	
}
#block-nodeblock-625 .marketing.box-wrapper {
	margin-right: 0;
}
#block-nodeblock-625 .box-wrapper .title {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	border-bottom: 1px solid #8397a6;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
}
#block-nodeblock-625 .box-wrapper .description ul li,
#block-nodeblock-625 .box-wrapper .description ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}
#block-nodeblock-625 .box-wrapper .learn-more a {
	color: #ed4a24;
}
@media all and (max-width: 1180px) {
	#block-nodeblock-625 .box-wrapper .title {
		font-size: 16px;
	}
}  
@media all and (max-width: 1270px) {
  #block-block-15 ul,
  #block-block-15 ul li,
  #block-block-16 ul,
  #block-block-16 ul li {
   /* float: none !important;*/
  }
  #block-block-16 ul li img {
    width: 100% !important;
    max-width: 50% !important;
  }
}
@media all and (max-width: 1080px) {
	#block-nodeblock-625 .box-wrapper {
		width: 47%;
		margin-right: 3%;
	}
	#block-nodeblock-625 .box-wrapper.mobile,
	#block-nodeblock-625 .box-wrapper.marketing {
		float: right;
		margin-right: 0;
		margin-left: 3%;
	}
}
/* news */
#block-views-news-block {
	float: left;
	width: 48%;
	margin-right: 2%;
}
#block-views-news-block h2.block-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 0.55em;
}
#block-views-news-block .views-row-first {
  border-right: 1px solid #e6e6e6;
  padding-right: 1em;
} 
/* blog */
#block-views-blog-block {
	float: right;
	width: 50%;
}
#block-views-blog-block h2.block-title {
	margin-bottom: 0.5em;
	border-bottom: 1px solid white;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
#block-views-blog-block .views-field-view-node {
  margin-top: 0px;
}
.region-content-core #block-views-blog-block h2.block-title {
	border-bottom: 1px solid #eee !important;
}
.front .view-featured-video{
	border: 1px solid #eee;
}
.front #block-views-featured-video-block iframe {
	box-shadow: 0px 0px 15px 1px #333;
	border: 1px solid #ccc;
	max-width: 100%;
}
.front #block-views-blog-block .more-link a{
	color: #8397a6;
	border: 2px solid #8397a6;
	margin-top:20px;
}
/*Custom edits Paul*/
.front #block-views-blog-block .more-link {
	display: none;
}
.front #block-views-blog-block .more-link{
	padding-left: 0px;
	margin-left: 29%;
	margin-top: -30px;
}
.front #block-views-blog-block{
	margin-bottom: 8px;
}
#block-views-blog-block .date-wrapper-inner {
	height: 120px;
	width: 120px;
	border: 1px solid #62717d;
	border: 1px solid rgba(0,0,0,0.25);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
#block-views-blog-block .views-field-nothing .day {
	font-size: 70px;
	padding-top: 15px;
	line-height: 1em;	
}
#block-views-blog-block .views-field-nothing .month {
	font-size: 20px;
	text-transform: uppercase;
}
#block-views-blog-block .views-field-nothing .year {
	padding-top: 0.25em;
}
#block-views-blog-block .more-link {
	clear: both;
	display: block;
	width: 150px;
	margin: auto;
	padding-left: 30%;
}
#block-views-blog-block .more-link a {
	font-size: 16px;
	height: 54px;
	height: 3rem;
	line-height: 54px;
	line-height: 3rem;
	display: inline-block;
	margin: 0;
	padding: 0 2em;
	border: 2px solid white;
	border-radius: 0;
	background: 0 0;
	color: white;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#block-views-blog-block .more-link a:hover {
	background: white;
	color: #8397a6;
}
#block-views-tweets-block .views-row {
	padding: 25px 0;
	border-bottom: 1px solid #c0cad2;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#block-views-tweets-block .views-row-last {
	border: none;
}
#block-views-tweets-block .views-field-screen-name {
  font-family: 'Source Sans semi-bold', Arial, san-serif;
}
.views-field-screen-name a {
  text-transform:uppercase;
  color:#000;
}
#block-views-tweets-block .more-link {
	width: 152px;
	margin: auto;
}
#block-views-tweets-block .more-link a {
	font-size: 16px;
	height: 54px;
	height: 3rem;
	line-height: 54px;
	line-height: 3rem;
	display: inline-block;
	margin: 0;
	padding: 0 2em;
	border: 2px solid #e6e6e6;
	border-radius: 0;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#block-views-tweets-block .more-link a:hover {
	color: #8397a6;
	background: white;
}
@media all and (max-width: 1010px) {
	#block-views-blog-block,
	#block-views-news-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#block-views-tweets-block {
		/* display: none; */
	}
}
@media all and (max-width: 900px) {
	#block-views-news-block,
	#block-views-featured-video-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#block-views-featured-video-block h2.block-title,
	#block-views-news-block h2.block-title {
		text-align: center;
	}
	#block-views-news-block .views-field-title,
	#block-views-news-block .views-field-view-node {
		text-align: center;
	}
	#block-views-news-block img {
		display: none;
	}
	#block-views-featured-video-block {
		border-top: 1px solid #8397a6;
		margin-top: 1em;
		padding-top: 1.5em;
	}
	#block-views-tweets-block {
		display: none;
	}
	#block-views-blog-block,
	#block-views-news-block {
		text-align: center;
	}
	.views-field-field-blogger-photo {
		display:none
	}
	#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link a {
		margin-left: -160px;
	}
	#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link-1 a {
		margin-left: 0;
	}
}
@media all and (max-width: 640px) {
	#block-nodeblock-625 .box-wrapper {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	#block-views-blog-block .views-field-title, #block-views-blog-block .views-field-body {
		width: 100%;
		float: none;
		min-width: inherit;

	}
	#block-views-blog-block .views-field-nothing {
		display: none;
	}
	#block-views-blog-block .more-link {
		padding-left: 0;
	}
	/***Edit 30/9/2015 Paul - Centering Content***/
	.front #block-views-blog-block .block-title,
	.front .view-blog .views-field-title {
		text-align: center;
	}
	.front .view-blog .views-field-field-blogger-photo {
		display: none;
	}

	.front .view-blog .views-field-view-node {
		text-align: center;
	}
}
/*PROFILE */
.our-team h3 {
	width: 200px;
	margin: 2em auto 1em;
	text-align: center;
	border-bottom: 1px solid #8397a6;
}
.our-team .row {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23.5%;
	text-align: center;
}
.our-team .row-4 {
	margin-right: 0;
}
.our-team .row img {
	max-width: 90%;
	width: auto !important;
	height: auto !important;
	border-radius: 1000px;
	border: 6px solid #EEE;
}
.our-team .row .name {
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	text-transform: uppercase;
}
.our-team .joinus.last a img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.our-team .joinus.last a:hover img {
	border: 6px solid rgb(237, 74, 36);
	border: 6px solid rgba(237, 74, 36, 0.62);
}
@media all and (max-width: 480px) {
	.our-team .row {
		float: left;
		clear: both;
		margin-right: 0;
		margin-bottom: 4%;
		width: 100%;
		text-align: center;
	}
}
@media all and (max-width: 780px) {
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link-1 a,
 video {
    display: none !important;  
  }
#block-views-front-page-slideshow-block .flexslider .views-field-field-frontslide-learn-more-link a {
    top: 300px;
    margin-left: -80px;
    left: 50%;
  }
 #slideshow-content-wrap {
    max-height: 395px !important;
  }
#block-views-front-page-slideshow-block .flexslider .views-field-body {
  top: 175px !important;
  }   
}
@media all and (min-width: 481px) and (max-width: 720px) {
	.our-team .row {
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
		width: 48%;
		text-align: center;
	}
	.our-team .row.even {
		margin-right: 0;
	}
}
@media all and (min-width: 721px) and (max-width: 960px) {
	.our-team .row {
		float: left;
		margin-right: 3.333333%;
		margin-bottom: 4%;
		width: 30%;
		text-align: center;
	}
	.our-team .row-3,
	.our-team .row-6 {
		margin-right: 0;
	}
}
/*SERVICES */
/* landing page */
.node-type-page.section-index .box-wrapper {
	float: left;
	width: 100%;
	padding: 6px 0;
	position: relative;	
}
.node-type-page.section-index .marketing.box-wrapper {
	margin-right: 0;
}
.node-type-page.section-index .box-wrapper.row-3 {
	clear: both;
}
.node-type-page.section-index .box-wrapper .title {
	margin-bottom: 0.5em;
	padding-left: 15%;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	border-bottom: 1px solid #dae0e4;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
}
.node-type-page.section-index .box-wrapper .blurb {
	width: 20%;
	padding-left: 15%;
	float: left;
}
.node-type-page.section-index .box-wrapper .description {
	float: right;
	width: 20%;
	padding-right: 15%;
}
.node-type-page.section-index .box-wrapper .description ul li,
.node-type-page.section-index .box-wrapper .description ul {
	margin: 0;
	padding: 0;
	list-style: circle;
	line-height: 1.4em;
}
.node-type-page.section-index .box-wrapper .img {
	float: right;
	width: 20%;
	margin-left: 5%;
	margin-right: 5%;
}
.node-type-page.section-index .box-wrapper .img img {
	width: 100%;
	height: auto !important;
}
.node-type-page.section-index .box-wrapper .learn-more a {
	color: #ed4a24;
}
/* content */
.content-row {
	float: left;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #e4eaf0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content-row:hover {
	color: #62717d;
}
.content-row h3 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content-row:hover h3 {
	color: #ef492f;
}
.content-row.last {
	border: none;
}
.content-row .image {
	text-align: center;
}
.content-row img {
	max-width: 90%;
	height: auto !important;
	border-radius: 1000px;
	line-height: 0;
	border: 12px solid #EEE;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content-row:hover img {
	border-color: #CCC;
}
.content-row .col-left {
	width: 50%;
	float: left;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-row.even .col-left {
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.content-row .col-right {
	width: 50%;
	float: right;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-row.even .col-right {
	padding-left: 0;
	padding-right: 15px;
}
/* web, social media */
body.page-node-554 #page,
body.page-node-557 #page,
body.page-node-558 #page {
	max-width: 100%;
	padding: 0;
	margin-top: 0;
}
body.page-node-554 .section-1,
body.page-node-554 .section-2,
body.page-node-554 .section-3,
body.page-node-557 .section-1,
body.page-node-557 .section-2,
body.page-node-558 .section-1,
body.page-node-558 .section-2 {
	clear: both;
	overflow: hidden;
	padding-top: 2em;
	padding-bottom: 2em;
}
body.page-node-554 .section-1,
body.page-node-557 .section-1,
body.page-node-558 .section-1 {
	padding-top: 0;
}
body.page-node-554 #content-bottom-wrapper .content-row,
body.page-node-557 #content-bottom-wrapper .content-row,
body.page-node-558 #content-bottom-wrapper .content-row {
	border: none;
}
body.page-node-554 .section-2,
body.page-node-557 .section-2,
body.page-node-558 .section-2 {
	background: #f6f9fb;
}
body.page-node-554 #content-core-wrapper img,
body.page-node-557 #content-core-wrapper img,
body.page-node-558 #content-core-wrapper img {
	background: white;
}
body.page-node-554 #content-core-wrapper .node table th,
body.page-node-554 #content-core-wrapper table th,
body.page-node-557 #content-core-wrapper .node table th,
body.page-node-557 #content-core-wrapper table th,
body.page-node-558 #content-core-wrapper .node table th,
body.page-node-558 #content-core-wrapper table th {
	background: #8397a6;
	text-shadow: none;
	color: white;
}
body.page-node-554 .section-1 .content-wrapper,
body.page-node-554 .section-2 .content-wrapper,
body.page-node-554 .section-3 .content-wrapper,
body.page-node-554 #content-primary-wrapper,
body.page-node-554 #content-bottom-wrapper,
body.page-node-557 .section-1 .content-wrapper,
body.page-node-557 .section-2 .content-wrapper,
body.page-node-557 .section-3 .content-wrapper,
body.page-node-557 #content-primary-wrapper,
body.page-node-557 #content-bottom-wrapper,
body.page-node-558 .section-1 .content-wrapper,
body.page-node-558 .section-2 .content-wrapper,
body.page-node-558 .section-3 .content-wrapper,

body.page-node-558 #content-primary-wrapper,
body.page-node-558 #content-bottom-wrapper {
	max-width: 1240px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}
body.page-node-554 .field-name-body:hover,
body.page-node-557 .field-name-body:hover,
body.page-node-558 .field-name-body:hover {
	color: rgb(131,151,166);
	color: rgba(131,151,166,0.5);
}
/* mobile development */
#mobile-top-wrapper {
	overflow: hidden;
	margin-bottom: 1.5em;
}
#mobile-development-wrapper {
	width: 600px;
	float: right;
	font-family: 'Questrial', Arial, san-serif;
	text-align: center;
	color: #999;
}
#mobile-development-wrapper #title {
	font-size: 36px;
	line-height: 1em;
}
#mobile-development-wrapper #title-2 {
	font-size: 24px;
	line-height: 1em;
	color: #666;
}
#mobile-development-wrapper #logo-wrapper {
	width: 305px;
	padding: 25px 0;
	margin: auto;
}
#mobile-development-wrapper .platform-logo {
	float: left;
	margin-right: 15px;
}
#mobile-development-wrapper .platform-logo.bb {
	margin-right: 0;
	margin-top: 15px;
}
#mobile-development-wrapper #what-can-we-create-today {
	font-size: 28px;
	line-height: 1.75em;
	clear: both;
}
#mobile-development-wrapper #get-started a {
	font-size: 16px;
	padding: 8px 15px;
	background: #C00;
	color: #FFF;
}
/* portfolio: web */
#block-views-portfolio-block-3,
.view-id-portfolio.view-display-id-page_5 {
	position: relative;
	width: 960px;
	margin: auto;
}
.view-id-portfolio.view-display-id-page_5 .view-header {
	margin-bottom: 2.5em;
}
#block-views-portfolio-block-3 .view-header h3,
.view-id-portfolio.view-display-id-page_5 .view-header h3 {
	text-align: center;
	text-transform: none;
}
#block-views-portfolio-block-3 .views-field-field-portfolio-image,
.view-id-portfolio.view-display-id-page_5 .views-field-field-portfolio-image {
	width: 370px;
	position: relative;
	left: 100px;
}
#block-views-portfolio-block-3 .views-field-title,
.view-id-portfolio.view-display-id-page_5 .views-field-title {
	position: absolute;
	top: 15px;
	right: 100px;
	width: 370px;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0.5em;	
}
#block-views-portfolio-block-3 .views-field-title span,
.view-id-portfolio.view-display-id-page_5 .views-field-title span {
	border-bottom: 2px solid #DDD;
}
#block-views-portfolio-block-3 .views-field-body,
.view-id-portfolio.view-display-id-page_5 .views-field-body {
	position: absolute;
	top: 50px;
	right: 100px;
	width: 350px;
	padding-right: 20px;
}
#block-views-portfolio-block-3 .views_slideshow_cycle_slide,
.view-id-portfolio.view-display-id-page_5 .views_slideshow_cycle_slide {
	width: 960px;
}
#block-views-portfolio-block-3 .views-slideshow-controls-bottom,
.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-bottom {
	position: absolute;
	width: 960px;
	bottom: 60%;
	z-index: 99;
}
#block-views-portfolio-block-3 .views-slideshow-controls-text-pause,
.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-text-pause {
	display: none;
}
#block-views-portfolio-block-3 .views-slideshow-controls-text-previous a,
.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-text-previous a {
	background: url(../images/slideshow_prev.png) no-repeat;
	padding: 10px 18px;
	left: 0;
	position: absolute;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	outline: none;
}
#block-views-portfolio-block-3 .views-slideshow-controls-text-next a,
.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-text-next a {
	background: url(../images/slideshow_next.png) no-repeat;
	padding: 10px 18px;
	right: 0;
	position: absolute;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	outline: none;
}
#block-views-portfolio-block-3 .views-slideshow-controls-text-previous:hover,
#block-views-portfolio-block-3 .views-slideshow-controls-text-previous a:hover,
#block-views-portfolio-block-3 .views-slideshow-controls-text-next:hover,
#block-views-portfolio-block-3 .views-slideshow-controls-text-next a:hover,
.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-text-previous:hover,
.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-text-previous a:hover,
.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-text-next:hover,

.view-id-portfolio.view-display-id-page_5 .views-slideshow-controls-text-next a:hover {
	text-decoration: none;
	opacity: 1;
}
.view-portfolio.view-display-id-page_5 .views-field-nothing {
	position: absolute;
	bottom: 15px;
	right: 100px;
	width: 350px;
	padding-right: 20px;
	text-align: center;
}
.view-portfolio.view-display-id-page_5 #app-page-dload-wrapper {
	clear: both;
	line-height: 4.5em;
}
.view-portfolio.view-display-id-page_5 #itunes-app-store,
.view-portfolio.view-display-id-page_5 #google-play,
.view-portfolio.view-display-id-page_5 #bb-app-world {
	margin: 0 5px;
}
.view-portfolio.view-display-id-page_5 a#itunes-app-store {
	background: url(../images/app_store.png) no-repeat center;
	padding: 21px 63px;
}
.view-portfolio.view-display-id-page_5 a#google-play {
	background: url(../images/google_play.png) no-repeat center;
	padding: 21px 63px;
}
.view-portfolio.view-display-id-page_5 a#bb-app-world {
	background: url(../images/bb-app-world.png) no-repeat center;
	padding: 21px 75px;
}
@media all and (max-width: 720px) {
	h3 {
		margin-top: 0.5em;
		text-align: center;
	}
	.content-row img {
		margin: 0;
	}
	.content-row .col-left,
	.content-row .col-right,
	.content-row .col-left.image,
	.content-row .col-right.image {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	body.page-node-554 .section-1 .content-wrapper,
	body.page-node-554 .section-2 .content-wrapper,
	body.page-node-554 .section-3 .content-wrapper,
	body.page-node-554 #content-primary-wrapper,
	body.page-node-554 #content-bottom-wrapper,
	body.page-node-557 .section-1 .content-wrapper,
	body.page-node-557 .section-2 .content-wrapper,
	body.page-node-557 .section-3 .content-wrapper,
	body.page-node-557 #content-primary-wrapper,
	body.page-node-557 #content-bottom-wrapper,
	body.page-node-558 .section-1 .content-wrapper,
	body.page-node-558 .section-2 .content-wrapper,
	body.page-node-558 .section-3 .content-wrapper,
	body.page-node-558 #content-primary-wrapper,
	body.page-node-558 #content-bottom-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*BLOG */
/* layout */
.page-blog #page,
.page-news #page {
	max-width: 100%;
	padding: 0;
}
/* archive */
#block-views-blog-block-1,
#block-views-news-block-1 {
	position: relative;
}
#block-views-blog-block-1 h2.block-title,
#block-views-news-block-1 h2.block-title {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	color: #AAA;
	text-align: center;
}
#block-views-blog-block-1 ul,
#block-views-news-block-1 ul {
	text-align: center;
}
#block-views-blog-block-1 ul li,
#block-views-news-block-1 ul li {
	list-style: none;
	display: inline-block;
}
#block-views-blog-block-1 .views-summary,
#block-views-blog-block-1 .item-list,
#block-views-blog-block-1 .item-list .pager,
#block-views-news-block-1 .views-summary,
#block-views-news-block-1 .item-list,
#block-views-news-block-1 .item-list .pager {
	margin: 0;
	padding: 0;
}
#block-views-blog-block-1 .view-content,
#block-views-news-block-1 .view-content {
	width: 400px;
	margin: auto;
	position: relative;
	z-index: 10;
}
#block-views-blog-block-1 .view-content ul li,
#block-views-news-block-1 .view-content ul li {
	margin: 0 0.3em;
}
#block-views-blog-block-1 .item-list .pager,
#block-views-news-block-1 .item-list .pager {
	z-index: 5;
	position: relative;
	top: -20px;

	font-size: 16px;
	font-family: 'MinionProItalic', Georgia, serif;
}
#block-views-blog-block-1 .item-list,
#block-views-blog-block-1 .item-list a,
#block-views-news-block-1 .item-list,
#block-views-news-block-1 .item-list a {
	color: #CCC;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#block-views-blog-block-1 .item-list a:hover,
#block-views-news-block-1 .item-list a:hover {

	color: #ed4a24;
}
#block-views-blog-block-1 .item-list .pager li,
#block-views-news-block-1 .item-list .pager li {
	padding: 0;
	margin: 0;
}
#block-views-blog-block-1 .view-content .item-list,
#block-views-news-block-1 .view-content .item-list {
	position: static;
	width: 425px;
	margin: 0;
	font-size: 14px;
}
#block-views-blog-block-1 ul .pager-current,
#block-views-news-block-1 ul .pager-current {
	width: 425px;
	opacity: 0;
	visibility: hidden;
	zoom: 1;
}
/* rows */
.view-blog.view-display-id-page .views-row,
.view-news.view-display-id-page .views-row,
.view-blog.view-display-id-page_1 .views-row,
.view-news.view-display-id-page_1 .views-row {
	padding: 3.5em 0;
}
.view-blog.view-display-id-page .views-field-created-2,
.view-blog.view-display-id-page .views-field-title,
.view-blog.view-display-id-page .views-field-body,
.view-blog.view-display-id-page .views-field-view-node,
.view-news.view-display-id-page .views-field-created,
.view-news.view-display-id-page .views-field-title,
.view-news.view-display-id-page .views-field-body,
.view-news.view-display-id-page .views-field-view-node,
.view-blog.view-display-id-page_1 .views-field-created-2,
.view-blog.view-display-id-page_1 .views-field-title,
.view-blog.view-display-id-page_1 .views-field-body,
.view-blog.view-display-id-page_1 .views-field-view-node,
.view-news.view-display-id-page_1 .views-field-created,
.view-news.view-display-id-page_1 .views-field-title,
.view-news.view-display-id-page_1 .views-field-body,
.view-news.view-display-id-page_1 .views-field-view-node {
	max-width: 660px;
	padding: 0 20px;
	margin: auto;
	text-align: center;
	line-height: 1.75em;
}
.view-blog.view-display-id-page .views-row-first,
.view-news.view-display-id-page .views-row-first,
.view-blog.view-display-id-page_1 .views-row-first,
.view-news.view-display-id-page_1 .views-row-first {
	padding-top: 0;
}
.view-blog.view-display-id-page .views-row-even,
.view-news.view-display-id-page .views-row-even,
.view-blog.view-display-id-page_1 .views-row-even,
.view-news.view-display-id-page_1 .views-row-even {
	background: #f6f9fb;
}
.view-blog.view-display-id-page .views-field-created-2,
.view-news.view-display-id-page .views-field-created,
.view-blog.view-display-id-page_1 .views-field-created-2,
.view-news.view-display-id-page_1 .views-field-created,
.node-type-article .submitted, .node-type-blog .submitted {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	color: #AAA;
}
.view-blog.view-display-id-page .views-field-title a,
.view-news.view-display-id-page .views-field-title a,
.view-blog.view-display-id-page_1 .views-field-title a,
.view-news.view-display-id-page_1 .views-field-title a {
	font-size: 34px;
	line-height: 1.2em;
	padding-bottom: 0.35em;
	margin-bottom: 0.75em;
	border-bottom: 1px solid #d6dde2;
	display: inline-block;
	color: #8397a6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-blog.view-display-id-page .views-field-body,
.view-news.view-display-id-page .views-field-body {
	font-size: 16px;
}
.view-blog.view-display-id-page .views-field-body p,
.view-news.view-display-id-page .views-field-body p {
	margin-bottom: 0;
}
.view-news.view-display-id-page .views-field-body {
	text-align: left;
}
.view-news.view-display-id-page .views-field-body img {
	width: 150px;
	height: auto;
	border: 5px solid #EEE;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.view-blog.view-display-id-page .views-field-view-node,
.view-news.view-display-id-page .views-field-view-node {
	clear: both;
}
.view-blog.view-display-id-page .views-field-view-node a,
.view-news.view-display-id-page .views-field-view-node a {
	font-family: 'MinionProItalic', Georgia, serif;
	color: #CCC;
	font-size: 16px;
	margin-top: 0.5em;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-blog.view-display-id-page .views-field-title a:hover,
.view-blog.view-display-id-page .views-field-view-node a:hover,
.view-news.view-display-id-page .views-field-title a:hover,
.view-news.view-display-id-page .views-field-view-node a:hover {
	color: #ed4a24;
}
.view-blog.view-display-id-page .views-field-title a:hover,
.view-news.view-display-id-page .views-field-title a:hover {
	border-color: #ed4a24;
}
.view-blog.view-display-id-page ul.pager,
.view-news.view-display-id-page ul.pager,
.view-blog.view-display-id-page_1 ul.pager,
.view-news.view-display-id-page_1 ul.pager {
	padding-top: 1em;
	text-align: center;
}
.view-blog.view-display-id-page ul.pager li,
.view-news.view-display-id-page ul.pager li,
.view-blog.view-display-id-page_1 ul.pager li,
.view-news.view-display-id-page_1 ul.pager li {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding: 0 0.5em;
}
/* nodes */
.node-type-blog .region-content-core,
.node-type-article .region-content-core {
	max-width: 660px;
	margin: auto;
	font-size: 16px;
	line-height: 1.75em;
}
.node-type-blog .node-blog img,
.node-type-article .node-article img {
	height: auto !important;
}
@media all and (max-width: 600px) {
	#block-views-blog-block-1 .view-content,
	#block-views-blog-block-1 .view-content .item-list {
		width: auto;
	}
	#block-views-blog-block-1 .item-list .views-summary li {
		display: block;
	}
	#block-views-blog-block-1 .item-list .pager {
		position: static;
		padding-top: 15px;
	}
	#block-views-blog-block-1 ul .pager-current {
		width: 0;
		height: 0;
		overflow: hidden;
	}
}
@media all and (max-width: 360px) {
	.view-blog.view-display-id-page ul.pager li.pager-previous,
	.view-news.view-display-id-page ul.pager li.pager-previous,
	.view-blog.view-display-id-page_1 ul.pager li.pager-previous,
	.view-news.view-display-id-page_1 ul.pager li.pager-previous,
	.view-blog.view-display-id-page ul.pager li.pager-next,
	.view-news.view-display-id-page ul.pager li.pager-next,
	.view-blog.view-display-id-page_1 ul.pager li.pager-next,
	.view-news.view-display-id-page_1 ul.pager li.pager-next {
		display: none;
	}
}
/*PORTFOLIO */
.view-id-portfolio.view-display-id-page_1 {
	overflow: hidden;
	max-width: 960px;
	margin: auto;
}
.view-id-portfolio.view-display-id-page_1 .views-row {
	position: relative;
	display: table;
	float: left;
	width: 47%;
	margin: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	background: #DDD;
	background: rgba(109, 136, 183, 0.21);
}
.view-id-portfolio.view-display-id-page_1 .views-field-title {
	opacity: 0;
	visibility: hidden;
	zoom: 1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.view-id-portfolio.view-display-id-page_1 .views-field-title .text {
	height: 100%;
	width: 90%;
	padding: 0 5%;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	z-index: 2;
	color: white;
	text-align: center;
	font-family: 'freightsans_pro';
	font-size: 21px;
	text-transform: uppercase;
}
.view-id-portfolio.view-display-id-page_1 .views-field-title .text .text-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.view-id-portfolio.view-display-id-page_1 .views-field-title .field-content a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;

	top: 0;
	left: 0;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.2em;
	font-family: 'freightsans_pro', Arial, san-serif;
	text-transform: uppercase;
}
.view-id-portfolio.view-display-id-page_1 .views-row .views-field-title .bkg {
	background: rgb(109, 136, 183);
	opacity: 0.93;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.view-id-portfolio.view-display-id-page_1 .views-row:hover .views-field-title {
	background: rgb(109, 136, 183);
	background: rgba(109, 136, 183, 0.95);
	opacity: 1;
}
.view-id-portfolio.view-display-id-page_1 .views-field-field-portfolio-screen-thumb {
	width: 100%;
	display: block;
	line-height: 0;
}
.view-id-portfolio.view-display-id-page_1 .views-field-field-portfolio-thumb img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 93%;
	height: auto;
	line-height: 0;
}
/* web & marketing */
.view-portfolio.view-display-id-page_4,
.view-portfolio.view-display-id-page_7 {
	overflow: hidden;
	width: 960px;
	margin: auto;
	text-align: center;
}
.view-portfolio.view-display-id-page_4 .view-content,
.view-portfolio.view-display-id-page_7 .view-content {
	overflow: hidden;
}
.view-portfolio.view-display-id-page_4 .view-content h3,
.view-portfolio.view-display-id-page_7 .view-content h3 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 1em;
}
.view-portfolio.view-display-id-page_4 .group-wrapper,
.view-portfolio.view-display-id-page_7 .group-wrapper {
	margin-bottom: 1em;
	float: left;
	clear: both;
	width: 100%;
}
.view-portfolio.view-display-id-page_4 .views-row,
.view-portfolio.view-display-id-page_7 .views-row {
	float: left;
	position: relative;
	background: #eceef1;
	margin: 0 15px 20px 0;
	border: 1px solid #dfe2e6;
	padding: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-portfolio.view-display-id-page_4 .views-row-3,
.view-portfolio.view-display-id-page_7 .views-row-3,
.view-portfolio.view-display-id-page_4 .views-row-6,
.view-portfolio.view-display-id-page_7 .views-row-6,
.view-portfolio.view-display-id-page_4 .views-row-9,
.view-portfolio.view-display-id-page_7 .views-row-9,
.view-portfolio.view-display-id-page_4 .views-row-12,
.view-portfolio.view-display-id-page_7 .views-row-12,
.view-portfolio.view-display-id-page_4 .views-row-15,
.view-portfolio.view-display-id-page_7 .views-row-15,
.view-portfolio.view-display-id-page_7 .views-row-18,
.view-portfolio.view-display-id-page_7 .views-row-21{
	margin-right: 0;
}
.view-portfolio.view-display-id-page_4 .views-row-4,
.view-portfolio.view-display-id-page_7 .views-row-4,
.view-portfolio.view-display-id-page_4 .views-row-7,
.view-portfolio.view-display-id-page_7 .views-row-7,
.view-portfolio.view-display-id-page_4 .views-row-10,
.view-portfolio.view-display-id-page_7 .views-row-10,
.view-portfolio.view-display-id-page_4 .views-row-13,
.view-portfolio.view-display-id-page_7 .views-row-13 {
	clear: both;
}
.view-portfolio.view-display-id-page_4 .views-field-title a,
.view-portfolio.view-display-id-page_7 .views-field-title a {
	position: absolute;
	z-index: 999;
	left: -1px;
	bottom: 7px;
	color: #FFF;
	width: 290px;
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	zoom: 1;
}
.view-portfolio.view-display-id-page_4 .views-field-title a:hover,
.view-portfolio.view-display-id-page_7 .views-field-title a:hover {
	color: #FFF !important;
	background: #ed4a24;
}
.view-portfolio.view-display-id-page_4 .views-field-field-portfolio-thumb,
.view-portfolio.view-display-id-page_7 .views-field-field-portfolio-thumb {
	line-height: 0;
	border: 1px solid #DDD;
}
.view-portfolio.view-display-id-page_4 .views-field-title-1 a,
.view-portfolio.view-display-id-page_7 .views-field-title-1 a {
	position: absolute;
	top: -1px;
	left: -1px;
	background: #ed4a24;
	color: #FFF;
	font-size: 12px;
	line-height: 1.4em;
	width: 292px;
	height: 122px;
	padding: 9px;
	opacity: 0;
	visibility: hidden;
	zoom: 1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.view-portfolio.view-display-id-page_4 .views-row:hover .views-field-title-1 a,
.view-portfolio.view-display-id-page_7 .views-row:hover .views-field-title-1 a,
.view-portfolio.view-display-id-page_4 .views-row:hover .views-field-title a,
.view-portfolio.view-display-id-page_7 .views-row:hover .views-field-title a {
	opacity: 1;
	color: #FFF !important;
	background: #ed4a24;
}
#block-views-portfolio-block-4 #app-page-dload-wrapper {
	clear: both;
	line-height: 4.5em;
}
#block-views-portfolio-block-4 #itunes-app-store,
#block-views-portfolio-block-4 #google-play,
#block-views-portfolio-block-4 #bb-app-world {
	margin: 0 5px;
}
#block-views-portfolio-block-4 a#itunes-app-store {
	background: url(../images/app_store.png) no-repeat center;
	padding: 21px 63px;
}
#block-views-portfolio-block-4 a#google-play {
	background: url(../images/google_play.png) no-repeat center;
	padding: 21px 63px;
}
#block-views-portfolio-block-4 a#bb-app-world {
	background: url(../images/bb-app-world.png) no-repeat center;
	padding: 21px 75px;
}
#block-views-portfolio-block-4 ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#block-views-portfolio-block-4 ul li {
	display: inline;
	padding: 0;
}
@media all and (min-width: 1050px) {
	#block-views-portfolio-block-4 {
		display: none;
	}
}
@media all and (max-width: 1050px) {
	.page-our-work-marketing #page,
	.page-our-work-marketing .region-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
	.view-portfolio.view-display-id-page_4 {
		width: auto;
	}
	.view-portfolio.view-display-id-page_4 .view-content {
		width: 635px;
		margin: auto;
	}
	.view-portfolio.view-display-id-page_4 .views-row-3,
	.view-portfolio.view-display-id-page_4 .views-row-6,
	.view-portfolio.view-display-id-page_4 .views-row-9,
	.view-portfolio.view-display-id-page_4 .views-row-12,
	.view-portfolio.view-display-id-page_4 .views-row-15 {
		margin-right: 15px;
	}
	.view-portfolio.view-display-id-page_4 .views-row-even {
		margin-right: 0;
		clear: none;
	}
	#block-views-portfolio-block-3,
	.view-id-portfolio.view-display-id-page_5 {
		display: none;
	}
	.view-portfolio.view-display-id-block_4 .views-row {
		width: 50%;
		padding: 15px 0;
		float: left;
	}
	.view-portfolio.view-display-id-block_4 .views-row-odd {
		clear: both;
	}
	.view-portfolio.view-display-id-block_4 .views-row .field-content {
		padding: 0 15px;
		display: block;
	}
	.view-portfolio.view-display-id-block_4 .views-field-title {
		text-align: center;
		font-size: 1.3em;
		margin-top: 0;
		margin-bottom: 0.5em;
		letter-spacing: 2px;
		font-family: 'freightsans_pro', Arial, san-serif;
		text-transform: uppercase;
	}
}
@media all and (max-width: 720px) {
	.view-portfolio.view-display-id-page_4 .view-content {
		width: 310px;
		margin: auto;
	}
	.view-id-portfolio.view-display-id-page_1 .views-row {
		width: 100%;
		margin: 8px 0;
	}
	.view-portfolio.view-display-id-page_4 .views-row {
		float: none;
		clear: both;
		margin: 8px auto;
	}
	.view-portfolio.view-display-id-page_4 .views-row-3,
	.view-portfolio.view-display-id-page_4 .views-row-6,
	.view-portfolio.view-display-id-page_4 .views-row-9,
	.view-portfolio.view-display-id-page_4 .views-row-12,
	.view-portfolio.view-display-id-page_4 .views-row-15 {
		margin-right: auto;
	}
}
@media all and (max-width: 500px) {
	.view-portfolio.view-display-id-block_4 .views-row {
		width: 100%;
		clear: both;
		border-top: 1px solid #DDD;
	}
	.view-portfolio.view-display-id-block_4 .views-row-first {
		border-top: none;
	}
	.view-portfolio.view-display-id-block_4 .views-row .field-content {
		padding: 0;
	}
}
/*CONTACT US */
.section-contact-us .node-webform .field-name-body {
	box-sizing: border-box;
	float: right;
	width: 66.666667%;
	padding-left: 30px;
}
.section-contact-us .node-webform .field-name-body p {
	font-size: 16px;
}
.section-contact-us .node-webform .field-name-body .map {
	float: left;
	line-height: 0;
	overflow: hidden;
	margin-right: 20px;
	width: 50% !important;
	background: #e8e0d8;
}
.section-contact-us .webform-client-form {
	float: left;
	width: 33.333333%;
}
@media all and (max-width: 860px) {
	.section-contact-us .node-webform .field-name-body {
		clear: both;
		width: 100%;
		padding-left: 0;
	}
	.section-contact-us .webform-client-form {
		float: left;
		width: 100%;
	}
	.section-contact-us iframe {
		height: 270px;
	}
}
@media all and (max-width: 600px) {
	.section-contact-us .node-webform .field-name-body {
		text-align: center;
	}
	.section-contact-us .node-webform .field-name-body .map {
		margin-right: 0;
		margin-bottom: 1em;
		width: 100% !important;
		display: none;
	}
	.section-contact-us iframe {
		height: 200px;
	}
}
@media all and (max-width: 480px) {
	.section-contact-us .node-webform .field-name-body .contact-us-map {
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 1.5em;
		width: 100% !important;
		border: 1px solid #DDD;
	}
}
.section-contact-us .webform-client-form textarea,
.section-contact-us .webform-client-form select,
.section-contact-us .webform-client-form input.form-submit {
	width: 100%;
	margin: 0;
}
.section-contact-us .webform-client-form textarea {
	font-size: 16px;
	line-height: 1.3em;
	height: 4em;
}
fieldset.captcha {
	border: 0;
}
.fieldset-description {
	display: none;
}
/*USER */
.page-user .region-content-core,
.page-user #content-primary-wrapper {
	max-width: 660px;
	margin: auto;
}
/*SEARCH */
.page-search .messages--error,
.page-search404 .messages--error {
	max-width: 660px;
	margin: 20px auto 10px;
}
.page-site-search .region-content-core,
.page-search .region-content-core,
.page-search404 .region-content-core {
	max-width: 660px;
	margin: auto;
}
.page-site-search .views-exposed-form-site-search-page,
.page-search .search-form,
.page-search404 .search-form {
	position: relative;
}
.page-search .search-form label,
.page-search404 .search-form label {
	display: none;
}
#views-exposed-form-site-search-page .views-exposed-widgets {
	position: relative;
}
.page-site-search #views-exposed-form-site-search-page input.form-submit,
.page-search .search-form .form-submit,
.page-search404 .search-form .form-submit {
	position: absolute;
	top: -2px;
	right: 3px;
	background: url(../images/search-icon.png) no-repeat center;
	background-size: 28px 28px;
	text-indent: -9999px;
}
.page-search ol.search-results,
.page-search404 ol.search-results {
	margin: 0;
	padding: 0;
}
.page-search .search-results h3,
.page-search404 .search-results h3 {
	text-align: left;
}
.page-search .search-results li,
.page-search404 .search-results li,
.page-site-search .view-site-search .views-row {
	border-bottom: 1px solid #EEE;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.page-site-search .view-site-search .views-row {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.page-search .search-results .search-snippet-info,
.page-search404 .search-results .search-snippet-info {
	margin-left: 0;
	padding-left: 0;
}
/*Search 2*/
#edit-search-api-views-fulltext-wrapper {
	padding: 0;
}
#edit-search-api-views-fulltext input {
	margin-bottom: 0;
}
.page-site-search #edit-search-text-wrapper {
	float: none;
	padding: 0;
}
.page-site-search #content .views-submit-button input#edit-submit-site-search {
	margin-top: 0;
	top: -2px;

	right: 0px;
}
.page-site-search .views-field-title h3 {
	font-size: 1.2em;
}
/*FOOTER*/
/* layout */
#footer-wrapper {
	clear: both;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 3.5em;
	line-height: 1.4em;
	font-size: 14px;
}
.front #footer-wrapper {
	margin-top: 0;
}
#footer.region-footer {
	padding: 3.5em 30px;
}
.region-footer-bottom {
	padding: 0 30px 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer.region-footer,
.region-footer-bottom {
	clear: both;
	border-top: 1px solid #e4eaf0;
	max-width: 1300px;
	margin: auto;
	overflow: hidden;
}
#footer.region-footer-bottom {
	border-top: 1px solid #e4eaf0;
}
.front #footer-wrapper {
	margin-top: 0;
}
.front #footer.region-footer {
	border: none;
}
/* newsletter */
#block-mailchimp-lists-panmedia-newsletter {
	min-width: 530px;
	float: left;
	clear: both;
	padding: 30px 0;
}
#block-mailchimp-lists-panmedia-newsletter h2.block-title {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'freightsans_pro', Arial, san-serif;
	line-height: 1em;
	text-shadow: none;
}
#block-mailchimp-lists-panmedia-newsletter form .form-item {
	margin: 0;
}
#block-mailchimp-lists-panmedia-newsletter input.form-text {
	padding: 10px 15px;
	width: 200px;
	font-size: 14px;
	height: 32px;
	line-height: 16px;
	font-weight: 400;
	color: #a1b0bb;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: left;
}
#edit-mailchimp-lists-mailchimp-panmedia-newsletter-title,
#footer-wrapper .form-item-mailchimp-lists-mailchimp-panmedia-newsletter-mergevars-FNAME,
#footer-wrapper .form-item-mailchimp-lists-mailchimp-panmedia-newsletter-mergevars-LNAME,
#footer-wrapper .form-item-mailchimp-lists-mailchimp-panmedia-newsletter-mergevars-MMERGE3 {
	display: none;
}
.form-item-mailchimp-lists-mailchimp-panmedia-newsletter-mergevars-FNAME {
	float: left;
	margin: 0;
}
.form-item-mailchimp-lists-mailchimp-panmedia-newsletter-mergevars-EMAIL {
	position: relative;
}
#footer-wrapper .form-item-mailchimp-lists-mailchimp-panmedia-newsletter-mergevars-EMAIL label {
	float: left;
	margin-right: 20px;
	line-height: 32px;
	font-size: 14px;
}
#block-mailchimp-lists-panmedia-newsletter
.form-item-mailchimp-lists-mailchimp-panmedia-newsletter-mergevars-EMAIL {
	float: left;
	width: 400px;
}
#block-mailchimp-lists-panmedia-newsletter .form-submit,
#block-mailchimp-lists-panmedia-newsletter .form-text {
	margin: 0;
	float: left;
}
#block-mailchimp-lists-panmedia-newsletter .form-submit {
	line-height: 1em;
	width: 150px;
	margin: 6px 0px 0px 110px;
	padding: 8px 20px;
	display: block;
	position: relative;
	vertical-align: middle;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-family: inherit;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}
#block-mailchimp-lists-panmedia-newsletter .form-text:focus {
	border-color: rgb(82, 168, 236);
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	color: #53606a;
}
#block-search-form,
#block-views-exp-site-search-page-1 {
	position: relative;
	width: 260px;
	float: right;
	margin-top: -145px;
}
#block-search-form label,
#block-search-form select {
	display: none;
}
#block-search-form input.form-text,
#block-views-exp-site-search-page-1 input.form-text {
	line-height: 1.2em;
	padding: 3px 8px;
	padding-top: 5px;
	font-size: 14px;
	width: 242px;
	border-color: #9DAAB3;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 0.5em;
}
#block-search-form input.form-submit,
#block-views-exp-site-search-page-1 input.form-submit {
	background: url(../images/search-icon.png) no-repeat center;
	background-size: 16px 16px;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0.5px;
	margin-top: 0px;
}
.page-site-search #block-views-exp-site-search-page-1 input.form-submit {
	top: 0px;
}
#block-views-exp-site-search-page-1 {}
#block-search-form .form-item {
	float: right;
	width: 260px;
	margin: 0;
}
@media all and (max-width: 1230px) {
	#block-nodeblock-548,
	#block-nodeblock-740,
	#block-nodeblock-570 {
		max-width: 100%;
	}
	#block-nodeblock-740 {
		float: right;
		margin-right: 0;
	}
	#block-nodeblock-740 h2.block-title,
	#block-nodeblock-627 h2.block-title {
		text-align: right;
	}
}
@media all and (max-width: 1050px) {
	#block-nodeblock-740 {
		float: left;
		margin-right: 2em;
	}
	#block-nodeblock-740 h2.block-title,
	#block-nodeblock-627 h2.block-title {
		text-align: left;
	}
}
@media all and (max-width: 1010px) {
	#block-nodeblock-570 {
		margin-right: 0;
	}
	#block-nodeblock-570 br {
		display: none;
	}
	#block-nodeblock-627 {
		float: left;
	}
	#block-superfish-2 {
		clear: both;
		width: 100%;
	}
}
@media all and (max-width: 960px) {
	#block-nodeblock-548,
	#block-nodeblock-740,
	#block-nodeblock-570,
	#block-nodeblock-627,
	#block-mailchimp-lists-panmedia-newsletter,
	#block-nodeblock-741,
	#block-superfish-2 {
		width: 100%;
		min-width: 100%;
		text-align: center;
	}
	#block-nodeblock-548 h2.block-title,
	#block-nodeblock-740 h2.block-title,
	#block-nodeblock-570 h2.block-title,
	#block-nodeblock-627 h2.block-title {
		width: 100%;
		text-align: center;
	}
	#block-search-form,
	#block-views-exp-site-search-page-1 {
		float: none;
		margin: auto;
		clear: both;
	}
	#block-nodeblock-741 {
		padding-top: 0;
	}
	#block-nodeblock-627 #social-icons-wrapper {
		width: 270px;
		margin: auto;
	}
	#block-mailchimp-lists-panmedia-newsletter {
		margin-bottom: 0;
	}
	#block-mailchimp-lists-panmedia-newsletter .form-type-textfield,
	#block-mailchimp-lists-panmedia-newsletter .form-type-textfield label {
		width: 100%;
	}
	#block-mailchimp-lists-panmedia-newsletter .form-type-textfield input,
	#block-mailchimp-lists-panmedia-newsletter .form-submit {
		float: none;
		border-color: #9DAAB3;
	}
	#block-mailchimp-lists-panmedia-newsletter .form-submit {
		margin: 0.5em 0 0 0;
		display: inline-block;
	}
	#block-superfish-2 {
		margin-top: 1em;
	}
	#block-superfish-2 ul {
		text-align: center;
	}
	#block-superfish-2 ul li {
		float: none;
		display: inline-block;
	}
}
.front .hide {
  display:none;
}
.field-name-field-blogger-photo,
.field-name-field-blogger-name {
  float: left;
  margin-left: -120px;  
}
/*Temporarily hide blogger name and photo*/
.field-name-field-blogger-photo,
.field-name-field-blogger-name {
	display: none;
}
.field-name-field-blogger-name {
  font-size:80%;
  clear:left;  
  margin-top: -10px;
}
.node-type-article .field-name-field-blogger-photo,
.node-type-article .field-name-field-blogger-name {
  float: left;
  margin-left: -220px;  
}
.node-type-article .field-name-field-blogger-name {
  font-size:80%;
  clear:left;  
  margin-top: 0;
}
.sharethis-wrapper {
  /* float: right;
  width: 0px;
  margin-right: -145px;   */
  float: left;
  width: 0px;
  margin-left: -15px;  
}
.sharethis-wrapper span {
  float: right;
  width: 60px;
}
.flippy {
  margin: 1.5em 0;
  text-align: center;
  font-size: 90%;
  color: #ccc;
}
.flippy a{
  color: #1d2129;
  font-weight: bold;  
}
a.prips {
  display: block;
  background: url(../images/prips-100e.png) top center no-repeat;
  width: 100px;
  height: 35px;
  margin: 0 3px;
  float: right;
}
#block-views-news-block .views-field-field-image img,
#block-views-blog-block .views-field-field-blogger-photo img{
	max-width: 150px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
/* Temporarily hide blogger name */
#block-views-news-block .views-field-field-blogger-name,
#block-views-blog-block .views-field-field-blogger-name{
	display: none;
}
#block-views-news-block .views-field-field-blogger-name,
#block-views-news-block .views-field-field-blogger-name .views-label-field-blogger-name,
#block-views-news-block .views-field-field-blogger-name .field-content,
#block-views-blog-block .views-field-field-blogger-name,
#block-views-blog-block .views-field-field-blogger-name .views-label-field-blogger-name,
#block-views-blog-block .views-field-field-blogger-name .field-content {
 float:left;
}
#block-views-news-block .views-field-field-blogger-name .views-label-field-blogger-name,
#block-views-news-block .views-field-field-blogger-name .field-content,
#block-views-blog-block .views-field-field-blogger-name .views-label-field-blogger-name,
#block-views-blog-block .views-field-field-blogger-name .field-content {
  margin-left: -175px;
  width: 160px;
  text-align: center;
}
#block-views-news-block .views-field-field-blogger-name .views-label-field-blogger-name,
#block-views-blog-block .views-field-field-blogger-name .views-label-field-blogger-name {
  margin-left: -175px;
  float: none;
  display: block;
  margin-top: 15px;
  margin-bottom: -3px;
}
news-block .views-field-field-blogger-name .field-content {
 padding-left: .2em;
}    
.node-type-blog .region-sidebar-second .block {
  background-color: #fff;
  border-bottom: none;
  /* margin-top: 380px; */
}
/* Google Docs Iframe */
.gdoc-field{
	height: 900px !important;
	border: 0px;
}
.node-digital-byte-slide .field-label{
	display: none;
}
.node-769 .field-label{
	display: none;
}
.node-769 iframe {
    margin: 0 auto;
	display: block;
	border: 1px solid #CCC;
}
#block-views-front-page-slideshow-block .flexslider .views-field-body p{
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  min-height: 60px;
}
#admin-menu, #admin-menu .dropdown {
  z-index: 9999;
}
/******************** XMas Fix ***********************************/
/*
.front #main {
  background: url("../images/snowflakesnew.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 0;
}
.front #content-core-wrapper {
  background: none;
}
body.front #content-bottom-wrapper {
  background: url("../images/snowflakesnew2.png") no-repeat scroll center top #939598;
} 
.flex-direction-nav {
  display: none;
}
.region-slideshow {
  position: relative;
}
#block-block-4 {
  color: #fff;
  font-size: 4em;
  left: 15%;
  position: absolute;
  top: 35%;
  z-index: 100;
  line-height: 1;
}
/* End Xmas Fix*/
#block-block-4 {
  margin: auto;
  width: 1280px;
}
#block-block-4 video {
  max-width:1280px !important;
}
/* Advertisement Package */
.page-node-574 .block h2.block-title{
	text-align: center;
	display: none;
}
.page-node-574 #quicktabs-advertisement_packages .heading{
	padding: 20px 0px 20px 0px;
	width: 100%;
	height: 100px;
}
.page-node-574 #quicktabs-advertisement_packages .heading img{
	float:left;
	padding: 0px 20px;
}
.page-node-574 #quicktabs-advertisement_packages .heading #tab-title{
	font-size: 30px;
	padding-top: 40px;
	line-height: 30px;
}
.page-node-574 #quicktabs-advertisement_packages .tab-middle-info{
	width:100%;
}
.page-node-574 #quicktabs-advertisement_packages .tab-image-sample{
	max-width: 577px;
	margin-right: 20px;
	float: left;
	padding-left:  20px;
}
.page-node-574 #quicktabs-advertisement_packages .tab-image-sample img{
	border: 1px solid #CCCCCC;
 }
.page-node-574 #quicktabs-advertisement_packages .tab-right-block .list-title{
	font-weight: bold;
}
.page-node-574 #quicktabs-advertisement_packages .first-para{
	font-weight: bold;
}
.page-node-574 #quicktabs-advertisement_packages .first-para a{
	font-weight: bold !important;
}
.page-node-574 #quicktabs-advertisement_packages .tab-right-block{
	padding-left: 41px;
	padding-right: 20px;
	height: auto;
}
.page-node-574 #quicktabs-advertisement_packages .right-list-item{
	margin-top:20px;
}
.page-node-574 #quicktabs-advertisement_packages .tab-bottom-info{
	margin: 0 20px;
}
.page-node-574 #quicktabs-container-advertisement_packages{
  width: 1024px;
  width: 99%;
  margin:auto;
  margin-top: -4.5px;
  border: 1px solid #cecece;
}
.page-node-574 #block-block-5,
.page-node-574 #block-block-6,
.page-node-574 #block-block-7,
.page-node-574 #block-block-8{
	padding: 5px 10px;
	height: 550px;
	height: auto;
}
.page-node-574 #block-block-5{
	background-color: rgba(14, 117, 60, 0.2);
	background-color: #fff;
	text-align: center;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border-top: 0.5em solid #04743c;
	padding-top: 2em;
}
/*Advertise: Prips*/
.page-node-574 #block-block-5 h2 {
	color: #04743c;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}
.page-node-574 #block-block-5 h2:nth-of-type(1) {
	margin-bottom: 1em;
}
.page-node-574 #block-block-5 .prips-logo {
	width: 100%;
	max-width:300px;
}
.page-node-574 #block-block-5 .prips-ad-banner,
.page-node-574 #block-block-5 .prips-leaderboard {
	width: 100%;
	max-width: 600px;
}
.page-node-574 #block-block-5 .prips-point {
	vertical-align: middle;
	width: 1.2em;
}
.page-node-574 #block-block-5 .img-title {
  z-index: 10;
  position: relative;
  margin-top: 1em;
}
.page-node-574 #block-block-5 .footer {
	color: #04743c;
	font-size: 1em;
}
.page-node-574 #block-block-5 p,
.page-node-574 #block-block-5 div {
	font-size: 1.2em;
}
.page-node-574 #block-block-5 table {
	margin: auto;
	margin-bottom: 1em;
}
.page-node-574 #block-block-5 td {
	width: 50%;
	font-size: 1.1em;
	border-bottom: 0;
	vertical-align: bottom;
}
.page-node-574 #block-block-5 li {
	list-style: none;
	margin-top: 1.6em;
}
/*Advertise: BEJA*/
.page-node-574 #block-block-6{
	background: rgba(25, 88, 148, 0.2);
	background-color: rgba(14, 117, 60, 0.2);
	background-color: #fff;
	text-align: left;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border-top: 0.5em solid #195894;
	padding: 0em;
}
.page-node-574 #block-block-6 .heading{
	background-color: #ebebeb;
	margin-bottom:  20px;
}
.page-node-574 #block-block-6 .tab-right-block{
	min-height: 310px;
}
.page-node-574 #block-block-6 .list-title{
	color: #1a5895;
}
/*Advertise: TJA*/
.page-node-574 #block-block-7{
	background: rgba(15, 53, 66, 0.2);
	background-color: rgba(14, 117, 60, 0.2);
	background-color: #fff;
	text-align: left;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border-top: 0.5em solid #0f3542;
	padding: 0px;
}
.page-node-574 #block-block-7 .heading{
	background-color: #d7e4ea;
	margin-bottom:  20px;
}
.page-node-574 #block-block-7 .tab-right-block{
	min-height: 312px;
}
.page-node-574 #block-block-7 .list-title{
	color: #367e97;
}
.page-node-574 #block-block-7 #tab-title{
	padding-top: 20px !important;
}
/*Advertise: Art Events*/
.page-node-574 #block-block-8{
  background: rgba(190, 54, 39, 0.2);
  background-color: rgba(14, 117, 60, 0.2);
  background-color: #fff;
  text-align: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  border-top: 0.5em solid #be3627;
  padding: 0px;
}
.page-node-574 #block-block-8 .heading{
	background-color: #fdeacc;
	margin-bottom:  20px;
	height: 110px;
}
.page-node-574 #block-block-8 .tab-right-block{
	min-height: 310px;
}
.page-node-574 #block-block-8 .list-title{
	color: #17827c;
}
.page-node-574 #block-block-8 #tab-title{
	padding-top: 20px !important;
}
.page-node-574 ul.quicktabs-tabs li{
  line-height: 1em;
  width: 150px;
  margin: 0 0 0 20px;
  padding: 8px 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(1){
	background: #0E753C;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(1) a{
	color: #FFFFFF;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(2){
	background: #195894;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(2) a{
	color: #FFFFFF;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(3){
	background: #0f3542;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(3) a{
	color: #FFFFFF;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(4){
	background: #be3627;
}
.page-node-574 ul.quicktabs-tabs li:nth-child(4) a{
	color: #FFFFFF;
}
@media all and (max-width: 400px) {
  .page-node-574 #quicktabs-container-advertisement_packages {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
	}
	.page-node-574 ul.quicktabs-tabs{
		padding: 0;
	}
	.page-node-574 ul.quicktabs-tabs li {
		margin: 0;
		width: 100%;
		border-radius: 0;
		padding: 1em 0;
	}
	.page-node-574 #block-block-5 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 10px;
	}
	.page-node-574 #block-block-5 .footer{
		font-size: 1.2em;
	}
}
@media all and (max-width: 960px) and (min-width: 401px) {

	.page-node-574 #quicktabs-container-advertisement_packages {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.page-node-574 ul.quicktabs-tabs{
		padding: 0;
	}
	.page-node-574 ul.quicktabs-tabs li {
		margin: 0;
		width: 50%;
		border-radius: 0;
		padding: 1em 0;
		float: left;
	}
	.page-node-574 .quicktabs-tabpage {
		margin-top: 6.8em;
	}
}
/* Video Slideshow */
.flexslider .slides img {
  display: none;  /* Hide current slide images*/
} 
.flexslider .slides {
  height: 495px;
  max-height: 495px;  /* Re-apply height to the img container */
}  
#slideshow-content-wrap {
  width:100%;
 /* max-height: 495px;
  overflow: hidden;
  z-index: 0;*/
}
/* Readjust on Mobile*/
@media all and (max-width: 768px) {
  #slideshow-content-wrap video {
      bottom: 0;
  }
  .front .xmas {
  display:none;
  }
}
/*Hide empty space left by slideshow + video on mobile devices*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
	#slideshow-content-wrap {
		display: none;
	}
	#block-nodeblock-570 br {
		display: inline;
	}
}ty space left by slideshow + video on mobile devices*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
	#slideshow-content-wrap {
		display: none;
	}
	#block-nodeblock-570 br {
		display: inline;
	}
}
/*Xmas 2015*/
/*
.front #main {
  position:relative;
}
.not-front .xmas {
  display:none;
}
.front .xmas {
  position:absolute;
  display: none;
}
#x1 {
  background: url(https://www.panmedia.com.jm/sites/all/themes/panmedia/images/sorrel.png) no-repeat top center;
  top: 0px;
  left: 0px;
  width: 230px;
  height: 310px;
  transform: scaleX(-1) scale(0.4);
}
#x2 {
  background: url(../images/sorrel.png) no-repeat top center;
  top: 0px;
  right: 0px;
  width: 230px;
  height: 310px;
  transform: scale(0.4);
}
*/
/*
#x3 {
  background: url(../images/fruit_cake.png) no-repeat top center;
  top: 200px;
  left: -180px;
  width: 520px;
  height: 260px;
  transform: scaleX(-1) scale(0.3);
}
#x4 {
  background: url(../images/fruit_cake.png) no-repeat top center;
  top: 200px;
  right: -180px;
  width: 520px;
  height: 260px;
  transform: scaleX(-1) scale(0.3);
}
*/
/*
#flexslider-1 .views-field.views-field-title {
  display: none !important;
}
*/
/* 2016 - KM wants the text on the videos to be removed, leaving only "Like Us" */
#block-views-front-page-slideshow-block .flexslider .slides li p,
#block-views-front-page-slideshow-block .flexslider .views-field-title .field-content {
    display: none;
}
/* Click to advertise on advertise page */
.contact-holder{
	width: 100% !important;
	position: absolute;
}
.contact-holder .click-to-advertise{
	position: fixed;
	display: inline-block;
	right: 140px;
}
#block-block-13 {
  margin-top: 10em;
  border-top: 1px solid #ddd;
  padding: 1em;
}
#crowdreviews-badge-GjPxd4USR {
  margin: auto auto !important;
}
/*Panmedia Network Page*/
.page-node-942 .website-preview {
	margin: 1em;
}
.page-node-942 .website-title {
	font-size: 1.4em;
	margin-bottom: 0.1em;
	text-decoration: underline;
	text-align: center;
}
.website-text {
	text-align: justify;
	margin-bottom: 3em;
}
@media (min-width: 480px) {
	.page-node-942 .website {
		clear: both;
		margin: 2em;
	}
	.page-node-942 .website-preview {
		display: inline-block;
		width: 40%;
		max-width: 300px;
		box-sizing: border-box;
		margin: 0;
		border: 5px solid #ccc;
	}
	.page-node-942 .website-title {
		text-align: left;
	}
	.page-node-942 .website-text {
		display: inline-block;
		width: 50%;
		margin-bottom: 0;
		margin-left:2em;
		vertical-align: top;
	}
}

@media (min-width: 768px) {
	.page-node-942 .website {
		height: 250px;
	}
}
/*2017 New look*/


#content-top-wrapper {
  padding-bottom:1em;
}
#block-views-front-page-slideshow-block-1 {
  position:relative;
}
#block-views-front-page-slideshow-block-1 h2 {
  font-size: 258%;
  letter-spacing: 2px;
  margin-bottom: -15px;
}
#block-views-front-page-slideshow-block-1 span {
  font-size: 130%;
  letter-spacing: 1px;
}
#block-views-front-page-slideshow-block-1 .views-field-body {
  position:absolute;
  color:#fff;
  width: 30%;
  margin: 9em;
}
#block-views-front-page-slideshow-block-1 .views-field-body a {
  background: #484848;
  padding: .5em 1.2em;
  border-radius: 15px;
  color: #fff;
}
.views-field-field-front-page-slide-image img,
#views_slideshow_cycle_div_front_page_slideshow-block_1_1_0,
#views_slideshow_cycle_div_front_page_slideshow-block_1_1_1,
#views_slideshow_cycle_div_front_page_slideshow-block_1_1_2,
#views_slideshow_cycle_div_front_page_slideshow-block_1_1_3
 {
  width:100% !important;
  min-width:100% !important;
}

#block-block-15 ul,
#block-block-15 ul li {
  float:left;
}
#block-block-15 ul li  {
  text-align: center;
  text-transform:uppercase;
  list-style:none;
	width: 32%;
}
#block-block-16 ul li {
  text-align: center;
  list-style:none;
}
#block-block-16 ul li span {
  color:#777;
}
#block-block-16 ul li img {
  margin-bottom:1em;
  width: 100%;
  max-width: 583px;
}
#block-block-16 ul li  {
  color:#8d8686;
}
#block-block-16 ul li a  {
  color:#fff;
}
#block-block-16 {
  background:#333;
  color:#fff;
  background: linear-gradient( #fff 1%, #fff 0%, #333 0%, #333 100% );
}
.fa-plus:before {
  color: #b4b4b4;
  background: #fff;
  border-radius: 50%;
  padding: 10px 10px 2px 10px;
  -webkit-text-stroke: 3px white;
}
#block-block-15 {
  background:#e94b32;
  color:#fff;
  margin-bottom:2.5em;
}
#block-block-15 {
 font-weight: 900;
}
#block-block-16  h2,
#block-views-front-page-slideshow-block-1 h2,
#block-block-15  h1,
#block-block-16  h1,
#block-views-front-page-slideshow-block-1 h1 {
  font-family: 'Prompt', sans-serif;
  font-weight: 900;
  color:#fff;
}
#block-block-15  h2 span,
#block-block-16  h2 span,
#block-views-front-page-slideshow-block-1 span {
  font-family: 'Prompt', sans-serif;
  font-weight: 200;
}  
#block-block-15>div,
#block-block-16>div {
  text-align: center;
  margin: 1.5em 0;
  float: left;
  width: 100%;
}
#block-block-16>div {
  margin: 1.2em 0;
}
#block-block-16>p {
  margin: 0 0 0 0;
}
#block-block-15 p { 
  text-align: center;
}
#block-block-14 a,
#block-block-15 p a,
#block-block-16 p a { 
  display: block;
  background: #484848;
  padding: .3em .5em;
  width: 10em;
  margin: 1.3em auto;
  border-radius: 15px;
  box-shadow: 1px 1px 2px 1px #212121;
  color: #fff;
  text-transform:capitalize;
}
#block-block-14 a,
#block-block-16 p a { 
  width: 6em;
  text-align: center;
}
#block-block-14 a {
  display: block;
  position: relative;
}
#block-block-14 {
  margin-top:1em;
}
#block-block-16,
#block-block-16 p,
#block-block-15,
#block-block-15 p,
#block-block-14,
#service-intro,
#service-full {
  float:left;
  width:100%;
  position:relative;
}
#block-views-news-block .views-field-view-node a,
#block-views-blog-block .views-field-view-node a { 
  background: #484848;
  padding: .1em 1em;
  border-radius: 15px;
  box-shadow: 0px 1px 2px 1px #000;
  color: #fff;
  text-transform:capitalize;
}
#block-views-news-block .views-field-title,
.front #block-views-blog-block .views-field-title  {
  font-size:15px;
  margin-bottom:.23em;
}
#block-views-news-block .views-field-title a,
.front #block-views-blog-block .views-field-title a  {
  color:#6b0c03;
}
.front .views-field-nothing,
#block-views-featured-video-block h2 {
  text-transform:uppercase;
  color:#000;
  font-weight:bold;
  margin-bottom:.5em;
}
.front .views-field-nothing strong {
  margin-bottom: -6px;
  display: block;
  color: #e94b32;
}
#block-views-featured-video-block h2 {
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  padding: 1.2em 0 .5em 0;
  text-align: center;
}
.full-service {
  position: absolute;
  bottom: 2px;
  left: 48%;
  font-size:150%;
}
.full-service:hover,
.full-tweets:hover {
  cursor:pointer;
}
#block-block-14 a.hide,
#service-full,
.view-tweets .more-link {
  display:none;
}
#service-full div ul li:last-of-type {
  border-bottom:transparent;
}
#service-intro div,
#service-full div  {
  float:left;
  width:33.33%;  /*3 Col*/
  width:25%;     /*4 Col*/
  text-align: center;
}
#service-intro h2,
#service-full h2,
#block-nodeblock-570 h2  {
  text-transform:uppercase;
  font-weight:bold;
  color:#000;
  margin-bottom: -.5em;
}
#service-intro span,
#service-full span  {
  display:block;
}
#block-block-16 ul,
#block-block-15 ul,
#service-intro div ul,
#service-full div ul {
  list-style: none;
  margin:0;
  padding: 0;
}
#block-block-15 ul {
  width: 100%;
  background: #b4382c linear-gradient(to bottom, #b4382c 0%, #e94b32 100%);
  padding-top: .8em;
}
#service-intro div ul li,
#service-full div ul li {
  border-bottom:.1px solid #e6e6e6;
  padding: .6em 0;
  list-style:none;
}
#service-full div.marketing  {
  width:100%;
  column-count: 3;
  margin-top: 3em;
}
#block-views-featured-video-block,
#block-views-tweets-block {
  width: 60%;
  padding: 0 20%;
  position:relative;
  float:left;
}
#block-views-featured-video-block {
  margin-top:2em;
  margin-bottom:1em;
}
.full-tweets {
  position: relative;
  left: 50%;
  bottom: -20px;
  font-size:200%;
  color: #b4b4b4;
}
#block-views-tweets-block .view-content {
  border-top: 1px solid #e6e6e6;
  margin-top: 2em;
  padding: 25px 0;
}
#node-570 {
  padding: 0 20%;
}
#node-570 .field-items div {
  float: left;
  padding: 0 50px 0 0;	
}
#block-nodeblock-570 div.git {
  float:left;
  width:33.33%;
}
#block-nodeblock-570 div.git:last-of-type {
  text-align:right;
}
#block-nodeblock-570 div.git span {
  display:block;
}
#block-views-tweets-block .views-row {
  width: 39%;
  float: left;
  margin-right: 7%;
  margin-top: -10px;
  margin-bottom: 1em;
}
#block-views-tweets-block .views-row-first {
  border-right: 1px solid #e6e6e6;
  padding-right: 7%;
}
#block-superfish-2,
#block-nodeblock-627,
#block-nodeblock-741 {
  width:100%;
  text-align:center;
  float:left;
}
#superfish-2 {
  width: 50%;
  margin: auto;
  margin-top:2em;
}
#superfish-2 a {
  color:#fff;
  padding:0 .5em;
  border-right:1px solid;
}
#superfish-2 li:last-of-type a {
  border-right:none;
}
.sf-menu li {
  float: none;
  display: inline-block;
}
#node-627 {
  width: 30%;
  margin: auto;
}
#block-nodeblock-627 {
  margin: 1.5em 0;
}
#block-nodeblock-627.block h2.block-title {
  font-size: 11px;
  text-transform:uppercase;
  margin:.5em 0;
}
.socialmedia a {
  padding: 4px 8px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 100%;
  /*float: left;*/
  background: #868686;
  color:#333;
}
.socialmedia a:hover {
  background:#808080;
}

#block-nodeblock-741 p {
  width: 22%;
  margin: auto;
  border-top: 1px solid #4d4d4d;
  padding-top: .5em;  
}
#footer-wrapper {
  background:#333;
  color:#9d9d9d;
}

.runtime {
  display:none;
}
.row-last .runtime {
  display:block;
}
/*Menu*/
.fa.fa-bars {
  background: #ea4c33;
  border-radius: 50%;
  padding: .4em .5em;
  color: #fff;
  font-size: 150%;
  float: right;
  cursor:pointer;
}
.fa.fa-times-circle {
  color: #ea4c33;
  float: right;
  margin-right: 2em;
  font-size: 150%;
  cursor:pointer;  
}
#block-system-main-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .95);
  padding: 1em 0;
  color:#fffffd;
}
#block-system-main-menu ul {
  list-style:none;
  margin:0;
  padding:0;
}
#block-system-main-menu ul li {
  list-style-image: none;
  list-style-type: none;
}
#block-system-main-menu>ul {
  padding: 1em 10em 0.5em 1em;
  width: 85%;
}
#block-system-main-menu>ul>li {
  border-bottom:1px solid #5d5c5a;
  padding-bottom:.5em;
  margin-bottom:.5em;
}
#block-system-main-menu ul li ul li a {
  color:#848b92;
}
#block-system-main-menu>ul>li>a {
  color:#fff;
}
.menu a.active,
#block-system-main-menu>ul>li>a.active {
  color:#e94d24 !important;
}
#block-system-main-menu>ul>li:last-of-type {
  border-bottom:0px;
}

@media only screen and (min-width:730px) and (max-width: 990px)  {
  #block-views-front-page-slideshow-block-1 .views-field-body {
    width:50%;
    margin:3em;
  }
}

@media only screen and (min-width:320px) and (max-width: 730px)  {
  #block-views-front-page-slideshow-block-1 .views-field-body {
    width:90%;
    margin:1em;
  }
  #superfish-2,
  #node-627,
  #block-nodeblock-741 p  {
    width: 100%;
  }
}

@media only screen and (min-width:320px) and (max-width: 668px)  {
  #service-intro h2, #service-full h2, #block-nodeblock-570 h2, #service-intro span {
    font-size: 75%;
  }
  /*#block-block-15 ul {
    width: 75%;
    padding-left: 25%;
  }*/ 
  #service-intro div,
  #service-full div  {
    width:50%;
  } 
}

@media only screen and (min-width:320px) and (max-width: 990px)  {
  .front .views-field-nothing {
    margin-top: .8em;
  }
}

.view-job-vacancies .views-field-nothing a{
    background: #333;
    color: #fff;
    border-radius: 5px;
    padding: .5em 1em;
    margin-top: 1em;
    display: block;
    width: 8em;
}
.view-job-vacancies .views-row{
	margin-bottom: 40px;
}

.page-node-942 .field-item.even div div {
  float: left;
  clear:both;
}

.page-node-942 #content-core-wrapper img {
  float: left;
  width: 100%;
  margin-right: 2.5em;
  border: 1px solid #ccc;
  padding: 0.5em;
}
.page-node-942 td a {
  font-weight:bold;
}

.view-big-up-and-salutes .views-row, 
.view-big-up-and-salutes .views-row .views-field-field-image  {
  float: left;
}

.view-big-up-and-salutes .views-row .views-field-field-image  {
  margin-right: 1em;
  margin-bottom: 1em;
}

.view-big-up-and-salutes .views-field-title {
  text-transform: uppercase;
  font-weight:bold;
  color: #096fc5
}
.view-big-up-and-salutes .views-row a {
  color: #096fc5
}

.node-type-big-ups-and-salutes .field-name-field-image img{
    width: 220px;
    height: auto;
    float: left;
    margin-right: 1em;
}


/*TEDx Event*/
body.page-node-1483 {
  background: #000;
  text-align: center;
  font-size:105%;
}
body.page-node-1483 #title-wrapper,
body.page-node-1484 #title-wrapper,
body.page-node-1485 #title-wrapper,
body.page-node-1491 #title-wrapper {
  display:none;
}
body.page-node-1484,
body.page-node-1485,
body.page-node-1491 { 
  background:#000;
  color:#e0e6ea; 
  font-size:105%; 
}
body.page-node-1484 h2,
body.page-node-1485 h2 {
  line-height: 1em;
}
body.page-node-1483 article a,
body.page-node-1484 article a,
body.page-node-1485 article a {
  color: #c09797 !important; 
}

#webform-client-form-1491 {
  width: 50%;
  margin: auto;
  margin-top: 4em;
}






