/*
**  HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
*/

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { 
   color: #999;  
}

::-moz-placeholder { 
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body p {
    line-height: 1.4em;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
**  Begin Styles
**  -------------------------------------------------------------------------
*/

/*
**  Structure
*/
body {
    background: #FFF;
    font-size: 16px;
    color: #222;
    padding: 0;
    min-width: 62em;
}
.center {
    width: 60em;
    margin: 0 auto;
    display: block;
}
.branding {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 999;
    background: #F2F2F2;
    background: rgba(241,241,241,1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
}
.branding h1, .branding h2, .branding hgroup {
    display: inline-block;
}
.branding h1 a {
	color: #555555;
	text-decoration: none;
}
.branding hgroup {
    width: 39em;
}
.branding h1 {
    font-size: 1.25em;
    color: #555555;
}
.branding h2 {
    font-size: 1em;
    margin-left: 1em;
}
.social-media {
    list-style: none;
    padding: 0;
    margin:; 0;
    display: inline-block;
    width: 20em;
    text-align: right;
}
.social-media-item {
    display: inline-block;
    margin-left: .5em;
}
#___plusone_0 {
	vertical-align: top !important;
}

/*  Styles annoying buttons */
.social-media .social-media-item a {
    vertical-align: top !important;
}
.social-media-item iframe {
    display:inline-block !important;
    vertical-align: top !important;
    position: static !important;
}

.homepage {
    width: 60em;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 3.5em;
}
.teaser .homepage { padding-bottom: 4em; }
section {
    text-align: center;
}

/*
**  Infographic
*/
.infographic {
    background: #F7F7F7;
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0,.1);
    padding: 4em 0 5.75em 0;
    position: relative;
    width: 100%;
    overflow: auto;
}
.infographic aside {
    width: 12.25em;
    display: inline-block;
    font-size: .875em;
    vertical-align: top;
}
.infographic.fixed aside {
    position: fixed;
    top: 80px;
}
.infographic.fixed.bottom aside {
    position: absolute;
    top: auto;
    bottom: 4em;
}
.infographic .graphic {
    width: 47.5em;
    min-height:1175px;
    display: inline-block;
    float: right;
    background: blue;
    margin-left: 1.5em;
    vertical-align: top;
    background: #eee;
}
.infographic .graphic img {
	max-width: 100%;
	height: auto;
	background: #eee;
}


/*
**  Homepage
*/
.homepage {
    width: 60em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.homepage .set {
    display: inline-block;
    width: 23em;
    text-align: left;
    vertical-align: top;
    position:relative;
    overflow: hidden;
}
.homepage .set + .set {
    margin-left: 1.5em;
}
.homepage section {
    position: relative;
    top: 0;
    min-height: 27.5em;
    padding-top: 7em;
}
.teaser .homepage section {
	height: 24em;
}
.homepage .next {
    position: absolute;
    top: 0;
    left: 60em;
    width: 60em;
}
.homepage .home.next {
    left: -60em;
}
.homepage .invisible {
    display: none;
}
.back {
    position: absolute;
    left: 0; top: 7.25em;
    display: none;
}
.back a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 4.625em;
    height: 4.625em;
    border-radius: .75em;
    background: #F0F0F0 url(back-arrow.png) 45% 50% no-repeat;
}
.back a:hover {
    background-color: #E0E0E0;
}

/*
**  Nav / Info boxes
*/
.homepage .box {
    font-size: .75em;
    margin-top: 3em;
    min-height: 20em;
    display: inline-block;
    width: 25em;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1em;
    padding: 1.3em;

    /*  Coloring    */
    background-image: -o-linear-gradient(-90deg, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -moz-linear-gradient(-90deg, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -webkit-linear-gradient(-90deg, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -ms-linear-gradient(-90deg, #FFFFFF 0%, #F7F7F7 100%);
    background-image: linear-gradient(-90deg, #FFFFFF 0%, #F7F7F7 100%);
    border: 1px solid rgba(230,230,230,0.20);
    -moz-box-shadow:    0px 1px 2px 0 rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.33);
    box-shadow:         0px 1px 2px 0 rgba(0,0,0,0.33);
}
.homepage .box + .box {
    margin-left: 1.8em;
}
.teaser .homepage .box {
	width: 24em;
	min-height: 16em;
}
.teaser .homepage nav {
	padding-left: 1.4em;
}
p.big {
    font-size: 1.125em;
}
.box h2 {
    font-size: 1.5em;
}
.box h2 a {
    color: inherit;
    text-decoration: none;
}
.box p {
    color: #777;
    font-size: 1.125em;
}
.box .logo {
    max-width: 9em;
    max-height: 4.5em;
}
.box .img {
	float: right;
	margin: 0 0 .75em .75em;
}

/*
**  Footer
*/
.footer {
    background: #F0B71D;
    color: #785B0E;
    width: 100%;
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0,.1);
    min-height: 5em;
    padding: 2em 1em 1em 1em;
    font-size: .875em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
}
.teaser .footer {
	padding: 4em 1em 4em 1em;
}
.footer p {
    text-align: center;
    width: 60em;
    margin: 0 auto 1em auto;
}


/*
**  Typography
*/
a:link, a {
    color: #5FB6D3;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1 {
    color: #F5C239;
}
h1, h2, p {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.3em;
}
h2 {
    font-size: 1.125em;
}
h3 {
	font-size: 1em;
}
h1.compress, h2.compress, p.compress {
    margin-bottom: 8px;
}
.set + .set h2 {
    margin-top: .1em;
}
.set h2 {
    color: #333;
}
.set p {
    color: #555;
}
/*.main {
    font-family: Helvetica, arial, sans-serif;
    text-align: right;
    font-size: 2.75em;
    line-height: 1em;
    font-weight: 100;
}
.main span {
    font-size: 3.75em;
    display: block;
    line-height: .8em;
}*/
.main {
	text-indent: -9999px;
	background: url(2013-title.png) no-repeat top right;
	height: 11em;
}
.smaller h1 {
    font-size: 1.6em;
    line-height: 1.1em;
}
.smaller p {
    font-size: .875em;
}

/*
**  UI
*/
.button, .button:link {
    width: 10.75em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: .9em .75em;
    border: 1px solid #5E7C94;
    border-radius: .75em;
    background: #86A9C5;
    background-image: -o-linear-gradient(-90deg, #86A9C5 0%, #47657E 100%);
    background-image: -moz-linear-gradient(to bottom, #86A9C5 0%, #47657E 100%);
    background-image: -webkit-linear-gradient(top, #86A9C5 0%, #47657E 100%);
    background-image: -ms-linear-gradient(-90deg, #86A9C5 0%, #47657E 100%);
    background-image: linear-gradient(to bottom, #86A9C5 0%, #47657E 100%);
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    text-shadow: 0px -1px 1px rgba(0,0,0,.5);
    box-shadow: inset 0px 1px 1px rgba(255,255,255,.5),
                inset 0px -1px 1px rgba(0,0,0,.5);
}
.button.inline, .button.inline:link { display: inline-block; }
.button:hover, .button:focus, .button:hover {
    background-image:   -webkit-linear-gradient(top, #597B98, #688DAD);
    background-image:   linear-gradient(to bottom, #597B98, #688DAD);
    background-color: #597B98;
}

.button.yellow, .button.yellow:link {
    background: #F5BF2F;
    background-image:   -webkit-linear-gradient(top, #F5BF2F, #A77A00);
    background-image:   linear-gradient(to bottom, #F5BF2F, #A77A00);
    border-color: #9D7C23;
}
.button.yellow:hover, .button.yellow:focus {
	background-color: #E4B12B;
    background-image:   -webkit-linear-gradient(top, #E4B12B, #EEB92D);
    background-image:   linear-gradient(to bottom, #E4B12B, #EEB92D);
}

.button.fb:link, .button.fb {
    background: #4F73BE;
    background-image:   url(social_icons.png), -webkit-linear-gradient(top, #4F73BE, #2E4678);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #4F73BE, #2E4678);
    border-color: #2E4678;
    background-repeat:  no-repeat;
    background-position: 0px -9px, 0 0;
    padding-left: 44px;
}
.button.fb:hover {
    background: #3D5EA4;
    background-image:   url(social_icons.png), -webkit-linear-gradient(top, #3D5EA4, #4F77CD);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #3D5EA4, #4F77CD);
    background-repeat:  no-repeat;
    background-position: 0px -9px, 0 0;
}

.button.tw:link, .button.tw {
    background: #00719D;
    background-image:   url(social_icons.png), -webkit-linear-gradient(top, #00ACED, #00719D);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #00ACED, #00719D);
    background-repeat:  no-repeat;
    background-position: 0px -68px, 0 0;
    border-color: #00719D;
    padding-left: 44px;
}
.button.tw:hover {
    background: #0182B3;
    background-image:   url(social_icons.png), -webkit-linear-gradient(top, #0182B3, #029AD4);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #0182B3, #029AD4);
    background-repeat:  no-repeat;
    background-position: 0px -68px, 0 0;
    padding-left: 44px;
}

.button.pin:link, .button.pin {
    background: #E6242A;
    background-image:   url(social_icons.png), -webkit-linear-gradient(top, #E6242A, #91171B);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #E6242A, #91171B);
    border-color: #99161B;
    background-repeat:  no-repeat;
    background-position: 0px -130px, 0 0;
    padding-left: 44px;
}
.button.pin:hover {
    background: #BE1C22;
    background-image:   url(social_icons.png),  -webkit-linear-gradient(top, #BE1C22, #D62127);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #BE1C22, #D62127);
    background-repeat:  no-repeat;
    background-position: 0px -130px, 0 0;
}

.button.pdf:link, .button.pdf {
    background: #F5BF2F;
    background-image:   url(social_icons.png), -webkit-linear-gradient(top, #F5BF2F, #A77A00);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #F5BF2F, #A77A00);
    border-color: #9D7C23;
    background-repeat:  no-repeat;
    background-position: 0px -191px, 0 0;
    padding-left: 44px;    
}
.button.pdf:hover {
    background: #E4B12B;
    background-image:   url(social_icons.png), -webkit-linear-gradient(top, #E4B12B, #EEB92D);
    background-image:   url(social_icons.png), linear-gradient(to bottom, #E4B12B, #EEB92D);
    border-color: #9D7C23;
    background-repeat:  no-repeat;
    background-position: 0px -191px, 0 0;  
}

.button:active {
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.5);
}
.button .less {
    color: rgba(255,255,255,.8);
}
.button.big {
    width: 13.5em;
    font-size: 1.25em;
    padding: .9em .75em;
}

/*
**  Forms
*/

.input input[type="text"] {
    border-radius: .25em;
    border: 1px solid #CCCCCC;
    font-size: 1em;
    padding: .45em;
    background: #EAEEF1;
    box-shadow: inset 1px 2px 2px rgba(0,0,0,.1);
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.input .blur, .input .focus {
	color: #000;
}
.input.half {
    display: inline-block;
    width: 11em;
}
.input.half + .input.half {
    float: right;
}
.no-labels .input {
    position:relative;
}
.no-labels .input .text {
    position: absolute;
    left: -9999px;
}
.input.check label {
    font-size: .75em;
    line-height: 1.2em;
    padding-left: 1.5em;
    display: block;
    color: #777;
}
.input.check label input {
    margin-left: -1.5em;
    margin-right: .15em;
}
.button.disabled {
    background-color: #7D7D7D;
    background-image:   -webkit-linear-gradient(top, #D2D2D2, #7D7D7D);
    background-image:   linear-gradient(to bottom, #D2D2D2, #7D7D7D);
    border-color: #7D7D7D;
}

.reports label {
    border: .25em solid #fff;
    margin-bottom: .25em;
    margin-right: .1em;
    padding-bottom: 1px;
    overflow: hidden;
    position:relative;
    display: inline-block;
    cursor: pointer;
}
.reports label input {
    position: absolute;
    left:-9999px;
}
.reports label img {
    width: 4.8em;
}
.reports label:hover {
    border-color: #fae09c;
}
.reports .selected, .reports .selected:hover {
    border-color: #F5C239;
}
.form {
    position: relative;
}
.ty {
    position: absolute;
    left: 23em; top: 0;
    width: 23em;
}
.ty.relative {
	position: relative;
}

/*
**  Flourishes
*/


/*
**  Helper Classes
*/
.grid                               { background: #fff url(grid.png) top center repeat-y; }
iframe[src^="//assets.pinterest"]   { display: none; }
.centered                           { text-align: center;}
.hide                               { display: none; }
p.error                             { color: #d81d2d; font-weight: bold; }
p.last                              { margin-bottom: 0; }


/*
**  Media Queries Styles
**  -------------------------------------------------------------------------
*/
