﻿/*CSS Reset*/
*
{
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*vertical-align: baseline;*/
    background: transparent;
}

input
{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

svg
{
    overflow: hidden;
}

ul, ol
{
    padding-left: 40px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

nav ul
{
    list-style: none;
    padding: 0;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

a
{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    color: #001647;
    text-decoration: none;
    cursor: pointer;
}

a:visited
{
    color: #001647;
}

a:hover
{
    color: #8f600d;
}

a.definition, a.definition:visited, a.definition:hover
{
    color: inherit;
}

a img
{
    border: 0;
}

abbr[title], dfn[title]
{
    border: 0;
    cursor: default;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select
{
    vertical-align: middle;
}

header, footer, section, div, nav, article, body, html, address, svg, video, audio
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    position: static;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td
{
    padding: 0px 0px; /*0px 6px*/
}

body
{
    font-family: SourceSansPro, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 1.3;
    color: #444444;
    background: #e4e4e8;
    background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(17%,#e4e4e8),color-stop(100%,#6e6159));
    background: -webkit-linear-gradient(top,#e4e4e8 17%,#6e6159 100%);
    background: -moz-linear-gradient(top,#e4e4e8 17%,#6e6159 100%);
    background: -o-linear-gradient(top,#e4e4e8 17%,#6e6159 100%);
    background: linear-gradient(top,#e4e4e8 17%,#6e6159 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFE4E4E8',endColorstr='#FF6E6159');
    background: linear-gradient(to bottom,#e4e4e8 17%,#6e6159 100%);
}

h1, h2, h3, h4, h5, h6
{
    line-height: 1.3;
    color: #444444;
    margin: 10px 0;
}

input, textarea, button, submit
{
    font-family: SourceSansPro, Arial, Sans-Serif;
    font-size: 13px;
}

strong
{
    font-family: SourceSansPro700, Arial, sans-serif;
}

p
{
    margin: 10px 0;
}

article p a, article table a, article ul a, article ol a
{
    text-decoration: underline;
}
a.no-underline, a.footnoteLnk
{
    text-decoration: none;
}

h1
{
    font-size: 50px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

/*h2
{
    font-size: 30px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h3
{
    font-size: 18px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h4
{
    font-size: 16px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
    font-weight: bold;
}*/

h5
{
    font-size: 15px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h6
{
    font-size: 14px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

.blueHead
{
    background-color: #001647;
    color: white;
    margin: 0;
    padding: 5px 10px;
}
/*input styles*/
input[type=radio]
{
    vertical-align: -1px;
}

input[type=checkbox]
{
    vertical-align: -1px;
}

/*input[type=text], input[type=num], input[type=phone], input[type=email]
{
    padding: 0 5px;
}*/

/*input[type=button], input[type=reset], input[type=submit], submit, a.linkButton
{
    background: none repeat scroll 0 0 #001647;
    border: 0;
    color: White;
    text-transform: uppercase;
    padding: 4px 25px;
    text-align: center;
    display: inline-block;
}*/
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder
{
    color: #d9d9d9;
    opacity: 1;
}
.watermark
{
    color: #919191;
    opacity: 1;
}
select
{
    color: #444;
}

.clear
{
    clear: both;
}

.element-invisible
{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    font-size: 1em;
    background: #fff;
}

.container-inline div, .container-inline label
{
    display: inline;
}

.boxLink
{
    border: solid 1px #d9d9d9;
    border-radius: 2px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 35px 0 10px;
    background-image: url("../../CSA/images/Icons/B_Arrow.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    margin: 8px 0;
    text-decoration: none;
}
/*End Site Wide Styles*/
/*Template Styles*/
#skip-link
{
    position: relative;
    z-index: 9999;
    margin: 0;
}

#skip-link a:link, #skip-link a:hover, #skip-link a:visited
{
    background-color: #e1e1e1;
    color: #444;
}

#page-bg-container
{
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: url("../../CSA/Images/Layout/metal-gradient.png") repeat-x;
    height: 850px !important;
}

#page-wrapper
{
    overflow: hidden;
}
#loginTimeout
{
    display: none;
}
.no-break
{
    white-space: nowrap;
}
.browserAlert
{
    color: White;
    background-color: #15396c;
    z-index: 3;
    position: relative;
    margin: 0;
    font-family: SourceSansPro, Arial, Sans-Serif;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.browserAlert .message
{
    width: 985px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.browserAlert a
{
    color: White;
    text-decoration: underline;
}
#dot-header
{
    height: 21px;
    padding-top: 3px;
    background: #15396c;
    font-family: Verdana, Tahoma, 'DejaVu Sans' , sans-serif;
    position: relative;
    z-index: 3;
}

#dot-header .mode-ribbon
{
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 0 0 5px;
    line-height: 18px;
    font-size: 0.846em;
}

#dot-header .mode-ribbon img
{
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 0px;
    border: none;
}

#dot-header a
{
    color: white;
}

#dot-header .mode-ribbon-links
{
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 1px;
    margin: 0;
    font-size: 0.846em;
    text-align: right;
}

#dot-header .mode-ribbon-links a
{
    padding: 0 7px 0 3px;
    border-right: 1px solid #bfe3f6;
}

#dot-header .mode-ribbon-links li:last-child a
{
    border-right: none;
}

#dot-header .mode-ribbon-links li
{
    display: inline;
    list-style-type: none;
}

#page
{
    margin-top: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    z-index: 2;
}

#fmcsa-header
{
    position: relative;
    color: white;
    z-index: 99;   /* was 9999, changed so it doesn't interfer with grid full screen*/
    padding: 15px 0px 10px 20px;   
    background-image: -ms-linear-gradient(top,#64a1d2 17%,#266092 100%);
    background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(17%,#64a1d2),color-stop(100%,#266092));
    background: -webkit-linear-gradient(top,#64a1d2 17%,#266092 100%);
    background: -moz-linear-gradient(top,#64a1d2 17%,#266092 100%);
    background: -o-linear-gradient(top,#64a1d2 17%,#266092 100%);
    background: linear-gradient(top,#64a1d2 17%,#266092 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF64A1D2',endColorstr='#FF266092');
    background: linear-gradient(to bottom,#64a1d2 17%,#266092 100%);
}

#ai-login-pnl
{
    position: absolute;
    top: 23px;
    right: 242px;
    text-align: right;
    color: White;
    padding-right: 10px;
    border-right: solid 1px #d9d9d9;
    text-shadow: 1px 1px 1px #444;
}

#ai-login-pnl.logged-in
{
    top: 17px;
}

#ai-login-pnl a
{
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}

#fmcsa-header .search-form
{
    position: absolute;
    top: 20px;
    right: 20px;
}

#fmcsa-header .search-form .form-submit
{
    filter: none;
    background-color: white !important;
    width: 25px;
    margin-left: -5px;
    background: white url("../../CSA/Images/Layout/magnifying-glass2.png") 3px no-repeat !important;
    color: transparent;
    vertical-align: bottom;
    height: 26px;
    border: 1px solid #d3d3d3;
    font-size: 0;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

#fmcsa-header .search-form .form-text
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    height: 24px;
    width: 180px;
    padding: 0 0 0 5px;
    outline: 0;
}

body #usasearch_sayt .ui-widget, body #usasearch_sayt .ui-widget input, body #usasearch_sayt .ui-widget select, body #usasearch_sayt .ui-widget textarea, body #usasearch_sayt .ui-widget button
{
    font-family: SourceSansPro, Arial, Sans-Serif;
    font-size: 13px;
}

#fmcsa-header form
{
    position: absolute;
    top: 20px;
    right: 20px;
}

#fmcsa-header form.usa-search input[type=submit]
{
    filter: none;
    background-color: white !important;
    width: 25px;
    margin-left: -5px;
    background: white url("../../CSA/images/Layout/magnifying-glass2.png") 3px no-repeat !important;
    color: transparent;
    vertical-align: bottom;
    height: 26px;
    border: 1px solid #d3d3d3;
    font-size: 0;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
#fmcsa-header form.usa-search label
{
    display: none;
}

#fmcsa-header form.usa-search input[type=text]
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    height: 24px;
    width: 180px;
    padding: 0 0 0 5px;
    outline: 0;
}

#csa-header
{
    background-color: #001647;
    padding: 5px 0 0px 20px;
    position: relative;
}

#csa-header h1, #sms-header h1
{
    margin: 0;
}

#csa-header h2
{
    color: #fcb333;
    font-size: 34px;
    position: absolute;
    right: 20px;
    top: 5px;
}

#csa-header h1
{
    position: relative;
    z-index: 2;
    width: 160px;
}

#csa-header hr
{
    border-top: solid 1px #2b4072;
    margin: 0;
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    height: 1px;
    z-index: 1;
}
#csa-header nav
{
    margin-top: -10px;
    height: 25px;
}

#csa-header nav ul
{
    height: 20px;
    list-style: none;
    color: White;
    text-transform: uppercase;
    display: inline-block;
    font-family: SourceSansPro600, Arial, Sans-Serif;
    float: right;
    margin-right: 20px;
}

#csa-header nav ul li
{
    display: inline-block;
    padding: 0 0 0 25px;
    position: relative;
    height: 32px;
}

#csa-header nav ul li ul
{
    display: none;
    position: absolute;
    left: 15px;
    top: 17px;
    background-color: #001647;
    z-index: 10;
    height: auto;
}

#csa-header nav ul li ul li
{
    padding: 0 10px 6px 10px;
    margin: 0;
    width: 160px;
    height: auto;
}

#csa-header nav ul li ul li:first-child
{
    padding-top: 6px;
}
#csa-header nav ul li:hover ul
{
    display: block;
}

#csa-header nav ul li a
{
    color: White;
}

#csa-header nav ul li a:hover, #csa-header nav ul li a.selected
{
    color: #fcb333;
}
article
{
    background-color: white;
    padding: 3px 10px 10px 10px;
}
#fmcsa-footer
{
    color: White;
    position: relative;
    padding-top: 20px;
}

#fmcsa-footer a
{
    color: White;
}

#fmcsa-footer a:hover
{
    text-decoration: underline;
}

#fmcsa-footer address
{
    background-image: url("../../CSA/images/Layout/FMCSA_Footer_Image.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 380px;
    width: 40%;
    text-transform: uppercase;
    padding-left: 6%;
    font-size: 15px;
    float: left;
    padding: relative;
}
#fmcsa-footer address a:hover
{
    text-decoration: none;
}
#fmcsa-footer .footer_dot_label
{
    font-family: 'Trebuchet MS' , 'Lucida Grande' , 'Lucida Sans Unicode' , 'Lucida Sans' , Tahoma, sans-serif;
    font-size: 18px;
    margin-top: 0px;
}

#fmcsa-footer .dot-logo
{
    position: absolute;
    left: 10px;
    top: 20px;
}

#fmcsa-footer .footer_administration_label
{
    text-transform: none;
    font-family: SourceSansProit, Arial, Sans-Serif;
}

#fmcsa-footer span.gc-cs-link
{
    color: White;
}

#fmcsa-footer ul.menu
{
    border-left: 2px solid #a39c99;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    height: 400px;
    width: 26%;
}

#fmcsa-footer ul.menu li
{
    padding: 0 0 15px 20px;
    background-image: url("../../CSA/images/Icons/list-arrow.png");
    background-repeat: no-repeat;
    background-position: 5px 3px;
}
/*End Template*/
.circleLink, .docLink
{
    min-height: 22px;
    display: inline-block;
    padding-left: 28px;
    padding-top: 3px;
    background-image: url(../../CSA/images/Icons/B_arrow_22.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
}

.circleLink:hover
{
    background-image: url(../../CSA/images/Icons/Y_arrow_22.png);
}

.docLink
{
    background-image: url(../../CSA/images/Icons/doc_b_22.png);
}
.docLink:hover
{
    background-image: url(../../CSA/images/Icons/doc_y_22.png);
}
.circleLink.whiteLink, .circleLink.whiteLink:hover
{
    color: white;
    background-image: url(../../CSA/images/Icons/W_arrow_22.png);
}
.docLink.whiteLink, .docLink.whiteLink:hover
{
    color: white;
    background-image: url(../../CSA/images/Icons/doc_w_22.png);
}
.whiteLink:hover
{
    text-decoration: underline;
}
.search-disclaimer .prioritizeIcon
{
    height: 12px;
}
aside.search-disclaimer
{
    display: none;
    position: absolute;
    top: 38px;
    left: 10px;
    width: 450px;
    background-color: white;
    box-shadow: 2px 2px 5px #919191;
    border: solid 1px #001647;
    z-index: 100;
}
aside.search-disclaimer h5
{
    background-color: #001647;
    padding: 10px;
    margin: 0;
    color: white;
}
aside.search-disclaimer p
{
    margin-left: 10px;
    margin-right: 10px;
}
.print-watermark
{
    display: none;
}
/*Simple Modal*/
#basic-modal-content
{
    display: none;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
}

/* Container */
#simplemodal-container
{
    /*height: 360px;     width: 600px;*/
    background-color: White;
    border: solid 1px #001647;
}

#simplemodal-container .simplemodal-data
{
    /*padding: 8px;*/ /*border: solid 1px #001647;*/
}

#simplemodal-container a.modalCloseImg
{
    background: url("../../CSA/images/Icons/sms_close.png") no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
.simplemodal-data h2
{
    background-color: #001647;
    margin: 0px;
    padding: 15px;
    color: white;
    height: 25px;
    line-height: 25px;
}
.simplemodal-data .pop-up-body
{
    padding: 25px;
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (max-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 0;
        padding-left: 0;
    }
    .PageBody div.PageLeftHome, .PageRightHome {
        width: 98% !important;
        float: none;
    }
    body {
        background-color:green !important;
    }
}

@media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 0;
        padding-left: 0;
    }
    
}

@media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 576px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
.align-center {
    text-align: center;
}
.align-items-center {
    align-items: center !important;
}