|
@@ -1,825 +0,0 @@
|
|
|
-@charset "UTF-8";
|
|
|
-
|
|
|
-html, body, div, span, applet, object, iframe,
|
|
|
-h1, h2, .page #content_box #inner_box article h3, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
-a, abbr, acronym, address, big, cite, code,
|
|
|
-del, dfn, em, 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,
|
|
|
-article, aside, canvas, details, embed,
|
|
|
-figure, figcaption, footer, header, hgroup,
|
|
|
-menu, nav, output, ruby, section, summary,
|
|
|
-time, mark, audio, video {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
- font: inherit;
|
|
|
- font-size: 100%;
|
|
|
- vertical-align: baseline;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-html {
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-ol, ul {
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-table {
|
|
|
- border-collapse: collapse;
|
|
|
- border-spacing: 0;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-caption, th, td {
|
|
|
- text-align: left;
|
|
|
- font-weight: normal;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-q, blockquote {
|
|
|
- quotes: none;
|
|
|
-}
|
|
|
-
|
|
|
-q:before, q:after, blockquote:before, blockquote:after {
|
|
|
- content: "";
|
|
|
- content: none;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-a img {
|
|
|
- border: none;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-html {
|
|
|
- font-size: 100%;
|
|
|
- line-height: 1.75em;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-body {
|
|
|
- background: black;
|
|
|
- -webkit-text-size-adjust: none;
|
|
|
- -moz-text-size-adjust: none;
|
|
|
- -ms-text-size-adjust: none;
|
|
|
- font-family: "Open Sans", sans-serif;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-a {
|
|
|
- text-decoration: none;
|
|
|
- color: #4080bf;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-strong {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-em {
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#cookie_monster {
|
|
|
- position: fixed;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- background: rgba(255, 255, 255, 0.8);
|
|
|
- font-family: 'Open Sans', sans-serif;
|
|
|
- z-index: 255;
|
|
|
-}
|
|
|
-@media (min-width: 48em) {
|
|
|
-
|
|
|
- #cookie_monster {
|
|
|
- top: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 48em) {
|
|
|
-
|
|
|
- #cookie_monster {
|
|
|
- bottom: 0;
|
|
|
- background: rgba(239, 239, 143, 0.8);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-#cookie_monster .content {
|
|
|
- max-width: 48em;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- margin: 0 auto;
|
|
|
- color: black;
|
|
|
- padding: 0.375em 1.5em 0.1875em 1.5em;
|
|
|
-}
|
|
|
-
|
|
|
-#cookie_monster .content:after {
|
|
|
- content: " ";
|
|
|
- display: block;
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-
|
|
|
-#cookie_monster .content strong {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-#cookie_monster .content .button {
|
|
|
- display: block;
|
|
|
- background: black;
|
|
|
- color: white;
|
|
|
- padding: 0.375em 0.5625em;
|
|
|
- margin-top: 0.375em;
|
|
|
- margin-left: 0.1875em;
|
|
|
- float: right;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- border: 0;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-#cookie_monster .content .button.no {
|
|
|
- background: #34b273;
|
|
|
-}
|
|
|
-
|
|
|
-#cookie_monster .content .button.yes {
|
|
|
- font-weight: bold;
|
|
|
- background: #c0598c;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#top_banner {
|
|
|
- background-repeat: no-repeat !important;
|
|
|
- background-position: center center !important;
|
|
|
- -moz-background-size: cover !important;
|
|
|
- -o-background-size: cover !important;
|
|
|
- -webkit-background-size: cover !important;
|
|
|
- background-size: cover !important;
|
|
|
- height: 120px;
|
|
|
- background: black;
|
|
|
-}
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- #top_banner {
|
|
|
- height: 80px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#bold_title {
|
|
|
- color: white;
|
|
|
- max-width: 48em;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- position: relative;
|
|
|
- font-family: 'Oswald', sans-serif;
|
|
|
- font-weight: normal;
|
|
|
- text-shadow: 0px 0px 3px black;
|
|
|
-}
|
|
|
-
|
|
|
-#bold_title:after {
|
|
|
- content: " ";
|
|
|
- display: block;
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-
|
|
|
-#bold_title h1 {
|
|
|
- font-size: 3em;
|
|
|
- text-align: right;
|
|
|
- position: relative;
|
|
|
- top: 0.75em;
|
|
|
- width: 47.82609%;
|
|
|
- float: left;
|
|
|
- margin-right: 4.34783%;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-
|
|
|
-#bold_title .tagline {
|
|
|
- font-size: 1.5em;
|
|
|
- text-align: left;
|
|
|
- width: 47.82609%;
|
|
|
- float: right;
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-#bold_title .tagline span {
|
|
|
- position: absolute;
|
|
|
- margin-left: -30.43478%;
|
|
|
- top: 3em;
|
|
|
-}
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- #bold_title h1 {
|
|
|
- font-size: 2em;
|
|
|
- top: 0.5em;
|
|
|
- width: 79.16667%;
|
|
|
- float: left;
|
|
|
- margin-left: 2.08333%;
|
|
|
- margin-right: 2.08333%;
|
|
|
- }
|
|
|
-
|
|
|
- #bold_title .tagline span {
|
|
|
- font-size: 0.75em;
|
|
|
- top: 2.5em;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.page #content_box #inner_box {
|
|
|
- max-width: 48em;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box:after {
|
|
|
- content: " ";
|
|
|
- display: block;
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article {
|
|
|
- width: 100%;
|
|
|
- float: left;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
- padding-top: 56px;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article.bottom_padding {
|
|
|
- padding-bottom: 56px;
|
|
|
-}
|
|
|
-@media (max-width: 48em) {
|
|
|
-
|
|
|
- .page #content_box #inner_box article {
|
|
|
- width: 95.83333%;
|
|
|
- float: left;
|
|
|
- margin-left: 2.08333%;
|
|
|
- margin-right: 2.08333%;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- .page #content_box #inner_box article {
|
|
|
- padding-top: 28px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article header {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article header h2, .page #content_box #inner_box article header h3 {
|
|
|
- font-size: 2em;
|
|
|
- font-family: "Oswald", sans-serif;
|
|
|
- line-height: 56px;
|
|
|
- padding-bottom: 28px;
|
|
|
-}
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- .page #content_box #inner_box article header h2, .page #content_box #inner_box article header h3 {
|
|
|
- font-size: 1.5em;
|
|
|
- padding-bottom: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article h2, .page #content_box #inner_box article h3 {
|
|
|
- font-family: "Oswald", sans-serif;
|
|
|
- font-size: 1.5em;
|
|
|
- line-height: 56px;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article h3 {
|
|
|
- font-size: 1.25em;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article h3 strong {
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article ul {
|
|
|
- padding-left: 1em;
|
|
|
- margin: 14px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article ul.nomargin {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article ul li {
|
|
|
- text-indent: -0.7em;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article ul li:before {
|
|
|
- content: '• ';
|
|
|
- width: 1em;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article ul.nobullets {
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article ul.nobullets li {
|
|
|
- text-indent: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article ul.nobullets li:before {
|
|
|
- content: '';
|
|
|
- width: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article p.calltoaction {
|
|
|
- text-align: center;
|
|
|
- display: block;
|
|
|
- margin: 14px 0;
|
|
|
- padding: 14px 0;
|
|
|
- background-color: #e7f2fd;
|
|
|
- font-size: 1.5em;
|
|
|
- font-family: "Oswald", sans-serif;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article section.full {
|
|
|
- width: 100%;
|
|
|
- float: left;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article section.full.hr {
|
|
|
- height: 1px;
|
|
|
- padding: 0;
|
|
|
- margin: 20.44px 0 7px 0;
|
|
|
- background: #cccccc;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article section.left {
|
|
|
- width: 47.82609%;
|
|
|
- float: left;
|
|
|
- margin-right: 4.34783%;
|
|
|
-}
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- .page #content_box #inner_box article section.left {
|
|
|
- width: 100%;
|
|
|
- float: left;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article section.right {
|
|
|
- width: 47.82609%;
|
|
|
- float: right;
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- .page #content_box #inner_box article section.right {
|
|
|
- width: 100%;
|
|
|
- float: left;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article section blockquote {
|
|
|
- padding: 4.34783% 28px;
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article section blockquote i, .page #content_box #inner_box article section blockquote em {
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article figure {
|
|
|
- position: relative;
|
|
|
- margin-top: 14px;
|
|
|
- margin-bottom: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article figure img {
|
|
|
- -moz-border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- width: 100%;
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article figure figcaption {
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- bottom: 0;
|
|
|
- font-size: 0.75em;
|
|
|
- color: #fff;
|
|
|
- line-height: 28px;
|
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
- padding: 0 0 0.2em 0;
|
|
|
- -moz-border-radius: 0 0 4px 4px;
|
|
|
- -webkit-border-radius: 0;
|
|
|
- border-radius: 0 0 4px 4px;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article figure figcaption a {
|
|
|
- color: #fff;
|
|
|
- text-decoration: underline;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article figure figcaption span {
|
|
|
- padding: 0 1em;
|
|
|
-}
|
|
|
-
|
|
|
-.page #content_box #inner_box article figure figcaption span:before {
|
|
|
- content: '\203A ';
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.home.page #bold_title h1 {
|
|
|
- text-align: center;
|
|
|
- width: 100%;
|
|
|
- float: left;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page #bold_title h1 .hi {
|
|
|
- font-size: 0.667em;
|
|
|
- vertical-align: super;
|
|
|
- margin-right: 0.25em;
|
|
|
-}
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- .home.page #bold_title h1 {
|
|
|
- font-size: 3em;
|
|
|
- top: 0.35em;
|
|
|
- }
|
|
|
-
|
|
|
- .home.page #bold_title .tagline span {
|
|
|
- background: red;
|
|
|
- font-size: 0.75em;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#content_box {
|
|
|
- background: white;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-#content_box #main_menu {
|
|
|
- background: black;
|
|
|
- max-width: 48em;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-
|
|
|
-#content_box #main_menu:after {
|
|
|
- content: " ";
|
|
|
- display: block;
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-
|
|
|
-#content_box #main_menu ul {
|
|
|
- position: absolute;
|
|
|
- bottom: -42px;
|
|
|
- text-align: center;
|
|
|
- white-space: nowrap;
|
|
|
- overflow-x: auto;
|
|
|
- overflow-y: hidden;
|
|
|
- -webkit-overflow-scrolling: touch;
|
|
|
-}
|
|
|
-
|
|
|
-#content_box #main_menu ul li {
|
|
|
- padding: 10px 15px 5px 0;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-#content_box #main_menu ul a {
|
|
|
- color: white;
|
|
|
- font-family: "Oswald", sans-serif;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-@media (max-width: 48em) {
|
|
|
-
|
|
|
- #content_box #main_menu ul {
|
|
|
- width: 95.83333%;
|
|
|
- float: left;
|
|
|
- margin-left: 2.08333%;
|
|
|
- margin-right: 2.08333%;
|
|
|
- background: url("../images/hscroller-01.png") bottom center no-repeat;
|
|
|
- background-size: auto 100%;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#inner_box {
|
|
|
- max-width: 48em;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
-}
|
|
|
-
|
|
|
-#inner_box:after {
|
|
|
- content: " ";
|
|
|
- display: block;
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.home.page #inner_box {
|
|
|
- padding-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page h2, .home.page #content_box #inner_box article h3 {
|
|
|
- line-height: 80px;
|
|
|
- text-align: center;
|
|
|
- font-size: 2em;
|
|
|
- font-family: 'Oswald', sans-serif;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page .work.column {
|
|
|
- width: 25%;
|
|
|
- height: 300px;
|
|
|
- float: left;
|
|
|
- display: block;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- position: relative;
|
|
|
- vertical-align: bottom;
|
|
|
- background: gray;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page .work.column span {
|
|
|
- position: absolute;
|
|
|
- color: white;
|
|
|
- font-family: 'Oswald', sans-serif;
|
|
|
- font-size: 30px;
|
|
|
- white-space: nowrap;
|
|
|
- -moz-transform-origin: bottom left;
|
|
|
- -ms-transform-origin: bottom left;
|
|
|
- -webkit-transform-origin: bottom left;
|
|
|
- transform-origin: bottom left;
|
|
|
- -moz-transform: rotate(-90deg);
|
|
|
- -ms-transform: rotate(-90deg);
|
|
|
- -webkit-transform: rotate(-90deg);
|
|
|
- transform: rotate(-90deg);
|
|
|
- display: block;
|
|
|
- bottom: 0.33em;
|
|
|
- left: 1.33em;
|
|
|
- overflow: visible;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page .work.column.research {
|
|
|
- background-image: url("../images/home-research-2x.png");
|
|
|
- background-position: right bottom;
|
|
|
- background-size: cover;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page .work.column.development {
|
|
|
- background-image: url("../images/home-development-2x.png");
|
|
|
- background-position: right bottom;
|
|
|
- background-size: cover;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page .work.column.writing {
|
|
|
- background-image: url("../images/home-writing-2x.png");
|
|
|
- background-position: right bottom;
|
|
|
- background-size: cover;
|
|
|
-}
|
|
|
-
|
|
|
-.home.page .work.column.other {
|
|
|
- background-image: url("../images/home-contact-2x.png");
|
|
|
- background-position: right bottom;
|
|
|
- background-size: cover;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-#site_footer {
|
|
|
- max-width: 48em;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- color: #d9e6f2;
|
|
|
- line-height: 22.4px;
|
|
|
-}
|
|
|
-
|
|
|
-#site_footer:after {
|
|
|
- content: " ";
|
|
|
- display: block;
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-
|
|
|
-#site_footer .footer_body {
|
|
|
- padding-top: 46px;
|
|
|
- border-bottom: 1px solid #60809f;
|
|
|
-}
|
|
|
-
|
|
|
-#site_footer .footer_body a {
|
|
|
- color: #8cb3d9;
|
|
|
-}
|
|
|
-
|
|
|
-#site_footer .footer_body .column {
|
|
|
- padding-top: 14px;
|
|
|
- font-size: 0.75em;
|
|
|
-}
|
|
|
-
|
|
|
-#site_footer .footer_body .column.first {
|
|
|
- width: 13.04348%;
|
|
|
- float: left;
|
|
|
- margin-right: 4.34783%;
|
|
|
-}
|
|
|
-
|
|
|
-#site_footer .footer_body .column.second {
|
|
|
- width: 13.04348%;
|
|
|
- float: left;
|
|
|
- margin-right: 4.34783%;
|
|
|
-}
|
|
|
-
|
|
|
-#site_footer .footer_body .column.last {
|
|
|
- width: 65.21739%;
|
|
|
- float: right;
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-@media (max-width: 48em) {
|
|
|
-
|
|
|
- #site_footer .footer_body .column.first {
|
|
|
- width: 30.43478%;
|
|
|
- float: left;
|
|
|
- margin-right: 4.34783%;
|
|
|
- margin-left: 2.17391%;
|
|
|
- }
|
|
|
-
|
|
|
- #site_footer .footer_body .column.last {
|
|
|
- width: 47.82609%;
|
|
|
- float: right;
|
|
|
- margin-right: 0;
|
|
|
- margin-right: 2.17391%;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.contact.page #content_box article section.links {
|
|
|
- width: 47.82609%;
|
|
|
- float: left;
|
|
|
- margin-right: 4.34783%;
|
|
|
-}
|
|
|
-@media (max-width: 48em) {
|
|
|
-
|
|
|
- .contact.page #content_box article section.links {
|
|
|
- width: 100%;
|
|
|
- float: left;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form {
|
|
|
- width: 47.82609%;
|
|
|
- float: right;
|
|
|
- margin-right: 0;
|
|
|
-}
|
|
|
-@media (max-width: 48em) {
|
|
|
-
|
|
|
- .contact.page #content_box article section.form {
|
|
|
- width: 100%;
|
|
|
- float: left;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form p.contact_thanks {
|
|
|
- background: #ecf9ec;
|
|
|
- color: #0d730d;
|
|
|
- padding: 0.5em 14px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form p.meanwhile {
|
|
|
- padding: 0.5em 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .field {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- padding-bottom: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .field label {
|
|
|
- display: block;
|
|
|
- color: #9fbfdf;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .field input, .contact.page #content_box article section.form .field textarea {
|
|
|
- -moz-border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- padding: 0 0 0 0.25em;
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- height: 28px;
|
|
|
- font-size: 1em;
|
|
|
- font-family: "Open Sans", sans-serif;
|
|
|
- border: 0;
|
|
|
- border-bottom: 2px solid #4080bf;
|
|
|
- background: #f7fafc;
|
|
|
-}
|
|
|
-@media (max-width: 48em) {
|
|
|
-
|
|
|
- .contact.page #content_box article section.form .field input, .contact.page #content_box article section.form .field textarea {
|
|
|
- width: 95.83333%;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .field textarea {
|
|
|
- min-height: 140px;
|
|
|
- max-width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .field input:focus, .contact.page #content_box article section.form .field textarea:focus {
|
|
|
- outline: none;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .field input.invalid, .contact.page #content_box article section.form .field textarea.invalid {
|
|
|
- border-bottom: 2px solid #4080bf;
|
|
|
- background: #f7fafc;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .field input.valid, .contact.page #content_box article section.form .field textarea.valid {
|
|
|
- border-bottom: 2px solid #4080bf;
|
|
|
- background: white;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .button {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .button button {
|
|
|
- background: #3973ac;
|
|
|
- font-weight: bold;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- color: white;
|
|
|
- border: 0;
|
|
|
- font-size: 1em;
|
|
|
- line-height: 2.5em;
|
|
|
- padding: 0 0.75em 0.1em 0.5em;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .button button .fa {
|
|
|
- padding-right: 0.25em;
|
|
|
-}
|
|
|
-
|
|
|
-.contact.page #content_box article section.form .button button:disabled {
|
|
|
- background: #b3cce6;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 32em) {
|
|
|
-
|
|
|
- .development.page #content_box article section.project {
|
|
|
- margin-top: 14px;
|
|
|
- border-top: 1px solid #cccccc;
|
|
|
- padding-top: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- .development.page #content_box article section.project h3 {
|
|
|
- line-height: 28px !important;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.page.cv .macro {
|
|
|
- margin-top: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.page.cv .macro.first {
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page.cv .macro .body section {
|
|
|
- margin-top: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.page.cv .macro .body section:first-child, .page.cv .macro .body section#full_cv {
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.page.cv .macro .body section section {
|
|
|
- margin-top: 0;
|
|
|
- padding-left: 1em;
|
|
|
- border-left: 3px solid #d9e6f2;
|
|
|
-}
|