Team:EMW Street Bio/assets/css/main css

@import url("https://2016.igem.org/Team:EMW_Street_Bio/assets/css/font-awesome_min_css?action=raw&ctype=text/css"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600"); @import url("https://2016.igem.org/Team:EMW_Street_Bio/assets/css/grid_css?action=raw&ctype=text/css");


/* Telephasic by HTML5 UP and Stellar by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

Edited by Thras Karydis karydis@mit.edu

  • /

/*------------------------------------*\

   $ARROW

\*------------------------------------*/'

.arrow_box {

   position: relative;
   background: #88b7d5;
   border: 4px solid #c2e1f5;

} .arrow_box:after, .arrow_box:before {

   top: 100%;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;

}

.arrow_box:after {

   border-color: rgba(136, 183, 213, 0);
   border-top-color: #88b7d5;
   border-width: 30px;
   margin-left: -30px;

} .arrow_box:before {

   border-color: rgba(194, 225, 245, 0);
   border-top-color: #c2e1f5;
   border-width: 36px;
   margin-left: -36px;

}


/*------------------------------------*\

   $CAROUSEL

\*------------------------------------*/ .carousel{

   overflow:hidden;
   width:100%;

} .panes{

   list-style:none;
   position:relative;
   width:500%; /* Number of panes * 100% */
   overflow:hidden; /* This is used solely to clear floats, it does not add functionality. */
   -moz-animation:carousel 30s infinite;
   -webkit-animation:carousel 30s infinite;
   animation:carousel 30s infinite;
   margin: 0;
   padding: 0;

} .panes > li{

   position:relative;
   float:left;
   width:20%; /* 100 / number of panes */
   margin:0;
   padding: 0;

} .carousel img{

   display:block;
   width: 70%;
   margin: 0 auto;
   max-width: 1333px;
   height: 450px;

}

@keyframes carousel{

   0%    { left:0; }
   11%   { left:0; }
   12.5% { left:-100%; }
   23.5% { left:-100%; }
   25%   { left:-200%; }
   36%   { left:-200%; }
   37.5% { left:-300%; }
   48.5% { left:-300%; }
   50%   { left:-400%; }
   61%   { left:-400%; }
   62.5% { left:-300%; }
   73.5% { left:-300%; }
   75%   { left:-200%; }
   86%   { left:-200%; }
   87.5% { left:-100%; }
   98.5% { left:-100%; }
   100%  { left:0; }

}

/* Hero */

  1. hero {
   position: relative;
   color: #fff;
   text-align: center;
   z-index: 1;

}

  1. hero h2 {
   color: #fff;
   font-size: 1.5em;

}

  1. hero strong {
   color: inherit;

}

  1. hero header > span {
   color: #fff;

}

  1. hero p {
   font-size: 1.5em;
   line-height: 1.5em;

}

  1. hero .button {
   background: #fff;
   border-color: rgba(255, 255, 255, 0);
   color: #e95653;
   font-size: 1.25em;
   padding: .25em 2em .25em 2em;

}

  1. hero .button:hover {
   border-color: rgba(255, 255, 255, 0.75);
   background-color: rgba(255, 255, 255, 0.15);
   color: #fff;

}

  1. hero a {
   color: #fff;
   border-color: #fff;
   border-color: rgba(255, 255, 255, 0.5);

}

  1. hero a:hover {
   border-color: rgba(255, 255, 255, 0);

}

/* Clear iGEM stuff */


  1. page-wrapper{
   margin-top: 26px;

}

.homepage{

   margin-bottom: -40px;
}
  1. sideMenu, #top_title {
   display: none;

}

  1. content {
   padding: 0;
   width: 100%;
   margin-top: -1px;
   margin-left: 0;

}

  1. top_menu_14 {
   background-color: #453535;
   border-bottom: none;
   height: 25px;

}


  1. top_menu_under {
   height: 0px;

}


  1. globalWrapper {
   font-size: 100%;

}

  1. HQ_page p {
   font-family: inherit;
   font: inherit;
   text-align: inherit;

}


  1. HQ_page .button {
   min-width: unset;
   max-width: unset;
   border: None;
   color: unset;
   background-color: unset;
   height: unset;
   font-size: unset;
   text-align: unset;
   border-radius: unset;
   padding: unset;
   margin: unset;
   -webkit-transition: None;
   -moz-transition: None;
   -ms-transition: None;
   -o-transition: None;
   transition: None;

}

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, 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; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: none; }

table { border-collapse: collapse; border-spacing: 0; }

body { -webkit-text-size-adjust: none; }

/* Box Model */

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Containers */

.container { margin-left: auto; margin-right: auto; }

.container.\31 25\25 { width: 100%; max-width: 1500px; min-width: 1200px; }

.container.\37 5\25 { width: 900px; }

.container.\35 0\25 { width: 600px; }

.container.\32 5\25 { width: 300px; }

.container { width: 1200px; }

@media screen and (max-width: 1280px) {

.container.\31 25\25 { width: 100%; max-width: 1200px; min-width: 960px; }

.container.\37 5\25 { width: 720px; }

.container.\35 0\25 { width: 480px; }

.container.\32 5\25 { width: 240px; }

.container { width: 960px; }

}

@media screen and (max-width: 1080px) {

.container.\31 25\25 { width: 100%; max-width: 125%; min-width: 100%; }

.container.\37 5\25 { width: 75%; }

.container.\35 0\25 { width: 50%; }

.container.\32 5\25 { width: 25%; }

.container { width: 100%; }

}

@media screen and (max-width: 820px) {

.container.\31 25\25 { width: 100%; max-width: 125%; min-width: 100%; }

.container.\37 5\25 { width: 75%; }

.container.\35 0\25 { width: 50%; }

.container.\32 5\25 { width: 25%; }

.container { width: 100% !important; }

}

@media screen and (max-width: 736px) {

.container.\31 25\25 { width: 100%; max-width: 125%; min-width: 100%; }

.container.\37 5\25 { width: 75%; }

.container.\35 0\25 { width: 50%; }

.container.\32 5\25 { width: 25%; }

.container { width: 100% !important; }

}

@media screen and (max-width: 480px) {

.container.\31 25\25 { width: 100%; max-width: 125%; min-width: 100%; }

.container.\37 5\25 { width: 75%; }

.container.\35 0\25 { width: 50%; }

.container.\32 5\25 { width: 25%; }

.container { width: 100% !important; }

}


/* Basic */

@-ms-viewport { width: device-width; }

body { background: #f5f7fa; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; color: #52575c; line-height: 1.75em; font-size: 14pt;

       -ms-overflow-style: scrollbar;

}

input, textarea, select { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; color: #52575c; line-height: 1.75em; font-size: 15pt; }

body.is-loading *, body.is-loading *:before, body.is-loading *:after { -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; }

       @media screen and (max-width: 1680px) {

body, input, select, textarea { font-size: 14pt; }

}

@media screen and (max-width: 1280px) {

body, input, select, textarea { font-size: 12pt; }

}

@media screen and (max-width: 360px) {

body, input, select, textarea { font-size: 11pt; }

}


h1, h2, h3, h4, h5, h6 { font-weight: 300; color: #52575c; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }

h2 { font-size: 2em; line-height: 1.25em; }

h3 { font-size: 1.5em; line-height: 1.5em; }

   h4 {

font-size: 1.1em; }

h5 { font-size: 0.9em; }

h6 { font-size: 0.7em; }

a { -moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; -ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; color: inherit; text-decoration: none; border-bottom: dotted 1px #62676c; }

a:hover { color: #e95653; border-bottom-color: transparent; }


       a:visited {
           color: inherit;
       }


strong, b { font-weight: 400; color: #7a55a2; }

em, i { font-style: italic; }

sub { position: relative; top: 0.5em; font-size: 0.8em; }

sup { position: relative; top: -0.5em; font-size: 0.8em; }

hr { border: 0; border-top: solid 1px #c2c7cc;

       border-bottom-color: rgba(255, 255, 255, 0.35);

}

       hr.major {

margin: 3em 0; }

blockquote { border-left: solid 0.5em #c2c7cc; padding: 1em 0 1em 2em; font-style: italic;

       border-left-color: rgba(255, 255, 255, 0.35);

}

   code {

border-radius: 8px; border: solid 1px; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em;

       background: rgba(255, 255, 255, 0.075);

border-color: rgba(255, 255, 255, 0.35); }

pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; }

pre code { display: block; line-height: 1.75; padding: 1em 1.5em; overflow-x: auto; }

   p.content {

-moz-columns: 20em 2; -webkit-columns: 20em 2; -ms-columns: 20em 2; columns: 20em 2; -moz-column-gap: 2em; -webkit-column-gap: 2em; -ms-column-gap: 2em; column-gap: 2em; text-align: justify; }

br.clear { clear: both; }

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

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

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

.align-justify{ text-align: justify; }

/* Features */

.features { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; width: 100%; margin: 0 0 3em 0; padding: 0; list-style: none; }

.features li { width: 100%; /*calc(33.33333% - 2em); */ margin-left: 0; margin-top: 0; padding: 0; }

.features li:nth-child(1), .features li:nth-child(2), .features li:nth-child(3) { margin-top: 0; }

.features li > :last-child { margin-bottom: 0; }

@media screen and (max-width: 980px) {

.features li { width: calc(50% - 2em); }

.features li:nth-child(3) { margin-top: 3em; }

}

@media screen and (max-width: 736px) {

.features { width: 100%; margin: 0 0 2em 0; }

.features li { width: 100%; margin-left: 0; margin-top: 2em; }

.features li:nth-child(2), .features li:nth-child(3) { margin-top: 2em; }

}

   .profile {
       -moz-transition: opacity 0.25s ease-in-out;

-webkit-transition: opacity 0.25s ease-in-out; -ms-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out;

       display: inline-block;
       border-radius: 100%;
       padding-left: 0px;
   }
   .profile img{
       width: 200px;
       height: 200px;
       border-radius: inherit;
   }
   .details-r {
       padding-left: 0;
       text-align: right;
   }
   .details-l {
       padding-left: 0;
       text-align: left;
   }

/* Box */

.box { border-radius: 8px; border: solid; margin-bottom: 2em; padding: 1.5em; }

.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; }

.box.alt { border: 0; border-radius: 0; padding: 0; }

.box { border-color: rgba(255, 255, 255, 0.35); }


/* Sections/Article */

section, article { margin-bottom: 3em; }

   section.special, article.special {

text-align: center; }

section > :last-child, article > :last-child, section:last-child, article:last-child { margin-bottom: 0; }

.row > section, .row > article { margin-bottom: 0; }

header { margin-bottom: 1.5em; }

header > p { display: block; color: #e95653; padding: 0.75em 0 1em 0; font-size: 1.5em; line-height: 1.5em; }

header.major {

           margin-bottom: 3em;
       }

header.major h2 { font-size: 2em; }

header.major h2:after { display: block; content: ; width: 3.25em; height: 2px; border-radius: 2px; }

section.special header.major h2:after, article.special header.major h2:after { margin-left: auto; margin-right: auto; }

header.major p { font-size: 1.25em; letter-spacing: -0.025em; }

header.major.special { text-align: center; }

header.major.special h2:after { margin-left: auto; margin-right: auto; }

       footer.major {

margin-top: 3em; }

   header.no-margin {
           margin-bottom: 0;
       }

@media screen and (max-width: 736px) {

header.major { margin-bottom: 0; }

header.major h2 { font-size: 1.5em; }

header.major p { font-size: 1em; letter-spacing: 0; }

header.major p br { display: none; }

footer.major { margin-top: 0; }

}

header.major h2:after { background-color: rgba(255, 255, 255, 0.35); }

   article header.special {
       text-align: center;
       float: none;
       margin-bottom: 0;
       font-style: oblique;
   }
   article p {
       width: 100%;
   }

/* Image */

.image { -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out; -ms-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; display: inline-block; outline: 0; border: 0;

       border-radius: 0;
       text-align: center;

}

.image img { display: block; width: 100%;

           border-radius: 0px;

}

.image.fit { display: block; width: 100%; }

           .image.fit img {

width: 100%; }

.image.featured { display: block; width: 100%; margin: 0 0 1em 0; }

           .image.featured img{
               width: 100%;
               height: 300px;
           }

.image.left { float: left; margin: 0 1.5em 1em 0; top: 0.25em; }

.image.right { float: right; margin: 0 0 1em 1.5em; top: 0.25em; }

       .image.left, .image.right {

max-width: 40%; }

.image.left img, .image.right img { width: 100%; }

.image.centered { display: block; margin: 0 0 3em 0; }

.image.centered img { margin: 0 auto; width: auto; }

       .image.main {

display: block; margin: 0 0 3em 0; width: 100%; }

.image.main img { width: 100%; }

a.image:hover { opacity: 0.85; }

/* List */

   ul {

list-style: none; margin: 0 0 2em 0; padding-left: 1em; }

ul li { padding-left: 0.5em; }

ul.alt { list-style: none; padding-left: 0; }

ul.alt li { border-top: solid 1px; padding: 0.5em 0; }

ul.alt li:first-child { border-top: 0; padding-top: 0; }

ul.icons { cursor: default; list-style: none; padding-left: 0; }

ul.icons li { display: inline-block; padding: 0 0.65em 0 0; }

ul.icons li:last-child { padding-right: 0 !important; }

ul.actions { cursor: default; list-style: none; padding-left: 0; }

ul.actions li { display: inline-block; padding: 0 1em 0 0; vertical-align: middle; }

ul.actions li:last-child { padding-right: 0; }

ul.actions.small li { padding: 0 0.5em 0 0; }

ul.actions.vertical li { display: block; padding: 1em 0 0 0; }

ul.actions.vertical li:first-child { padding-top: 0; }

ul.actions.vertical li > * { margin-bottom: 0; }

ul.actions.vertical.small li { padding: 0.5em 0 0 0; }

ul.actions.vertical.small li:first-child { padding-top: 0; }

ul.actions.fit { display: table; margin-left: -1em; padding: 0; table-layout: fixed; width: calc(100% + 1em); }

ul.actions.fit li { display: table-cell; padding: 0 0 0 1em; }

ul.actions.fit li > * { margin-bottom: 0; }

ul.actions.fit.small { margin-left: -0.5em; width: calc(100% + 0.5em); }

ul.actions.fit.small li { padding: 0 0 0 0.5em; }

@media screen and (max-width: 480px) {

ul.actions { margin: 0 0 2em 0; }

ul.actions li { padding: 1em 0 0 0; display: block; text-align: center; width: 100%; }

ul.actions li:first-child { padding-top: 0; }

ul.actions li > * { width: 100%; margin: 0 !important; }

ul.actions.small li { padding: 0.5em 0 0 0; }

ul.actions.small li:first-child { padding-top: 0; }

}

ul.default { list-style: disc;

       margin: 0;
       margin-left: 30px;

}

ul.default li { padding-left: 0.5em; }

ul.actions { padding-top: 1em; }

ul.actions.major { text-align: center; }

ul.actions li { display: inline-block; margin-left: 1em; }

ul.actions li:first-child { margin-left: 0; }

ul.divided li { border-top: solid 1px #d2d7dc; padding-top: 2em; margin-top: 2em; }

ul.divided li:first-child { padding-top: 0; margin-top: 0; border-top: 0; }

ul.icons li:before { display: inline-block; color: #fff; background: #61666b; width: 2em; height: 2em; border-radius: 0.35em; text-align: center; line-height: 2em; margin-right: 0.75em; }

ul.menu li { display: inline-block; border-left: solid 1px #d2d7dc; padding-left: 1em; margin-left: 1em; }

ul.menu li:first-child { border-left: 0; padding-left: 0; margin-left: 0; }

   ol {

list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; }

ol li { padding-left: 0.25em; }

ol.default { list-style: decimal; padding-left: 1.25em; }

ol.default li { padding-left: 0.25em; }

   dl {

margin: 0 0 2em 0; }

dl dt { display: block; font-weight: 400; margin: 0 0 1em 0; }

dl dd { margin-left: 2em; }

dl.alt dt { display: block; width: 3em; margin: 0; clear: left; float: left; }

dl.alt dd { margin: 0 0 0.85em 5.5em; }

dl.alt:after { content: ; display: block; clear: both; }

ul.alt li { border-top-color: rgba(255, 255, 255, 0.35); }

dl dt { color: #ffffff; }

/* Form */

form .actions { padding-top: 0; }

form label { display: block; font-weight: 300; color: #52575c; margin: 0 0 0.5em 0; }

form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea { -moz-transition: background-color 0.25s ease-in-out; -webkit-transition: background-color 0.25s ease-in-out; -ms-transition: background-color 0.25s ease-in-out; transition: background-color 0.25s ease-in-out; -webkit-appearance: none; display: block; background: #f9fbfe; border: solid 1px #d2d7dc; border-radius: 0.35em; width: 100%; line-height: 1.5em; padding: 0.75em; }

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus { background: #fff; }


.select-wrapper { text-decoration: none; display: block; position: relative; }

.select-wrapper:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;

           font-family: FontAwesome, sans-serif;

font-style: normal; font-weight: normal; text-transform: none !important; }

.select-wrapper:before { content: '\f078'; display: block; height: 2.75em; line-height: 2.75em; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; width: 2.75em; }

.select-wrapper select::-ms-expand { display: none; }

   input[type="checkbox"],

input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; }

input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 300; padding-left: 2.4em; padding-right: 0.75em; position: relative; }

input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;

               font-family: FontAwesome, sans-serif;

font-style: normal; font-weight: normal; text-transform: none !important; }

input[type="checkbox"] + label:before, input[type="radio"] + label:before { border-radius: 8px; border: solid 1px; content: ; display: inline-block; height: 1.65em; left: 0; line-height: 1.58125em; position: absolute; text-align: center; top: 0; width: 1.65em; }

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { content: '\f00c'; }

input[type="checkbox"] + label:before { border-radius: 8px; }

input[type="radio"] + label:before { border-radius: 100%; }


form textarea { min-height: 7em; }

form .formerize-placeholder { color: #555 !important;

       opacity: 1.0;

}

form ::-webkit-input-placeholder { color: #555 !important;

       opacity: 1.0;

}

form :-moz-placeholder { color: #555 !important;

       opacity: 1.0;

}

form ::-moz-placeholder { color: #555 !important;

       opacity: 1.0;

}

form :-ms-input-placeholder { color: #555 !important;

       opacity: 1.0;

}

form ::-moz-focus-inner { border: 0; }


input[type="text"], input[type="password"], input[type="email"], select, textarea { background: rgba(255, 255, 255, 0.075); border-color: rgba(255, 255, 255, 0.35); }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus { border-color: #8cc9f0; box-shadow: 0 0 0 1px #8cc9f0; }

.select-wrapper:before { color: rgba(255, 255, 255, 0.35); }

input[type="checkbox"] + label, input[type="radio"] + label { color: rgba(255, 255, 255, 0.65); }

input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(255, 255, 255, 0.075); border-color: rgba(255, 255, 255, 0.35); }

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background-color: #ffffff; border-color: #ffffff; color: #935d8c; }

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #8cc9f0; box-shadow: 0 0 0 1px #8cc9f0; }


/* Table */

table { width: 100%; }

table.default { width: 100%; }

table.default tbody tr { border-top: solid 1px #D2D7DC; }

table.default tbody tr:nth-child(2n+1) { background: #f9fbfe; }

table.default td { padding: 0.5em 1em 0.5em 1em; }

table.default th { text-align: left; font-weight: 400; padding: 0.5em 1em 0.5em 1em; }

table.default tfoot { border-top: solid 1px #D2D7DC; }

   .table-wrapper {

-webkit-overflow-scrolling: touch; overflow-x: auto; }

table tbody tr { border: solid 1px; border-left: 0; border-right: 0; }

table td { padding: 0.75em 0.75em; }

table th { font-size: 0.9em; font-weight: 400; padding: 0 0.75em 0.75em 0.75em; text-align: left; }

table thead { border-bottom: solid 2px; }

table tfoot { border-top: solid 2px; }

table.alt { border-collapse: separate; }

table.alt tbody tr td { border: solid 1px; border-left-width: 0; border-top-width: 0; }

table.alt tbody tr td:first-child { border-left-width: 1px; }

table.alt tbody tr:first-child td { border-top-width: 1px; }

table.alt thead { border-bottom: 0; }

table.alt tfoot { border-top: 0; }

table tbody tr { border-color: rgba(255, 255, 255, 0.35); }

table tbody tr:nth-child(2n + 1) { background-color: rgba(255, 255, 255, 0.075); }

table th { color: #ffffff; }

table thead { border-bottom-color: rgba(255, 255, 255, 0.35); }

table tfoot { border-top-color: rgba(255, 255, 255, 0.35); }

table.alt tbody tr td { border-color: rgba(255, 255, 255, 0.35); }

/* Button */

input[type="button"], input[type="submit"], input[type="reset"], button, .button { -moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; -ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; display: inline-block; color: inherit; background: none; text-decoration: none; border: solid 1px #c2c7cc; border-radius: 0.35em; padding: 0.8em 2em 0.8em 2em; cursor: pointer; outline: 0; }

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover { color: #f35858; border-color: rgba(243, 88, 88, 0.5); }

/* Icon */

.icon { text-decoration: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; border-bottom: none; position: relative; }

.icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

.icon > .label { display: none; }

.icon.major { border: solid 1px; display: inline-block; border-radius: 100%; padding: 0.65em; margin: 0 0 2em 0; cursor: default; }

.icon.major:before { display: inline-block; font-size: 6.25rem; width: 2.25em; height: 2.25em; line-height: 2.2em; border-radius: 100%; border: solid 1px; text-align: center; }

.icon.alt { display: inline-block; border: solid 1px; border-radius: 100%; }

.icon.alt:before { display: block; font-size: 1.25em; width: 2em; height: 2em; text-align: center; line-height: 2em; }

.icon.style1 { color: #efa8b0; }

.icon.style2 { color: #c79cc8; }

.icon.style3 { color: #a89cc8; }

.icon.style4 { color: #9bb2e1; }

.icon.style5 { color: #8cc9f0; }

@media screen and (max-width: 1680px) {

.icon.major:before { font-size: 5.5rem; }

}

@media screen and (max-width: 1280px) {

.icon.major:before { font-size: 4.75rem; }

}

@media screen and (max-width: 736px) {

.icon.major { margin: 0 0 1.5em 0; padding: 0.35em; }

.icon.major:before { font-size: 3.5rem; }

}

.icon.major { border-color: rgba(255, 255, 255, 0.35); }

.icon.major:before { border-color: rgba(255, 255, 255, 0.35); }

.icon.alt { border-color: rgba(255, 255, 255, 0.35); color: #ffffff; }

.icon.alt:hover { background-color: rgba(255, 255, 255, 0.075); }

.icon.alt:active { background-color: rgba(255, 255, 255, 0.2); }

/* Wrappers */

.wrapper { position: relative; background: #fff; overflow-x: hidden; padding: 6em 0 6em 0; }

.image-wrapper { position: relative; }

.image-wrapper .image { position: relative; z-index: 2; }

.image-wrapper.first:before { content: ; display: block; width: 2000%; height: 100%; position: absolute; left: -1000%; top: 0; z-index: 1; box-shadow: inset 0 0 0 1px #e8e8e8; background: #f6f8fb url("https://static.igem.org/mediawiki/2016/4/47/Emw-street-bio-assets-css-images-image-wrapper.svg"); }

#header-wrapper { position: relative; padding: 4em 0 2em 0; background-image: url("https://static.igem.org/mediawiki/2016/5/52/Emw-street-bio-assets-css-images-header.svg"); background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/5/52/Emw-street-bio-assets-css-images-header.svg"), -moz-linear-gradient(75deg, #7a55a2 10%, #E479E7 64%, #5e8ab3 78%); background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/5/52/Emw-street-bio-assets-css-images-header.svg"), -webkit-linear-gradient(75deg, #7a55a2 10%, #E479E7 64%, #5e8ab3 78%); background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/5/52/Emw-street-bio-assets-css-images-header.svg"), -ms-linear-gradient(75deg, #7a55a2 10%, #E479E7 64%, #5e8ab3 78%); background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/5/52/Emw-street-bio-assets-css-images-header.svg"), linear-gradient(75deg, #7a55a2 10%, #E479E7 64%, #5e8ab3 78%); background-color: #e779b0; background-size: 100% 620%; background-size: 128px 128px, 100% 620%, auto; background-repeat: repeat, no-repeat, no-repeat; }

.homepage #header-wrapper { padding: 10em 0 6em 0; background-size: 128px 128px, 100% 100%, auto; }

#footer-wrapper { -webkit-transform: translate3d(0, 0, 0); position: relative; border-top: solid 1px #c2c7cc; padding: 6em 0 6em 0; background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/a/ae/Emw-street-bio-assets-css-images-footer.svg");

       background-size: 128px 128px, 100% 100%;

}

   .no-sidebar #copyright {
       border-top: None;
       margin-top: 0;
   }

/* Header */

#logo { position: absolute; z-index: 1; top: 0; left: 50%; width: 15em; margin-left: -7.5em;

       background: url("T--EMW_Street_Bio--assets_images_logo.png") center;
       background-size: 100%;

}

#logo a { width: 100%; height: 4em; line-height: 4em; border: solid 1px; border-color: #fff; border-color: rgba(255, 255, 255, 0.75); border-top: 0; border-radius: 0 0 0.35em 0.35em; color: #fff; display: inline-block; font-weight: 600; letter-spacing: 3px; text-align: center; text-transform: uppercase; }

#nav { text-align: center; position: absolute; top: 0; left: 0; width: 100%; height: 4em; line-height: 4em;

       margin-left: 0 !important;

}

#nav > ul { margin: 0;

           padding-left: 0;

}

#nav > ul > li { display: inline-block; margin-left: 0em;

               padding: 0;

}

#nav > ul > li > ul { display: none; }

#nav > ul > li > span, #nav > ul > li > a { color: #fff; text-decoration: none; outline: 0; border: 0; border: solid 1px rgba(255, 255, 255, 0); border-radius: 0.35em; padding: 0.3em 1em 0.3em 1em; -moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; -o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; -ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

#nav > ul > li.active > span, #nav > ul > li.active > a { border-color: rgba(255, 255, 255, 0.75); background-color: rgba(255, 255, 255, 0.15); color: #fff; }

#nav > ul > li:first-child { margin-left: 0; }

#nav > ul > li.break { margin-left: 20em; }

.dropotron { text-align: left; line-height: 2em; border-radius: 0.35em; min-width: 12em; background: #fff; line-height: 1em; padding: 0.85em 0 0.85em 0; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25); margin-top: -0.8em; }

.dropotron a, .dropotron span { display: block; padding: 0.65em 1em 0.65em 1em; border-top: solid 1px #e8e8e8; border-bottom: 0; }

.dropotron li:first-child > a, .dropotron li:first-child > span { border-top: 0; }

.dropotron li.active > a, .dropotron li.active > span { color: #f35858; }

.dropotron.level-0 { font-size: 0.9em; margin-top: 0; }

.dropotron.level-0:before { content: ; position: absolute; top: -1em; width: 1em; height: 1em; border-bottom: solid 0.5em #fff; border-left: solid 0.5em rgba(255, 255, 255, 0); border-right: solid 0.5em rgba(255, 255, 255, 0); }

.dropotron.level-0.center:before { left: 50%; margin-left: -0.5em; }

.dropotron.level-0.left:before { left: 1em; }

.dropotron.level-0.right:before { right: 1em; }

           .center{
               width:inherit;
               text-align: inherit;
           }

/* Sidebar */

#sidebar section { border-top: solid 1px #d2d7dc; margin-top: 3em; padding-top: 3em; }

#sidebar section:first-child { border-top: 0; margin-top: 0; padding-top: 0; }

/* Footer */

#footer { position: relative; z-index: 1;

       text-align: inherit;
       font-size: inherit;
       color: inherit;

}

#footer header.major { margin-bottom: 3em; }

   #footer li{
        display: inline-block;
        margin: inherit;
   }

/* Copyright */

#copyright { position: relative; z-index: 1; text-align: center; border-top: solid 1px #d2d7dc; color: #a2a7ac;

       margin-top: 0.5em;
       padding: 0.5em 0 0.5em 0;

}

   #copyright ul.menu{
       margin: 0;
   }

/* Normal */

@media screen and (max-width: 1280px) {

/* Basic */

body, input, textarea, select { line-height: 1.5em; font-size: 13pt; }

span.extra { display: none; }

/* Wrappers */

.wrapper { padding: 1em 0 1em 0; }

#header-wrapper { padding: 2em 0 2em 0; }

.homepage #header-wrapper { padding: 4.5em 0 4em 0; }

#promo-wrapper { padding: 2em 0 2em 0; }

#footer-wrapper { padding: 2em 0 0em 0; }

}

/* Narrow */

@media screen and (max-width: 1080px) {

/* Sections/Article */

header br { display: none; }

/* Button */

input[type="button"], input[type="submit"], input[type="reset"], button, .button { padding-left: 1.25em; padding-right: 1.25em; }

/* Wrappers */

.wrapper { padding: 4em 2em 4em 2em; }

#header-wrapper { padding: 5em 0 1em 0; }

.homepage #header-wrapper { padding: 5em 0 4em 0; }

#promo-wrapper { padding: 2em; }

#footer-wrapper { padding: 4em 2em 0em 2em; }

/* Header */

#nav { position: relative; margin: 0 0 0 0; line-height: 2.25em; height: 2.25em;

               font-size: 0.95em;

}

               #nav > ul {
                   padding-top: 0;
               }

#nav > ul > li { margin-left: 0; }

#nav > ul > li.break { margin-left: 0; }

.dropotron.level-0 { margin-top: 1.1em; }

/* Hero */

#hero { padding: 0; }

#hero h2 { font-size: 1.25em; }

#hero p br { display: none; }

/* Promo */

#promo { padding: 1.75em 2.5em 1.75em 2.5em; display: inline-block; }

#promo .button { font-size: 1.25em; }

#promo h2 { display: block; margin: 0 0 1em 0; font-size: 1.5em; }

/* Copyright */

#copyright { padding-top: 2em;

               padding-bottom: 2em;

margin-top: 3em; }

}

/* Narrower */

@media screen and (max-width: 820px) {

/* Basic */

body, input, textarea, select { line-height: 1.5em; font-size: 14pt; }

span.extra { display: inline; }


/* Sections/Article */

section, article { margin-bottom: 3em; }

.row > section, .row > article { margin-bottom: 3em; }

section:last-child, article:last-child { margin-bottom: 0; }

.row > section:last-child, .row > article:last-child { margin-bottom: 0; }

/* List */

ul.menu { text-align: center; }

ul.menu li { display: block; border: 0; padding: 0; margin: 0; line-height: 2em; }

ul.menu li:first-child { border-top: 0; }

ul.actions.major { padding-top: 2em; }

/* Header */

#nav { font-size: 0.9em; }

#nav > ul > li > span, #nav > ul > li > a { padding: 0.25em 0.5em 0.25em 0.5em; }

/* Hero */

#hero h2 { font-size: 1.25em; }

/* Main */

#main { padding-bottom: 0; }

/* Content */

#content { margin-bottom: 3em; }

/* Sidebar */

#sidebar { margin-bottom: 3em; }

#sidebar section { border-top: 0; margin-top: 0; padding-top: 1em; }

/* Footer */

#footer header.major { margin-bottom: 1.5em; }

}

/* Mobile */

#navPanel, #navButton { display: none; }

@media screen and (max-width: 736px) {

/* Basic */

html, body { overflow-x: hidden; }

body, input, textarea, select { font-size: 13pt; letter-spacing: 0; }

h2 { font-size: 1.5em; line-height: 1.25em; }

/* Sections/Article */

header { margin-bottom: 1em; }

header > p { font-size: 1em; }

/* List */

ul.divided li { padding-top: 0.75em; margin-top: 0.75em; }

/* Wrappers */

.wrapper { padding: 3em 20px 3em 20px; }

#header-wrapper { padding: 3em 20px 20px 20px; text-align: center; }

.homepage #header-wrapper { padding: 3em 20px 3em 20px; }

#promo-wrapper { padding: 20px; }

#footer-wrapper { padding: 3em 20px 0em 20px; }

/* Header */

#logo { position: relative; }

#logo a { border: solid 1px rgba(255, 255, 255, 0.75); border-radius: 0.35em; height: 3em; line-height: 3em; }

/* Nav */

#nav { display: none; }

/* Footer */

#footer ul.divided { margin: 0; }

#footer ul.divided li:first-child { border-top: solid 1px #d2d7dc; padding-top: 0.75em; margin-top: 0.75em; }

#footer ul.divided:first-child li:first-child { border-top: 0; padding-top: 0; margin-top: 0; }

/* Hero */

#hero { padding: 1.5em 0 0 0; }

#hero header { margin: 0 0 1.25em 0; }

#hero header h2 { font-size: 1em; }

#hero p { font-size: 1em; }

/* Off-Canvas Navigation */

#page-wrapper { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; padding-bottom: 1px; }

#navButton { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; display: block; height: 44px; left: 0; position: fixed; top: 25px; width: 100%; z-index: 10001; }

#navButton .toggle { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0; outline: 0;

                   margin-left: 0;
                   text-indent: 0;

}

#navButton .toggle:before { font-family: FontAwesome; text-decoration: none; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f0c9'; color: #fff; font-size: 18px; text-align: center; display: block; width: 80px; height: 30px; line-height: 30px; position: absolute; left: 50%; margin-left: -40px; background: rgba(69, 53, 53, 1); border-top: 0; border-radius: 0 0 0.35em 0.35em; }

#navPanel { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -moz-transform: translateY(-50vh); -webkit-transform: translateY(-50vh); -ms-transform: translateY(-50vh); transform: translateY(-50vh); -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/0/0f/Emw-street-bio-assets-css-images-navPanel.svg"), -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25)); background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/0/0f/Emw-street-bio-assets-css-images-navPanel.svg"), -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25)); background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/0/0f/Emw-street-bio-assets-css-images-navPanel.svg"), -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25)); background-image: url("Emw-street-bio-assets-css-images-overlay.png"), url("https://static.igem.org/mediawiki/2016/0/0f/Emw-street-bio-assets-css-images-navPanel.svg"), linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25)); display: block; left: 0; overflow-y: auto; position: fixed; top: 0; width: 100%; height: 50vh; z-index: 10002; box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25); font-size: 1em; background-color: #45474a; background-size: 128px 128px, 100% 100%, 100% 100%; }

#navPanel .link { position: relative; z-index: 1; display: block; text-decoration: none; padding: 0.75em; color: #ddd; border: 0; border-top: dotted 1px rgba(255, 255, 255, 0.1); }

#navPanel .link.depth-0 { color: #fff; font-weight: 400; }

#navPanel .indent-1 { display: inline-block; width: 1em; }

#navPanel .indent-2 { display: inline-block; width: 2em; }

#navPanel .indent-3 { display: inline-block; width: 3em; }

#navPanel .indent-4 { display: inline-block; width: 4em; }

#navPanel .indent-5 { display: inline-block; width: 5em; }

#navPanel .depth-0 { color: #fff; }

body.navPanel-visible #page-wrapper { -moz-transform: translateY(50vh); -webkit-transform: translateY(50vh); -ms-transform: translateY(50vh); transform: translateY(50vh); }

body.navPanel-visible #navButton { -moz-transform: translateY(50vh); -webkit-transform: translateY(50vh); -ms-transform: translateY(50vh); transform: translateY(50vh); }

body.navPanel-visible #navPanel { -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

}

/* Mobile (Portrait) */

@media screen and (max-width: 480px) {

/* Basic */

body, input, textarea, select { font-size: 12pt; letter-spacing: 0; }

.feature { text-align: left; }

/* Sections/Article */

section, article { margin-bottom: 2em; }

.row > section, .row > article { margin-bottom: 2em; }

header.major { text-align: inherit; }

/* Image */

.image { display: block; }

.image.full, .image.left { float: none; display: block; width: 100%; margin: 0 0 1.5em 0; }

.image-centered { float: none; display: block; width: 100%; margin: 0 0 1.5em 0; }

/* List */

ul.actions li { display: block; margin: 1em 0 0 0; }

ul.actions li:first-child { margin-top: 0; }

ul.actions.major { text-align: left !important; }

/* Form */

form textarea { min-height: 10em; }

/* Button */

input[type="button"], input[type="submit"], input[type="reset"], button, .button { display: block; width: 100%; text-align: center; }

/* Header */

#logo { position: relative; left: 0; top: 0; margin: 0; width: 100%; }

/* Hero */

#hero { padding: 2.5em 0 0 0; }

/* Promo */

#promo { padding: 20px; }

/* Content */

#content { margin-bottom: 2em; }

/* Sidebar */

#sidebar { margin-bottom: 2em; }

/* Footer */

#footer header.major { margin-bottom: 1em; }

}

/* Statistics */

.statistics { display: -webkit-flex; display: flex; width: 100%; margin: 0 0 3em 0; padding: 0; list-style: none; cursor: default; }

.statistics li { -moz-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 1.5em; color: #ffffff; text-align: center; }

.statistics li.style1 { background-color: #efa8b0; }

.statistics li.style2 { background-color: #c79cc8; }

.statistics li.style3 { background-color: #a89cc8; }

.statistics li.style4 { background-color: #9bb2e1; }

.statistics li.style5 { background-color: #8cc9f0; }

.statistics li strong, .statistics li b { display: block; font-size: 2em; line-height: 1.1; color: inherit !important; font-weight: 300; letter-spacing: -0.025em; }

.statistics li:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }

.statistics li:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }

.statistics li .icon { display: inline-block; }

.statistics li .icon:before { font-size: 2.75rem; line-height: 1.3; }

@media screen and (max-width: 980px) {

.statistics li strong, .statistics li b { font-size: 1.5em; }

}

@media screen and (max-width: 736px) {

.statistics { display: block; width: 20em; max-width: 100%; margin: 0 auto 2em auto; }

.statistics li:first-child { border-bottom-left-radius: 0; border-top-right-radius: 8px; }

.statistics li:last-child { border-top-right-radius: 0; border-bottom-left-radius: 8px; }

.statistics li .icon:before { font-size: 3.75rem; }

.statistics li strong, .statistics li b { font-size: 2.5em; }

}

/* Spotlight */

.spotlight { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; margin: 0 0 2em 0; }

.spotlight .content { -moz-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.spotlight .content > :last-child { margin-bottom: 0; }

.spotlight .content header.major { margin: 0 0 2em 0; }

           .spotlight .content p {
               padding-bottom: 2em;
               text-align:justify;
           }

.spotlight .image { display: inline-block; margin-left: 4em; padding: 0.65em; border-radius: 100%; border: solid 1px; }

.spotlight .image img { display: block; border-radius: 100%; width: 16em; }

@media screen and (max-width: 980px) {

.spotlight { -moz-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; text-align: center; }

.spotlight .content { -moz-flex: 0 1 auto; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 100%; }

.spotlight .content header.major h2:after { margin-left: auto; margin-right: auto; }

.spotlight .image { -moz-flex: 0 1 auto; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 0; margin-bottom: 2em; }

}

@media screen and (max-width: 736px) {

.spotlight .image { padding: 0.35em; }

.spotlight .image img { width: 12em; }

}

.spotlight .image { border-color: rgba(255, 255, 255, 0.35); }


/* Main */

#main { background-color: #ffffff; color: #636363; border-radius: 0.25em; }

#main input, #main select, #main textarea { color: #636363; }

#main a:hover { color: #636363; }

#main strong, #main b { color: #636363; }

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 { color: #636363; }

#main blockquote { border-left-color: #dddddd; }

#main code { background: rgba(222, 222, 222, 0.25); border-color: #dddddd; }

#main hr { border-bottom-color: #dddddd; }

#main .box { border-color: #dddddd; }

#main input[type="submit"], #main input[type="reset"], #main input[type="button"], #main button, #main .button { background-color: transparent; box-shadow: inset 0 0 0 1px #dddddd; color: #636363 !important; }

#main input[type="submit"]:hover, #main input[type="reset"]:hover, #main input[type="button"]:hover, #main button:hover, #main .button:hover { background-color: rgba(222, 222, 222, 0.25); }

#main input[type="submit"]:active, #main input[type="reset"]:active, #main input[type="button"]:active, #main button:active, #main .button:active { background-color: rgba(222, 222, 222, 0.5); }

#main input[type="submit"].icon:before, #main input[type="reset"].icon:before, #main input[type="button"].icon:before, #main button.icon:before, #main .button.icon:before { color: rgba(99, 99, 99, 0.25); }

#main input[type="submit"].special, #main input[type="reset"].special, #main input[type="button"].special, #main button.special, #main .button.special { background-color: #dae7a2; color: #ffffff !important; box-shadow: none; }

#main input[type="submit"].special:hover, #main input[type="reset"].special:hover, #main input[type="button"].special:hover, #main button.special:hover, #main .button.special:hover { background-color: #dae7a2; }

#main input[type="submit"].special:active, #main input[type="reset"].special:active, #main input[type="button"].special:active, #main button.special:active, #main .button.special:active { background-color: #b7e774; }

#main input[type="submit"].special.icon:before, #main input[type="reset"].special.icon:before, #main input[type="button"].special.icon:before, #main button.special.icon:before, #main .button.special.icon:before { color: #ffffff !important; }

#main label { color: #636363; }

#main input[type="text"], #main input[type="password"], #main input[type="email"], #main select, #main textarea { background: rgba(222, 222, 222, 0.25); border-color: #dddddd; }

#main input[type="text"]:focus, #main input[type="password"]:focus, #main input[type="email"]:focus, #main select:focus, #main textarea:focus { border-color: #dae7a2; box-shadow: 0 0 0 1px #dae7a2; }

#main .select-wrapper:before { color: #dddddd; }

#main input[type="checkbox"] + label, #main input[type="radio"] + label { color: #636363; }

#main input[type="checkbox"] + label:before, #main input[type="radio"] + label:before { background: rgba(222, 222, 222, 0.25); border-color: #dddddd; }

#main input[type="checkbox"]:checked + label:before, #main input[type="radio"]:checked + label:before { background-color: #636363; border-color: #636363; color: #ffffff; }

#main input[type="checkbox"]:focus + label:before, #main input[type="radio"]:focus + label:before { border-color: #dae7a2; box-shadow: 0 0 0 1px #dae7a2; }

#main ::-webkit-input-placeholder { color: rgba(99, 99, 99, 0.25) !important; }

#main :-moz-placeholder { color: rgba(99, 99, 99, 0.25) !important; }

#main ::-moz-placeholder { color: rgba(99, 99, 99, 0.25) !important; }

#main :-ms-input-placeholder { color: rgba(99, 99, 99, 0.25) !important; }

#main .formerize-placeholder { color: rgba(99, 99, 99, 0.25) !important; }

#main .icon.major { border-color: #dddddd; }

#main .icon.major:before { border-color: #dddddd; }

#main .icon.alt { border-color: #dddddd; color: #636363; }

#main .icon.alt:hover { background-color: rgba(222, 222, 222, 0.25); }

#main .icon.alt:active { background-color: rgba(222, 222, 222, 0.5); }

#main ul.alt li { border-top-color: #dddddd; }

#main dl dt { color: #636363; }

#main header.major h2:after { background-color: #dddddd; background-image: -moz-linear-gradient(90deg, #e779b0, #7a55a2, #5e8ab3); background-image: -webkit-linear-gradient(90deg, #e779b0, #7a55a2, #5e8ab3); background-image: -ms-linear-gradient(90deg, #e779b0, #7a55a2, #5e8ab3); background-image: linear-gradient(90deg, #e779b0, #7a55a2, #5e8ab3); }

#main table tbody tr { border-color: #dddddd; }

#main table tbody tr:nth-child(2n + 1) { background-color: rgba(222, 222, 222, 0.25); }

#main table th { color: #636363; }

#main table thead { border-bottom-color: #dddddd; }

#main table tfoot { border-top-color: #dddddd; }

#main table.alt tbody tr td { border-color: #dddddd; }

#main .spotlight .image { border-color: #dddddd; }

#main > .main { padding: 5em 5em 3em 5em ; border-top: solid 1px #dddddd; }

#main > .main:first-child { border-top: 0; }

#main > .main > .image.main:first-child { margin: -5em 0 5em -5em; width: calc(100% + 10em);

               border-radius: 0.25em 0.25em 0 0;
           }

#main > .main > .image.main:first-child img {

                   border-radius: 0.25em 0.25em 0 0;
               }

@media screen and (max-width: 1280px) {

#main > .main { padding: 4em 4em 2em 4em ; }

#main > .main > .image.main:first-child { margin: -4em 0 4em -4em; width: calc(100% + 8em); }

}

@media screen and (max-width: 980px) {

#main > .main { padding: 4em 3em 2em 3em ; }

#main > .main > .image.main:first-child { margin: -4em 0 4em -3em; width: calc(100% + 6em); }

}

@media screen and (max-width: 736px) {

#main > .main { padding: 3em 2em 1em 2em ; }

#main > .main > .image.main:first-child { margin: -3em 0 2em -2em; width: calc(100% + 4em); }

}

@media screen and (max-width: 480px) {

#main > .main { padding: 3em 1.5em 1em 1.5em ; }

#main > .main > .image.main:first-child { margin: -3em 0 1.5em -1.5em; width: calc(100% + 3em); }

}

@media screen and (max-width: 360px) {

#main { border-radius: 0; }

#main > .main { padding: 2.5em 1em 0.5em 1em ; }

#main > .main > .image.main:first-child { margin: -2.5em 0 1.5em -1em; width: calc(100% + 2em); border-radius: 0; }

#main > .main > .image.main:first-child img { border-radius: 0; }

}