*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

html,
body {
    font-size: 100%;
}

a:hover {
    cursor: pointer;
}

a:focus {
    outline: none;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#content.blog.post article img, #content.blog.authors article img {
	opacity: 0;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

a {
    color: #193852;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #999;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: normal;
}

h1.b, h2.b, h3.b, h4.b, h5.b, h6.b {
	font-weight: 500;
}

h1.l, h2.l, h3.l, h4.l, h5.l, h6.l {
	font-weight: 300;
}

h1 {
    font-size: 3rem;
    line-height: 3rem;
}

h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
}

h3 {
    font-size: 2rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

p, ul, ol, dl, blockquote, hr, pre, table, fieldset, article footer, nav {
    margin: 0 0 1.5rem 0;
}

p:last-child {
    margin-bottom: 0;
}

article ul {
    margin: 0 0 2rem 1.125rem;
    list-style: disc outside;
}

    article ul:last-child, article ol:last-child {
        margin-bottom: 0;
    }

article ol {
    margin: 0 0 2rem 2rem;
    list-style: decimal outside;
}

article blockquote {
    margin: 0 0 1.25rem 2.5rem;
    font-family: cambria, georgia, times, serif;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f6f6f6;
    padding: 1.19rem 1.25rem 0;
    font-style: italic;
}

small {
    font-size: 0.6875rem;
}

.wp-post-image,
img.alignright,
img.alignleft,
img.aligncenter {
    margin-bottom: 0;
    max-width: 15%;
    margin-left: 2rem;
}

a:hover .wp-post-image, a:focus .wp-post-image {

}

.alignleft {
    float: left;
    clear: left;
    margin-bottom: 1.5rem;
}

.alignright {
    float: right;
    clear: right;
    margin-bottom: 1.5rem;
}

.aligncenter {
    display: block;
    margin-bottom: 1.5rem;
}

.grid {
	width: 50%;
	margin: 0 auto;
}

.trans {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
/*     transition: all 0.3s ease; */
}

strong, th {
    font-weight: 500;
}

input[type="text"], input[type="password"], input[type="email"], textarea, button {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	font-family: "Roboto";
	padding: 0.469rem;
}

.fa.bigger, i.bigger {
    font-size: 1.25rem;
    vertical-align: middle;
    position: relative;
    top: -0.125rem;
}

i.bigger {
    top: -0.125rem;
    font-size: 1.25rem;
}

.fa.big, i.big {
    font-size: 3rem;
}

.history-icon i.big {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.op {
    opacity: 0.5;
}

    .op:hover {
        opacity: 1;
    }

.button {
    padding: 0.5rem 1rem;
    display: inline-block;
}

    .button i {
        margin-left: 1.2rem;
        font-weight: bold;
        font-size: 1.3rem;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .button.reversed i {
        margin-left: 0;
        margin-right: 1.2rem;
    }

    .button .arrow.right {
        padding-left: 1rem;
    }

    .button.bc2:hover {
        background-color: #007dba;
        color: #FFF;
    }

.background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

table:last-child {
    margin-bottom: 0;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, li:first-child, table:first-child, blockquote:first-child, q:first-child, dl:first-child, figure:first-child, .table-wrapper:first-child, .button-wrapper:first-child {
    margin-top: 0;
}

table th, table td {
    padding: 1rem;
    vertical-align: top;
    border: 2px solid #FFF;
    background: #EFEFEF;
    width: auto;
}

    table th {
        background-color: #193852;
        color: #FFF;
    }

    .page-content table td a {
        color: #193852;
    }

table td {
    background: #f5f5f5;
}

table tr:nth-child(odd) td, table tbody:nth-child(2) tr:nth-child(even) td {
    background: #e5e9ed;
}

.inner-content {
    float: left;
    width: 100%;
}

.col-content {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

    .col-content:last-child {
        margin-bottom: 0;
    }

    .col-content .columns-2 {
        width: 50%;
        float: left;
    }

    .col-content .columns-2:first-child {
        padding-right: 1rem;
    }

    .col-content .columns-2:last-child {
        padding-left: 1rem;
    }

    .col-content .columns-3 {
        width: 33.33%;
        float: left;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .col-content .columns-3:first-child {
        padding-right: 0.5rem;
        padding-left: 0;
    }

    .col-content .columns-3:last-child {
        padding-left: 0.5rem;
        padding-right: 0;
    }

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; margin-bottom: 1.5rem; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
}

.wpcf7 input[type="submit"] {
    background-color: #c8102e;
    color: white;
    padding: 0.5rem 1rem;
    display: inline-block;
    float: right;
    border: none;
}
