/*
	A general CSS file for all Rainmaker landing pages.
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

.page-title a,
.site-title a {
	cursor: default;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.hentry:before,
.site-container:before,
.site-inner:before,
.section-wrap:before {
    content: " ";
    display: table;
}

.clearfix:after,
.hentry:after,
.site-container:after,
.site-inner:after,
.section-wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}

/* Column Classes
--------------------------------------------- */

.one-half,
.one-third,
.two-thirds,
.one-fourth,
.two-fourths,
.three-fourths,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.one-half,
.one-third,
.two-thirds {
    margin: 0 0 0 8%;
}

.one-fourth,
.three-fourths,
.two-fourths,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
    margin: 0 0 0 4%;
}

.one-half {
    width: 46%;
}

.one-third {
    width: 28%;
}

.two-thirds {
    width: 64%;
}

.one-fourth {
    width: 22%;
}

.two-fourths {
    width: 48%;
}

.three-fourths {
    width: 74%;
}

.one-fifth {
	width: 16.8%;
}

.two-fifths {
	width: 37.6%;
}

.three-fifths {
	width: 58.4%;
}

.four-fifths {
	width: 79.2%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* WordPress
--------------------------------------------- */

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone {
    margin-bottom: 12px;
}

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

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

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

img.wp-smiley,
img.wp-wink {
    float: none;
    border: none;
}

.clear {
    clear: both;
    display: block;
}

/* Entries
--------------------------------------------- */

.attachment a,
.gallery a {
    border: none;
}

ol,
p,
ul,
.quote-caption {
    margin-bottom: 26px;
}

ol,
ul {
    margin-left: 0;
}

ol li {
    list-style-type: decimal;
}

ul li {
    list-style-type: disc;
}

ol ol,
ul ul {
    margin-bottom: 0;
}

.search-form {
    width: 50%;
}

p:last-child {
    margin-bottom: 0;
}

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

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

    .one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.two-fourths,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths {
        margin: 0 0 40px;
        padding: 0;
        width: 100%;
    }
}

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

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.two-fourths,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths {
        margin: 0 0 20px;
    }
    
}