a, a:hover {
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}
header {
    padding: 1em 0
}
.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}
.theme-showcase > p > .btn {
    margin: 5px 0;
}
.theme-showcase .navbar .container {
    width: auto;
}
.logo {
    max-width: 220px
}
.navbar-inverse {
    background-color: #fff;
    border-color: #eee;
    background-image: none;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #999;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #eee;
}
.navbar-brand {
    height: 80px;
    padding: 18px 15px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #343434;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #343434;
    background-color: #eee;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #343434;
    background-color: #eee;
    background-image: none;
    box-shadow: none
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #343434;
    background-color: #eee;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25);
}
.navbar-toggle {
    padding: 14px 10px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #eee;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}
.nav>li>a {
    padding: 10px 15px;
    border-bottom: 2px solid #3399FF
}
.jumbotron {
    background-color: #f7f7f7;
    border: 1px solid #eee
}
.what {
    color: #3399FF
}
.point p {
    font-size: 1.5em
}
p i {
    margin-right: .5em
}
.point p:nth-child(1) .glyphicon-ok {
    color: #F03
}
.point p:nth-child(2) .glyphicon-ok {
    color: #F60
}
.point p:nth-child(3) .glyphicon-ok {
    color: #FC0
}
.point p:nth-child(4) .glyphicon-ok {
    color: #3C6
}
.point p:nth-child(5) .glyphicon-ok {
    color: #609
}
.alert-warning {
    margin-top: 25px
}
.alert-warning > h2 {
    margin-top: 0
}
ul.plan {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin-left: -1em
}
ul.plan li {
    float: left;
    margin: 0 .5em 1em 1em;
}
ul.plan span {
    background: #FFDFCA;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    position: relative;
}
ul.plan span:hover {
    background: #F60;
    color: #fff
}
ul.plan span::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.46em 1em;
    border-style: solid;
    border-color: #FFDFCA #FFDFCA #FFDFCA transparent;
    left: -1em;
}
ul.plan li:first-child span::before {
    border-style: none;
    left: -1em
}
ul.plan span:hover::before {
    border-color: #F60 #F60 #F60 transparent;
}
ul.plan span::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #FFDFCA;
    right: -1em;
}
ul.plan span:hover::after {
    border-left-color: #F60;
}
ul.plan .current, ul.plan .current:hover {
    font-weight: bold;
    background: none;
}
ul.plan .current::after, ul.plan .current::before {
    content: normal;
}
h2 {
    font-size: 25px
}
.text-lg {
    font-size: 2em;
}
.bs-callout {
    padding: 0 20px 5px;
    margin: 20px 0 40px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-info {
    border-left-color: #06C;
}
.bs-callout-info h3 {
    color: #06C;
}
.inq {
    width: 100%;
    padding: 30px;
    background: #3399FF;
    margin: 2em 0 0;
    display: table;
    text-align: center
}
.inq p {
    color: #fff
}
.inq a {
    border: 3px solid #3399FF;
    background: #fff;
    color: #3399FF;
    font-weight: bold;
    font-size: 2em;
    padding: 15px;
    margin: 10px 0 0;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}
.inq a:hover {
    border: 3px solid #fff;
    background: #3399FF;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}
.breadcrumb {
    background: none;
    margin-top: -1em
}
footer {
    padding: 2em 0 1em;
    background: #aaa
}
footer ul, footer li {
    list-style: none
}
footer ul {
    margin: auto;
    display: table;
    padding: 0
}
footer li {
    padding: 0 1em;
    float: left;
}
footer a {
    color: #fff
}
.copy {
    padding: 2em 0 0 0;
    text-align: center
}
.page-header {
    margin: 60px 0 20px
}
section h2 {
    margin: 30px 0 10px
}
.man {
    max-width: 70px;
}
.man + p {
    text-align: center
}
th {
    width: 15%;
    text-align: center
}
body > h1 {
    color: #333;
    border-bottom: #eee 1px solid;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
}
nav h1 {
    margin: 0;
    padding: 0
}
img.trans {
    max-width: 150px
}
.hlist {
    background: #FFD6BA;
    padding: .5em .8em;
    border-radius: 5px
}
.inq .col-md-9 p {
    text-align: left
}
.inq .col-md-3 {
    margin-bottom: 2em
}
.col-sm-3 ul {
    padding-left: 20px
}
.col-sm-3 h2 {
    padding-bottom: .4em;
    border-bottom: #F90 2px solid;
    margin-top: 10px;
}
.col-sm-3 h2 a {
    color: #343434
}
.container .jumbotron {
    background: url(../img/bg.png) bottom right no-repeat
}
.container .jumbotron.bg2 {
    background: url(../img/bg2.png) bottom center no-repeat
}
.photo {
    margin-top: 30px
}
.dropdown-menu {
    right: 0;
    left: auto
}
.navbar-header {
    background: #eee
}
.navbar-collapse.in {
    background: #f6f6f6
}
.navbar-toggle .icon-bar {
    background: #39F
}
header h1 {
    font-size: 11px;
    float: right;
}
.highlight {
    padding: 0 14px 9px;
    margin-bottom: 14px;
    background-color: #f9f9f9;
    margin-top: 40px;
}
.highlight h1 {
    font-size: 25px;
    padding: .2em .5em;
    margin-right: -14px;
    top: 26%;
    position: absolute;
    right: 30px;
}
.col-xs-12:nth-child(1) .highlight {
    border: 1px solid #FD6E00;
}
.col-xs-12:nth-child(1) .highlight h1 {
    background: rgba(253, 110, 0, 0.8);
    color: #fff
}
.col-xs-12:nth-child(2) .highlight {
    border: 1px solid #06F;
}
.col-xs-12:nth-child(2) .highlight h1 {
    background: rgba(0, 102, 255, 0.8);
    color: #fff
}
.col-xs-12:nth-child(3) .highlight {
    border: 1px solid #F39;
}
.col-xs-12:nth-child(3) .highlight h1 {
    background: rgba(255, 51, 153, 0.8);
    color: #fff
}
.col-xs-12:nth-child(4) .highlight {
    border: 1px solid #FC0;
}
.col-xs-12:nth-child(4) .highlight h1 {
    background: rgba(255, 204, 0, 0.8);
    color: #333
}
.highlight ul {
    padding-left: 20px
}
.highlight .img-list {
    margin: 0 -14px 14px;
    max-width: calc(100% + 28px)
}
.recommend h2 {
    font-size: 20px;
    color: #FF9900
}
.recommend .img-rounded {
    max-width: 200px;
    border-radius: 50%;
    margin-top: 2em;
}
div.step {
    padding: 60px 0;
}
div.step section {
    width: calc(20% - 38px);
    padding: 15px 20px;
    float: left;
    position: relative;
    background: #FFEED3;
    margin-right: 38px;
}
div.step section:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #FFEED3;
    border-width: 38px;
    margin-top: -38px;
}
p.num {
    text-align: center;
    display: inline-block;
    float: left;
    background: #f90;
    padding: .5em;
    margin: -15px -20px;
    color: #fff;
}
p.num span {
    display: block;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}
p.num+h1 {
    margin: 10px 0 0 40px;
    font-size: 14px
}
.col-xs-12 h2 {
    text-align: center;
    margin-top: 2em
}
.jumbotron h2 {
    margin-top: 1em;
    text-align: left
}
.jumbotron {
    margin-bottom: 40px
}
.img-sm {
    display: none
}
.panel-heading, .panel h2 {
    margin: 0;
    font-size: 18px
}
.panel-body ul {
    padding-left: 20px
}
.panel-body img {
    margin-bottom: 1em
}
.panel-body select {
    width: 100%
}
ul.col-xs-6 {
    padding-left: 40px
}
h3 {
    font-size: 17px;
    text-align: center;
}
h1.link {
    margin: 60px 0 30px
}
h1+h2 {
    margin: -10px 0 30px
}
.panel-primary .panel-heading a, .panel-primary .panel-heading a:hover {
    color: #fff
}
img.counseling {
    max-width: 230px
}
.useful-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.useful-link img {
    padding: 15px
}
.useful-link .col-md-3 {
    width: calc(25% - 30px)
}
.useful-link ul {
    padding-left: 20px
}
@media (max-width: 1199px) {
    .navbar-nav>li {
        font-size: 13px
    }
    .highlight h1 {
        top: 43%;
    }
}
@media (max-width: 991px) {
    .nav>li>a {
        padding: 6px;
        font-size: 12px
    }
    .highlight h1 {
        top: 33%;
    }
    div.step section {
        width: 33%;
        margin-bottom: 1em
    }
    .useful-link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .useful-link .col-md-3 {
        width: calc(50% - 30px);
        margin: 0 15px 15px
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        margin: 19px auto;
        float: none;
        display: table;
        width: 100%
    }
    .navbar-nav>li {
        border-left: 2px solid #fff;
        display: table-cell;
        float: none;
        text-align: center;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #eee;
        background-color: transparent;
    }
    .alert-warning {
        width: 96%;
        margin: 25px auto;
    }
    .jumbotron p {
        font-size: 14px;
    }
    .inq .col-sm-6 {
        padding: 0 2px
    }
    .inq .col-sm-6 a {
        padding: 25px 5px;
        font-size: 19px
    }
    ul.plan span {
        font-size: 11px;
    }
    ul.plan span::before {
        margin-top: 0;
        border-width: 0 0 0 0;
        border-style: none;
        border-color: nonet;
        left: 0;
    }
    .inq p {
        font-size: 13px;
    }
    .inq p.text-lg {
        font-size: 16px
    }
    .col-sm-3 h2 {
        font-size: 20px
    }
    header h1 {
        font-size: 11px;
        float: none;
        text-align: center
    }
    .logo {
        margin: 0 auto;
        display: block
    }
    .highlight h1 {
        top: 21%;
    }
    .nav>li>a {
        border-bottom: none;
        text-align: center;
        font-weight: bold
    }
    .container .jumbotron {
        background: url(../img/bg.png) bottom center no-repeat;
    }
    ul.nav.navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: center
    }
    ul.nav.navbar-nav>li {
        width: 104px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #CAE3FD;
        min-height: 55px;
        border-radius: 3px;
        margin: 1px;
        background: #E5F1FD;
        box-shadow: #C7E2FD 0px 1px 0
    }
    ul.nav.navbar-nav>li:nth-child(5)>a {
        max-width: 83px
    }
    ul.nav.navbar-nav>li:last-child {
        background: #3399FF;
        border: 1px solid #2D94FF;
        box-shadow: #1E61A5 0px 1px 0
    }
    ul.nav.navbar-nav>li:last-child>a, ul.nav.navbar-nav>li:last-child>a:hover {
        font-weight: bold;
        color: #fff
    }
    .useful-link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .useful-link .col-md-3 {
        width: calc(50% - 30px);
        margin: 0 15px 15px
    }
}
@media (max-width: 480px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 28px
    }
    .jumbotron p+a {
        margin-bottom: 5px
    }
    h1 {
        font-size: 22px
    }
    h2 {
        font-size: 18px
    }
    .btn {
        margin-bottom: .5em
    }
    .col-sm-3 h2 {
        font-size: 17px;
    }
    .inq p.text-lg {
        font-size: 19px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #555
    }
    .col-xs-12 {
        width: 100%;
    }
    .highlight h1 {
        top: 27%;
    }
    .btn-lg {
        display: block;
        margin-bottom: 0
    }
    .btn-lg strong {
        display: block
    }
    .img-lg {
        display: none
    }
    .img-sm {
        display: block
    }
    div.step section {
        width: calc(100% - 38px);
        margin-bottom: 1em;
    }
    .btn {
        white-space: normal
    }
    ul.col-xs-6 {
        padding-left: 30px;
    }
    .panel-heading, .panel h2 {
        font-size: 14px;
    }
    .useful-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .useful-link .col-md-3 {
        width: calc(100% - 30px);
        margin: 0 15px 15px
    }
}
