﻿

@font-face {
    font-family: SulSansRegular;
    src: url('/app-resources/fonts/SulSans-Regular.woff2') format('woff2'), url('/app-resources/fonts/SulSans-Regular.woff') format('woff');
}


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

a, a img, img {
  text-decoration: none;
  outline: 0; }

a img {
  border: none;
  outline: none; }

ul {
  list-style: none; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }



body {
    font-size: 18px;
    line-height: 26px;
    font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
    color: #231F20;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}


a {
    color: #007BAD;
    text-decoration: none;
}
    a:hover, a:active {
        text-decoration: underline;
    }
    a:focus {
        outline: 1px solid #007BAD;
    }

a.no-outline {
    outline: none;
}

input, select, textarea {
    font-size: 18px;
    font: "SulSansRegular", Helvetica, Arial, sans-serif;
    color: #231F20;
    background: #fff;
    border: 1px #ccc solid;
}

textarea {
    padding: 8px!important;
}



    input[type=submit], a.ts-cta-button {
        background: #F9DF7E;
        border: none;
        color: #231F20 !important;
        cursor: pointer;
        display: inline-block;
        font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
        padding: 10px 18px;
        text-align: center;
        text-decoration: none !important;
    }

        input[type=submit]:hover, a.ts-cta-button:hover {
            background: #007BAD;
            color: #fff !important;
            text-decoration: none !important;
        }




.container:after, .header:after, .header .nav:after, .banner:after, .main:after, .content:after, .main .sidebar:after, .footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lte-ie8 .container, .lte-ie8 .header, .lte-ie8 .header .nav, .header .lte-ie8 .nav, .lte-ie8 .banner, .lte-ie8 .main, .lte-ie8 .content, .lte-ie8 .main .sidebar, .main .lte-ie8 .sidebar, .lte-ie8 .footer {
  zoom: 1;
}
  



.container {
    margin: 0 auto;
    width: 96%;
    max-width: 1200px;
}
@media (max-width: 440px) {
    .container {
        width: 92%;
    }
}



.header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1100;
    padding-top: 24px;
}
.header .logo {
    float: left;
    max-width: 100%;
    height: auto;
    margin-top: 4px;
}
    .header .branding {
        float: left;
        height: 56px;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #716d6e;
        font: 32px/64px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #012874;
        margin-top: 4px;
    }

.header .header-right {
    float: right;
    text-align: right;
    margin-top: 9px;
    width: 600px;
}

@media (max-width: 1075px) {
    .header .header-left {
        width: 250px;
        float: left;
        margin: -20px 0;
    }
    .header .logo {
        width: 250px;
        height: auto;
        float: none;
    }
    .header .branding {
        float: none;
        display: block;
        height: auto;
        width: 250px;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #716d6e;
        line-height: 1.3em;
        display: none;
    }
    .header .header-right {
        margin-top: -16px;   
    } 
}
@media (max-width: 800px) {
    .header .header-left {
        float: none;
        margin: -15px auto;
    }
    .header .header-right {
        display: none;
    }
    .header .branding {
        font-size: 20px;
        display: block;
    }
    .header .header-right {
        margin-top: -12px;
    } 
}
@media (max-width: 680px) {
    .header {
        padding-top: 12px;
    }
    .header .header-left {
        text-align: center;
    }
    .header .logo {
        width: 200px;
    }
}




.header .nav {
    width: 100%;
    float: left;
    position: relative;
    padding: 12px 0;
    margin-top: 14px;
    background: #706d6e;
    margin: 28px 0 -28px;
}
    .header .nav a.nav-button {
        display: none;
        height: 45px;
        padding: 0px 9px 0px 32px;
        font: 16px/45px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #ffffff;
        position: relative;
        float: left;
        text-decoration: none;
    }
.header .nav a.nav-button.active {
    background: #012874;
    border-color: #2e85bc;
    color: #ffffff;
}
.header .nav a.nav-button.active .icon {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-color: #ffffff;
}
.header .nav a.nav-button.active .icon:after {
    background: #ffffff;
}
.header .nav a.nav-button .icon {
    position: absolute;
    left: 10px;
    top: 17px;
    width: 14px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header .nav a.nav-button .icon:after {
    content: "";
    width: 100%;
    height: 2px;
    top: 2px;
    left: 0;
    position: absolute;
    background: #ffffff;
}
.header .nav ul {
    float: left;
    position: relative;
}
.header .nav ul li {
    float: left;
    position: relative;
    padding: 0 45px;
    border-left: 1px solid #989898;
    border-right: 1px solid #454545;
}
.header .nav ul li:first-child {
    border-left: 0;
}
.header .nav ul li:last-child {
    border-right: 0;
}
    .header .nav ul li a {
        float: left;
        font: 19px/28px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #ffffff;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease;
        text-decoration: none;
    }
.header .nav ul li a:hover {
    color: #eee;
}

        .header .nav ul li a:focus {
            outline: 1px solid #ffffff;
        }

    .header .nav ul li.current-menu-item {
        padding-top: 11px;
        margin-top: -11px;
        padding-bottom: 11px;
        margin-bottom: -11px;
        border: 0;
        background: #9b9da0;
    }
.header .nav ul li:hover > ul {
    display: block;
}
.header .nav ul li ul {
    position: absolute;
    left: 0;
    top: 25px;
    width: 245px;
    display: none;
    padding-top: 15px;
}
.header .nav ul li.current-menu-item ul {
    top: 35px;
}
.header .nav ul li ul li {
    padding: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
}
.header .nav ul li ul li a {
    padding: 8px 12px;
    float: left;
    width: 100%;
    background: #706d6e;
    line-height: 1em;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
}
@media (max-width: 440px) {
    .header .nav a.button {
        display: none!important;
    }
}
@media (max-width: 1250px) {
    .header .nav ul li {
        padding: 0 35px;
    }
    .header .nav ul li a {
        font-size: 18px;
    }
}
@media (max-width: 1075px) {
    .header .nav ul li {
        padding: 0 20px;
    }
}
@media (max-width: 940px) {
    .header .nav ul li {
        padding: 0 15px;
    }
    .header .nav ul li a {
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .header .nav {
        height: 45px;
        padding: 0;
    }
    .header .nav a.nav-button {
        display: block;
    }
    .header .nav ul {
        position: absolute;
        display: none;
        width: 250px;
        left: 0;
        top: 40px;
    }
    .header .nav ul.active {
        display: block;
    }
    .header .nav ul li {
        width: 100%;
        padding: 0;
        border-right: 0;
        border-left: 0;
        border-top: 1px solid #236d9c;
        border-bottom: 1px solid #4597cb;
    }
    .header .nav ul li.current-menu-item {
        padding: 0;
        margin: 0;
        border-radius: 0;
        background: none !important;
        border-top: 1px solid #236d9c;
        border-bottom: 1px solid #4597cb;
    }
    .header .nav ul li + li {
        margin-left: 0;
    }
    .header .nav ul li a {
        width: 90%;
        padding: 10px 5%;
        float: left;
        background: #012874;
        color: #fff;
    }
    .header .nav ul li.current-menu-item > a, .header .nav ul li a:hover {
        color: #fff;
    }
    .header .nav ul li ul {
        display: none !important;
    }
}



.main {
    width: 100%;
    float: left;
    position: relative;
    padding: 45px 0 30px 0;
}
    .main h1 {
        font: bold 29px/29px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #231F20;
        margin-bottom: 30px;
        padding-bottom: 12px;
        border-bottom: 1px solid #c9c9c9;
    }
    .main h2 {
        font: bold 24px/24px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #231F20;
        margin-bottom: 20px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .main h3 {
        font: bold 18px/24px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #231F20;
        margin-bottom: 10px;
        text-transform: none;
    }
    .main h4 {
        font: 14px/14px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #23b73e;
    }
    .main p {
        font-size: 18px;
        line-height: 26px;
        font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #231F20;
        padding-bottom: 25px;
    }

        .main p a {
            color: #007BAD;
            text-decoration: none;
        }

            .main p a:hover {
                text-decoration: underline;
            }

            .main p a:focus {
                outline: 1px solid #007BAD;
            }


.main ul {
    margin: 0 0 25px 15px;
    list-style: none;
}
    .main ul li {
        color: #231F20;
        font-size: 18px;
        line-height: 26px;
        font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
        margin-bottom: 15px;
        padding-left: 20px;
    }
        .main ul li a {
            color: #007BAD;
            text-decoration: none;
        }
            .main ul li a:hover {
                text-decoration: underline;
            }

            .main ul li a:focus {
                outline: 1px solid #007BAD;
            }


.main ol {
    margin: 0 0 15px 20px;
    list-style: decimal outside;
}
    .main ol li {
        color: #231F20;
        font-size: 18px;
        line-height: 26px;
        font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
    }
        .main ol li a {
            color: #012874;
            text-decoration: none;
        }
            .main ol li a:hover {
                text-decoration: underline;
            }
            .main ol li a:focus {
                outline: 1px solid #012874;
            }



.main .half-width {
    margin-bottom: 20px;
    width: 46%;
}
.main .full-width {
    width: 100%;    
}
.main .top-border {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.main .left {
    float: left;
}
.main .right-side-bar {
    float: right;
    margin: 6px;
}
    .main .right-side-bar a {
        color: #007BAD;
        text-decoration: none;
    }

    .main .right-side-bar a:hover {
        text-decoration: underline;
    }
        .main .right-side-bar a:focus {
            outline: 1px solid #007BAD;
        }

.main label {
    display: block;
    margin: 8px 0 2px 0;
}
.main label.required:after {
    content: " *";
    color: #c00;
}
.main label, input[type=text], input[type=password], select, textarea {
    width: 100%;
}
.main input[type=text], input[type=password], select, textarea {
      height: 45px;
      background: #ffffff;
      padding: 0 0 0 8px;
      border-radius: 6px;
      border: 1px solid #848484;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
}
.main textarea {
    height: 90px;    
}


.main input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
        background: #fefefe;
}
.main label input[type=checkbox], .main label input[type=radio] {
    margin-left: 15px;
}
.main label.no-left input[type=checkbox] {
    margin-left: 0;
}



.main form span.form-error, .main span.form-error {
    color: #c00;
    display: block;
    width: 100%;
}
.main form span.form-error-wide, .main span.form-error-wide {
    color: #c00;
    display: block;
    width: 200%;
}
.main span.required {
    color: #c00;
}


@media (max-width: 800px) {
    .main .half-width {
        width: 100%;
    }
}




.page-bottom {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #585757;
    color: #fff;
}
.page-bottom .half {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
}
.page-bottom .half-left {
    width: 55%;
}
.page-bottom .half-right {
    width: 35%;
    float: right;
}
.page-bottom .half + .half {
    padding-left: 20px;
}
@media (max-width: 940px) {
    .page-bottom .half, .page-bottom .half-left, .page-bottom .half-right {
        width: 100%;
        padding-right: 0;
    }
    .page-bottom .half + .half {
        padding-left: 0;
        border-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #000;
    }
}
.page-bottom h5 {
    font: bold 24px/30px "SulSansRegular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 5px;
}
.page-bottom p {
    font: 16px/24px "SulSansRegular", Helvetica, Arial, sans-serif;
    color: #fff;
}
.page-bottom span.address {
    float: left;
    color: #fff;
}
.page-bottom span.phone {
    float: right;
    color: #fff;
}
.page-bottom img.alignleft {
    max-width: none;
}
.page-bottom a {
    text-decoration: none;
}
.page-bottom a:hover {
    text-decoration: underline;
}

    .page-bottom a:focus {
        outline: 1px solid #F9DF7E;
    }

@media (max-width: 1250px) {
    .page-bottom h5 {
        margin-bottom: 0;
    }
    .page-bottom span.address, .page-bottom span.phone {
        float: none;
        display: block;
        line-height: 1.1em;
        margin-bottom: 8px;
    }
}
@media (max-width: 680px) {
    .page-bottom img.alignleft {
        float: none;
        margin: 0 auto 8px;
    }
    .page-bottom span {
        margin-top: 8px;
    }
}




.footer {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #d2d2d2;
}
    .footer p {
        font: 13px/19px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #231F20;
        text-align: center;
    }
    .footer a {
        color: #231F20;
        text-decoration: none;
    }
.footer a:hover {
    text-decoration: underline;
}
        .footer a:focus {
            outline: 1px solid #231F20;
        }




ul.buttons {
    margin: 0 0 20px 0!important;
}
ul.buttons li {
    margin: 0 0 30px 0!important;
    padding: 0!important;
}
    ul.buttons li a {
        padding: 15px 13px 13px 15px;
        background: #F9DF7E;
        border: none;
        font: 16px/19px "SulSansRegular", Helvetica, Arial, sans-serif;
        color: #231F20 !important;
        -webkit-transition: background 0.2s ease;
        -moz-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        transition: background 0.2s ease;
        text-align: center;
        display: inline-block;
        width: 200px;
    }
        ul.buttons li a:hover {
            background: #007BAD;
            color: #fff !important;
            text-decoration: none !important;
        }
        ul.buttons li a:focus {
            outline: 1px solid #231F20;
        }



.error-box {
    border: 1px solid #c00;
    color: #c00;
    display: block;
    margin: 8px 0;
    padding: 8px 12px;    
}
.success-box {
    border: 1px solid #448866;
    color: #448866;
    display: block;
    margin: 8px 0;
    padding: 8px 12px;    
}



/* search bar */
.clearfix {
	overflow: auto;
	zoom: 1;
}
.searchbar {
}
.searchbar .left {
	float: left;
	width: 40%

}
.searchbar .center {
	float: left;
    padding-top: 45px;
	width: 20%;
	text-align: center;
}
.searchbar .right {
	float: right;
	width: 40%
}
.searchbar .right.align {
	text-align: right;
}
.searchbar .right.align label {
	text-align: left;
}
.searchbar input[type=text], select
{
      height: 45px;
      background: #ffffff;
      padding: 0 0 0 8px;
      border-radius: 6px;
      border: 1px solid #848484;
      -moz-box-sizing: border-box;
      /* Firefox 1, probably can drop this */
      -webkit-box-sizing: border-box;
      /* Safari 3-4, also probably droppable */
      box-sizing: border-box;
      /* Everything else */ 
}


    .searchbar a.button {
        background: #F9DF7E;
        border: none;
        color: #231F20 !important;
        cursor: pointer;
        display: inline-block;
        font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
        padding: 10px 18px;
        text-align: center;
        text-decoration: none !important;
        -webkit-transition: background 0.2s ease;
        -moz-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        transition: background 0.2s ease;
    }

.searchbar .right a.button {
    margin-top: 30px;
    margin-right: 2px;
}

    .searchbar a.button:hover {
        background: #007BAD;
        color: #fff !important;
        text-decoration: none !important;
    }





.searchbox {
}
.searchbox input[type=text] {
	float: left;
	padding-right: 60px;
}
.searchbox input[type=submit], .searchbox input[type=button] {
	height: 45px;
	width: 45px;
	background: #b3b1b1 url('../images/searchbox-button.png') no-repeat center center;
	background-size: 30px 30px;
	float: right;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #848484;
	cursor: hand;
	cursor: pointer;
	margin: 0;
	margin-left: -45px;
}
.searchbox input[type=submit]:hover, .searchbox input[type=button]:hover {
	background: #bebcbc url('../images/searchbox-button.png') no-repeat center center;
	background-size: 30px 30px;
}


@media (max-width: 800px) {
	.searchbar .left, .searchbar .center, .searchbar .right {
		float: none;
		width: 100%
	}
	.searchbar .center {
		margin: 20px 0;
		padding-top: 0;
	}
	.searchbar .right {
		margin: 20px 0;
	}
	.searchbar .right.align {
		text-align: left;
	}
    .searchbar .right a.button {
        margin-top: 0;
    }
}




/* grid view */
.gv-wrapper {
    margin: 30px 0 20px 0;
}
.gv-wrapper table {
    background: url('/app-resources/images/table-bg.png');
    font-size: 16px !important;
    line-height: 16px;
    width: 100%;
}
.gv-header th {
    background: #012874;
    color: #fff !important;
    height: 38px !important;
    padding: 4px 4px 4px 14px;
    vertical-align: middle;
    text-align: left;
}
.gv-header th:first-child {
    border-left: 1px solid #0166cc;
}
.gv-header th:last-child {
    border-right: 1px solid #0166cc !important;
}
.gv-header th:last-child {
    border-right: none;
}
.gv-header th.centered {
    text-align: center;
}
.gv-header a {
    color: #fff !important;
    text-decoration: none;
    display:inline-block;
    width:100%;
}
.gv-header a:hover {
    text-decoration: none !important;
}



tr.gv-row {
    height: 28px !important;
    line-height: 24px;
}
tr.grey {
    background: #f6f5f5!important;
}
tr.gv-row-hand {
    cursor: pointer;
    cursor: hand;    
}
tr.gv-row:hover {
    background: #f2ede7;    
}
tr.gv-row:hover td {
    background: transparent;
}
.gv-row td {
    border: 1px solid #ccc;
    color: #231F20;
    padding: 10px 10px 10px 14px;
    text-align: left;
    vertical-align: middle;
}
.gv-row td:first-child {
    width: 300px;
}
.gv-row td.centered {
	text-align: center;
}
.gv-row tr {
    background: #f6f5f5!important;
    line-height: 24px;
}
.gv-row td.no-padding {
    padding: 0;
}
.gv-row tr td {
	padding: 10px 10px 10px 14px;
}
.gv-row tr td:first-child {
    border-left: none;
    text-align: right;
    vertical-align: top;
    width: 300px;
}
.gv-row tr td:last-child {
    border-right: none;
}
.gv-row a {
    color: #007BAD;
    text-decoration: none;
    cursor: pointer;
}
.gv-row a:hover {
    text-decoration: underline;
}

    .gv-row a:focus {
        outline: 1px solid #007BAD;
    }


.gv-row .button {
    padding: 6px 12px;
    background: #fff;
    font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
    color: #231F20;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    text-align: center;
    display: inline-block;
    border: 2px solid #007BAD;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
    .gv-row .button:hover {
        background: #007BAD !important;
        color: #fff !important;
        text-decoration: none !important;
    }

gv-row a.selected {
    background: #007BAD !important;
    color: #fff !important;
}


.gv-pager {
    background-color: #fff;
}
.gv-pager table {
	border: none;
	float: right;
	margin-top: 8px;
	width: auto;
}
.gv-pager td {
    padding-right: 4px;
}
.gv-pager td:last-child {
    padding-right: 0;
}
.gv-pager table td {
    height: 22px;
	text-align: center;
	vertical-align: middle;
	width: 23px;	
}
    .gv-pager table td span {
        background: #eee;
        border: 1px solid #ccc;
        color: #231F20;
        display: inline-block;
        height: 22px;
        padding-top: 2px;
        width: 23px;
    }
.gv-pager table td a {
    background: #fff;
    border: 1px solid #ccc;
    color: #231F20!important;
    display: inline-block;
    height: 22px;
    padding-top: 2px;
    text-decoration: none;
	width: 23px;
}
.gv-pager table td a:hover {
    background: #eee;
    text-decoration: none !important;
}



.feedback-box {
    margin-left: 40px;
}
@media (max-width: 800px) {
    .feedback-box {
        margin-left: 0;
    }
}



/* sa image management */
table.image-list {
    text-align: left;
    margin-bottom: 20px;
}
table.image-list td {
	padding: 2px 4px;
}
table.image-list td:first-child {
    padding-right: 10px;
}
table.image-list .icon-link {
	display: inline-block;
	height: 16px;
	width: 16px;
	visibility: hidden;
	vertical-align: middle;
    margin-top: 2px;
}
table.image-list .delete-icon {
	background: url('/app-resources/images/delete-icon.png') no-repeat;
}
table.image-list .arrow-up-icon {
	background: url('/app-resources/images/arrow-up-icon.png') no-repeat;
}
table.image-list .arrow-down-icon {
	background: url('/app-resources/images/arrow-down-icon.png') no-repeat;
}
table.image-list tr:hover .icon-link {
	visibility: visible;
}
table.image-list .thumb-wrapper {
	position: relative;
}
table.image-list .thumb {
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	display: none;
	position: absolute;
	top: 0;
	left: -220px;
}




/* miscellaneous */
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.text-right {
    text-align: right;    
}

a.ts-blue {
    color: #007BAD !important;
}

.blue {
    color: #007BAD!important;
}
.radius-check-box {
    margin-left: 40px;
}
.pointer {
	cursor: hand;
	cursor: pointer;
}





/* jQueryUI overrides */
.ui-widget {
    color: #231F20;
    font-family: "SulSansRegular", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
}
.ui-widget-header {
    background: #ff9b00;
}
.ui-state-default {
    background: #f6f6f6!important;
    background-image: none;
}
.ui-state-hover {
    background: #ff9b00!important;
    background-image: none;
}
.ui-state-highlight {
    background: #fcefa1!important;
    background-image: none;
}
.ui-state-active {
    background: #ffffff!important;
    background-image: none;
}
.label-medium {
        padding-left: 20px;
        width:200px;
        font-weight: bold;
}
.label-large {
        padding-left: 20px;
        width:250px;
        font-weight: bold;
}
.indent {
    padding-left: 20px;
}
.text-wrap {
    display: inline-block;
}
.text-large {
    padding-left: 10%;
    font-size: x-large;
}


a.search-button {
    padding: 15px 13px 13px 15px;
    background: #fff;
    font: 16px/19px "SulSansRegular", Helvetica, Arial, sans-serif;
    color: #231F20 !important;
    border: 2px solid #007BAD;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
    text-decoration: none !important;
}

    a.search-button:hover {
        background: #007BAD !important;
        color: #fff !important;
    }

a.selected {
    background: #007BAD !important;
    color: #fff !important;
}




.form-control {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

    .form-control + .form-control {
        margin-top: 0.3em;
    }


input[type="radio"].ts-radio, input[type="checkbox"].ts-checkbox {
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    height: 1em;
    width: 1em;
    transform: translateY(0.15em);
}

    input[type="radio"].ts-radio:checked, input[type="checkbox"].ts-checkbox:checked {
        background: url('/app-resources/images/checkmark-blue-8x8.png') no-repeat center center;
    }

    input[type="radio"].ts-radio:focus, input[type="checkbox"].ts-checkbox:focus {
        outline: max(0.2px, 0.09em) solid currentColor; /* max(2px, 0.15em) solid currentColor; */
        outline-offset: max(0.2px, 0.09em); /* max(2px, 0.15em); */
    }



