 @import url('/_assets/_css/news.css');
/*
    ----------------------------------------
    Alberta Innovates Screen CSS
    Sean Mitchell, sean@seanmitchell.ca
    07 / 27 / 11
    ----------------------------------------
*/



/* RESET
---------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus, input, select, textarea {
    margin: 0;
    outline: 0;
    padding: 0;
}



/* FONT-FACE
---------------------------------------- */
@font-face {
    font-family: "Helvetica Neue LT Std 35 Thin";
    src: url("../_font/helveticaneueltstd-th-webfont.eot");
    src: url("../_font/helveticaneueltstd-th-webfont.eot?#iefix") format("embedded-opentype"), url("../_font/helveticaneueltstd-th-webfont.woff") format("woff"), url("../_font/helveticaneueltstd-th-webfont.ttf") format("truetype"), url("../_font/helveticaneueltstd-th-webfont.svg#HelveticaNeueLTStd35Thin") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue LT Std 45 Light";
    src: url("../_font/helveticaneueltstd-lt-webfont.eot");
    src: url("../_font/helveticaneueltstd-lt-webfont.eot?#iefix") format("embedded-opentype"), url("../_font/helveticaneueltstd-lt-webfont.woff") format("woff"), url("../_font/helveticaneueltstd-lt-webfont.ttf") format("truetype"), url("../_font/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue LT Std 55 Roman";
    src: url("../_font/helveticaneueltstd-roman-webfont.eot");
    src: url("../_font/helveticaneueltstd-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../_font/helveticaneueltstd-roman-webfont.woff") format("woff"), url("../_font/helveticaneueltstd-roman-webfont.ttf") format("truetype"), url("../_font/helveticaneueltstd-roman-webfont.svg#HelveticaNeueLTStd55Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue LT Std 65 Medium";
    src: url("../_font/helveticaneueltstd-md-webfont.eot");
    src: url("../_font/helveticaneueltstd-md-webfont.eot?#iefix") format("embedded-opentype"), url("../_font/helveticaneueltstd-md-webfont.woff") format("woff"), url("../_font/helveticaneueltstd-md-webfont.ttf") format("truetype"), url("../_font/helveticaneueltstd-md-webfont.svg#HelveticaNeueLTStd65Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue LT Std 75 Bold";
    src: url("../_font/helveticaneueltstd-bd-webfont.eot");
    src: url("../_font/helveticaneueltstd-bd-webfont.eot?#iefix") format("embedded-opentype"), url("../_font/helveticaneueltstd-bd-webfont.woff") format("woff"), url("../_font/helveticaneueltstd-bd-webfont.ttf") format("truetype"), url("../_font/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}



/* BODY
---------------------------------------- */
body {
    background: url(/_assets/_img/body.gif) #141414;
    color: #505046;
    font-family: "Helvetica Neue LT Std 55 Roman", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    font-smooth: always;
    line-height: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #00AAD2;
    text-decoration: underline;
}
a:hover {
    color: #505046;
}
hr {
    background: #F0F0E6;
    color: #F0F0E6;
    clear: both;
    height: 1px;
    margin-bottom: 20px;
}
em {
    color: #8C8C82;
}
img {
    display: block;
}
strong {
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}



/* WRAP
---------------------------------------- */
#wrap {
    margin: auto;
    text-align: left;
    width: 100%;
}



/* DIV.WRAP
---------------------------------------- */
div.wrap {
    margin: auto;
    width: 1000px;
}



/* HEADER
---------------------------------------- */
#header {
    background: url(/_assets/_img/header.png) center bottom repeat-x;
    float: left;
    width: 100%;
}
#header h1 {
    float: left;
    padding: 16px 0 13px 0;
    width: 143px;
}
#header h1 a {
    background: url(/_assets/_img/logo.png) no-repeat;
    display: block;
    height: 44px;
    width: 143px;
	 
}
#header h1 a span {
    display: none;
}
#header h2.question {
    display: none;
}
#header ul {
    color: #FFF;
    float: right;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    line-height: 16px;
    padding: 17px 0 6px 0;
    width: 857px;
}
#header ul li a {
    color: #FFF;
}
#header ul li a:hover,
#header ul li.selected a {
    color: #00AAD2;
    text-decoration: underline;
}
#header ol {
    float: right;
    font-family: "Helvetica Neue LT Std 65 Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 16px;
    width: 857px;
}
#header ol a {
    color: #FFF;
}
#header ol a:hover {
    color: #78786E;
    text-decoration: underline;
}
#header ol li {
    padding-left: 8px;
}
#header ol li a {
    background: url(/_assets/_img/blocks.png) no-repeat;
    padding-left: 14px;
}
#header ol li.health a {
    background-position: 0 -16px;
}
#header ol li.energy a {
    background-position: 0 -32px;
}
#header ol li.technology a {
    background-position: 0 -48px;
}
#header ol li.research a {
    background-position: 0 -64px;
}
#header li {
    background: url(/_assets/_img/divide.png) no-repeat;
    float: right;
    margin-left: 7px;
    padding-left: 9px;
}
#header li.linkedinpop {
    background-position: top right;
    margin-left: 0;
    margin-right: 7px;
    padding-left: 0;
    padding-right: 9px;
}
#header li.first {
    background: none;
    margin: 0;
    padding: 0;
}
#header li a {
    display: inline-block;
    text-decoration: none;
}



/* BANNER
---------------------------------------- */
#banner {
    background: url(/_assets/_img/banner.png) center top repeat-x;
    float: left;
    width: 100%;
}
#banner div.illustration {
    background: url(/_assets/_img/banner-head.png) left bottom no-repeat;
    float: left;
    width: 1000px;
}
#banner ul {
    clear: both;
    height: 192px;
    position: relative;
    width: 1000px;
}
#banner ul li {
    bottom: 0;
    color: #FFF;
    font-family: "Helvetica Neue LT Std 65 Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 36px;
    left: 228px;
    line-height: 41px;
    display: none;
    padding-bottom: 67px;
    position: absolute;
}



/* H2.QUESTION
---------------------------------------- */
h2.question {
    float: right;
    padding-top: 16px;
    width: 160px;
}
h2.question a {
    background: url(/_assets/_img/question.png) no-repeat;
    display: block;
    height: 43px;
    width: 160px;
}
h2.question a:hover {
    background-position: 0 -43px;
}
h2.question a span {
    display: none;
}



/* MAIN
---------------------------------------- */
#main {
    background: url(/_assets/_img/main.gif) center top;
    float: left;
    padding: 7px 0 16px 0;
    width: 100%;
}
#main #frame {
    background: url(/_assets/_img/frame.gif) repeat-y #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 1px 2px #C8C8BE;
    -moz-box-shadow: 0px 1px 2px #C8C8BE;
    -webkit-box-shadow: 0px 1px 2px #C8C8BE;
    float: left;
    width: 100%;
}
#main #frame.home {
    background-image: none;
}



/* FORM
---------------------------------------- */
#form {
    background: url(/_assets/_img/main.gif) center top;
    float: left;
    padding: 20px 0 20px 0;
    width: 100%;
}
#form div.wrap {
    width: 748px;
}
#form #frame {
    background: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 1px 2px #C8C8BE;
    -moz-box-shadow: 0px 1px 2px #C8C8BE;
    -webkit-box-shadow: 0px 1px 2px #C8C8BE;
    float: left;
    width: 100%;
}
#form #formlayout {
    float: left;
    padding: 24px 32px 24px 32px;
    width: 684px;
}
#form #formlayout p {
    padding-bottom: 20px;
}
#form #formlayout dl {
    border-top: 1px solid #E6E6DC;
    float: left;
    width: 684px;
}
#form #formlayout dl dt {
    color: #00AAD2;
    float: left;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    line-height: 65px;
    padding-right: 20px;
    text-align: right;
    width: 220px;
}
#form #formlayout dl dd {
    float: right;
    padding: 16px 0 16px 0;
    width: 444px;
}
#form #formlayout dl dd input {
    background: #FAFAFA;
    border: 1px solid #E6E6DC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #505046;
    font-family: "Helvetica Neue LT Std 55 Roman", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    padding: 8px;
    width: 410px;
}
#form #formlayout dl dd select {
    font-size: 11px;
    margin-top: 8px;
    width: 426px;
}
#form #formlayout dl dd input:focus {
    background: #FFF;
    border: 1px solid #C8C8BE;
}
#form #formlayout dl dd.stack {
    padding: 22px 0 23px 0;
}
#form #formlayout dl dd.stack input {
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
#form #formlayout dl dd.stack label {
    padding-left: 8px;
}
#form #formlayout div.formsubmit {
    border-top: 1px solid #E6E6DC;
    float: left;
    padding: 16px 0 0 240px;
    width: 444px;
}
#form #formlayout div.formsubmit input {
    background: #00AAD2;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 12px 8px 12px;
}
#form #formlayout div.formsubmit input:hover {
    background: #505046;
}



/* THANKYOUDIV
---------------------------------------- */
#thankyoudiv {
    color: #FFF;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    height: 550px;
    line-height: 20px;
    margin-top: -300px;
    position: relative;
    text-align: center;
    top: 50%;
    width: auto;
} 



/* UTILITY
---------------------------------------- */
#utility {
    background: url(/_assets/_img/utility.png) left bottom repeat-x;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    float: left;
    width: 100%;
}
#utility h6 {
    float: left;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 15px;
    line-height: 18px;
    padding: 20px 12px 24px 23px;
}
#utility ul {
    float: left;
    font-family: "Helvetica Neue LT Std 65 Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    padding: 23px 0 23px 0;
}
#utility ul li {
    float: left;
    padding-right: 12px;
}
#utility ul li a {
    background: url(/_assets/_img/utility-select.png) no-repeat;
    color: #8C8C82;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
}
#utility ul li a.selected {
    color: #505046;
    background-position: 0 -16px;
}
#utility ul li a:hover {
    color: #505046;
}
#utility ol {
    float: left;
    font-family: "Helvetica Neue LT Std 65 Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    padding: 23px 0 23px 24px;
}
#utility ol li {
    background: url(/_assets/_img/utility-arrow.png) left 3px no-repeat;
    float: left;
    margin-left: 16px;
    padding-left: 20px;
}
#utility ol li.first {
    background: none;
    margin: 0;
    padding: 0;
}
#utility ol li a {
    color: #8C8C82;
    display: inline-block;
    text-decoration: none;
}
#utility ol li a:hover,
#utility ol li.selected em {
    color: #505046;
}



/* HOME
---------------------------------------- */
#home {
    display: table;
    float: left;
    width: 100%;
}
#home div.inner {
    clear: both;
    padding: 15px 18px 18px 18px;
}



/* HOME > DIV.ENTRY
---------------------------------------- */
#home div.entry {
    float: left;
    overflow: hidden;
    margin: 6px;
    width: 229px;
}
#home div.entry h2 {
    font-family: "Helvetica Neue LT Std 45 Light", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 25px;
    line-height: 29px;
}
#home div.entry img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto\9;
}
#home div.entry a {
    background: url(/_assets/_img/entry-pattern.png) #E6E6DC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #6E6E64;
    display: block;
    min-height: 186px;
    padding: 14px 20px 15px 20px;
    position: relative;
    text-decoration: none;
}
#home div.entry.thumbnail a {
    min-height: 0;
    padding: 0;
}
#home div.entry.thumbnail a img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#home div.entry.feature {
    width: 470px;
}
#home div.entry.feature a {
    color: #FFF;
    min-height: 0;
}
#home div.entry.feature a:hover {
    background: url(/_assets/_img/entry-pattern-blue.png) #00AAD2 !important;
}
#home div.entry.feature h3 {
    font-family: "Helvetica Neue LT Std 45 Light", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 8px;
}
#home div.entry.feature h4 {
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 6px;
}
#home div.entry.feature h5 {
    font-family: "Helvetica Neue LT Std 55 Roman", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 15px;
    line-height: 20px;
}
#home div.entry.solving.feature a {
    background: url(/_assets/_img/entry-pattern-yellow.png) #D2C846;
}
#home div.entry.unique.feature a {
    background: url(/_assets/_img/entry-pattern-green.png) #44C29D;
}
#home div.entry.resources.feature a {
    background: url(/_assets/_img/entry-pattern-pink.png) #EC5A84;
}
#home div.entry.success.feature a {
    background: url(/_assets/_img/entry-pattern-red.png) #D83B3B;
}



/* HOME > DIV.ENTRY > DIV.EXCERPT
---------------------------------------- */
#home div.entry div.excerpt {
    background: #00AAD2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    font-family: "Helvetica Neue LT Std 65 Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    height: 100%;
    left: 287px;
    line-height: 16px;
    padding: 0 15px 0 15px;
    position: absolute;
    top: 0;
    width: 199px;
    z-index: 200;
}
#home div.entry.solving div.excerpt {
    background: url(/_assets/_img/entry-pattern-yellow.png) #D2C846;
}
#home div.entry.unique div.excerpt {
    background: url(/_assets/_img/entry-pattern-green.png) #44C29D;
}
#home div.entry.resources div.excerpt {
    background: url(/_assets/_img/entry-pattern-pink.png) #EC5A84;
}
#home div.entry.success div.excerpt {
    background: url(/_assets/_img/entry-pattern-red.png) #D83B3B;
}
#home div.entry div.excerpt p {
    padding: 14px 0 8px 0;
}
#home div.entry div.excerpt ul {
    clear: both;
}
#home div.entry div.excerpt ul li {
    background: url(/_assets/_img/icons.png) no-repeat;
    display: block;
    float: left;
    height: 33px;
    margin-right: 4px;
    width: 33px;
}
#home div.entry.thumbnail div.excerpt ul {
    display: none;
}
#home div.entry div.excerpt ul li.links {
    background-position: -125px -84px;
}
#home div.entry div.excerpt ul li.articles {
    background-position: -166px -84px;
}
#home div.entry div.excerpt ul li.videos {
    background-position: -207px -84px;
}
#home div.entry div.excerpt ul li.photos {
    background-position: -248px -84px;
}
#home div.entry div.excerpt ul li span {
    display: none;
}



/* DIV.PLAY
---------------------------------------- */
div.play {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}
div.play p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
div.play p img {
    margin: auto;
}



/* ASIDE
---------------------------------------- */
#aside {
    float: left;
    width: 310px;
}
#aside ul {
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 42px;
}
#aside ul li a {
    background: url(/_assets/_img/aside-divide.png) left bottom repeat-x;
    color: #505046;
    display: block;
    margin-right: 18px;
    padding: 0 0 3px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFF;
}
#aside ul li a:hover {
    color: #00AAD2;
}
#aside ul li.selected a {
    background: url(/_assets/_img/aside-selected.png) right bottom no-repeat;
    color: #00AAD2;
    margin: 0;
}
#aside ol {
    color: #505046;
    line-height: 25px;
    padding: 16px 0 17px 24px;
}
#aside ol li {
    color: #78786E;
}
#aside ol li a {
    color: #78786E;
    text-decoration: none;
}
#aside ol li a:hover,
#aside ol li.selected a {
    color: #323228;
}



/* SECTION
---------------------------------------- */
#section {
    float: left;
    padding: 0 48px 0 31px;
    width: 611px;
}



/* SECTION > HEADLINE
---------------------------------------- */
#section #headline {
    border-bottom: 1px solid #E6E6DC;
    float: left;
    width: 100%;
}
#section #headline h2 {
    color: #00AAD2;
    float: left;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    line-height: 28px;
    padding: 41px 0 27px 0;
    width: 447px;
}
#section #headline h2 a {
    color: #00AAD2;
    text-decoration: none;
}
#section #headline h2 a:hover {
    color: #323228 !important;
}
#section #headline h2 em {
    color: #78786E;
    font-family: "Helvetica Neue LT Std 45 Light", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    padding-left: 3px;
}
#section #headline ul {
    float: right;
}
#section #headline ul.share {
    width: 144px;
}
#section #headline ul.type {
    width: 164px;
}
#section #headline ul li {
    float: right;
    padding: 39px 0 0 8px;
}
#section #headline ul li a {
    background: url(/_assets/_img/icons.png) no-repeat;
    display: block;
    height: 33px;
    width: 33px;
}
#section #headline ul li a span {
    display: none;
}
#section #headline ul li.facebook {
    padding: 44px 0 0 0;
    display: block;
    width: 52px;
}
#section #headline ul li.facebook iframe {
    display: block;
    width: 52px;
}
#section #headline ul li.linkedin a {
    background-position: -41px 0;
}
#section #headline ul li.linkedin a:hover {
    background-position: -41px -41px;
}
#section #headline ul li.twitter a {
    background-position: -82px 0;
}
#section #headline ul li.twitter a:hover {
    background-position: -82px -41px;
}
#section #headline ul li.links a {
    background-position: -123px 0;
}
#section #headline ul li.links a:hover,
#section #headline ul li.links a.selected {
    background-position: -123px -41px;
}
#section #headline ul li.articles a {
    background-position: -164px 0;
}
#section #headline ul li.articles a:hover,
#section #headline ul li.articles a.selected {
    background-position: -164px -41px;
}
#section #headline ul li.videos a {
    background-position: -205px 0;
}
#section #headline ul li.videos a:hover,
#section #headline ul li.videos a.selected {
    background-position: -205px -41px;
}
#section #headline ul li.photos a {
    background-position: -246px 0;
}
#section #headline ul li.photos a:hover,
#section #headline ul li.photos a.selected {
    background-position: -246px -41px;
}



/* SECTION > DIV.BODY
---------------------------------------- */
#section div.body {
    border-top: 1px solid #E6E6DC;
    float: left;
    padding: 28px 0 24px 0;
    width: 100%;
}
#section div.body h3 {
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 16px;
}
#section div.body h4 {
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 4px;
}
#section div.body h6 {
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    padding-bottom: 8px;
}
#section div.body ul {
    padding: 0 0 20px 20px;
}
#section div.body li {
    list-style: disc;
    padding-left: 0;
}
#section div.body p {
    padding-bottom: 20px;
}



/* SECTION > DIV.BODY > DIV.YOUTUBE
---------------------------------------- */
#section div.body div.youtube {
    max-width: 100%;
    padding: 12px 0 24px 0;
    width: 611px;
}
#section div.body div.youtube div {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
#section div.body div.youtube div iframe,  
#section div.body div.youtube div object,  
#section div.body div.youtube div embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



/* SECTION > THEME
---------------------------------------- */
#section #theme {
    border-top: 1px solid #E6E6DC;
    float: left;
    padding-bottom: 24px;
    width: 100%;
}
#section #theme h1 {
    border-bottom: 2px solid #E6E6DC;
    background: #FAFAFA;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 21px;
    line-height: 27px;
    padding: 26px 32px 26px 32px;
}
#section #theme p {
    font-size: 15px;
    line-height: 23px;
    padding: 27px 0 19px 0;
}



/* SECTION > CATEGORY
---------------------------------------- */
#section #category {
    float: left;
    padding-bottom: 36px;
    width: 611px;
}



/* SECTION > CATEGORY > DIV.POST
---------------------------------------- */
#section #category div.post {
    border-top: 1px solid #E6E6DC;
    float: left;
    width: 611px;
}
#section #category div.post div.p-thumbnail {
    float: left;
    padding: 12px 16px 12px 0;
    width: 184px;
}
#section #category div.post div.p-thumbnail img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    max-width: 100%;
    height: auto;
    width: auto\9;
}
#section #category div.post div.p-content,
#section #category div.post div.p-content-full {
    float: left;
    padding: 12px 0 14px 0;
}
#section #category div.post div.p-content {
    width: 411px;
}
#section #category div.post div.p-content-full {
    width: 611px;
}
#section #category div.post h3 {
    color: #505046;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 22px;
    padding: 3px 0 7px 0;
}
#section #category div.post h3 a {
    color: #505046;
    text-decoration: none;
}
#section #category div.post h3 a:hover {
    color: #00AAD2;
}



/* DIV.BUCKETS
---------------------------------------- */
div.buckets {
    float: left;
    width: 611px;
}
div.bucket {
    float: left;
    padding-bottom: 48px;
    width: 611px;
}
div.bucket dl {
    border-bottom: 2px solid #E6E6DC;
    float: left;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    width: 100%;
}
div.bucket dt {
    color: #00AAD2;
    display: inline-block;
    float: left;
    font-size: 21px;
    line-height: 33px;
    padding-bottom: 12px;
}
div.bucket dt a {
    background: url(/_assets/_img/icons.png) no-repeat;
    color: #00AAD2;
    display: inline-block;
    padding-left: 41px;
    text-decoration: none;
}
div.bucket dt a:hover {
    color: #505046 !important;
}
div.bucket.links dt a {
    background-position: -287px 0;
}
div.bucket.links dt a:hover {
    background-position: -287px -164px;
}
div.bucket.articles {
    padding-right: 31px;
}
div.bucket.articles dt a {
    background-position: -287px -41px;
}
div.bucket.articles dt a:hover {
    background-position: -287px -205px;
}
div.bucket.videos {
    padding-right: 31px;
}
div.bucket.videos dt a {
    background-position: -287px -82px;
}
div.bucket.videos dt a:hover {
    background-position: -287px -246px;
}
div.bucket.photos dt a {
    background-position: -287px -123px;
}
div.bucket.photos dt a:hover {
    background-position: -287px -287px;
}
div.bucket dd {
    display: inline-block;
    float: right;
    font-size: 10px;
    line-height: 15px;
    padding-top: 5px;
    text-align: right;
}
div.bucket dd a {
    background: #DCDCD2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    display: inline-block;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    line-height: 23px;
    padding: 0 8px 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}
div.bucket dd a:hover {
    background: #00AAD2;
    color: #FFF;
}
div.bucket ul {
    float: left;
    width: 611px;
}
div.bucket ul li {
    border-bottom: 1px solid #E6E6DC;
    font-size: 13px;
    line-height: 18px;
    padding: 9px 0 7px 0;
}
div.bucket ul li span {
    color: #78786E;
    display: block;
}
div.bucket ul li a {
    color: #505046;
    display: inline-block;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    text-decoration: none;
}
div.bucket ul li a:hover {
    color: #00AAD2;
}
div.bucket ol {
    float: left;
    width: 611px;
}
div.bucket ol li {
    float: left;
    overflow: hidden;
    padding-top: 16px;
    width: 297px;
}
div.bucket ol li.even {
    padding-left: 17px;
}
div.bucket ol li a {
    background: url(/_assets/_img/entry-pattern.png) #E6E6DC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    min-height: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
div.bucket ol li a:hover {
    color: #FFF;
}
div.bucket ol li a:hover img {
    visibility: hidden;
}
div.bucket ol li a:hover div.excerpt {
    visibility: visible;
}
div.bucket ol li a img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    height: auto;
    max-width: 100%;
    width: auto\9;
}
#main.solving div.bucket ol li a:hover {
    background: url(/_assets/_img/entry-pattern-yellow.png) #D2C846;
}
#main.unique div.bucket ol li a:hover {
    background: url(/_assets/_img/entry-pattern-green.png) #44C29D;
}
#main.resources div.bucket ol li a:hover {
    background: url(/_assets/_img/entry-pattern-pink.png) #EC5A84;
}
#main.success div.bucket ol li a:hover {
    background: url(/_assets/_img/entry-pattern-red.png) #D83B3B;
}
div.bucket ol li div.excerpt {
    font-family: "Helvetica Neue LT Std 65 Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    left: 0;
    line-height: 14px;
    padding: 14px 16px 0 16px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 300;
}
div.bucket ol li div.excerpt p {
    padding-bottom: 8px;
}



/* THEMES
---------------------------------------- */
#main.unique #aside ul li a:hover,
#main.unique #aside ul li.selected a,
#main.unique #section #headline h2,
#main.unique #section #headline h2 a,
#main.unique #section #category div.post h3 a:hover,
#main.unique #section div.bucket dt,
#main.unique #section div.bucket dt a,
#main.unique #section div.bucket ul li a:hover {
    color: #44C29D;
}
#main.unique #section div.bucket dd a:hover {
    background: #44C29D;
}
#main.resources #aside ul li a:hover,
#main.resources #aside ul li.selected a,
#main.resources #section #headline h2,
#main.resources #section #headline h2 a,
#main.resources #section #category div.post h3 a:hover,
#main.resources #section div.bucket dt,
#main.resources #section div.bucket dt a,
#main.resources #section div.bucket ul li a:hover {
    color: #EC5A84;
}
#main.resources #section div.bucket dd a:hover {
    background: #EC5A84;
}
#main.success #aside ul li a:hover,
#main.success #aside ul li.selected a,
#main.success #section #headline h2,
#main.success #section #headline h2 a,
#main.success #section #category div.post h3 a:hover,
#main.success #section div.bucket dt,
#main.success #section div.bucket dt a,
#main.success #section div.bucket ul li a:hover {
    color: #D83B3B;
}
#main.success #section div.bucket dd a:hover {
    background: #D83B3B;
}
#main.solving #aside ul li a:hover,
#main.solving #aside ul li.selected a,
#main.solving #section #headline h2,
#main.solving #section #headline h2 a,
#main.solving #section #category div.post h3 a:hover,
#main.solving #section div.bucket dt,
#main.solving #section div.bucket dt a,
#main.solving #section div.bucket ul li a:hover {
    color: #D2C846;
}
#main.solving #section div.bucket dd a:hover {
    background: #D2C846;
}



/* BUMPER
---------------------------------------- */
#bumper {
    background: url(/_assets/_img/bumper.png) center top;
    border-bottom: 1px solid #28281E;
    color: #64645A;
    float: left;
    font-family: "Helvetica Neue LT Std 65 Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    line-height: 18px;
    width: 100%;
}
#bumper div.pattern {
    background: url(/_assets/_img/bumper-pattern.png) center top repeat-x;
    float: left;
    width: 100%;
}
#bumper div.illustration {
    background: url(/_assets/_img/bumper-illustration.png) no-repeat;
    float: left;
    padding-top: 200px;
    width: 100%;
}
#bumper h2 {
    border-bottom: 1px solid #323228;
    color: #00AAD2;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 12px;
}
#bumper h2 a {
    background: url(/_assets/_img/icons.png) no-repeat;
    color: #00AAD2;
    display: inline-block;
    padding-left: 43px;
    text-decoration: none;
}
#bumper h2 a:hover {
    color: #7FB955;
}
#bumper #b-twitter {
    float: left;
    padding-right: 28px;
    width: 304px;
}
#bumper #b-twitter h2 a {
    background-position: -287px -328px;
}
#bumper #b-twitter h2 a:hover {
    background-position: -287px -451px;
}
#bumper #b-facebook {
    float: left;
    padding-right: 28px;
    width: 304px;
}
#bumper #b-facebook h2 a {
    background-position: -287px -369px;
}
#bumper #b-facebook h2 a:hover {
    background-position: -287px -492px;
}
#bumper #b-newsletter {
    float: left;
    width: 304px;
}
#bumper #b-newsletter h2 a {
    background-position: -287px -410px;
}
#bumper #b-newsletter h2 a:hover {
    background-position: -287px -533px;
}
#bumper div.inner {
    float: left;
    padding: 16px 0 28px 0;
}



/* P.BUTTON
---------------------------------------- */
p.button {
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    line-height: 34px;
    padding-top: 11px;
}
p.button a {
    background: url(/_assets/_img/button.png) left 0 no-repeat;
    color: #505046;
    display: inline-block;
    height: 34px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #DDD;
}
p.button a span {
    background: url(/_assets/_img/button.png) right -34px no-repeat;
    display: inline-block;
    height: 34px;
    margin-left: 30px;
    padding-right: 20px;
}
p.button a:hover {
    background-position: left -68px;
    color: #0988AC;
    text-shadow: 1px 1px 1px #FFF;
}
p.button a:hover span {
    background-position: right -102px;
}



/* FOOTER
---------------------------------------- */
#footer {
    border-top: 1px solid #19190F;
    float: left;
    width: 100%;
}
#footer h1 {
    padding: 30px 0 44px 0;
    float: left;
    width: 142px;
}
#footer h1 a {
    background: url(/_assets/_img/alberta.png) no-repeat;
    display: block;
    height: 40px;
    width: 142px;
}
#footer h1 a span {
    display: none;
}
#footer ul {
    float: left;
    font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 10px;
    line-height: 16px;
    padding: 48px 0 50px 23px;
}
#footer ul li {
    background: url(/_assets/_img/divide.png) no-repeat;
    float: left;
    margin-left: 16px;
    padding-left: 18px;
}
#footer li.first {
    background: none;
    margin: 0;
    padding: 0;
}
#footer ul li a {
    color: #96968C;
    text-decoration: none;
}
#footer ul li a:hover,
#footer ul li.selected a {
    color: #FFF;
    text-decoration: underline;
}



/* ISOTOPE
---------------------------------------- */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}



/* MEDIA
---------------------------------------- */
@media screen and (min-width: 1001px)  {
    div.wrap,
    #banner div.illustration,
    #banner ul {
        width: 1232px;
    }
    #banner ul li {
        font-size: 45px;
        line-height: 48px;
        padding-bottom: 65px;
    }
    #header ul,
    #header ol {
        width: 1089px;
    }
    #home div.entry {
        width: 287px;
    }
    #home div.entry.feature {
        width: 586px;
    }
    #home div.entry.feature h3 {
        font-size: 38px;
        line-height: 42px;
    }
    #home div.entry.feature h4 {
        font-size: 21px;
        line-height: 25px;
    }
    #home div.entry div.excerpt {
        width: 257px;
    }
    #home div.entry.thumbnail div.excerpt ul {
        display: inline;
    }
    #section,
    #section #category,
    #section #category div.post,
    #section #category div.post div.p-content-full,
    #section div.body div.youtube,
    div.buckets {
        width: 843px;
    }
    #section #category div.post div.p-content {
        width: 643px;
    }
    #section #headline h2 {
        font-size: 25px;
        width: 679px;
    }
    div.bucket,
    div.bucket ul,
    div.bucket ol {
        width: 406px;
    }
    div.bucket.articles,
    div.bucket.videos {
        padding-right: 31px;
    }
    div.bucket ol li {
        width: 195px;
    }
    div.bucket ol li.even {
        padding-left: 16px;
    }
    #bumper #b-twitter,
    #bumper #b-facebook,
    #bumper #b-newsletter {
        width: 392px;
    }
}



@media screen and (max-width: 1232px) {
    html {
        -webkit-text-size-adjust: none;
    }
    div.wrap,
    #banner div.illustration,
    #banner ul {
        width: 1000px;
    }
    #banner ul li {
        font-size: 36px;
        line-height: 41px;
        padding-bottom: 67px;
    }
    #header ul {
        width: 857px;
    }
    #header ol {
        clear: both;
        float: left;
        width: auto;
    }
    #home div.entry {
        width: 229px;
    }
    #home div.entry.feature {
        width: 470px;
    }
    #home div.entry.feature h3 {
        font-size: 36px;
        line-height: 40px;
    }
    #home div.entry.feature h4 {
        font-size: 18px;
        line-height: 22px;
    }
    #home div.entry.feature h5 {
        font-size: 15px;
        line-height: 20px;
    }
    #home div.entry div.excerpt {
        width: 199px;
    }
    #home div.entry.thumbnail div.excerpt ul {
        display: none;
    }
    #section,
    #section #category,
    #section #category div.post,
    #section #category div.post div.p-content-full,
    div.buckets {
        width: 611px;
    }
    #section #category div.post div.p-content {
        width: 411px;
    }
    #section #headline h2 {
        font-size: 24px;
        width: 447px;
    }
    div.bucket,
    div.bucket ul,
    div.bucket ol {
        width: 290px;
    }
    div.bucket.articles,
    div.bucket.videos {
        padding-right: 31px;
    }
    div.bucket ol li {
        width: 137px;
    }
    div.bucket ol li.even {
        padding-left: 16px;
    }
    #bumper #b-twitter,
    #bumper #b-facebook,
    #bumper #b-newsletter {
        width: 312px;
    }
    #bumper #b-twitter,
    #bumper #b-facebook {
        padding-right: 32px;
    }

}



@media screen and (max-width: 1000px) {
    html {
        -webkit-text-size-adjust: none;
    }
    div.wrap,
    #banner div.illustration,
    #banner ul {
        width: 744px;
    }
    #header h1 {
        padding: 16px 0 8px 0;
    }
    #header h2.question {
        display: inline;
    }
    #header ul {
        clear: both;
        float: left;
        padding-top: 0;
        width: auto;
    }
    #header ol {
        clear: both;
        float: left;
        font-family: "Helvetica Neue LT Std 75 Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
        font-size: 10px;
        line-height: 16px;
        padding-bottom: 12px;
        width: auto;
    }
    #header ol li {
        margin-left: 7px;
        padding-left: 9px;
    }
    #header ol li a {
        background: none;
        padding-left: 0;
    }
    #banner h2.question {
        display: none;
    }
    #banner ul {
        padding-top: 59px;
    }
    #banner ul li {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 68px;
    }
    #main #frame {
        background-position: -50px 0;
    }
    #utility h6 {
        float: none;
        padding-bottom: 8px;
    }
    #utility ul {
        font-size: 10px;
        line-height: 15px;
        padding: 0 0 23px 23px;
    }
    #utility ul li {
        padding-right: 9px;
    }
    #utility ul li a {
        padding-bottom: 1px;
    }
    #home div.entry {
        width: 165px;
    }
    #home div.entry h2 {
        font-size: 17px;
        line-height: 21px;
    }
    #home div.entry.feature {
        width: 342px;
    }
    #home div.entry.feature h3 {
        font-size: 21px;
        line-height: 25px;
        padding-bottom: 4px;
    }
    #home div.entry.feature h4 {
        font-size: 13px;
        line-height: 16px;
        padding-bottom: 4px;
    }
    #home div.entry.feature h5 {
        font-size: 13px;
        line-height: 16px;
    }
    #home div.entry div.excerpt {
        width: 135px;
    }
    #home div.entry div.excerpt ul {
        display: none;
    }
    #aside {
        width: 260px;
    }
    #aside ul {
        font-size: 13px;
    }
    #aside ol {
        font-size: 11px;
        line-height: 20px;
    }
    #section,
    #section #category,
    #section #category div.post,
    #section #category div.post div.p-content-full,
    #section #headline h2,
    #section #headline h2 em,
    div.buckets,
    div.bucket,
    div.bucket ul,
    div.bucket ol {
        width: 405px;
    }
    #section #theme,
    #section #category {
        padding-bottom: 12px;
    }
    #section #headline h2 {
        padding-bottom: 19px;
    }
    #section #headline h2 em {
        display: block;
        padding: 0;
    }
    #section #headline ul {
        float: left;
        padding: 0 0 24px 0;
    }
    #section #headline ul li {
        float: left;
        padding-top: 0;
        padding-left: 0;
        padding-right: 8px;
    }
    #section #headline ul li.facebook {
        padding-top: 5px;
    }
    #section #theme h1 {
        font-size: 18px;
        line-height: 24px;
        padding: 26px 32px 27px 32px;
    }
    #section #category div.post div.p-thumbnail {
        width: 120px;
    }
    #section #category div.post div.p-content {
        width: 269px;
    }
    div.bucket ol li {
        width: 194px;
    }
    #bumper h2 {
        font-size: 15px;
    }
    #bumper #b-twitter,
    #bumper #b-facebook,
    #bumper #b-newsletter {
        width: 228px;
    }
    #bumper #b-twitter,
    #bumper #b-facebook {
        padding-right: 30px;
    }
}



@media screen and (max-width: 767px) {
    html {
        -webkit-text-size-adjust: none;
    }
    div.wrap,
    #banner div.illustration,
    #banner ul {
        width: 320px;
    }
    #banner {
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: auto;
    }
    #header {
        background: none;
    }
    #header h1 {
        padding: 4px 0 6px 4px;
    }
    #header h2.question {
        padding: 4px 4px 0 0;
    }
    #header li,
    #header li.linkedinpop {
        background: none;
        margin: 0;
        padding: 0;
        width: 300px;
    }
    #header ul {
        background: none;
        float: left;
        margin: 0;
        padding: 0 10px 6px 10px;
        width: 300px;
    }
    #header ol {
        background: none;
        float: left;
        margin: 0;
        padding: 0 10px 12px 10px;
        width: 300px;
    }
    #header ol li a {
        background: url(/_assets/_img/blocks.png) no-repeat;
        padding-left: 12px;
    }
    #header ol li.health a {
        background-position: 0 -16px;
    }
    #header ol li.energy a {
        background-position: 0 -32px;
    }
    #header ol li.technology a {
        background-position: 0 -48px;
    }
    #header ol li.research a {
        background-position: 0 -64px;
    }
    #main {
        border-top: 1px solid #000;
        padding-top: 0;
    }
    #main #frame {
        background-image: none;
        border-radius: 0px 0px 4px 4px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
    }
    #utility {
        display: none;
    }
    #home {
        padding-top: 3px;
    }
    #home div.entry {
        width: 272px;
    }
    #home div.entry h2 {
        font-size: 21px;
        line-height: 26px;
    }
    #home div.entry.feature {
        width: 272px;
    }
    #home div.entry.feature h3 {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 4px;
    }
    #home div.entry.feature h4 {
        font-size: 15px;
        line-height: 18px;
    }
    #home div.entry.feature h5 {
        font-size: 13px;
        line-height: 16px;
    }
    #home div.entry div.excerpt {
        width: 242px;
    }
    #aside {
        width: 320px;
    }
    #aside ul li a {
        margin: 0;
    }
    #aside ul li.selected a {
        background-position: left bottom;
    }
    #aside ol {
        background: url(/_assets/_img/aside-divide.png) left bottom repeat-x;
        padding: 10px 0 11px 24px;
    }
    #section {
        padding: 0 24px 0 24px;
    }
    #section,
    #section #category,
    #section #category div.post,
    #section #category div.post div.p-content,
    #section #category div.post div.p-content-full,
    #section #category div.post div.p-thumbnail,
    #section #headline h2,
    div.buckets,
    div.bucket,
    div.bucket ul,
    div.bucket ol {
        width: 272px;
    }
    #section #headline h2 {
        font-size: 21px;
        padding-top: 17px;
    }
    #section #theme h1 {
        padding: 18px 24px 19px 24px;
    }
    #section #category div.post div.p-thumbnail {
        padding: 20px 0 0 0;
    }
    #section div.body {
        padding-top: 20px;
    }
    div.bucket {
        padding-bottom: 24px;
    }
    div.bucket dl dd {
        display: none;
    }
    div.bucket ol li {
        width: 128px;
    }
    div.bucket ol li.even {
        padding-left: 16px;
    }
    #bumper div.pattern {
        background-position: center -136px;
    }
    #bumper div.illustration {
        background: none;
        padding-top: 36px;
    }
    #bumper #b-twitter,
    #bumper #b-facebook,
    #bumper #b-newsletter {
        padding: 0 16px 0 16px;
        width: 288px;
    }
    #footer h1 {
        padding-left: 89px;
    }
    #footer ul {
        display: none;
    }
}