12   display: none !important;
 
  15 /* Basic colors and fonts */
 
  17   font-family: Georgia, serif;
 
  21   @include size(font-size, 15px);
 
  26   text-decoration: none;
 
  34   @include size(font-size, 35px);
 
  36   @include size(margin-top, 14px);
 
  44   @include size(font-size, 23px);
 
  49   @include size(font-size, 17px);
 
  55   @include size(margin, 0 5px);
 
  57   @media screen and (min-width: 62.5em) {
 
  63   @include size(padding, 10px);
 
  75   @include size(font-size, 11px);
 
  78     @include size(padding-left, 11px);
 
  79     content: url("/static/img/arrow-teal.png");
 
  80     vertical-align: middle;
 
  84 .left-column, .right-column {
 
  85   @include size(max-width, 600px);
 
  86   @include size(padding-left, 1em);
 
  87   @include size(padding-right, 1em);
 
  90 @media screen and (min-width: 62.5em) {
 
  91   .left-column, .right-column {
 
  92     @include size(width, 470px);
 
 107   @include size(font-size, 12px);
 
 108   @include size(padding, 6px);
 
 112 .simple-hidden-initially {
 
 116 .plain-list-container {
 
 120     -moz-column-count: 2;
 
 121     -webkit-column-count: 2;
 
 123     @media screen and (min-width: 768px) {
 
 125       -moz-column-count: 4;
 
 126       -webkit-column-count: 4;
 
 128     @media screen and (min-width: 1024px) {
 
 130       -moz-column-count: 5;
 
 131       -webkit-column-count: 5;
 
 138         -webkit-column-break-after: avoid;
 
 144       display: inline-block;
 
 155     display: inline-block;
 
 167         line-height: 1.42857143;
 
 169         text-decoration: none;
 
 170         background-color: #fff;
 
 171         border: 1px solid #ddd;
 
 174           background-color: #eee;
 
 179       &:first-child > span {
 
 181         border-top-left-radius: 4px;
 
 182         border-bottom-left-radius: 4px;
 
 185       &:last-child > span {
 
 186         border-top-right-radius: 4px;
 
 187         border-bottom-right-radius: 4px;
 
 191       &, &:hover, &:focus {
 
 195         background-color: #337ab7;
 
 196         border-color: #337ab7;
 
 201         &, &:hover, &:focus {
 
 204           background-color: #fff;
 
 215   @media screen and (min-width: 768px) {
 
 216     display: inline-block;
 
 220     @include size(margin-bottom, 10px);