.c-form--icon::after, .clearfix::after, .container-fluid::after, .container::after, .form-group::after, .ht-page::after, .row::after {
    content: '';
    display: table;
    clear: both
}
:root {
    font-size: 10px
}
body {
    color: #111;
    line-height: 1.42857143;
    font-family: 'SFU Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #fefefe;
}
a+i, i+a, i+span, span+i {
    margin-left: .3em
}
span.fa {
    display: inline-block;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    padding-left: 1.43em
}
span.fa::before {
    font-family: FontAwesome;
    font-size: inherit;
    line-height: 0;
    color: #999;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
span.fa-abs-top::before {
    top: 0;
    line-height: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.fa-transformation {
    cursor: pointer;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}
.fa-transformation::after, .fa-transformation::before {
    -webkit-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s
}
.fa-transformation::after {
    content: '\f00d';
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(-180deg) scale(.5);
    transform: rotate(-180deg) scale(.5)
}
.fa-transformation.is-active::before {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(.5);
    transform: rotate(180deg) scale(.5)
}
.fa-transformation.is-active::after {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}
[class*=align-items] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
[class*=align-items]::after {
    content: initial !important
}
.align-items--center {
    -webkit-justify-content: center;
    justify-content: center
}
.align-items--between {
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.overlay-transparent {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.hidden {
    display: none !important;
    visibility: hidden !important
}
.display-inline {
    display: inline-block
}
.display-block {
    display: block
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.animated.infinite {
    animation-iteration-count: infinite
}
.animated.hinge {
    animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s
}
.text--default {
    color: #111
}
.text--primary {
    color: #0077b8
}
.text--secondary {
    color: #DB0007
}
.text--icon {
    color: #999
}
.text--white {
    color: #fff
}
.text--hypertext {
    color: #00f
}
.text--hypertext:hover {
    color: #DB0007
}
.text-center {
    text-align: center !important
}
.text-right {
    text-align: right !important
}
.text-left {
    text-align: left !important
}
.text-bold {
    font-weight: 700
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.text-uppercase {
    text-transform: uppercase
}
.bg--default {
    background-color: #111
}
.bg--primary {
    background-color: #0077b8
}
.bg--secondary {
    background-color: #DB0007
}
.bg--icon {
    background-color: #999
}
.bg--white {
    background-color: #fff
}
.border--default {
    border-color: #111
}
.border--primary {
    border-color: #0077b8
}
.border--secondary {
    border-color: #DB0007
}
.border--icon {
    border-color: #999
}
.border--white {
    border-color: #fff
}
.ht-mrt0 {
    margin-top: 0
}
.ht-mrb0 {
    margin-bottom: 0
}
.ht-mrt15 {
    margin-top: 15px
}
.ht-mrb15 {
    margin-bottom: 15px
}
.ht-mrt30 {
    margin-top: 30px
}
.ht-mrb30 {
    margin-bottom: 30px
}
.ht-hover a:hover {
    color: #DB0007
}
.ht-page {
    margin-top: 15px
}
@media screen and (min-width:992px) {
    .ht-page__sidebar {
        float: left;
        width: 230px;
        min-height: 1px
    }
    .ht-page__sidebar+.ht-page__main {
        margin-left: 20px
    }
    .ht-page__main {
        float: left;
        width: calc(100% - 250px)
    }
    .ht-page__main+.ht-page__sidebar {
        margin-left: 20px
    }
}
@media screen and (min-width:1200px) {
    .ht-page__sidebar {
        width: 250px
    }
    .ht-page__sidebar+.ht-page__main {
        margin-left: 30px
    }
    .ht-page__main {
        width: calc(100% - 280px)
    }
    .ht-page__main+.ht-page__sidebar {
        margin-left: 30px
    }
}
.ht-format-detail a {
    color: #00f;
    background-color: none
}
.ht-format-detail h1, .ht-format-detail h2, .ht-format-detail h3, .ht-format-detail h4, .ht-format-detail h5, .ht-format-detail h6 {
    margin: 20px 0 10px;
}
.ht-format-detail a:hover {
    color: #DB0007
}
.ht-format-detail ol, .ht-format-detail ul {
    list-style: initial;
    padding-left: 40px;
    margin: 10px 0;
}
.ht-format-detail ol li, .ht-format-detail ul li {
    margin-bottom: 10px;
}
.ht-format-detail img {
    height: auto !important
}
.ht-format-detail table {
    margin: 20px 0;
    max-width: 100%;
    width: 100% !important
}
.ht-format-detail table p {
    margin-bottom: 0
}
.ht-loading-gif {
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .31);
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}
[class*=ht-ratio--] {
    position: relative;
    overflow: hidden
}
[class*=ht-ratio--]::before {
    content: '';
    display: block
}
.ht-ratio--35::before {
    padding-bottom: 35%
}
.ht-ratio--75::before {
    padding-bottom: 75%
}
.ht-ratio--100::before {
    padding-bottom: 100%
}
.ht-ratio--135::before {
    padding-bottom: 135%
}
.ht-ratio--150::before {
    padding-bottom: 150%
}
.ht-ratio__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.ht-ratio__img:not(img) {
    height: 100%
}
.ht-ratio__img::after, .ht-ratio__img::before {
    content: initial !important
}
.ht-ratio__img>img {
    width: 100%
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.5%;
    padding-right: 2.5%
}
@media (min-width:576px) {
    .container {
        padding-left: 1.25%;
        padding-right: 1.25%;
        width: 540px
    }
}
@media (min-width:768px) {
    .container {
        width: 720px
    }
}
@media (min-width:992px) {
    .container {
        width: 960px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.5%;
    padding-right: 2.5%
}
[class*=row-flex]:after, [class*=row-flex]:before {
    content: initial !important
}
.row {
    margin-left: -1.25%;
    margin-right: -1.25%
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-2-4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-2-4, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 1.25%;
    padding-right: 1.25%
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left
}
.row-flex {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.col-2-4 {
    width: 20%
}
.col-1 {
    width: 8.3333333333%
}
.col-2 {
    width: 16.6666666667%
}
.col-3 {
    width: 25%
}
.col-4 {
    width: 33.3333333333%
}
.col-5 {
    width: 41.6666666667%
}
.col-6 {
    width: 50%
}
.col-7 {
    width: 58.3333333333%
}
.col-8 {
    width: 66.6666666667%
}
.col-9 {
    width: 75%
}
.col-10 {
    width: 83.3333333333%
}
.col-11 {
    width: 91.6666666667%
}
.col-12 {
    width: 100%
}
@media (min-width:576px) {
    .container-fluid {
        padding-left: 1.25%;
        padding-right: 1.25%
    }
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-2-4, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        float: left
    }
    .row-flex-xs {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-xs-2-4 {
        width: 20%
    }
    .col-xs-1 {
        width: 8.3333333333%
    }
    .col-xs-2 {
        width: 16.6666666667%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-4 {
        width: 33.3333333333%
    }
    .col-xs-5 {
        width: 41.6666666667%
    }
    .col-xs-6 {
        width: 50%
    }
    .col-xs-7 {
        width: 58.3333333333%
    }
    .col-xs-8 {
        width: 66.6666666667%
    }
    .col-xs-9 {
        width: 75%
    }
    .col-xs-10 {
        width: 83.3333333333%
    }
    .col-xs-11 {
        width: 91.6666666667%
    }
    .col-xs-12 {
        width: 100%
    }
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-2-4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }
    .row-flex-sm {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-sm-2-4 {
        width: 20%
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
}
@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
    .row-flex-md {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-md-2-4 {
        width: 20%
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
}
@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }
    .row-flex-lg {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .col-lg-2-4 {
        width: 20%
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
}
.c-modal-box, .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.c-btn, [class*=c-btn-], button {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: .72em 1.43em;
    border: none;
    border-radius: .3em;
    line-height: 1;
    text-transform: uppercase;
    background-color: #999;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.c-btn:active, .c-btn:focus, .c-btn:hover, [class*=c-btn-]:active, [class*=c-btn-]:focus, [class*=c-btn-]:hover, button:active, button:focus, button:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2)!important;
    outline: 0
}
[class*=c-btn-border] {
    color: #111;
    border: 1px solid #ccc;
    background-color: transparent;
    box-shadow: none
}
.c-btn--default {
    background-color: #111;
    box-shadow: 0 2px 2px 0 rgba(17, 17, 17, .14), 0 3px 1px -2px rgba(17, 17, 17, .2), 0 1px 5px 0 rgba(17, 17, 17, .12)
}
.c-btn--primary {
    background-color: #0077b8;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, .14), 0 3px 1px -2px rgba(25, 118, 210, .2), 0 1px 5px 0 rgba(25, 118, 210, .12)
}
.c-btn--secondary {
    background-color: #DB0007;
    box-shadow: 0 2px 2px 0 rgba(255, 102, 0, .14), 0 3px 1px -2px rgba(255, 102, 0, .2), 0 1px 5px 0 rgba(255, 102, 0, .12)
}
.c-btn--icon {
    background-color: #999;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12)
}
.c-btn--white {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .14), 0 3px 1px -2px rgba(255, 255, 255, .2), 0 1px 5px 0 rgba(255, 255, 255, .12)
}
.c-btn--default:active, .c-btn--default:focus, .c-btn--default:hover {
    box-shadow: 0 14px 26px -12px rgba(17, 17, 17, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(17, 17, 17, .2)
}
.c-btn--primary:active, .c-btn--primary:focus, .c-btn--primary:hover {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(25, 118, 210, .2)
}
.c-btn--secondary:active, .c-btn--secondary:focus, .c-btn--secondary:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 102, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 102, 0, .2)
}
.c-btn--icon:active, .c-btn--icon:focus, .c-btn--icon:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2)
}
.c-btn--white:active, .c-btn--white:focus, .c-btn--white:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 255, 255, .2)
}
.c-btn-border--default {
    color: #111;
    border-color: #111;
    box-shadow: 0 2px 2px 0 rgba(17, 17, 17, .14), 0 3px 1px -2px rgba(17, 17, 17, .2), 0 1px 5px 0 rgba(17, 17, 17, .12)
}
.c-btn-border--primary {
    color: #0077b8;
    border-color: #0077b8;
    box-shadow: 0 2px 2px 0 rgba(25, 118, 210, .14), 0 3px 1px -2px rgba(25, 118, 210, .2), 0 1px 5px 0 rgba(25, 118, 210, .12)
}
.c-btn-border--secondary {
    color: #DB0007;
    border-color: #DB0007;
    box-shadow: 0 2px 2px 0 rgba(255, 102, 0, .14), 0 3px 1px -2px rgba(255, 102, 0, .2), 0 1px 5px 0 rgba(255, 102, 0, .12)
}
.c-btn-border--icon {
    color: #999;
    border-color: #999;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12)
}
.c-btn-border--white {
    color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .14), 0 3px 1px -2px rgba(255, 255, 255, .2), 0 1px 5px 0 rgba(255, 255, 255, .12)
}
.c-btn-border--default:active, .c-btn-border--default:focus, .c-btn-border--default:hover {
    box-shadow: 0 14px 26px -12px rgba(17, 17, 17, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(17, 17, 17, .2)
}
.c-btn-border--primary:active, .c-btn-border--primary:focus, .c-btn-border--primary:hover {
    box-shadow: 0 14px 26px -12px rgba(25, 118, 210, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(25, 118, 210, .2)
}
.c-btn-border--secondary:active, .c-btn-border--secondary:focus, .c-btn-border--secondary:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 102, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 102, 0, .2)
}
.c-btn-border--icon:active, .c-btn-border--icon:focus, .c-btn-border--icon:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2)
}
.c-btn-border--white:active, .c-btn-border--white:focus, .c-btn-border--white:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 255, 255, .2)
}
.c-btn--circle {
    padding: 0;
    border-radius: 50%;
    width: 2.43em;
    height: 2.43em
}
.c-btn--square {
    padding: 0;
    width: 2.43em;
    height: 2.43em
}
.c-btn--round {
    border-radius: 3em
}
.c-btn--sm {
    font-size: 1.2rem
}
.c-btn--lg {
    font-size: 1.6rem
}
.c-checkbox {
    display: block;
    font-size: 13px;
    margin: .72em 0;
    line-height: 1;
    position: relative;
    z-index: 2
}
.c-checkbox>label {
    cursor: pointer;
    color: #666;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.c-checkbox>label>span:not(.c_tick) {
    font-size: 1.08em;
    line-height: 1.42857143
}
.c-checkbox>label:hover {
    color: #0077b8
}
.c-checkbox .c_tick {
    padding-right: .4em
}
.c-checkbox .c_tick .check {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #666;
    border-radius: 3px;
    width: 1.08em;
    height: 1.08em
}
.c-checkbox .c_tick .check::before {
    content: '';
    display: block;
    position: absolute;
    margin: -.35em 0 0 .36em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: .3s forwards checkbox-off;
    -o-animation: .3s forwards checkbox-off;
    animation: .3s forwards checkbox-off
}
.c-checkbox input[type=checkbox] {
    opacity: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0
}
.c-checkbox input[type=checkbox]:focus+.c_tick .check::after {
    opacity: .2
}
.c-checkbox input[type=checkbox]:checked+.c_tick .check {
    background-color: #0077b8
}
.c-checkbox input[type=checkbox]:checked+.c_tick .check::before {
    color: #fff;
    box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em;
    -webkit-animation: .3s forwards checkbox-on;
    -o-animation: .3s forwards checkbox-on;
    animation: .3s forwards checkbox-on
}
.c-checkbox input[type=checkbox][disabled]~.c_tick .check {
    border-color: #000;
    opacity: .5
}
.c-checkbox input[type=checkbox][disabled]~.c_tick .check::after {
    background-color: #0077b8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.08em .15em 0 .79em
    }
    50% {
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em .15em 0 .79em
    }
    100% {
        box-shadow: 0 0 0 .72em, .72em -.71em 0 .72em, 2.29em 0 0 1.43em, 0 2.29em 0 1.43em, -.35em .36em 0 .72em, 1.43em -.85em 0 .79em
    }
}
.form-group {
    position: relative;
    margin-bottom: 1.08em
}
.c-form .c_input, .c-form-border .c_input {
    width: 100%;
    height: 0;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1
}
.c-form .c_input::-webkit-input-placeholder, .c-form-border .c_input::-webkit-input-placeholder {
    color: #999
}
.c-form .c_input::-moz-placeholder, .c-form-border .c_input::-moz-placeholder {
    color: #999
}
.c-form .c_input:-moz-placeholder, .c-form-border .c_input:-moz-placeholder {
    color: #999
}
.c-form .c_input:-ms-input-placeholder, .c-form-border .c_input:-ms-input-placeholder {
    color: #999
}
.c-form .c_error, .c-form-border .c_error {
    width: 100%;
    color: #f55145;
    text-align: right;
    position: absolute;
    top: 50%;
    right: .29em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.c-form .c_error>i, .c-form-border .c_error>i {
    font-size: 1.08em;
    cursor: pointer
}
.c-form .c_error>span, .c-form-border .c_error>span {
    font-size: .86em;
    font-style: italic;
    position: absolute;
    top: 2.25em;
    right: 0
}
.c-form textarea.c_input, .c-form-border textarea.c_input {
    height: auto;
    padding-top: .5em !important;
    padding-bottom: .5em !important
}
.c-form .c_input {
    padding: 1.29em 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077b8), to(#0077b8)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    background-image: linear-gradient(#0077b8, #0077b8), linear-gradient(#ccc, #ccc);
    background-size: 0 .15em, 100% .08em;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - .08em)
}
.c-form .c_input:focus {
    outline: 0;
    background-size: 100% .15em, 100% .08em;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}
.c-form--label .c_label {
    font-size: 1em;
    color: #999;
    pointer-events: none;
    position: absolute;
    top: .58em;
    left: 0;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}
.c-form--label.is-focused .c_label, .c-form--label:not(.is-empty) .c_label {
    font-size: .79em;
    color: #0077b8;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0
}
.c-form--label .c_input {
    padding: 1.58em 0 1em
}
.c-form--icon .c_icon {
    float: left;
    font-size: 1em;
    line-height: 0;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    width: 1.43em;
    height: 2.08em;
    position: relative;
    top: .72em
}
.c-form--icon .c_icon--top {
    top: .58em
}
.c-form--icon>.c_input {
    float: right;
    width: calc(100% - 1.58em) !important;
    position: relative
}
.c-form--icon.form-checkbox {
    margin-left: 1.72em
}
.c-form.is-focused .c_input {
    background-size: 100% .15em, 100% .08em;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}
.c-form.is-error .c_input:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f55145), to(#f55145)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    background-image: linear-gradient(#f55145, #f55145), linear-gradient(#ccc, #ccc)
}
.c-form.is-error .c_label {
    color: #f55145 !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
    padding: 0
}
.h1, h1 {
    font-size: 22px
}
.h2, h2 {
    font-size: 19px
}
.h3, h3 {
    font-size: 17px
}
.h4, h4 {
    font-size: initial
}
.h5, h5 {
    font-size: 13px
}
.h6, h6 {
    font-size: 12px
}
.small, small {
    font-size: 80%
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    line-height: 1;
    color: #777
}
.ht-fs25 {
    font-size: 25px
}
.ht-fs30 {
    font-size: 30px
}
[class*=c-headline-] {
    margin-bottom: 20px
}
[class*=c-headline-] .c_name {
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 300;
}
[class*=c-headline-] .c_name a {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}
[class*=c-headline-] .c_name a:hover {
    color: #DB0007
}
[class*=c-headline-] i {
    color: #0077b8
}
.c-headline-1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}
.c-headline-1 .c_name {
    display: inline-block;
    padding: 0 10px;
    margin: 0 20px;
    background-color: #fff;
    position: relative;
    top: 10px
}
.c-headline-2 {
    text-align: center;
    text-transform: uppercase
}
.c-headline-2 .c_divider {
    font-size: inherit;
    text-align: center
}
.c-headline-2 .c_divider::after, .c-headline-2 .c_divider::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0))
}
@media (max-width:479px) {
    .c-headline-2 .c_divider:first-child::after, .c-headline-2 .c_divider:first-child::before {
        display: block;
        margin: 0 auto 4px
    }
}
.c-headline-2 .c_divider i {
    position: relative;
    top: 5px;
}
.c-headline-3 {
    position: relative
}
.c-headline-3::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -.05em;
    left: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), #ccc 300%);
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #ccc 300%)
}
.c-headline-3 i {
    position: relative
}
.c-headline-3 i::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #DB0007;
    z-index: 1;
    position: absolute;
    bottom: -.27em;
    left: 0
}
[class*=c-icon] {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #999;
    border-radius: 3px;
    width: 1.54em;
    height: 1.54em;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}
[class*=c-icon] i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
[class*=c-icon]:hover {
    opacity: .7
}
[class*=c-icon-bg] {
    background-color: #999;
    color: #fff
}
[class*=c-icon-bg]+[class*=c-icon-bg] {
    margin-left: 5px
}
[class*=c-icon-border] {
    border: 1px solid #ccc
}
[class*=c-icon-border]+[class*=c-icon-border] {
    margin-left: 10px
}
[class*=c-icon-img] {
    background-size: .7em;
    background-repeat: no-repeat;
    background-position: center
}
.c-icon--fb {
    color: #365899
}
.c-icon--gl {
    color: #dd4b39
}
.c-icon--tw {
    color: #55acee
}
.c-icon--pr {
    color: #d63633
}
.c-icon--ins {
    color: #cc2127
}
.c-icon--yt {
    color: #e52d27
}
.c-icon--in {
    color: #0976b4
}
.c-icon--zalo {
    color: #0180c6
}
.c-icon--skype {
    color: #00aff0
}
.c-icon--white {
    color: #fff
}
.c-icon--primary {
    color: #0077b8
}
.c-icon--secondary {
    color: #DB0007
}
.c-icon-circle {
    border-radius: 100%
}
.c-icon-border--fb {
    border-color: #365899;
    color: #365899
}
.c-icon-border--gl {
    border-color: #dd4b39;
    color: #dd4b39
}
.c-icon-border--tw {
    border-color: #55acee;
    color: #55acee
}
.c-icon-border--pr {
    border-color: #d63633;
    color: #d63633
}
.c-icon-border--ins {
    border-color: #cc2127;
    color: #cc2127
}
.c-icon-border--yt {
    border-color: #e52d27;
    color: #e52d27
}
.c-icon-border--in {
    border-color: #0976b4;
    color: #0976b4
}
.c-icon-border--zalo {
    border-color: #0180c6;
    color: #0180c6
}
.c-icon-border--skype {
    border-color: #00aff0;
    color: #00aff0
}
.c-icon-border--white {
    border-color: #fff;
    color: #fff
}
.c-icon-border--primary {
    border-color: #0077b8;
    color: #0077b8
}
.c-icon-border--secondary {
    border-color: #DB0007;
    color: #DB0007
}
.c-icon-bg--fb {
    background-color: #365899
}
.c-icon-bg--gl {
    background-color: #dd4b39
}
.c-icon-bg--tw {
    background-color: #55acee
}
.c-icon-bg--pr {
    background-color: #d63633
}
.c-icon-bg--ins {
    background-color: #cc2127
}
.c-icon-bg--yt {
    background-color: #e52d27
}
.c-icon-bg--in {
    background-color: #0976b4
}
.c-icon-bg--zalo {
    background-color: #0180c6
}
.c-icon-bg--skype {
    background-color: #00aff0
}
.c-icon-bg--white {
    background-color: #fff
}
.c-icon-bg--primary {
    background-color: #0077b8
}
.c-icon-bg--secondary {
    background-color: #DB0007
}
.c-icon-img--fb {
    background-color: #365899;
    border-color: #365899
}
.c-icon-img--gl {
    background-color: #dd4b39;
    border-color: #dd4b39
}
.c-icon-img--tw {
    background-color: #55acee;
    border-color: #55acee
}
.c-icon-img--pr {
    background-color: #d63633;
    border-color: #d63633
}
.c-icon-img--ins {
    background-color: #cc2127;
    border-color: #cc2127
}
.c-icon-img--yt {
    background-color: #e52d27;
    border-color: #e52d27
}
.c-icon-img--in {
    background-color: #0976b4;
    border-color: #0976b4
}
.c-icon-img--zalo {
    background-color: #0180c6;
    border-color: #0180c6
}
.c-icon-img--skype {
    background-color: #00aff0;
    border-color: #00aff0
}
.c-icon-img--white {
    background-color: #fff;
    border-color: #fff
}
.c-icon-img--primary {
    background-color: #0077b8;
    border-color: #0077b8
}
.c-icon-img--secondary {
    background-color: #DB0007;
    border-color: #DB0007
}
.c-icon--sm {
    font-size: 1rem
}
.c-icon--lg {
    font-size: 1.5rem
}
.c-modal {
    display: none;
    font-size: 14px;
    overflow: auto;
    opacity: 0;
    z-index: 1040;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.c-modal-backdrop {
    opacity: 0;
    background-color: #000;
    z-index: 1030;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.c-modal-backdrop.show {
    opacity: .5
}
.c-modal-box {
    max-width: 350px;
    padding: 4.29em .72em .72em;
    position: relative;
    z-index: 1050;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out
}
.c-modal-group {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: .43em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
.c-modal .c_close {
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 2.15em;
    width: 1.79em;
    height: 2.15em;
    position: absolute;
    top: -1px;
    right: -1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.c-modal .c_close:hover {
    color: #fff;
    background-color: #DB0007;
    border-radius: 0 .43em
}
.c-modal .c_header {
    color: #fff;
    font-size: 18px;
    padding: .56em 0 .28em;
    margin-bottom: .84em;
    text-align: center;
    text-transform: uppercase;
    background-color: #0077b8
}
.c-modal .c_body {
    padding: 15px 20px
}
.c-modal .c_footer {
    text-align: center;
    padding: 1.08em;
    padding-top: 0;
}
.c-modal.show {
    opacity: 1
}
.c-modal.show .c-modal-box {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
@media (max-width:992px) {
    .c-modal-open {
        -webkit-overflow-scrolling: touch !important;
        overflow: auto !important;
        height: 100% !important
    }
}