@charset "UTF-8";
/*! based on normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500");
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
html, body { height: 100%; margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
div, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; box-sizing: border-box; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
b, strong { font-weight: bold; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
img { /* Responsive images (ensure images don't scale beyond their parents) */ max-width: 100%; /* Part 1: Set a maxium relative to the parent */ width: auto\9; /* IE7-8 need help adjusting responsive images */ height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */ vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/* Remove text-shadow in selection highlight: https://twitter.com/miketaylr/status/12228805301 These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection { background: #b3d4fc; text-shadow: none; }

::selection { background: #b3d4fc; text-shadow: none; }

/* A better looking default horizontal rule */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers: https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video { vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset { border: 0; margin: 0; padding: 0; }

/* ========================================================================== Helper classes ========================================================================== */
/* Hide visually and from screen readers: */
.hidden { display: none !important; }

/* Hide visually (and from screen readers), but maintain layout */
.invisible { visibility: hidden; }

/* Hide only visually, but have it available for screen readers */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Clearfix: contain floats For modern browsers 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }

.clearfix:after { clear: both; }

.clearboth { height: 0; display: block; clear: both; }

/*----- Google Font Import -------------------------------*/
/*----- General Styles Sitewide -------------------------------*/
body { margin: 0px; padding: 140px 0px 0px 0px; background-color: white; font-family: "Work Sans", Arial, Helvetica, sans-serif; font-size: 24px; line-height: 32px; color: #333; font-weight: 300; letter-spacing: -0.01em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.scrolldown { background-position: left 103px; }

p { margin: 0; padding: 0px 0px 24px 0px; }

br { padding: 0; margin: 0; line-height: 14px; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #999; margin: 50px 10px 70px 0px; padding: 0; }

strong { font-weight: 500; }

blockquote { font-size: 28px; line-height: 38px; font-style: italic; margin: 30px 0px 46px 0px; padding: 20px 0px 6px 33px; border-left: 6px solid #00b5e2; }

a { color: #333; text-decoration: underline; }

a:hover { color: #e6057f; text-decoration: underline; }

h1, h2, h3 { font-family: "Work Sans", Arial, Helvetica, sans-serif; font-weight: 500; letter-spacing: -0.01em; color: #333; margin: 0px; }

h1 { font-size: 32px; line-height: 38px; font-family: "bonnlight", "Work Sans", Arial, Helvetica, sans-serif; letter-spacing: 0.1em; padding: 0px 0px 30px 0px; text-transform: uppercase; }

h2 { font-size: 30px; line-height: 36px; padding: 0px 0px 24px 0px; }

h3 { font-size: 24px; line-height: 32px; padding: 0px 0px 14px 0px; }

p + h1 { margin-top: 30px; }

p + h2 { margin-top: 30px; }

p + h3 { margin-top: 20px; }

.button, .keylinebutton a, .pinkbutton a, .bluebutton a { display: inline-block; font-size: 22px; line-height: 36px; font-weight: 500; background-color: white; border: 2px solid #999; border-radius: 5px; color: #333; text-decoration: none; padding: 16px 36px 16px 36px; }

.button:hover, .keylinebutton a:hover, .pinkbutton a:hover, .bluebutton a:hover { text-decoration: none; color: #333; border-color: #e6057f; }

.ctabutton { background-color: #e6057f; color: white; border: none; }

.ctabutton:hover { background-color: #d20574; color: white; }

/* = Container (used multiple times)
------------------------------------------------------------------*/
.container { position: relative; width: 1200px; margin: 0 auto; text-align: left; }

.centred { text-align: center; }

.fullwidth { width: 100%; text-align: center; background-color: #f8f8f8; }

/* = Header 
------------------------------------------------------------------*/
.header { position: fixed; height: 140px; top: 0; margin: 0px; padding: 0px; background-color: white; z-index: 20; width: 100%; }

.header a.logolink { display: inline-block; width: 170px; text-decoration: none; border-top: 10px solid #dedede; padding-top: 50px; }

.header a.logolink img { height: 30px; }

/* = TOP NAVIGATION
------------------------------------------------------------------*/
.menubutton { position: fixed; -webkit-transition: 0.0s; transition: 0.0s; z-index: 40; top: 60px; right: 10%; display: inline-block; }

.menubutton .burger { fill: #777; }

.menubutton .close { display: none; stroke: #444; }

.menubutton:hover { cursor: pointer; }

.menubutton:hover .burger { fill: #444; }

.menubutton:hover .close { stroke: #777; }

.activemenu { position: fixed; -webkit-transition: 0.2s; transition: 0.2s; right: 410px; }

.activemenu .burger { display: none; }

.activemenu .close { display: block; }

#sidr { display: none; }

.sidr { position: fixed; top: 0; height: 100%; z-index: 999999; width: 360px; overflow-x: none; overflow-y: auto; background: white; box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.13); }

.sidr .sidr-inner { padding: 0 0 15px; }

.sidr.right { left: auto; right: -360px; }

.sidr.left { left: -360px; right: auto; }

#overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 30; display: none; }

#overlay.open { display: block; }

.nav { display: block; margin: 130px 0px 46px 50px; width: 250px; text-align: left; }

.nav a { display: block; font-family: "sofia_prolight", Arial, Helvetica, sans-serif; letter-spacing: normal; color: #333; font-size: 20px; line-height: 42px; padding: 8px 0px 0px 0px; text-decoration: none; border-bottom: 1px solid #ccc; }

.nav a:hover { color: #333; border-bottom: 1px solid #e6057f; }

.nav a.current, .nav a.section { border-bottom: 2px solid #00b5e2; font-weight: bold; }

.nav a.bloglink { position: absolute; box-sizing: border-box; top: 45px; right: 60px; border: none; padding: 12px 0px 0px 17px; font-size: 18px; line-height: 22px; background-image: url(../images/blogbg.png); background-repeat: no-repeat; width: 69px; height: 62px; }

.nav a.bloglink:hover { color: #e6057f; border: none; }

.nav a.bloglink.current, .nav a.bloglink.section { font-weight: normal; border: none; }

.metanav { display: block; margin: 30px 0px 20px 50px; width: 250px; position: relative; text-align: left; }

.metanav a { display: block; font-family: "sofia_prolight", Arial, Helvetica, sans-serif; letter-spacing: normal; color: #333; font-size: 18px; line-height: 40px; padding: 0px 0px 0px 0px; text-decoration: none; }

.metanav a:hover { color: #e6057f; }

.metanav a.current, .metanav a.section { font-weight: bold; }

.navicons { margin: 36px 0px 50px 50px; font-size: 14px; line-height: 22px; }

/* =HOMEPAGE
------------------------------------------------------------------*/
.flexslider { padding: 0; position: relative; height: 687px; margin: 0px 0px 115px 0px; overflow: hidden; zoom: 1; }

.flex-caption { position: absolute; left: 160px; top: 310px; }

.flex-caption h1 { font-size: 48px; line-height: 50px; padding: 0; font-weight: 500; }

.flex-caption h2 { font-family: "Work Sans", Arial, Helvetica, sans-serif; font-size: 24px; line-height: 32px; color: #333; font-weight: 300; letter-spacing: -0.01em; font-size: 40px; line-height: 54px; padding: 0; }

.homecontent { text-align: center; margin: 0 auto 100px auto; max-width: 790px; }

.homeservicesblock { text-align: center; font-size: 0; }

.homeservicesblock h1 { padding-bottom: 36px; }

.homeservicesblock h2 { font-family: "bonnlight", "Work Sans", Arial, Helvetica, sans-serif; font-size: 32px; line-height: 38px; padding: 0px 0px 20px 0px; }

.homeservicesblock a.service { display: inline-block; width: 204px; margin: 0px 15px 0px 15px; text-decoration: none; color: #333; font-size: 24px; line-height: 32px; font-family: "bonnbook", "Work Sans", Arial, Helvetica, sans-serif; padding: 219px 0px 25px 0px; background-repeat: no-repeat; background-size: 204px; }

.homeservicesblock a.im { background-image: url(../images/icons/im-ACTIVE.png); }

.homeservicesblock a.web { background-image: url(../images/icons/web-ACTIVE.png); }

.homeservicesblock a.brand { background-image: url(../images/icons/brand-ACTIVE.png); }

.homeservicesblock a.design { background-image: url(../images/icons/design-ACTIVE.png); }

.homeservicesblock a.space { background-image: url(../images/icons/space-ACTIVE.png); }

.homeservicesblock a.im:hover { background-image: url(../images/icons/im-HOVER.png); }

.homeservicesblock a.web:hover { background-image: url(../images/icons/web-HOVER.png); }

.homeservicesblock a.brand:hover { background-image: url(../images/icons/brand-HOVER.png); }

.homeservicesblock a.design:hover { background-image: url(../images/icons/design-HOVER.png); }

.homeservicesblock a.space:hover { background-image: url(../images/icons/space-HOVER.png); }

/* = Resource Blocks
------------------------------------------------------------------*/
.resourceblock { max-width: 1080px; position: relative; padding: 52px 0px 58px 0px; text-align: left; margin-top: 110px; margin-bottom: 120px; }

.resourceblock a.pdfcover { display: inline-block; vertical-align: top; box-sizing: border-box; position: relative; width: 240px; height: 330px; background-color: #00b5e2; margin-right: 102px; padding: 130px 22px 0px 26px; color: white; text-decoration: none; font-weight: 500; font-size: 22px; line-height: 26px; background-image: url(../images/icons/circle.svg); background-position: 23px 28px; background-repeat: no-repeat; }

.resourceblock a.pdfcover svg { position: absolute; right: 0; bottom: -40px; }

.resourceblock a.pdfcover .circle { fill: #e6057f; }

.resourceblock a.pdfcover:hover { text-decoration: none; }

.resourceblock a.pdfcover:hover .circle { fill: #d20574; }

.resourceblock a.pdfcover.Yellow { background-color: #f8c519; color: #111; font-weight: 400; }

.resourceblock a.pdfcover.Green { background-color: #c4d742; color: #111; font-weight: 400; }

.resourceblock .resourcetext { display: inline-block; vertical-align: top; position: relative; padding-top: 18px; max-width: 665px; }

.resourceblock .resourcetext h1 { padding-bottom: 22px; }

.resourceblock .resourcetext .button, .resourceblock .resourcetext .keylinebutton a, .keylinebutton .resourceblock .resourcetext a, .resourceblock .resourcetext .pinkbutton a, .pinkbutton .resourceblock .resourcetext a, .resourceblock .resourcetext .bluebutton a, .bluebutton .resourceblock .resourcetext a { margin-top: 20px; }

/* = HOMEPAGE CASE STUDIES & RESOURCES
------------------------------------------------------------------*/
.casestudies { font-size: 0; margin: 36px auto 138px auto; }

.caseblock { position: relative; display: inline-block; vertical-align: top; width: 400px; height: 400px; overflow: hidden; }

.caseblock .casedetails { visibility: hidden; position: absolute; top: 0; left: 0; box-sizing: border-box; width: 400px; height: 400px; overflow: hidden; background-color: rgba(0, 0, 0, 0.7); color: white; font-size: 18px; line-height: 22px; font-weight: 400; }

.caseblock .casedetails span { position: absolute; bottom: 6%; width: 80%; margin-left: 10%; }

.caseblock .casedetails h3 { font-family: "Work Sans", Arial, Helvetica, sans-serif; font-weight: 500; letter-spacing: -0.01em; font-size: 24px; line-height: 28px; padding-bottom: 20px; border-bottom: 1px solid white; margin-bottom: 21px; color: white; }

.caseblock:hover .casedetails { visibility: visible; text-decoration: none; color: white; }

/* = HOME FEATURED BLOG
------------------------------------------------------------------*/
.bloglatest { min-height: 295px; margin-top: 18px; margin-bottom: 40px; position: relative; }

.bloglatest h3 { font-family: "Work Sans", Arial, Helvetica, sans-serif; font-weight: 500; letter-spacing: -0.01em; font-size: 24px; line-height: 32px; padding-bottom: 10px; }

.bloglatest .textarea { padding: 26px 175px 0px 340px; }

.bloglatest .textarea p { padding-bottom: 12px; }

.bloglatest .textarea a { font-size: 22px; font-weight: 500; text-decoration: none; padding-bottom: 2px; border-bottom: 1px solid black; }

.bloglatest .textarea a:hover { color: #333; border-bottom: 2px solid #e6057f; }

.blogsymbol { position: absolute; top: 0px; left: 150px; }

/* Flexslider Direction Nav */
.flex-direction-nav a { width: 44px; height: 44px; margin: 0px; display: block; position: absolute; top: 75px; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease; background-repeat: no-repeat; }

.flex-direction-nav { *height: 0; }

.flex-direction-nav .flex-next { right: 0px; background-image: url(../images/icons/arrow-right.svg); background-position: right center; }

.flex-direction-nav .flex-prev { left: 0px; background-image: url(../images/icons/arrow-left.svg); background-position: left center; }

.flexslider2:hover .flex-next:hover, .flexslider2:hover .flex-prev:hover { opacity: 0.7; }

.flex-direction-nav .flex-disabled { opacity: 0.3 !important; filter: alpha(opacity=30); cursor: default; }

/* =CONTENT
------------------------------------------------------------------*/
h1.pagetitle { text-transform: uppercase; text-align: center; padding: 52px 0px 70px 0px; margin: 0 auto; }

h1.nolinetitle { padding: 140px 0px 50px 0px; }

.blendstrip { position: relative; width: 100%; height: 5px; background-color: #00b5e2; background-image: -webkit-linear-gradient(left, #00b5e2, #e6057f); background-image: linear-gradient(to right, #00b5e2, #e6057f); }

.backarrow { position: relative; top: -42px; z-index: 9; }

.backarrow a { display: inline-block; }

.backarrow a:hover .circle { stroke: #e6057f; }

.content { padding: 79px 75px 75px 75px; margin-bottom: 100px; }

.content ul, .content ol { margin: 0px 0px 12px 0px; padding: 0px 0px 0px 0px; }

.content li { margin: 0px 0px 2px 0px; padding: 0px 0px 8px 15px; text-indent: -15px; list-style: none; }

.content li:before { content: "•"; padding: 0px 10px 0px 0px; font-weight: bold; color: #00b5e2; }

.keylinebutton, .pinkbutton, .bluebutton { text-align: center; margin: 30px auto 30px auto; }

.keylinebutton a:hover { text-decoration: none; color: #333; border-color: #e6057f; }

.pinkbutton a { border: none; background-color: #e6057f; color: white; }

.bluebutton a { border: none; background-color: #e6057f; color: white; }

.pinkbutton a:hover { background: #d20574; color: white; text-decoration: none; }

.bluebutton a:hover { background: #d20574; color: white; text-decoration: none; }

.content .left { text-align: left; }

.content .center { text-align: center; }

.content .right { text-align: right; }

.content img.right { float: right; margin-left: 20px; }

.content img.left { float: left; }

.content img.leftAlone { float: left; margin-right: 100%; }

.content img.center { float: none; margin-left: auto; margin-right: auto; display: block; }

.leftpics, .rightpics { display: inline-block; vertical-align: top; position: relative; width: 350px; margin-right: 0px; padding: 79px 0px 75px 50px; }

.rightpics { margin-left: 75px; margin-right: 0; }

.pagepic { margin: 0px 0px 40px 0px; box-sizing: border-box; }

.picsabove { padding-top: 40px; }

.picsbelow { margin-top: 32px; }

.pictext { font-size: 16px; line-height: 22px; color: #777; font-style: italic; margin: -30px 0px 40px 2px; }

.shortcontent { display: inline-block; vertical-align: top; position: relative; width: 100%; max-width: 755px; padding: 79px 0px 75px 75px; }

.videoframe { margin: 0px 0px 40px 0px; }

.videobottom { margin-top: 32px; }

.ctabuttonholder { text-align: center; margin: 120px 0px 100px 0px; }

/* = SERVICES PAGE
------------------------------------------------------------------*/
.servicesblock { text-align: center; font-size: 0; margin-top: 110px; margin-bottom: 30px; }

.servicesblock h2 { font-family: "bonnlight", "Work Sans", Arial, Helvetica, sans-serif; font-size: 32px; line-height: 38px; padding: 0px 0px 20px 0px; }

.servicesblock a.service { display: inline-block; width: 204px; margin: 0px 15px 0px 15px; text-decoration: none; color: #ddd; font-size: 24px; line-height: 32px; font-family: "bonnbook", "Work Sans", Arial, Helvetica, sans-serif; padding: 219px 0px 25px 0px; background-repeat: no-repeat; background-size: 204px; }

.servicesblock a.im { background-image: url(../images/icons/im-INACTIVE.png); }

.servicesblock a.web { background-image: url(../images/icons/web-INACTIVE.png); }

.servicesblock a.brand { background-image: url(../images/icons/brand-INACTIVE.png); }

.servicesblock a.design { background-image: url(../images/icons/design-INACTIVE.png); }

.servicesblock a.space { background-image: url(../images/icons/space-INACTIVE.png); }

.servicesblock a.im:hover { background-image: url(../images/icons/im-ACTIVE.png); color: #333; }

.servicesblock a.web:hover { background-image: url(../images/icons/web-ACTIVE.png); color: #333; }

.servicesblock a.brand:hover { background-image: url(../images/icons/brand-ACTIVE.png); color: #333; }

.servicesblock a.design:hover { background-image: url(../images/icons/design-ACTIVE.png); color: #333; }

.servicesblock a.space:hover { background-image: url(../images/icons/space-ACTIVE.png); color: #333; }

.servicesblock a.im.current { background-image: url(../images/icons/im-ACTIVE.png); color: #333; }

.servicesblock a.web.current { background-image: url(../images/icons/web-ACTIVE.png); color: #333; }

.servicesblock a.brand.current { background-image: url(../images/icons/brand-ACTIVE.png); color: #333; }

.servicesblock a.design.current { background-image: url(../images/icons/design-ACTIVE.png); color: #333; }

.servicesblock a.space.current { background-image: url(../images/icons/space-ACTIVE.png); color: #333; }

/*----- Accordion -----*/
/*----- Section -----*/
/*----- Section Content -----*/
.accordion-section-content { display: none; }

.accordion-section-content .ctabuttonholder { margin: 90px 0px 80px 0px; }

a.accordianarrow { display: block; width: 90px; height: 90px; margin: 30px auto -118px auto; cursor: pointer; text-decoration: none; background-image: url(../images/icons/downarrow.svg); background-repeat: no-repeat; background-position: center center; }

a.accordianarrow.active { background-image: url(../images/icons/uparrow.svg); }

.linkblocks { margin-top: 160px; text-align: center; }

/* = CASE STUDY PAGES
------------------------------------------------------------------*/
.gallery { position: relative; text-align: center; width: 100%; max-width: 1220px; margin: 0 auto; font-size: 0; }

.gallery .gallerythumb { display: inline-block; box-sizing: border-box; vertical-align: top; width: 598px; height: 446px; border-right: 2px solid white; border-top: 4px solid white; overflow: hidden; text-align: right; }

.gallery .gallerythumb img { max-width: none; max-height: 100%; }

.gallery .even { border-right: 0px; border-left: 2px solid white; text-align: left; }

.gallery .Pos1, .gallery .Pos2 { border-top: 0px; }

/* = RESOURCE pages ------------------------------------------------------------------*/
.resources { font-size: 0; margin: 36px auto 138px auto; }

a.resourcelinkblock { position: relative; display: inline-block; vertical-align: top; width: 400px; height: 400px; overflow: hidden; background-color: #00b5e2; box-sizing: border-box; color: white; font-weight: 500; text-decoration: none; font-size: 30px; line-height: 36px; padding: 120px 40px 0px 40px; background-image: url(../images/icons/circle.svg); background-position: 30px 29px; background-repeat: no-repeat; }

a.resourcelinkblock:hover { background-color: #00a1c9; color: white; text-decoration: none; }

a.resourcelinkblock.Yellow { background-color: #f8c519; color: #111; font-weight: 400; }

a.resourcelinkblock.Green { background-color: #c4d742; color: #111; font-weight: 400; }

a.resourcelinkblock.Yellow:hover { background-color: #ebb707; color: #111; }

a.resourcelinkblock.Green:hover { background-color: #b6ca2b; color: #111; }

.downloadleft { display: inline-block; vertical-align: top; width: 100%; max-width: 240px; padding: 125px 0px 0px 0px; }

.downloadleft .pdfcover { display: inline-block; vertical-align: top; box-sizing: border-box; position: relative; width: 240px; height: 330px; background-color: #00b5e2; margin-right: 102px; padding: 130px 22px 0px 26px; color: white; text-decoration: none; font-weight: 500; font-size: 22px; line-height: 26px; background-image: url(../images/icons/circle.svg); background-position: 23px 28px; background-repeat: no-repeat; }

.downloadleft .pdfcover.Yellow { background-color: #f8c519; color: #111; font-weight: 400; }

.downloadleft .pdfcover.Green { background-color: #c4d742; color: #111; font-weight: 400; }

.downloadtext { display: inline-block; vertical-align: top; width: 100%; max-width: 544px; border-right: 4px solid white; padding: 140px 60px 100px 46px; }

.downloadright { display: inline-block; vertical-align: top; width: 100%; max-width: 380px; padding: 140px 0px 0px 55px; }

.downloadright .downloadbutton { width: 320px; box-sizing: border-box; background: #e6057f; font-weight: 500; color: white; font-size: 22px; line-height: 28px; margin-top: 0px; padding: 20px; text-align: center; border: none; border-radius: 5px; margin-top: 4px; }

.downloadright .downloadbutton:hover { background: #d20574; color: white; }

.downloadright .grey { background: #dedede; color: #999; }

.downloadright .grey:hover { background: #dedede; color: #999; }

.downloadright label.left { display: none; }

.leadinModal { display: none; }

/* = CONTACT PAGE
------------------------------------------------------------------*/
.googlemap { margin: 0px 0px 40px 0px; }

.contactpage-marginchange { margin-top: -110px; }

.preloadimages { background: url(../images/icons/im-HOVER.png), url(../images/icons/web-HOVER.png), url(../images/icons/brand-HOVER.png), url(../images/icons/design-HOVER.png), url(../images/icons/space-HOVER.png); display: none; }

/* =BLOG LISTINGS
------------------------------------------------------------------*/
.blogeven { background-color: white; }

.bloglistleft { display: inline-block; vertical-align: top; position: relative; width: 220px; padding: 70px 0px 64px 50px; font-size: 18px; line-height: 32px; }

.bloglist { display: inline-block; box-sizing: border-box; vertical-align: top; position: relative; width: 100%; max-width: 790px; padding: 70px 0px 64px 50px; text-decoration: none; }

.bloglist h2 { font-size: 24px; line-height: 32px; padding-bottom: 30px; }

.bloglist img { height: 130px; margin-bottom: 30px; }

.bloglist .rightarrow { position: absolute; right: -150px; top: 60px; }

.bloglist:hover { color: #333; text-decoration: none; }

.bloglist:hover .circle { stroke: #e6057f; }

/* =BLOG POSTS
------------------------------------------------------------------*/
.blogleft { display: inline-block; vertical-align: top; position: relative; width: 320px; margin-right: 0px; padding: 79px 0px 75px 50px; }

.blogleft .date { font-size: 18px; line-height: 32px; margin-bottom: 31px; }

.blogleft h2 { line-height: 39px; }

.blogright { display: inline-block; vertical-align: top; position: relative; width: 100%; max-width: 792px; padding: 144px 0px 75px 60px; line-height: 34px; }

.blogright .post-image { margin-bottom: 30px; }

.sociallinks { font-size: 0; margin-top: 65px; }

.sociallinks a { display: inline-block; margin-right: 3px; width: 36px; height: 36px; background-repeat: no-repeat; }

.sociallinks a.blogfacebook { background-image: url(../images/icons/social-fb.png); }

.sociallinks a.blogtwitter { background-image: url(../images/icons/social-twit.png); }

.sociallinks a.bloglinkedin { background-image: url(../images/icons/social-linkedin.png); }

.sociallinks a.bloggplus { background-image: url(../images/icons/social-gplus.png); }

.sociallinks a.blogrss { background-image: url(../images/icons/social-rss.png); }

.sociallinks a:hover { opacity: 0.8; }

#comments-holder { font-size: 20px; line-height: 29px; }

#Form_CommentsForm { margin: 0px 0px 60px 0px; font-size: 18px; line-height: 28px; }

#Form_CommentsForm fieldset { margin: 0px 0px 10px 0px; max-width: none; }

#Form_CommentsForm input.text, #Form_CommentsForm textarea.textarea { width: 520px; display: block; padding: 18px 18px 18px 20px; margin: 20px 0px 20px 0px; background: #fff; box-sizing: border-box; }

#Form_CommentsForm #Form_CommentsForm_URL_Holder.field.text { display: none; }

/* =Sitemap page
------------------------------------------------------------------*/
.sitemap a { display: block; font-size: 21px; text-transform: uppercase; color: #333; padding: 0px 0px 10px 0px; text-decoration: none; }

.sitemap a:hover { color: #e6057f; text-decoration: none; }

.sitemap a.secondlevel { font-size: 18px; line-height: 26px; text-transform: none; padding: 0px 0px 5px 0px; }

.sitemap a.last { padding-bottom: 15px; }

/* =BASE
------------------------------------------------------------------*/
.footer { text-align: left; color: #333; letter-spacing: normal; box-sizing: border-box; position: relative; background-color: #f8f8f8; margin-top: 60px; vertical-align: top; padding: 45px 0px 50px 0px; font-size: 0; }

.footer a { color: #333; text-decoration: none; }

.footer a:hover { text-decoration: none; color: #e6057f; }

.footerblock { display: inline-block; vertical-align: top; width: 298px; min-height: 240px; font-family: "sofia_prolight", Arial, Helvetica, sans-serif; font-size: 14px; line-height: 22px; border-left: 1px solid #dedede; padding: 4px 0px 0px 30px; }

.footer .logoblock { border: none; padding: 0px 0px 0px 3px; }

.footer .logoblock img { height: 23px; }

.footernav { display: block; }

/* = Base Buttons
------------------------------------------------------------------*/
.basebuttons { margin: 40px 0px 0px 0px; }

.socialicon { display: inline-block; vertical-align: top; box-sizing: border-box; background: white; width: 38px; height: 38px; border: 2px solid #c3c2c2; border-radius: 50%; margin-right: 8px; text-align: center; padding: 4px 0px 0px 0px; fill: #777; }

.socialicon:hover { fill: #e6057f; }

.facebooksvg, .twittersvg, .linkedinsvg, .gplussvg, .rsssvg { height: 20px; }

.linkedinsvg { padding-left: 1px; }

.rsssvg { padding-left: 2px; padding-bottom: 2px; }

@font-face { font-family: 'sofia_prolight'; src: url("../fonts/sofiapro-light-webfont.eot"); src: url("../fonts/sofiapro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sofiapro-light-webfont.woff2") format("woff2"), url("../fonts/sofiapro-light-webfont.woff") format("woff"), url("../fonts/sofiapro-light-webfont.ttf") format("truetype"), url("../fonts/sofiapro-light-webfont.svg#sofia_prolight") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'bonnbook'; src: url("../fonts/bonnboo-webfont.woff2") format("woff2"), url("../fonts/bonnboo-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'bonnlight'; src: url("../fonts/bonnlig-webfont.woff2") format("woff2"), url("../fonts/bonnlig-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }

/* = Login Page
------------------------------------------------------------------*/
#loggedinbox { display: block; width: 170px; background-color: #f8f8f8; font-size: 11px; line-height: 21px; margin: 0px 0px 16px 10px; padding: 10px 0px 10px 0px; text-align: center; }

#loggedinbox a { display: block; padding: 0px; background-image: none; text-decoration: underline; }

/* LINK ICONS - shows type of file ------------------------------------ */
.content a[href$=".pdf"], .content a[href$=".PDF"], .content a.pdf { padding: 2px; padding-left: 20px; background: url(../images/icons/page_white_acrobat.png) no-repeat left center; }

.content a[href$=".doc"], .content a[href$=".DOC"], .content a.doc { padding: 2px; padding-left: 20px; background: url(../images/icons/page_word.png) no-repeat left center; }

.content a[href$=".xls"], .content a[href$=".XLS"], .content a.xls { padding: 2px; padding-left: 20px; background: url(../images/icons/page_excel.png) no-repeat left center; }

.content a[href$=".gz"], .content a[href$=".GZ"], .content a[href$=".gzip"], .content a[href$=".GZIP"], .content a[href$=".zip"], .content a[href$=".ZIP"], .content a.archive { padding: 2px; padding-left: 20px; background: url(../images/icons/page_white_zip.png) no-repeat left center; }

.content a[href$=".exe"], .content a[href$=".EXE"], .content a.application { padding: 2px; padding-left: 20px; background: url(../images/icons/application.png) no-repeat left center; }

/* OTHER IMAGES PLACED DIRECTLY INTO CONTENT/TEXT AREA 
-------------------------------------------- */
.content img.right { float: right; margin-left: 20px; }

.content img.left { float: left; margin-right: 20px; }

.content img.leftAlone { float: left; margin-right: 100%; }

.content img.center { float: none; margin-left: auto; margin-right: auto; display: block; }

/* = Styles For FORMS
------------------------------------------------------------------*/
form { margin: 0px 0px 20px 0px; font-family: "Work Sans", Arial, Helvetica, sans-serif; font-size: 24px; line-height: 32px; color: #333; font-weight: 300; letter-spacing: -0.01em; text-align: left; font-size: 18px; line-height: 28px; }

fieldset { margin: 0px; border: none; background: #f8f8f8; border-radius: 5px; margin: 0px 0px 10px -2px; max-width: 400px; box-sizing: border-box; }

textarea, input { border: 2px solid #dedede; border-radius: 5px; padding: 18px 18px 18px 28px; margin: 20px 0px 20px 0px; background: #fff; box-sizing: border-box; }

input.text { width: 320px; display: block; }

textarea { width: 320px; display: block; }

label.left { display: block; float: none; clear: both; margin: 0px 0px -10px 0px; }

label.right { float: left; font-size: 12px; font-style: italic; color: #999; padding: 5px 0px 0px 6px; }

form ul { padding: 0px !important; }

form li { margin: 0px !important; padding: 0px !important; text-indent: 0px !important; }

form li:before { content: "" !important; padding: 0px !important; margin: 0px !important; }

input.radio { display: inline-block; margin: 0px 3px 0px 0px; }

div.Actions input { background: #e6057f; font-weight: 500; color: white; font-size: 22px; line-height: 28px; margin-top: 0px; padding: 20px 35px 20px 35px; border: none; border-radius: 5px; }

div.Actions input:hover { background: #d20574; color: white; }

/* Validation Error Alerts */
div.middleColumn label, #PageCommentInterface_Form_PostCommentForm_error, .message { display: block; text-align: left; background-color: #ffeeee; padding: 6px; margin: -4px 0px 16px 0px; color: #666; }

#MemberLoginForm_LoginForm_Remember_Holder { display: none; }

#ForgotPassword { display: block; clear: both; font-size: 13px; font-style: italic; margin-top: 15px; }

/*  Visibility styles (for desktop)  */
.visible-phone { display: none !important; }

.hidden-desktop { display: none !important; }

.visible-desktop { display: inherit !important; }

/*  First QUERY - anything smaller than designated desktop size  - - - - - - - - - - - - - - - - */
@media (max-width: 1200px) { .header { width: 1200px; }
  .header a.logolink { margin-left: 40px; }
  .menubutton { right: 40px; }
  .activemenu { right: 400px; }
  .backarrow { left: 30px; }
  .footer .logoblock { padding-left: 40px; }
  .fullwidth { width: 1200px; }
  .container { width: 1200px; }
  h1.pagetitle { width: 1200px; }
  .blendstrip { width: 1200px; }
  .servicesblock { width: 1200px; }
  .ctabuttonholder { width: 1200px; }
  .footer { width: 1200px; } }

/*  End of media query  - - - - - - - - - */
/*  QUERY - Tablet portrait width -  - - - - - - - - - - - - - - - - */
@media (max-device-width: 870px) and (orientation: portrait) { body { min-height: 1650px; } }

/*  End of media query  - - - - - - - - - */
/*  MEDIA QUERY MOBILE  - - - - - - - - - - - - - - - - */
@media (max-width: 660px) { .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-phone { display: inherit !important; }
  .hidden-phone { display: none !important; }
  .header { width: 100%; }
  .activemenu { right: 400px; }
  .fullwidth { width: 100%; }
  .container { width: 100%; }
  h1.pagetitle { width: 100%; padding: 45px 0px 45px 0px; }
  .blendstrip { width: 100%; }
  .servicesblock { width: 100%; }
  .ctabuttonholder { width: 100%; }
  .footer { width: 100%; }
  body { padding: 55px 0px 0px 0px; font-size: 16px; line-height: 22px; }
  h1 { font-size: 20px; line-height: 24px; }
  h2 { font-size: 16px; line-height: 22px; padding-bottom: 16px; }
  h3 { font-size: 16px; line-height: 22px; }
  .button, .keylinebutton a, .pinkbutton a, .bluebutton a { font-size: 17px; line-height: 20px; padding: 15px 32px 17px 32px; }
  hr { margin: 10px 20px 30px 0px; }
  blockquote { font-size: 20px; line-height: 30px; margin: 6px 0px 26px 0px; padding: 10px 0px 0px 22px; border-left: 4px solid #00b5e2; }
  .header { height: 55px; }
  .header a.logolink { width: 85px; border-top: 6px solid #dedede; padding-top: 18px; margin-left: 15px; }
  .header a.logolink img { height: auto; vertical-align: top; }
  .menubutton { top: 18px; right: 17px; }
  .menubutton .burger { width: 25px; vertical-align: top; }
  .menubutton .close { width: 25px; vertical-align: top; }
  .activemenu { right: 280px; }
  .sidr { width: 260px; }
  .sidr .sidr-inner { padding: 0 0 15px; }
  .sidr.right { left: auto; right: -260px; }
  .sidr.left { left: -260px; right: auto; }
  .nav { margin: 80px 0px 46px 20px; width: 210px; box-sizing: border-box; }
  .nav a.bloglink { padding: 6px 0px 0px 9px; top: 20px; right: 20px; background-image: url(../images/blogbg-mobile.png); background-size: 55px; background-repeat: no-repeat; width: 55px; height: 47px; }
  .metanav { margin: 28px 0px 20px 20px; width: 210px; box-sizing: border-box; }
  .navicons { margin: 34px 0px 50px 20px; }
  .flexslider { margin-top: 8px; margin-left: 2%; margin-bottom: 20px; height: auto; }
  .flex-caption { left: 6%; top: 42%; }
  .flex-caption h1 { font-size: 25px; line-height: 27px; }
  .flex-caption h2 { font-size: 21px; line-height: 25px; }
  .homecontent { padding: 0px 28px 0px 28px; margin-bottom: 22px; }
  .homeservicesblock h1 { padding-bottom: 0px; }
  .homeservicesblock a.service { width: 100%; margin: 0 auto; text-align: center; font-size: 18px; line-height: 22px; padding: 175px 0px 15px 0px; background-repeat: no-repeat; background-position: center -13px; background-size: 204px; }
  .resourceblock { padding: 40px 25px 40px 25px; margin-top: 38px; margin-bottom: 55px; }
  .resourceblock h1 { padding-bottom: 24px; }
  .resourceblock a.pdfcover { display: block; width: 136px; height: 187px; margin-right: 0px; margin-bottom: 20px; padding: 60px 11px 0px 18px; font-size: 15px; line-height: 18px; background-position: 12px 14px; background-size: 32px; }
  .resourceblock a.pdfcover svg { bottom: -40px; width: 47px; }
  .resourceblock a.pdfcover .circle { stroke-width: 7px; }
  .resourceblock .resourcetext .button, .resourceblock .resourcetext .keylinebutton a, .keylinebutton .resourceblock .resourcetext a, .resourceblock .resourcetext .pinkbutton a, .pinkbutton .resourceblock .resourcetext a, .resourceblock .resourcetext .bluebutton a, .bluebutton .resourceblock .resourcetext a { margin-top: 10px; font-size: 17px; line-height: 20px; text-align: center; }
  .casestudies { margin: 20px auto 60px auto; }
  .caseblock { width: 50%; height: auto; }
  .caseblock .casedetails { visibility: visible; background: none; }
  .caseblock .casedetails span { display: none; }
  .caseblock.odd { margin-right: 50%; }
  .caseblock.even { margin-left: 50%; }
  .bloglatest { min-height: intrinsic; margin-bottom: 0px; margin-top: 0px; }
  .bloglatest h3 { font-size: 16px; line-height: 22px; }
  .bloglatest .textarea { padding: 110px 28px 10px 28px; }
  .bloglatest .textarea p { padding-bottom: 12px; }
  .bloglatest .textarea a { font-size: 16px; line-height: 22px; }
  .blogsymbol { left: 28px; }
  .flex-direction-nav { display: none; }
  /* = CONTENT
------------------------------------------------------------------*/
  .content { padding: 35px 28px 0px 28px; margin-bottom: 22px; }
  .ctabuttonholder { margin: 30px 20px 30px 20px; width: auto; }
  .leftpics, .rightpics { display: block; width: 100%; padding: 40px 20px 20px 20px; }
  .rightpics { margin: 0; }
  .pagepic { margin-bottom: 20px; }
  .picsabove { padding-top: 20px; }
  .picsbelow { margin-top: 20px; }
  .pictext { font-size: 14px; line-height: 20px; margin: -10px 0px 20px 2px; }
  .shortcontent { display: block; width: 100%; max-width: none; padding: 0px 20px 0px 20px; }
  .videoframe { margin: 0px 0px 30px 0px; }
  .videobottom { margin-top: 20px; }
  /* = SERVICES PAGE
------------------------------------------------------------------*/
  .servicesblock { margin-top: 0px; margin-bottom: 0px; }
  .servicesblock a.service { width: 102px; margin: 0px 15px 0px 15px; font-size: 15px; line-height: 20px; padding: 102px 0px 30px 0px; background-size: 102px; display: none; }
  .servicesblock a.current { display: inline-block; }
  .accordion-section-content .ctabuttonholder { margin: 30px 20px 20px 20px; }
  a.accordianarrow { display: block; width: 40px; height: 40px; margin: 0px auto 0px auto; background-size: 45px; border: 2px solid #999; border-radius: 50%; position: relative; bottom: -23px; }
  .linkblocks { margin-top: 70px; }
  /* = RESOURCE pages ------------------------------------------------------------------*/
  .resources { margin: 0px auto 0px auto; }
  a.resourcelinkblock { width: 50%; height: auto; min-height: 160px; padding: 60px 11px 40px 18px; font-size: 15px; line-height: 18px; background-position: 12px 14px; background-size: 32px; }
  a.resourcelinkblock.even { margin-right: 50%; }
  a.resourcelinkblock.odd { margin-left: 50%; }
  a.switchsides.even { margin-left: 50%; margin-right: 0; }
  a.switchsides.odd { margin-right: 50%; margin-left: 0; }
  .downloadleft { display: block; max-width: none; padding: 20px 0px 20px 0px; }
  .downloadleft .pdfcover { display: block; width: 136px; height: 187px; margin: 0 auto; padding: 60px 11px 20px 18px; font-size: 15px; line-height: 18px; background-position: 12px 14px; background-size: 32px; }
  .downloadleft .pdfcover svg { bottom: -40px; width: 47px; }
  .downloadleft .pdfcover .circle { stroke-width: 7px; }
  .downloadtext { display: block; width: 100%; border: none; padding: 0px 20px 0px 20px; }
  .downloadright { display: block; width: 100%; padding: 0px 20px 20px 20px; }
  .downloadright .downloadbutton { width: 100%; padding: 14px 20px 17px 20px; }
  /* = Blog List ------------------------------------------------------------------*/
  .bloglistleft { display: block; width: 100%; padding: 35px 0px 6px 24px; font-size: 12px; line-height: 22px; }
  .bloglist { display: block; padding: 0px 0px 30px 24px; text-decoration: none; }
  .bloglist h2 { font-size: 16px; line-height: 22px; padding-bottom: 20px; }
  .bloglist img { width: 90%; height: auto; margin-bottom: 20px; }
  .bloglist .rightarrow { display: none; }
  /* = Blog POSTS  ----------------------------------*/
  .backarrow { left: 0px; width: 90%; top: -22px; }
  .backarrow svg { height: 50px; width: 50px; }
  .blogleft { display: block; width: 100%; padding: 35px 0px 6px 24px; font-size: 12px; line-height: 22px; }
  .blogleft .date { font-size: 12px; line-height: 22px; margin-bottom: 6px; }
  .blogleft h2 { font-size: 16px; line-height: 22px; padding-bottom: 18px; }
  .blogright { display: block; padding: 0px 0px 30px 24px; line-height: 22px; }
  .blogright .post-image { margin-bottom: 0px; width: 90%; height: auto; }
  .sociallinks { margin-top: 0px; margin-bottom: 18px; box-sizing: border-box; width: 90%; }
  #comments-holder { font-size: 16px; line-height: 22px; }
  #Form_CommentsForm { margin: 0px 0px 40px 0px; font-size: 16px; line-height: 22px; }
  #Form_CommentsForm input.text, #Form_CommentsForm textarea.textarea { width: 92%; padding: 12px 10px 12px 14px; margin: 14px 0px 14px 0px; }
  /* = Comment and general FORMS  ----------------------------------*/
  div.Actions input { padding: 15px 32px 17px 32px; }
  /* = CASE STUDY PAGES
------------------------------------------------------------------*/
  .gallery { width: 100%; }
  .gallery .gallerythumb { display: block; width: 100%; height: auto; border: none; border-bottom: 2px solid white; }
  .gallery .gallerythumb img { width: 100%; }
  .gallery .even { border: none; border-bottom: 2px solid white; }
  /* = CONTACT PAGE
------------------------------------------------------------------*/
  .googlemap { margin: 0px 0px 40px 0px; }
  .contactpage-marginchange { margin-top: 0px; }
  .footer { margin-top: 40px; padding: 40px 0px 40px 0px; }
  .footerblock { display: block; width: 100%; height: auto; min-height: 0px; border-bottom: 1px solid #dedede; padding: 20px 0px 20px 20px; line-height: 23px; }
  .footerblock.last { border: none; }
  .footer .logoblock { padding: 0px 0px 0px 17px; }
  .footer .logoblock img { height: 14px; }
  .socialicon { border: 2px solid #c3c2c2; padding-top: 3px; } }

/* End of Media Query - - - - - - - - - - - - - - - - */
/*  FOR SMALLEST PHONES ONLY  - - - - - - - - - - - - - - - - */
@media (max-width: 320px) { a.resourcelinkblock { padding: 60px 11px 0px 18px; font-size: 14px; line-height: 17px; background-position: 12px 14px; background-size: 32px; } }
