/* Minification failed. Returning unminified contents.
(640,72): run-time error CSS1045: Expected term, found .
(640,72): run-time error CSS1019: Unexpected token, found '.'
(640,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(641,68): run-time error CSS1045: Expected term, found .
(641,68): run-time error CSS1019: Unexpected token, found '.'
(641,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(646,72): run-time error CSS1045: Expected term, found .
(646,72): run-time error CSS1019: Unexpected token, found '.'
(646,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(647,68): run-time error CSS1045: Expected term, found .
(647,68): run-time error CSS1019: Unexpected token, found '.'
(647,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(652,72): run-time error CSS1045: Expected term, found .
(652,72): run-time error CSS1019: Unexpected token, found '.'
(652,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(653,68): run-time error CSS1045: Expected term, found .
(653,68): run-time error CSS1019: Unexpected token, found '.'
(653,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(658,72): run-time error CSS1045: Expected term, found .
(658,72): run-time error CSS1019: Unexpected token, found '.'
(658,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(659,68): run-time error CSS1045: Expected term, found .
(659,68): run-time error CSS1019: Unexpected token, found '.'
(659,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(664,72): run-time error CSS1045: Expected term, found .
(664,72): run-time error CSS1019: Unexpected token, found '.'
(664,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(665,68): run-time error CSS1045: Expected term, found .
(665,68): run-time error CSS1019: Unexpected token, found '.'
(665,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(670,72): run-time error CSS1045: Expected term, found .
(670,72): run-time error CSS1019: Unexpected token, found '.'
(670,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(671,68): run-time error CSS1045: Expected term, found .
(671,68): run-time error CSS1019: Unexpected token, found '.'
(671,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(676,72): run-time error CSS1045: Expected term, found .
(676,72): run-time error CSS1019: Unexpected token, found '.'
(676,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(677,68): run-time error CSS1045: Expected term, found .
(677,68): run-time error CSS1019: Unexpected token, found '.'
(677,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html
{
    color: #222;
}
::-moz-selection
{
    background: #b3d4fc;
}

::selection
{
    background: #b3d4fc;
}
hr
{
    border-top-color: #ccc;
}
/*
* Browser Upgrade Prompt
*/

.browserupgrade
{
    background: #ccc;
    color: #000;
}
/* LBJ: VISIBLE AREAS ARE BOTTOM BAR WITH (C)TRANSGUARDIAN */
body
{
    background-color: #5492bd;
    color: #545454;
    /*background-color: #7f7f7f;
    background-color: #d9d8d1;*/
}
/* LBJ: TOP HORIZONTAL MENU AND DROP DOWN MENU FROM BLUE BAR TEXT COLORS*/
a, a:hover, .dropdown-menu > li > a, .dropdown-menu > li > a:hover
{
    color: #5492BD;
}
h1
{
    color: #005996;
}

h2
{
    color: #005996;
}

h3
{
    color: #555555;
}

section
{
    background-color: #fff;
}
section ul:not(.nav):not(.slideshow) li:before
{
    color: #005996;
}
/* Theme colors */
.t_color { color: #005996!important; } /* dark blue */
.t_color2 { color: #5492BD!important; } /* medium blue */
.t_color3 { color: #A0D4F8!important; } /* light blue */
.t_color4 { color: #EEEEEE!important; } /* lighter gray */
.t_color5 { color: #DEDEDE!important; } /* light gray */
.t_color6 { color: #818181!important; } /* medium gray */
.t_color7 { color: #545454!important; } /* dark gray */

/* Tabs */
.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover
{
    color: #fff;
    background-color: #d4af37;
}
/* LBJ: NAV TAB HOVER AND AND FOCUSED*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover
{
    background-color: #aa8407;
}
.tabbable-line>.nav-tabs>li.active
{
    border-bottom-color:  #A0D4F8;
}
.tabbable-line>.nav-tabs>li.active>a
{
    color: #005996;
}
.tabbable-line>.nav-tabs>li>a
{
    color: #5492BD;
}
.tabbable-line>.tab-content
{
    border-top-color:  #eef1f5;
}
.tabbable-custom>.nav-tabs>li.active
{
    border-top-color: #A0D4F8;
}
.tabbable-custom>.tab-content
{
    background-color: #fff;
    border-color: #ddd;
}

.nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover
{
    border-color: #fff;
}
/* buttons */
button, .button
{
    /*#aa8407 hover color*/
    background-color: #d4af37;
    background-color: #0097d6;
    color: #fff;
}
/*LBJ: PRIMARY BUTTON HOVER*/
button:hover, .button:hover
{
    background-color: #aa8407;
    background-color: #006ca6;
    color: #fff;
}

button:focus, .button:focus
{
    color: #fff;
}

button:active, .button:active
{
    background-color: #bcab75;
}

td.tg-k-button > a.k-button
{
    background-color: #d4af37;
    color: #fff;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 30%);
}
/*LBJ: NOT SURE BUT CHANGE TO MATCH BUTTON HOVER*/
td.tg-k-button > a.k-button:hover
{
    background-color: #aa8407;
    color: #fff;
}

td.tg-k-button > a.k-button:focus
{
    outline: rgba(0, 0, 0, 0) 0;
    color: #fff;
}

td.tg-k-button > a.k-button:active
{
    background-color: #bcab75;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*  2.  Header Styles
/*-----------------------------------------------------------------------------------*/

header
{
    background-color: #fff;
}

/* LBJ: MAIN TOP MENU BAR AND BOTTOM MENU BAR*/
.topbar,
.bottombar
{
    background-color: #0097d6;
}

/*-----------------------------------------------------------------------------------*/
/*  3.  Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.topbar .nav > li,
.bottombar .nav > li
{
    border-left-color:  #97b3c7;
}

.topbar .nav > li:last-child,
.bottombar .nav > li:last-child
{
    border-right-color: #97b3c7;
}

.topbar .nav > li > a,
.bottombar .nav > li > a
{
    color: #fff;
}
/* LBJ: TOP AND BOTTOM NAV BAR HOVER AND DROP DOWN MENU ITEM HOVER*/
.topbar .nav a:hover,
.topbar .nav a.active,
.bottombar .nav a:hover,
.bottombar .nav a.active
{
    background-color: #5492bd;
    /*background-color: rgba(0,0,0,.5);*/
    color: #fff;
}

.dropdown-menu
{
    border-color: rgba(119, 119, 119, 0.15);
    color: red;
}
.nav .open:hover
{
    background-color: #5492bd;
}
    
.nav .open:hover > a
{
    color: #fff;
}
/*LBJ: SCROLL TO TOP BUTTON*/
#scroll-top > a
{
    color: #fff;
    background-color: #005996;
}

#scroll-top > a:hover
{
    background-color: #5492bd;
}

/*-----------------------------------------------------------------------------------*/
/*  4.  Main Content
/*-----------------------------------------------------------------------------------*/
.bx-caption
{
    color: #545454;
}
/*LBJ: MAIN PAGE SCROLLING CAPTION HEADER*/
.bx-caption .heading
{
    color: #005996!important;
}
.bx-wrapper .bx-caption span.button
{
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: #d4a537;
}


.grey-box,
.gray-box
{
    background-color: #eeeeee;
}

/*-----------------------------------------------------------------------------------*/
/*  5.  Footer Styles
/*-----------------------------------------------------------------------------------*/

/* LBJ: FOOTER SECTION OF MOST PAGES BETWEEN BOTTOM NAV BAR AND (c)TRANSGUARDIAN LINE*/
footer section
{
    background-color: #7aacd0;
    /*background-color: #0097d6;
    background-color: #454545;*/
}

footer, footer a, footer a:hover
{
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*  7.  Form Styles
/*-----------------------------------------------------------------------------------*/
.form-control
{
    color: #545454;
    background-color: #eeeeee;
}

.help-block.text-info
{
    color: #afafaf;
}

.has-error .form-control
{
    background-color: #ffe1e1;
}

.has-error .help-block
{
    color: #a94442;
}

@media (max-width: 991px)
{
    .menu label, .menu a, .menu .fa, #navToggle
    {
        color: #fff;
    }
    nav#menu
    {
        background-color: #eeeeee;
    }
    #menu .nav li .submenu
    {
        border-top-color: #bbb;
        border-bottom-color: #bbb;
    }

    #menu .nav li ul
    {
        background-color: rgba(0, 0, 0, .05);
    }
    #menu-blocker
    {
        background: rgba(3, 2, 1, 0);
    }

    .showSidenav #menu-blocker
    {
        background: #000;
    }

    #menu .header
    {
        background-color: #5492BD;
    }
    #menu .header span
    {
        color: #fff;
    }
    #menu li
    {
        border-bottom-color: #DEDEDE;
    }

    #menu li a
    {
        color: #005996;
    }
    #menu li > ul
    {
        background-color: #DEDEDE;
    }

    #menu li > ul.menu-is-open
    {
        border-top-color: #ABABAB;
        border-bottom-color:  #ABABAB;
    }

    #menu li > ul.menu-is-open > li:not(:last-child)
    {
        border-bottom-color: #C5C5C5;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{


    .vr
    {
        border-left-color: #94c7eb;
    }

    .slideshow .bx-caption
    {
        background-color: rgba(250, 250, 250, .75);
    }
}

/* Extra small devices (767px and down) */
@media (max-width: 767px)
{
    .menu.row
    {
        background-color: #5492BD;
    }

    .slideshow .bx-caption
    {
        background-color: rgba(250, 250, 250, .5);
    }
}

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */

@media print
{    
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line
    {
        color: #000 !important; 
    }
    pre,
    blockquote
    {
        border-color: #999;
    }
}
.buttonFixed {
    min-width: 100px !important;
}

.buttonFixedWide {
    min-width: 200px !important;
}

h1.reduce {
    font-size: 40px;
    /*text-align: center;*/
}

p.quote {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.2em;
}

span.citing {
    padding-left: 50px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.container-wide {
    max-width: 1500px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fullWidth {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: auto;
}

.logged-in {
    display: none !important;
}

.nav a.sub {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
}

a.sub:hover, a.sub:focus {
    text-decoration: none;
}

.tabs {
    border-bottom: solid 1px lightgray;
}

ul.tabs li a {
    border-radius: 0 5px 0 0 !important;
}

.tabContentItem {
    min-height: 100px;
}

.error {
    color: red;
}

.padding-top-xs {
    padding-top: 10px;
}

strong {
    font-weight: 700;
}

.rmItem {
    background: white;
    list-style: none !important;
    content: "";
}

section ul:not(.nav):not(.slideshow) li::before {
    content: "";
}

.rmLevel1 {
    border: solid 1px lightGray;
}

.dropdown-menu {
    z-index: 100000;
}

.contactUsLocationLabel {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 3px;
}

.tgFontSize6 {
    font-size: 6px;
}

.tgFontSize8 {
    font-size: 8px;
}

.tgFontSize10 {
    font-size: 10px;
}

.tgFontSize12 {
    font-size: 12px;
}

.tgFontSize14 {
    font-size: 14px;
}

.tgFontSize16 {
    font-size: 16px;
}

.tgFontSize18 {
    font-size: 18px;
}

li a.flag {
    padding: 0;
}

.boldError {
    color: red;
    font-weight: bold;
}

.highlightError {
    color: red;
}

div.registerStep > div.form-group {
    margin-bottom: 7px;
}

.plainText, .plainText > label {
    font-weight: normal;
}

.spaceRight10 {
    margin-right: 10px;
}

input[type=radio], input[type=checkbox] {
    margin-right: 3px;
}
/*GRIDS*/

table.grid {
    border: solid 1px;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.grid th {
        white-space: nowrap;
        text-align: left;
        border-bottom: 1px solid;
        border-left: 1px solid;
        height: 30px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-left: 7px;
        padding-right: 7px;
        font-weight: normal;
        font-size: 14px;
    }

    table.grid td {
        border: solid 1px;
        padding-left: 7px;
    }

    table.grid th:first-child {
        border-radius: 5px 0 0 0;
    }

    table.grid th:last-child {
        border-radius: 0 5px 0 0;
    }

.qqH4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

.simple-body {
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    section.banner.softwareintegration {
    background-image: url('/assets/401/img/banners/header_softwareintegration.jpg');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/header_softwareintegration.jpg,sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/header_softwareintegration.jpg, sizingMethod='scale');
}

section.banner.amlcompliance {
    background-image: url('/assets/401/img/banners/header_amlcompliance.jpg');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/header_amlcompliance.jpg,sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/ header_amlcompliance.jpg, sizingMethod='scale');
}

section.banner.manageshipments {
    background-image: url('/assets/401/img/banners/header_manageshipments.jpg');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/header_manageshipments.jpg,sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/header_manageshipments.jpg,sizingMethod='scale');
}

section.banner.services {
    background-image: url('/assets/401/img/banners/header_services.jpg');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/header_services.jpg,sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/banners/header_services.jpg,sizingMethod='scale');
}

section.banner.parcelinsurance {
    background-image: url('/assets/401/img/slides/parcelinsurance.jpg');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/slides/parcelinsurance.jpg,sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/slides/parcelinsurance.jpg,sizingMethod='scale');
}

section.banner.shippingsoftware {
    background-image: url('/assets/401/img/slides/software.jpg');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/slides/software.jpg,sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/slides/software.jpg,sizingMethod='scale');
}

section.banner.aml {
    background-image: url('/assets/401/img/slides/aml.jpg');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/slides/aml.jpg,sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/slides/aml.jpg,sizingMethod='scale');
}

.tabbable-line > .tab-content {
    margin-top: 0;
    border: 0;
    border-top: 1px solid;
    padding: 30px 0;
}

.box-sizing-border {
    box-sizing: border-box;
}

.min-line-height-default {
    line-height: min(1.5rem, 100vh);
}

.font-weight-bold {
    font-weight: bold;
}

.text-right {
    text-align: center;
}

.nav-item > a {
    text-decoration: none;
}

.nav-item > a:hover {
    text-decoration: underline;
}

a.register {
    text-decoration: none;
}

a.register:hover {
    text-decoration: underline;
}

@media (min-width: 36em) {
    .login-form-md {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}
p.quote {
    color: #005996;
}
a.sub:hover, a.sub:focus {
    color: #5492bd;
    background-color: #f5f5f5 !important;
}

/*GRIDS*/
table.grid {
    border-color: #ddd;
}

table.grid th {
    background-color: #f5f5f5;
    color: #333;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
}

table.grid th a {
    color: #333;
}

table.grid td {
    border-color: #ddd;
}

table.grid tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.tabbable-line > .tab-content {
    border-top-color: lightgray;
}

div.simple-body section {
    background-color: transparent;
}


