@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600');
@import "../fonts/icomoon/style.css";

.typography {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
}

strong {
    font-weight: 400;
}

em {
    font-style: italic;
}

.typography h1{
    color: #666;
    font-size: 32px;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.typography h2{
    color: #666;
    font-size: 28px;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.typography h3{
    color: #009f92;
    font-size: 24px;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.typography h4{
    color: #009f92;
    font-size: 21px;
    margin-bottom: 20px;
}
.typography h5{
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 20px;
}
.typography h6{
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 20px;
}
.typography p{
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.3;
}

.typography a{
    color: #009f92;
}
.typography hr{
    border: none;
    border-bottom: 1px solid #ccc;
}

.typography ol,
.typography ul{
    padding-left: 20px;
}

.typography ul li{
    list-style-type: none;
    position: relative;
}
    .typography ul li::before{
        content: "\f105";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: -20px;
        top: 3px;
        color: #019F92;
    }
.typography ol li{
    list-style-type: decimal;
}

.button,
button {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 200px;
    height: 45px;
    background-color: #019F92;
    border: none;
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 30px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    line-height: 45px;
    white-space: nowrap;
}

.typography a[href$=".pdf"]::before,
.button::after,
button::after {
    content: "\f105";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 0;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
}

.page_footer .typography p {
    color: #fff;
}

.typography li p{
    margin: 0;
}

.typography a[href$=".pdf"]{
    display: inline-block;
    background: transparent;
    color: #019F92;
    border: 1px solid #019F92;
    width: auto;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    line-height: 45px;
}

.typography a[href$=".pdf"]::before{
    content: '\f1c1';
    right: auto;
    left: 10px;
}

.typography a[href$=".pdf"]:hover{
    background-color: #019F92;
    color: #fff;
}


.table2,
.table3{
    width: 100%;
}

.table2 tr,
.table3 tr{
    display: block;
    overflow: hidden;
}

.table2 td,
.table3 td{
    float: left;
    width: 100%!important;
}

@media screen and (min-width: 768px){
    .table2 td{
        width: 50%!important;
    }
    .table3 td{
        width: 50%!important;
    }
}

@media screen and (min-width: 990px){
    .table3 td{
        width: 33%!important;
    }
}