/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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-size: 100%;
    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: '';
    content: none;
}

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

code {
    padding: 3px 6px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3f8faf;
}

a > strong {
    color: #2d8f98;
}

/* Basic Alignment
================================================== */
.columns img,
.column img {
    height: auto;
    max-width: 100%;
}

/*custom*/
.pifa-obligatory > div > img {
    height: auto;
    max-width: 100px;
}

/*custom*/
.form-float-right {
    float: right;
}

/*custom*/
.form-clear-both {
    clear: both;
}

.columns.google-map img {
    max-width: none;
}

img, object, video {
    height: auto;
    display: block;
}

.table-text {
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.table-image {
    /*width: auto;*/
    height: 150px !important;
}

img {
    /*width: auto;*/
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.table-image-text {
    vertical-align: middle;
    padding: 0 0 0 10px;
}

/* Flexible Embeds */
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-left {
    float: left;
    margin: 0 15px 8px 0;
}

.image-right {
    float: right;
    margin: 0 0 8px 15px;
}

.image-right,
.image-left {
    padding: 4px;
    border: 1px solid #ddd;
    max-width: 100%;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

/*custom*/
h1 {
    font-size: 23px;
    line-height: 30px;
    background-color: #fff;
    display: inline;
    padding: 0 10px 0 0;
}

a > .h1 {
    color: #2d8f98;
    font-size: 17px;
}

.post-content a > .h1 {
    font-weight: bold;

}
.post-content a > .h1:hover {
    color: #888;

}

h1 span,
h1 p {
    display: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
}
h1 span,
h1 p {
    color: inherit !important;
}

/*custom*/
h2 {
    font-size: 15px;
    line-height: 27px;
    background-color: #fff;
    display: inline;
    padding: 0 10px 0 0;
}

/*custom*/
#page-title span {
    color: #333;
    float: left;
    font-size: 16px;
    padding: 0 5px;
    margin: 0 0 10px 0;
}

#page-title > a:first-child span.h5 {
    color: #333;
}

.icon-boxes-container .icon-box h3 a {
    color: #000;
    font-weight: normal;
}

a > h1, a > h2, a > h3, a > h4, a > h5, a > h6 {
    font-weight: inherit;
}

h1 {
    font-size: 23px;
    line-height: 30px;
}

h2 {
    font-size: 17px;
    line-height: 27px;
}

h3 {
    font-size: 16px;
    line-height: 34px;
}

h4 {
    font-size: 14px;
    line-height: 30px;
}

/*h5 { font-size: 12px; line-height: 24px; }*/
h6 {
    font-size: 10px;
    line-height: 21px;
}

p {
    margin: 0 0 15px 0;
    line-height: 21px;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    color: #2d8f98;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -transition: color 0.1s ease-in-out;
}

a:hover, a:focus {
    color: #888;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
    margin: 0;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
}

ul ul li, ul ol li,
ol ol li, ol ul li {
}

li {
    line-height: 18px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Forms
================================================== */
fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #d8d8d8;
    padding: 9px;
    outline: none;
    font: 12px "Open Sans", sans-serif;
    color: #888;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #ccc;
    color: #666;
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}

select {
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.standard-table td a {
    float: right;
    width: 95%;
}

.twelve.columns ul {
    list-style: disc !important;
    margin: 20px;
}

div.headline.no-margin a span.h4 {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.one-third.column h2 a {
    color: #333;
}

.headline h2 a {
    color: #333;
}
div.container p a {
    color: #2d8f98;
}

.container .twelve.columns a,
.container .contact_row.policy a {
    text-decoration: underline;
}