﻿
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 {
        content: '';
        content: none
    }

    q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans",Arial,sans-serif;
    color: #4a4a4a;
    background: #fff;
    height: auto;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 50px;
    position: relative
}

::-webkit-input-placeholder {
    color: rgba(109,109,109,.57)
}

:-moz-placeholder {
    color: rgba(109,109,109,.57);
    opacity: 1
}

::-moz-placeholder {
    color: rgba(109,109,109,.57);
    opacity: 1
}

:-ms-input-placeholder {
    color: rgba(109,109,109,.57)
}

a, input, button {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

    input:focus {
        outline: none
    }

a {

    text-decoration: none;
    margin:8px;
    display:inline-block;
}

    a:hover {
        color: #27a5c3;
        text-decoration: underline
    }

header {
    height: 128px
}

@media screen and (max-width: 480px) {
    header {
        height: 70px
    }
}

.logo {
    display: block;
    margin: 0 auto
}

    .logo img {
        display: block;
        margin: 0 auto;
        padding-top: 9px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

@media screen and (max-width: 480px) {
    .logo img {
        width: 70px
    }
}

.logo img:hover {
    -webkit-filter: opacity(.75);
    filter: opacity(.75)
}

main {
    text-align: center
}

strong {
    font-weight: 700
}

h1 {
    font: 25px/25px "Open Sans",Arial,sans-serif
}

@media screen and (max-width: 480px) {
    h1 {
        font: 20px/20px "Open Sans",Arial,sans-serif
    }
}

@media screen and (max-width: 360px) {
    h1 {
        font: 18px/20px "Open Sans",Arial,sans-serif
    }
}

h2 {
    font: 15px/15px "Open Sans",Arial,sans-serif
}

h3 {
    font: 600 15px/15px "Open Sans",Arial,sans-serif
}

h4 {
    font: 600 14px/14px "Open Sans",Arial,sans-serif
}

.info-title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 700 18px/18px "Open Sans",Arial,sans-serif;
    color: #1d1d1d;
    margin: 17px 5% 17px
}

@media screen and (max-width: 1200px) {
    .info-title {
        margin: 17px 5% 17px
    }
}

@media screen and (max-width: 480px) {
    .info-title {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.info-title:before, .info-title:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #444;
    position: absolute;
    top: 8px
}

.info-title:before {
    left: -8px
}

.info-title:after {
    right: -8px
}

.table-title {
    font: 600 16px/16px "Open Sans",Arial,sans-serif;
    margin-bottom: 12px
}

@media screen and (max-width: 480px) {
    .table-title {
        font-size: 14px;
        margin-bottom: 8px
    }
}

@media screen and (max-width: 360px) {
    .table-title {
        font-size: 12px
    }
}

.cols-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
    margin-bottom: 25px
}

@media screen and (max-width: 1200px) {
    .cols-wrap {
        padding: 0 5%;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 360px) {
    .cols-wrap {
        padding: 0 3%
    }
}

.cols {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 600px;
    text-align: left
}

@media screen and (max-width: 680px) {
    .cols {
        width: 100%;
        max-width: 100%
    }
}

.points, .bar-points {
    font: 600 15px/18px "Open Sans",Arial,sans-serif
}

@media screen and (max-width: 480px) {
    .points, .bar-points {
        font-size: 12px
    }
}

@media screen and (max-width: 360px) {
    .points, .bar-points {
        font-size: 12px
    }
}

.bar-points {
    text-align: left
}

    .bar-points.up, .bar-points.down {
        padding-left: 12px
    }

    .bar-points.up {
        background: url("../images/up.png") no-repeat 0 5px
    }

    .bar-points.down {
        background: url("../images/down.png") no-repeat 0 5px
    }

    .bar-points.no-bar {
        text-align: left
    }

.bar {
    width: 310px;
    max-width: 100%;
    height: 6px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.5)inset;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.5)inset
}

@media screen and (max-width: 640px) {
    .bar {
        width: 200px
    }
}

@media screen and (max-width: 360px) {
    .bar {
        width: 160px
    }
}

.bar.up {
    background: #33afd2
}

.bar.down {
    background: #ec3e3e
}

.bar .bar-progress {
    height: 6px;
    background: url("../images/progress.jpg") repeat-x 0 0
}

.bar-label {
    margin-bottom: 20px;
    font: 600 12px/12px "Open Sans",Arial,sans-serif;
    color: #5e636d
}

table {
    display: inline-block;
    vertical-align: top;
    min-width: 250px;
    margin-bottom: 25px;
    border-left: 2px solid #33afd2
}

@media screen and (max-width: 480px) {
    table {
        margin-bottom: 20px
    }
}

table a {
}

    table a:hover {
        color: #444;
        text-decoration: underline
    }

table.full-width {
    width: 100%;
    max-width: 1200px
}

@media screen and (max-width: 360px) {
    table.full-width {
        overflow: hidden
    }
}

table.full-width tr, table.full-width thead, table.full-width tbody {
    width: 100%
}

table.full-width td {
    min-width: 150px
}

@media screen and (max-width: 1024px) {
    table.full-width td {
        min-width: 70px
    }
}

@media screen and (max-width: 480px) {
    table.full-width td {
        min-width: initial
    }
}

table.full-width tr td:first-of-type {
    width: 50%
}

@media screen and (max-width: 768px) {
    table.full-width tr td:first-of-type {
        width: 30%
    }
}

table tr td {
    font: 13px/16px "Open Sans",Arial,sans-serif;
    text-align: left;
    padding-left: 7px
}

@media screen and (max-width: 480px) {
    table tr td {
        font-size: 12px
    }
}

@media screen and (max-width: 360px) {
    table tr td {
        font-size: 12px
    }
}

table tr td strong {
    margin-right: 20px;
    line-height: 25px
}

table tr th {
    font: 300 18px/20px "Open Sans",Arial,sans-serif;
    text-align: left;
    padding-left: 7px
}

@media screen and (max-width: 480px) {
    table tr th {
        font-size: 15px
    }
}

table tr th strong {
    font: 700 13px/25px "Open Sans",Arial,sans-serif
}

@media screen and (max-width: 480px) {
    table tr th strong {
        font-size: 12px
    }
}

@media screen and (max-width: 360px) {
    table tr th strong {
        font-size: 12px
    }
}

.label {
    margin-bottom: 15px
}

.ping {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .ping {
        padding: 0 5%
    }
}

@media screen and (max-width: 480px) {
    .ping {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 360px) {
    .ping {
        padding: 0 3%
    }
}

.ping input[type="text"], .ping select {
    appearance: none;
    height: 36px;
    padding: 0 15px;
    margin-right: 2%;
    line-height: 36px;
    font-size: 16px;
    text-align: left;
    background: #e6e6e6;
    border: 1px solid #cacaca;
    border-radius: 4px
}

@media screen and (max-width: 680px) {
    .ping input[type="text"], .ping select {
        padding: 0 10px
    }
}

.ping input[type="text"]:focus, .ping select:focus {
    -webkit-box-shadow: 0 0 10px 0 rgba(39,165,195,.75);
    box-shadow: 0 0 10px 0 rgba(39,165,195,.75)
}

.ping input[type="text"] {
    width: 40%
}

@media screen and (max-width: 1200px) {
    .ping input[type="text"] {
        width: 32%
    }
}

@media screen and (max-width: 768px) {
    .ping input[type="text"] {
        width: 30%
    }
}

@media screen and (max-width: 680px) {
    .ping input[type="text"] {
        width: 90%;
        margin-bottom: 30px
    }
}

.ping select {
    min-width: 128px
}

@media screen and (max-width: 768px) {
    .ping select {
        min-width: 80px
    }
}

@media screen and (max-width: 680px) {
    .ping select {
        min-width: 20%
    }
}

@media screen and (max-width: 480px) {
    .ping select {
        min-width: 25%;
        margin-bottom: 20px
    }
}

.ping button {
    border: 1px solid #195074;
    border-radius: 4px;
    height: 36px;
    padding: 0 14px;
    background: -webkit-linear-gradient(51deg,#33afd2 0%,#3ba4cc 29%,#51c3e0 100%);
    background: linear-gradient(39deg,#33afd2 0%,#3ba4cc 29%,#51c3e0 100%);
    font: 700 14px/14px "Open Sans",Arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .ping button {
        padding: 0 8px
    }
}

.ping button:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(39,165,195,.75);
    box-shadow: 0 0 10px 0 rgba(39,165,195,.75)
}

.disclaimer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 45px;
    border-left: 2px solid #33afd2;
    font: 13px/16px "Open Sans",Arial,sans-serif;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .disclaimer {
        width: 95%;
        padding: 0 5% 0 7px;
        margin-left: 5%
    }
}

@media screen and (max-width: 480px) {
    .disclaimer {
        font-size: 12px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 360px) {
    .disclaimer {
        padding: 0 3% 0 7px;
        font-size: 10px;
        line-height: 14px
    }
}

p {
    font: 13px/18px "Open Sans",Arial,sans-serif
}

.search-container {
    text-align: center;
    background: -webkit-linear-gradient(51deg,#33afd2 0%,#194f73 100%);
    background: linear-gradient(39deg,#33afd2 0%,#194f73 100%)
}

    .search-container h1 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding: 73px 0 43px;
        max-width: 90%;
        margin: 0 auto
    }

@media screen and (max-width: 480px) {
    .search-container h1 {
        padding: 20px 0 20px
    }
}

.search-container h2 {
    display: inline-block;
    vertical-align: top;
    padding-left: 21px;
    margin-bottom: 80px;
    background: url("../images/ip.png") no-repeat 0 0;
    height: 19px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width: 480px) {
    .search-container h2 {
        margin-bottom: 20px
    }
}

.search-container .border-top, .search-container .border-bottom {
    width: 100%;
    height: 4px
}

.search-container .border-top {
    margin-bottom: -4px;
    background: URL("../images/border-top.png")repeat-x 0 0
}

.search-container .border-bottom {
    margin-top: -4px;
    background: URL("../images/border-bottom.png")repeat-x 0 0
}

.search-bar {
    width: 60.2%;
    max-width: 750px;
    margin: 0 auto 15px;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    text-align: center
}

@media screen and (max-width: 768px) {
    .search-bar {
        width: 80%
    }
}

@media screen and (max-width: 480px) {
    .search-bar {
        width: 90%
    }
}

.search-bar input {
    display: inline-block;
    vertical-align: middle
}

    .search-bar input[type="text"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 69.5%;
        height: 53px;
        margin: 21px 0 21px auto;
        padding: 0 19px;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #195074;
        border-radius: 10px 0 0 10px;
        font: 20px/53px "Open Sans",Arial,sans-serif;
        color: #4a4a4a
    }

@media screen and (max-width: 480px) {
    .search-bar input[type="text"] {
        height: 30px;
        padding: 0 10px;
        font: 17px/30px "Open Sans",Arial,sans-serif;
        margin: 12px 0 12px auto
    }
}

@media screen and (max-width: 320px) {
    .search-bar input[type="text"] {
        font-size: 15px
    }
}

.search-bar input[type="text"]:focus {
    -webkit-box-shadow: 0 0 10px 0 #33afd2;
    box-shadow: 0 0 10px 0 #33afd2
}

.search-bar input[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    width: 25.5%;
    height: 53px;
    border: none;
    border-radius: 0 10px 10px 0;
    background: -webkit-linear-gradient(51deg,#33afd2 0%,#3ba4cc 29%,#51c3e0 100%);
    background: linear-gradient(39deg,#33afd2 0%,#3ba4cc 29%,#51c3e0 100%);
    font: 700 30px/30px "Open Sans",Arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (max-width: 480px) {
    .search-bar input[type="submit"] {
        height: 30px;
        font: 700 20px/20px "Open Sans",Arial,sans-serif
    }
}

@media screen and (max-width: 320px) {
    .search-bar input[type="submit"] {
        font-size: 15px
    }
}

.search-bar input[type="submit"]:hover, .search-bar input[type="submit"]:focus {
    -webkit-box-shadow: 0 0 10px 0 #33afd2;
    box-shadow: 0 0 10px 0 #33afd2
}

.info-block-container {
    font-size: 0;
    text-align: center;
    padding: 40px 2% 50px
}

@media screen and (max-width: 480px) {
    .info-block-container {
        padding: 20px 5% 20px
    }
}

.info-block {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 5.333333%
}

@media screen and (max-width: 768px) {
    .info-block {
        width: 46%;
        margin-right: 4%;
        margin-bottom: 20px
    }

        .info-block:nth-of-type(even) {
            margin-right: 0
        }
}

@media screen and (max-width: 480px) {
    .info-block {
        width: 90%;
        margin-right: 0
    }
}

.info-block:last-of-type {
    margin-right: 0
}

.info-block img {
    display: block;
    margin: 0 auto 18px
}

.info-block h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px
}

.info-block p {
    margin: 0 auto;
    max-width: 250px;
    text-align: center
}

.not-front-search-container {
    padding: 21px 0;
    text-align: center;
    background: -webkit-linear-gradient(51deg,#33afd2 0%,#194f73 100%);
    background: linear-gradient(39deg,#33afd2 0%,#194f73 100%)
}

.not-front-search-bar {
    width: 33.8%;
    max-width: 410px;
    margin: 0 auto;
    border-radius: 6px;
    background: #fff;
    font-size: 0;
    text-align: center
}

@media screen and (max-width: 768px) {
    .not-front-search-bar {
        width: 80%;
        max-width: initial
    }
}

@media screen and (max-width: 480px) {
    .not-front-search-bar {
        width: 90%
    }
}

.not-front-search-bar input {
    display: inline-block;
    vertical-align: middle
}

    .not-front-search-bar input[type="text"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 69.5%;
        height: 30px;
        margin: 10px 0 10px auto;
        padding: 0 10px;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #195074;
        border-radius: 6px 0 0 6px;
        font: 12px/30px "Open Sans",Arial,sans-serif;
        color: #4a4a4a
    }

        .not-front-search-bar input[type="text"]:focus {
            -webkit-box-shadow: 0 0 10px 0 #33afd2;
            box-shadow: 0 0 10px 0 #33afd2
        }

    .not-front-search-bar input[type="submit"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        appearance: none;
        width: 25.5%;
        height: 30px;
        border: none;
        border-radius: 0 6px 6px 0;
        background: -webkit-linear-gradient(51deg,#33afd2 0%,#3ba4cc 29%,#51c3e0 100%);
        background: linear-gradient(39deg,#33afd2 0%,#3ba4cc 29%,#51c3e0 100%);
        font: 700 16px/30px "Open Sans",Arial,sans-serif;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer
    }

        .not-front-search-bar input[type="submit"]:hover, .not-front-search-bar input[type="submit"]:focus {
            -webkit-box-shadow: 0 0 10px 0 #33afd2;
            box-shadow: 0 0 10px 0 #33afd2
        }

nav {
    font-size: 0;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 90%
}

    nav.main-navigation {
        margin: 20px auto 25px
    }

        nav.main-navigation a {
            font-size: 18px;
            font-weight: 700;
            margin-right: 50px
        }

@media screen and (max-width: 768px) {
    nav.main-navigation a {
        margin-right: 20px
    }
}

@media screen and (max-width: 480px) {
    nav.main-navigation a {
        font-size: 15px;
        margin-right: 10px;
        max-width: 96%
    }
}

@media screen and (max-width: 360px) {
    nav.main-navigation a {
        line-height: 20px;
        margin-bottom: 10px
    }
}

nav h4 {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

nav a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font: 14px/14px "Open Sans",Arial,sans-serif
}

    nav a.active {
        color: #27a5c3;
        text-decoration: underline
    }

    nav a:last-of-type {
        margin-right: 0
    }

footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: #444
}

.social-share {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    text-align: center;
    height: 50px;
    float: left
}

    .social-share a {
        display: inline-block;
        vertical-align: top;
        width: 51px;
        height: 19px;
        margin: 16px 0 0 24px;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.75);
        box-shadow: 0 3px 3px 0 rgba(0,0,0,.75)
    }

@media screen and (max-width: 320px) {
    .social-share a {
        margin-left: 10px
    }
}

.social-share a:hover {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.85);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.85)
}

.social-share a.facebook {
    background: url("../images/facebook.png") no-repeat -11px -6px
}

.social-share a.twitter {
    background: url("../images/twitter.png") no-repeat -11px -6px
}

.social-share a.google-plus {
    background: url("../images/google-plus.png") no-repeat -11px -6px
}

.copyright {
    float: right;
    margin-right: 2%;
    font: 300 12px/50px "Open Sans",Arial,sans-serif;
    color: #fff
}

@media screen and (max-width: 320px) {
    .copyright {
        font-size: 12px
    }
}
