/* ====== HEADER ====== */
.header .wrapper {
    max-width: 750px !important;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 12px 0 140px;
}

.header .bar-upper {
    height: 36px;
    border-bottom: 1px solid #e1e1e1;
    background: #1f1f1f;
}

.header .bar-upper .content {
    display: block;
    position: relative;
    top: 12px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #d1d3d4;
    text-transform: uppercase;
}

.header .bar-upper .content a {
    color: #d1d3d4;
}

.header .bar-upper .content a:hover {
    color: #838e35;
}

.header .bar-lower {
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.header .bar-lower .content {
    position: relative;
    top: 14px;
}

.header .bar-lower .content h1 {
    font-family: 'josefin_sans_light';
    font-size: 16px;
    color: #1f1f1f;
    text-transform: uppercase;
}

.header .logo {
    width: 132px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .header .wrapper {
        padding: 0 14px 0 182px;
    }

    .header .bar-upper {
        height: 50px;
    }

    .header .bar-upper .content {
        top: 25px;
    }

    .header .bar-lower {
        height: 50px;
        border-bottom: 2px solid #e1e1e1;
    }

    .header .bar-lower .content {
        top: 16px;
    }

    .header .bar-lower .content h1 {
        font-size: 21px;
        line-height: 27px;
    }

    .header .logo {
        width: 170px;
        height: 98px;
    }
}

@media screen and (min-width: 980px) {
    .header .wrapper {
        padding: 0 14px 0 236px;
    }

    .header .bar-upper .content {
        top: 24px;
    }

    .header .bar-lower {
        height: 70px;
    }

    .header .bar-lower .content {
        top: 26px;
    }

    .header .logo {
        width: 212px;
        height: 122px;
    }
}

@media screen and (min-width: 1024px) {
    .header .wrapper {
        padding: 0 0 0 236px;
    }
}

/* ====== STEP INDICATOR ====== */
#step-ind {
    max-width: 980px;
    background: #fafafa;
    border: 1px solid #d1d3d4;
    font-size: 0;
    margin: 0 14px 14px;
    overflow: hidden;
}

#step-ind li {
    width: 10%;
    display: inline-block;
    padding: 0;
    position: relative;
}

#step-ind li .content {
    display: block;
    background: #fafafa;
    font-family: 'josefin_sans_light';
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 6px;
}

#step-ind li a.content {
    text-decoration: none;
}

#step-ind li a.content:hover {
    text-decoration: underline;
}

#step-ind li:before, #step-ind li:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: -6px;
    top: -4px;
    border-width: 22px 0 22px 12px;
    z-index: 1;
}

#step-ind li:before {
    background: #fafafa;
    border-color: transparent transparent transparent #d1d3d4;
}

#step-ind li:after {
    right: -4px;
    border-color: transparent transparent transparent #fafafa;
}

#step-ind li.current {
    width: 60%;
}

#step-ind li.current .content {
    background: #98131a;
    color: #fff;
    text-align: left;
    padding: 11px 6px 11px 12px;
}

#step-ind li.current:before {
    background: #fafafa;
    border-color: transparent transparent transparent #d1d3d4;
}

#step-ind li.current:after {
    border-color: transparent transparent transparent #98131a;
}

#step-ind li.current.last:after {
    width: 4px;
    height: 100%;
    top: 0;
    display: block;
    background: #98131a;
    border: 0;
}

#step-ind li.complete .content {
    background: #1f1f1f;
    color: #fff;
}

#step-ind li.complete:before {
    background: #1f1f1f;
    border-color: transparent transparent transparent #d1d3d4;
}

#step-ind li.complete:after {
    border-color: transparent transparent transparent #1f1f1f;
}

#step-ind li.last-complete .content {
    background: #1f1f1f;
    color: #fff;
}

#step-ind li.last-complete:before {
    background: #98131a;
    border-color: transparent transparent transparent #d1d3d4;
}

#step-ind li.last-complete:after {
    border-color: transparent transparent transparent #1f1f1f;
}

#step-ind li.last {
    padding: 0;
}

#step-ind li.last:before, #step-ind li.last:after {
    display: none;
}

#step-ind .step-name {
    display: none;
}

#step-ind .current .step-name {
    display: inline;
}

@media screen and (min-width: 768px) {
    #step-ind {
        width: 100%;
        display: table;
        border: 2px solid #d1d3d4;
        margin: 0 auto 24px;
    }

    #step-ind li, #step-ind li.current {
        width: 20%; /*width: auto;*/
        display: table-cell;
    }

    #step-ind li .content, #step-ind li.current .content {
        font-size: 12px;
        text-align: left;
        padding: 12px 0 12px 12px;
    }

    #step-ind .step-name {
        display: inline;
    }
}

@media screen and (min-width: 980px) {
    #step-ind {
        margin: 0 auto 30px;
    }

    #step-ind li .content, #step-ind li.current .content {
        font-size: 16px;
        padding: 10px 0 10px 12px;
    }
}

/* ====== MAIN CONTENT ====== */
#content {
    max-width: 980px;
    margin: 0 auto;
}

#content .content-block {
    margin: 0 14px 14px;
}

#content .content-block h1 {
    font-family: "josefin_sans_light";
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 24px;
}

#content .content-block h2 {
    font-family: "josefin_sans_light";
    font-size: 24px;
    color: #98131A;
    text-transform: uppercase;
    margin: 0 0 14px;
}

#content .content-block p {
    padding: 0 0 14px;
    line-height: 20px;
}

#content .content-block a {
    color: #838e35;
    white-space: nowrap;
}

#content .content-block a:hover {
    text-decoration: none;
}

#content .content-block .basic-list {
    padding: 0 0 14px 20px;
}

#content .content-block .basic-list > li {
    list-style: outside disc;
    line-height: 20px;
    padding: 0 0 14px;
}

@media screen and (min-width: 768px) {
    #content .content-block {
        margin: 0 0 24px;
    }
}

@media screen and (min-width: 980px) {
    #content .content-block {
        margin: 0 0 30px;
    }
}

/* ====== DISCLAIMER ====== */
#disclaimer {
    max-width: 980px;
    margin: 0 auto;
    border-top: 1px solid #d1d3d4;
}

#disclaimer .expander-trigger {
    display: block;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: bold;
    text-decoration: none;
    padding: 14px;
    border-bottom: 1px solid #d1d3d4;
}

#disclaimer .expander-trigger .icon {
    background: url(../img/icon-plus-8-grey.png) no-repeat right center;
    padding: 0 20px 0 0;
}

#disclaimer .expander-container {
    height: 0;
    overflow: hidden;
}

#disclaimer .show .expander-trigger .icon {
    background: url(../img/icon-minus-8-grey.png) no-repeat right center;
    padding: 0 20px 0 0;
}

#disclaimer .show .expander-container {
    border-bottom: 1px solid #d1d3d4;
}

#disclaimer p {
    font-size: 14px;
    line-height: 24px;
    padding: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    #disclaimer .expander-trigger .icon {
        background: url(../img/icon-plus-16-grey.png) no-repeat right center;
        background-size: 8px 8px;
        padding: 0 20px 0 0;
    }

    #disclaimer .show .expander-trigger .icon {
        background: url(../img/icon-minus-16-grey.png) no-repeat right center;
        background-size: 8px 8px;
        padding: 0 20px 0 0;
    }
}

@media screen and (min-width: 768px) {
    #disclaimer {
        padding: 24px 0 0;
    }

    #disclaimer .expander-trigger {
        padding: 0;
        cursor: default;
        border-bottom: 0;
    }

    #disclaimer .expander-trigger .icon {
        background: none !important;
        padding: 0;
    }

    #disclaimer .expander-container {
        height: auto !important;
        border-bottom: 0 !important;
    }

    #disclaimer p {
        padding: 6px 0 24px;
    }
}

@media screen and (min-width: 980px) {
    #disclaimer {
        padding: 30px 0 12px;
    }
}

/* ====== NEED HELP ====== */
.need-help p {
    color: #9a9a9a;
    margin-bottom: 14px;
}

.need-help strong {
    color: #333333;
}

/* ====== CONTACT BLOCK ====== */
.contact-block {
    border: 1px solid #d1d3d4;
    background: #d1d3d4;
    margin: 0 0 14px;
    padding: 14px 14px 0;
}

.contact-block a {
    color: #3e3e3e;
}

.contact-block a:hover {
    text-decoration: none;
}

.contact-block address {
    line-height: 20px;
    margin: 0 0 14px;
}

@media screen and (min-width: 768px) {
    .contact-block {
        padding: 24px;
        margin: 0 0 24px;
    }

    .contact-block .row {
        display: table;
        width: 100%;
    }

    .contact-block .col {
        display: table-cell;
        vertical-align: top;
        float: none;
        border-right: 1px solid #fff;
    }

    .contact-block .last {
        border: 0;
    }

    .contact-block address.nospace {
        margin: 0;
    }
}

/* ====== FOOTER ====== */
.footer {
    text-transform: uppercase;
    font-size: 12px;
    color: #d1d3d4;
    text-align: center;
    padding: 24px 14px 0;
}

.footer .inner {
    max-width: 870px;
    position: relative;
    margin: 0 auto;
}

.footer .menu.row {
    margin: 0 -7px 10px;
}

.footer .menu .col {
    padding: 0 7px;
}

.footer .menu > li {
    margin: 0 0 14px;
}

.footer .menu > li a {
    display: block;
    height: 40px;
    border: 1px solid #434242;
    color: #acac9d;
    text-decoration: none;
    padding: 14px 0 0 0;
    font-size: 14px !important;
}

.footer .menu > li a:hover {
    text-decoration: underline;
}

.footer .menu > li.telephone a {
    padding-top: 0;
}

.footer .menu > li.telephone a > span {
    display: inline-block;
    height: 40px;
    padding-left: 20px;
    background: url(../img/icon-phone-17.png) no-repeat left center;
    font-size: 16px;
    color: #d1d3d4;
    font-weight: bold;
    padding: 12px 0 0 32px;
}

.footer .logo {
    margin-top: 10px;
    width: 146px;
    height: 59px;
    margin-bottom: 24px;
}

.footer .copyright {
    margin: 0 0 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .footer .menu > li.telephone a > span {
        background: url(../img/icon-phone-34.png) no-repeat left center;
        background-size: 17px 23px;
    }
}

@media screen and (min-width: 768px) {
    .footer {
        text-align: left;
        padding: 48px 14px 24px;
    }

    .footer .inner {
        padding-left: 180px;
    }

    .footer .menu.row {
        margin: 0;
    }

    .footer .menu .col {
        width: auto;
        padding: 0 18px 0 0;
    }

    .footer .menu > li a {
        height: auto;
        padding: 0;
        border: 0;
    }

    .footer .menu > li.telephone {
        display: none;
    }

    .footer .logo {
        position: absolute;
        top: -12px;
        left: 14px;
    }
}

@media screen and (min-width: 980px) {
    .footer .logo {
        width: 129px;
        height: 61px;
        margin-bottom: 24px;
    }

    .footer .copyright {
        margin: 0 0 24px;
    }
}

/* Breakpoint Display */
.sevensixtyeight, .nineeighty {
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .raquo-right-white {
        background: url(../img/icon-raquo-32-white.png) no-repeat right center;
        background-size: 16px 14px;
    }

    .btn-alter {
        background: url(../img/icon-raquo-22-green.png) no-repeat left 2px;
        background-size: 11px 10px;
    }
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }

    .sevensixtyeight {
        display: inline;
    }

    .btn-alter-last {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 980px) {
    .nineeighty {
        display: inline;
    }

    .btn-alter-last {
        margin-bottom: 30px;
    }
}

/* ====== TEMPLATE ====== */
body {
    background: #1f1f1f;
    font-size: 14px;
    color: #1f1f1f;
}

#wrapper-outer {
    background: #d1d3d4;
}

#wrapper-inner {
    max-width: 1400px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    padding: 14px 0 0;
}

h1.title-heading {
    border: 1px solid #d1d3d4;
    background: #f9f9f5;
    font-family: "josefin_sans_light";
    font-size: 24px;
    color: #98131a;
    text-transform: uppercase;
    margin: 0 14px 14px;
    padding: 14px;
}

@media screen and (min-width: 768px) {
    #wrapper-inner {
        padding: 24px 24px 0;
    }

    h1.title-heading {
        margin: 0 0 14px;
        padding: 24px;
    }
}

@media screen and (min-width: 980px) {
    #wrapper-inner {
        padding: 30px 30px 0;
    }
}

/* Common Elements */
sup {
    position: relative;
    top: -4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
}

strong, .bold {
    font-weight: bold;
}

em, .italic {
    font-style: italic;
}

/* Common Styles */
.clearfix:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.nowrap {
    white-space: nowrap;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ib-vm {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.disabled {
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

/* ====== GRID ====== */
.row {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}

.row:after, .row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; /*float:left;*/
    font-size: 14px;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

.col-pull-0 {
    right: auto;
}

.col-pull-1 {
    right: 8.33333%;
}

.col-pull-2 {
    right: 16.66667%;
}

.col-pull-3 {
    right: 25%;
}

.col-pull-4 {
    right: 33.33333%;
}

.col-pull-5 {
    right: 41.66667%;
}

.col-pull-6 {
    right: 50%;
}

.col-pull-7 {
    right: 58.33333%;
}

.col-pull-8 {
    right: 66.66667%;
}

.col-pull-9 {
    right: 75%;
}

.col-pull-10 {
    right: 83.33333%;
}

.col-pull-11 {
    right: 91.66667%;
}

.col-pull-12 {
    right: 100%;
}

.col-push-0 {
    left: auto;
}

.col-push-1 {
    left: 8.33333%;
}

.col-push-2 {
    left: 16.66667%;
}

.col-push-3 {
    left: 25%;
}

.col-push-4 {
    left: 33.33333%;
}

.col-push-5 {
    left: 41.66667%;
}

.col-push-6 {
    left: 50%;
}

.col-push-7 {
    left: 58.33333%;
}

.col-push-8 {
    left: 66.66667%;
}

.col-push-9 {
    left: 75%;
}

.col-push-10 {
    left: 83.33333%;
}

.col-push-11 {
    left: 91.66667%;
}

.col-push-12 {
    left: 100%;
}

.col-offset-0 {
    margin-left: 0;
}

.col-offset-1 {
    margin-left: 8.33333%;
}

.col-offset-2 {
    margin-left: 16.66667%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-4 {
    margin-left: 33.33333%;
}

.col-offset-5 {
    margin-left: 41.66667%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-7 {
    margin-left: 58.33333%;
}

.col-offset-8 {
    margin-left: 66.66667%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-10 {
    margin-left: 83.33333%;
}

.col-offset-11 {
    margin-left: 91.66667%;
}

.col-offset-12 {
    margin-left: 100%;
}

@media (min-width: 480px) {
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 980px) {
    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1280px) {
    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

