/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { 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. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

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

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** 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 ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** 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 (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; }

/** 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; }

* { font-family: "Apercu Bold", Calibri, sans-serif; font-size-adjust: 0.508; font-weight: bold; font-style: normal; }

a { text-decoration: none; }

* { box-sizing: border-box; color: #262626; letter-spacing: 0.05em; }

html { background: #efefef; font-size: 62.5%; color: #262626; }

body { width: 100%; margin: 0; -webkit-font-smoothing: antialiased; }

.content { max-width: 1160px; margin: 0 auto; }

.ctn { background: #efefef; position: relative; z-index: 1; }

.transition-toggle { opacity: 1; visibility: visible; -webkit-transition: visibility 0ms linear 0ms, opacity 300ms linear; transition: visibility 0ms linear 0ms, opacity 300ms linear; }
.transition-toggle.is-hidden { opacity: 0; visibility: hidden; -webkit-transition-delay: 300ms, 0ms; transition-delay: 300ms, 0ms; }

.banner { width: 160px; height: 600px; background: #6f6f6f; display: none; }
@media (min-width: 768px) { .banner { float: right; display: block; } }

.hackweek-bar { background: black; width: 100%; position: absolute; top: 0; left: 0; right: 0; color: white; font-size: 16px; padding: 0.5em 1em; z-index: 999; box-sizing: border-box; }

.hackweek-bar a { position: relative; text-decoration: none; color: white; display: inline-block; }

.hackweek-bar a::after { content: ''; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0.375em; border-color: transparent transparent transparent white; position: absolute; top: 0.3125em; left: 100%; margin-left: 0.5em; }

.hackweek-bar span { float: right; color: white; }

@media only screen and (max-width: 480px) { .hackweek-bar span { display: none; } }
header { max-width: 100%; margin: 0 auto; padding: 0 10%; background: white; position: relative; z-index: 1; height: 253px; border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
@media (min-width: 1160px) { header { padding: 0; } }
header h3 { color: #fca78d; font-size: 2rem; text-align: center; letter-spacing: 0.1em; margin: 0; padding-bottom: 70px; }
@media (min-width: 768px) { header h3 { font-size: 2.6rem; padding-bottom: 105px; } }
header h2 { font-size: 2rem; text-align: center; color: rgba(0, 0, 0, 0.75); max-width: 730px; margin: 0 auto; padding-bottom: 30px; font-family: "Apercu Light", Calibri, sans-serif; font-weight: 200; }
@media (min-width: 768px) { header h2 { font-size: 2.4rem; padding-bottom: 65px; } }

.logo { max-width: 50%; padding-top: 66px; margin-bottom: 50px; display: block; position: relative; }
@media (min-width: 768px) { .logo { max-width: 100%; } }

.global-nav { position: fixed; top: 0; width: 100%; height: 160px; z-index: 100; background: rgba(255, 255, 255, 0.97); -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition: height 300ms linear; transition: height 300ms linear; border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
@media (min-width: 768px) { .global-nav { height: 253px; } }
.global-nav.toggle-short { height: 80px; }
.global-nav.toggle-hidden { height: 0; overflow: hidden; }
.global-nav .nav-inner { max-width: 1160px; position: relative; margin: auto; height: 100%; padding: 0 10%; }
@media (min-width: 1160px) { .global-nav .nav-inner { padding: 0; } }

.m-logo { position: absolute; top: 50%; left: 10%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 142px; }
@media (min-width: 768px) { .m-logo { left: 10%; margin: auto; } }
@media (min-width: 1160px) { .m-logo { left: 10px; } }
.m-logo img { max-width: 85%; }
@media (min-width: 768px) { .m-logo img { max-width: 100%; } }

.nav-items { position: absolute; right: 10%; top: 62px; margin: 0; -webkit-transition: top 300ms linear; transition: top 300ms linear; }
.nav-items.toggle-top { top: 30px; }
@media (min-width: 1160px) { .nav-items { right: 10px; } }
.nav-items li { list-style-type: none; display: inline-block; font-size: 1.4rem; }
@media (min-width: 768px) { .nav-items li { font-size: 1.7rem; } }
.nav-items li:first-child { margin-right: 1rem; }
@media (min-width: 768px) { .nav-items li:first-child { margin-right: 4rem; } }
.nav-items li a { color: #262626; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.01em; }

.useless-things { max-width: 1160px; margin: 0 auto; padding: 180px 10% 65px; overflow: hidden; }
@media (min-width: 768px) { .useless-things { padding: 320px 10% 115px; } }
@media (min-width: 1160px) { .useless-things { padding: 320px 0 115px; } }

.useless-thing { clear: both; padding-top: 80px; }
@media (min-width: 768px) { .useless-thing { width: -webkit-calc(100% - 205px); width: calc(100% - 205px); float: left; } }
.useless-thing:first-of-type { padding-top: 0; }
.useless-thing img { max-width: 100%; margin: 30px 0 10px; }

.thing-date { font-size: 1.4rem; color: rgba(0, 0, 0, 0.5); margin: 0; font-family: Helvetica, Arial, sans-serif; font-weight: 400; }

.thing-heading { font-size: 2.4rem; color: #ff7000; font-family: Helvetica, Arial, sans-serif; font-weight: 400; line-height: 2.7rem; margin-top: 14px; margin-bottom: 0; }
@media (min-width: 768px) { .thing-heading { font-size: 3.6rem; line-height: 3.8rem; } }

.thing-info { width: 100%; min-height: 275px; float: left; background: white; padding: 40px 0 80px 20px; position: relative; }
.thing-info hr { clear: both; }
@media (min-width: 1160px) { .thing-info { width: 47%; height: 275px; margin-right: 1%; padding: 40px; }
  .thing-info hr { display: none; } }

.thing-info-details { font-family: Helvetica, Arial, sans-serif; color: rgba(0, 0, 0, 0.85); font-weight: 400; font-size: 1.4rem; padding-right: 40px; }
.thing-info-details:first-of-type { margin-top: 30px; clear: both; }
@media (min-width: 1160px) { .thing-info-details { display: none; } }

.thing-avatar { width: 70px; height: 70px; background: #4bdf94; border-radius: 50%; float: left; margin-right: 30px; display: none; }
@media (min-width: 768px) { .thing-avatar { display: block; } }
.thing-avatar.stress { background: url(../img/idea-stress-icon.png) no-repeat; background-size: 100%; }
.thing-avatar.spoon { background: url(../img/idea-spoon-icon.png) no-repeat; background-size: 100%; }
.thing-avatar.beattweet { background: url(../img/idea-beattweet-icon.png) no-repeat; background-size: 100%; }
.thing-avatar.bookmrk { background: url(../img/idea-bookmrk-icon.png) no-repeat; background-size: 100%; }
.thing-avatar.neighbourly { background: url(../img/idea-neighbourly-icon.png) no-repeat; background-size: 100%; }

.thing-info-content { float: left; max-width: 70%; margin-bottom: 0; }
.thing-info-content h1 { font-family: Helvetica, Arial, sans-serif; font-weight: 400; font-size: 2.8rem; margin: 0 0 9px; }
@media (min-width: 768px) { .thing-info-content h1 { font-size: 3.6rem; } }
.thing-info-content h3 { font-family: Helvetica, Arial, sans-serif; color: rgba(0, 0, 0, 0.8); font-weight: 400; font-size: 2rem; margin: 0 0 15px; }
.thing-info-content p { font-family: Helvetica, Arial, sans-serif; color: rgba(0, 0, 0, 0.5); font-weight: 400; font-size: 1.2rem; display: none; }
@media (min-width: 1160px) { .thing-info-content p { display: block; } }

.thing-share { position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background: #f6f6f6; }
.thing-share a { display: block; float: right; }
.thing-share a.twitter { background: url("../img/twitter-icon.png") no-repeat; background-size: 100%; width: 20px; height: 18px; margin: 23px 20px 19px 0; }
.thing-share a.linkedin { background: url("../img/linkedin-icon.png") no-repeat; background-size: 100%; width: 18px; height: 18px; margin: 21px 20px 21px 0; }
.thing-share a.facebook { background: url("../img/facebook-icon.png") no-repeat; background-size: 100%; width: 10px; height: 18px; margin: 22px 20px 20px 0; }

.thing-details { width: 52%; height: 275px; float: left; background: white; padding-left: 60px; display: none; }
@media (min-width: 1160px) { .thing-details { display: block; } }
.thing-details h4 { font-family: Helvetica, Arial, sans-serif; color: rgba(0, 0, 0, 0.85); font-weight: 400; font-size: 1.8rem; margin: 0; line-height: 82px; }
.thing-details hr { margin: 0; height: 1px; border: 0; background-color: #dfdfdf; }
.thing-details p { font-family: Helvetica, Arial, sans-serif; color: rgba(0, 0, 0, 0.85); font-weight: 400; padding-right: 60px; font-size: 1.8rem; line-height: 2.5rem; margin: 0; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.iout-cta { text-align: center; padding-top: 117px; clear: both; color: rgba(0, 0, 0, 0.85); letter-spacing: 0.075rem; font-size: 3.6rem; max-width: 730px; margin: 0 auto; font-family: "Apercu Light", Calibri, sans-serif; font-weight: 200; }
.iout-cta a { color: rgba(255, 112, 0, 0.85); text-decoration: none; font-family: "Apercu Light", Calibri, sans-serif; font-weight: 200; }

.principles { background: #191919; clear: both; }
.principles h3 { font-size: 2.6rem; line-height: 38px; }
@media (min-width: 768px) { .principles h3 { font-size: 3.6rem; line-height: 48px; } }
.principles p { font-size: 1.6rem; color: #262626; line-height: 2.4rem; }
@media (min-width: 768px) { .principles p { font-size: 2rem; } }
.principles p:first-of-type { margin-top: 0; }

.principles-intro { max-width: 1160px; margin: 0 auto; padding: 0 10% 15.8%; position: relative; }
@media (min-width: 1160px) { .principles-intro { padding: 0; } }
.principles-intro h1 { color: white; font-size: 4rem; text-align: center; margin-top: 0; padding-top: 120px; margin-bottom: 28px; }
@media (min-width: 768px) { .principles-intro h1 { font-size: 7.2rem; padding-top: 187px; } }
.principles-intro h1 a { color: inherit; text-decoration: none; }
.principles-intro h2 { color: white; font-size: 2.4rem; max-width: 530px; text-align: center; margin: 0 auto 90px; }
@media (min-width: 768px) { .principles-intro h2 { font-size: 3.6rem; } }
.principles-intro .square { background: url(../img/square.png) no-repeat; width: 18px; height: 18px; position: absolute; top: 14%; left: 15%; }
.principles-intro .corner { background: url(../img/corner.png) no-repeat; width: 35px; height: 35px; position: absolute; top: -2%; right: 18%; z-index: 1; }
@media (min-width: 768px) { .principles-intro .corner { top: -2%; right: 18%; } }

.iot-intro { width: 100%; max-width: 750px; margin: 0 auto; }
.iot-intro .down-arrow { background: url(../img/down-arrow.png) no-repeat; width: 37px; height: 22px; margin: 0 auto 85px; }
@media (min-width: 768px) { .iot-intro .down-arrow { margin-bottom: 145px; } }
.iot-intro h3 { margin: 0 auto 70px; color: rgba(255, 255, 255, 0.7); font-size: 2rem; line-height: 2.5rem; max-width: 610px; text-align: center; }
@media (min-width: 768px) { .iot-intro h3 { margin-bottom: 125px; } }

.iot-img { max-width: 100%; margin: 0 auto 85px; display: block; position: relative; top: -30px; z-index: 3; }

.principles-item { width: 100%; background: white; padding: 0; }
@media (min-width: 1160px) { .principles-item { clear: both; overflow: hidden; height: -webkit-calc(100vh - 80px); height: calc(100vh - 80px); } }
.principles-item.grey-green { background: #4bdf94; }
.principles-item.grey-blue { background: #cbe1ff; /* Old browsers */ /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbe1ff), color-stop(41.18%, #cbe1ff), color-stop(41.18%, #488ce7), color-stop(100%, #488ce7)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #cbe1ff 0%, #cbe1ff 41.18%, #488ce7 41.18%, #488ce7 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ background: linear-gradient(to bottom, #cbe1ff 0%, #cbe1ff 41.18%, #488ce7 41.18%, #488ce7 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe1ff', endColorstr='#488ce7',GradientType=0 ); /* IE6-9 */ }
.principles-item .principle-content { max-width: 1160px; margin: 0 auto; padding: 0 10% 15.8%; height: -webkit-calc(100vh - 80px); }
@media (min-width: 768px) { .principles-item .principle-content { height: -webkit-calc(50vh - 80px); } }
@media (max-height: 880px) and (min-width: 768px) { .principles-item .principle-content { height: -webkit-calc(80vh - 80px); } }
@media (min-width: 1160px) { .principles-item .principle-content { background: none; padding: 0 0 15.8%; float: left; max-width: 580px; margin-left: -webkit-calc(50% - 580px); margin-left: calc(50% - 580px); height: auto; } }
.principles-item .principle-content h1 { font-size: 3.6rem; margin: 0 0 50px; width: 110%; }
@media (min-width: 768px) { .principles-item .principle-content h1 { font-size: 6rem; line-height: 6rem; } }
.principles-item .principle-content h1 span { text-align: right; }
@media (min-width: 768px) { .principles-item .principle-content h1 span { padding-left: 126px; } }
.principles-item .principle-content h2 { font-size: 4.8rem; margin: 0 0 10px; padding-top: 8.6%; }
.principles-item .principle-content p a { text-decoration: underline; }
@media (min-width: 1160px) { .principles-item .principle-content p { max-width: 90%; } }
.principles-item .principle-idea { padding: 0 10%; height: 100vh; }
@media (min-width: 768px) { .principles-item .principle-idea { height: -webkit-calc(100vh - 80px); height: calc(100vh - 80px); } }
@media (min-width: 1160px) { .principles-item .principle-idea { background: none; padding: 0 0 0; float: left; max-width: 565px; height: -webkit-calc(100vh - 80px); height: calc(100vh - 80px); } }
@media (max-height: 880px) and (min-width: 768px) { .principles-item .principle-idea { height: -webkit-calc(110vh - 80px); height: calc(110vh - 80px); } }
.principles-item .principle-idea .principle-idea-content { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.principles-item .principle-idea .principle-idea-info { padding-top: 46px; }
@media (min-width: 768px) { .principles-item .principle-idea .principle-idea-info { padding-left: 60px; } }
.principles-item .principle-idea img { max-width: 50%; padding: 0; margin: 0 auto; text-align: center; display: block; }
@media (min-width: 768px) { .principles-item .principle-idea img { max-width: 100%; padding-left: 80px; } }
@media (max-height: 800px) and (min-width: 1024px) { .principles-item .principle-idea img { max-width: 70%; } }
@media (min-width: 1160px) { .principles-item .principle-idea img { margin: 0 auto; display: block; padding-top: 0; padding-right: 10%; } }
@media (max-height: 880px) and (min-width: 768px) { .principles-item .principle-idea img { max-width: 50%; } }
.principles-item .principle-idea h3 { font-size: 2.4rem; color: #262626; margin: -5px 0 -5px; }
.principles-item .principle-idea h5 { font-size: 1.8rem; color: rgba(0, 0, 0, 0.5); margin: 0; }
.principles-item .principle-idea p { font-size: 1.8rem; font-family: "Apercu Medium", Calibri, sans-serif; font-weight: 600; color: rgba(0, 0, 0, 0.6); }
.principles-item .principle-idea a { font-size: 1.8rem; font-family: "Apercu Medium", Calibri, sans-serif; font-weight: 600; color: rgba(0, 0, 0, 0.6); text-decoration: underline; }

.m-pagination { text-align: center; display: none; position: fixed; top: 50%; right: 40px; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 0; }
@media (min-width: 768px) { .m-pagination { display: block; } }
.m-pagination > a { border-radius: 50%; width: 10px; height: 10px; background: black; line-height: 20px; display: block; cursor: pointer; margin: 27px 0; }
.m-pagination > a.is-active { box-shadow: 0 0 0 4px #ff7000; }

footer { height: 690px; width: 100%; background: #191919; padding: 0 10%; position: relative; z-index: 1; }
@media (min-width: 1160px) { footer { height: 1105px; padding: 150px 0 0; } }
footer .footer-content { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); position: relative; }
footer h1 { color: white; font-size: 4rem; text-align: center; margin-top: 0; }
@media (min-width: 768px) { footer h1 { font-size: 7.2rem; } }
footer h1 a { color: inherit; text-decoration: none; }
footer p { color: white; font-size: 1.6rem; max-width: 470px; margin: 0 auto; text-align: center; }
footer p:first-of-type { margin-bottom: 30px; }
@media (min-width: 768px) { footer p { font-size: 2rem; } }
footer .square { background: url(../img/square.png) no-repeat; width: 18px; height: 18px; position: absolute; top: -27%; right: 22%; }
@media (min-width: 768px) { footer .square { top: -10%; right: 22%; } }
footer .semi-circle { background: url(../img/semi-circle.png) no-repeat; width: 41px; height: 82px; position: absolute; top: 100%; right: 2%; }
@media (min-width: 768px) { footer .semi-circle { top: 45%; right: 13%; } }
footer .corner { background: url(../img/corner.png) no-repeat; width: 35px; height: 35px; position: absolute; top: -20%; left: 5%; }
@media (min-width: 768px) { footer .corner { top: 3%; left: 10%; } }
footer .rehab-link { padding: 10px 40px; display: table; line-height: 1.1; border: 3px solid white; margin: 40px auto; color: white; text-align: center; text-decoration: none; font-size: 2rem; }
@media (min-width: 768px) { footer .rehab-link { height: 78px; line-height: 72px; padding: 0 40px; margin: 80px auto; } }
