/* Usage:

body {
	background-color: red;
	
	@include responsive(wide-screens) {
		background-color: blue;
	}
	
	@include responsive(small-screens) {
		background-color: green;
	}
	
}
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
article.homegrid section {
  float: left;
  width: 22.5%;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  -khtml-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  background-color: white;
  margin: 0 .9em 1.5em .9em;
  padding-bottom: .7em;
}
article.homegrid section:nth-child(4n-1) {
  margin-right: 0;
}
article.homegrid section h2 {
  font-family: "proxima-nova-extra-condensed", Verdana, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  padding: 0 5%;
  margin-top: 0em;
  margin-bottom: .2em;
}
article.homegrid section h4 {
  padding: 0 5%;
  font-family: "proxima-nova-extra-condensed", Verdana, Helvetica, sans-serif;
  color: #859dac;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: .8em;
  margin-bottom: 0.2em;
  letter-spacing: .12em;
}
article.homegrid section h2, article.homegrid section h2 a {
  color: #333;
}
article.homegrid section h2 a:hover {
  background-image: url("/common/art/rt_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
article.homegrid section p, article.homegrid section li {
  font-weight: 400;
  font-size: .93em;
  padding: 0 5%;
  line-height: 1.4em;
  margin-bottom: .75em;
}
article.homegrid section p a {
  font-weight: 700;
}
article.homegrid section p.link {
  font-weight: 700;
}
article.homegrid section p.date {
  font-family: "proxima-nova-extra-condensed", Verdana, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #859dac;
  letter-spacing: .06em;
  margin-top: .3em;
  font-size: 1em;
}
article.homegrid section img {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

nav#filters {
  text-align: center;
  padding-bottom: 1em;
}
nav#filters label, nav#filters button {
  border: 0;
  padding: .2em .5em;
  margin: 0;
  background-color: transparent;
  color: #515f67;
  font-family: "proxima-nova-extra-condensed", Verdana, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  background-color: #aebdc2;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
nav#filters label {
  font-style: italic;
  font-weight: 300;
  background-color: transparent;
}
nav#filters button:hover, nav#filters button.is-checked {
  cursor: pointer;
  background-color: #515f67;
  color: white;
}

/*# sourceMappingURL=home.css.map */
