/*-----------------------------------------*/
/*   IMPORTS                               */
/*   @import other css/fonts/etc           */
/*-----------------------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Oxygen:400|Bree+Serif:400"); */
img {
    max-width: 100%;
}


/*-----------------------------------------*/
/*   COMMON styles                         */
/*-----------------------------------------*/
body {
}


.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.first {
    margin-left: 0 !important;
    border-left: none !important;
}

/* generic margin classes */
.top-0 {
    margin-top: 0 !important;
}

.top-5 {
    margin-top: 5px !important;
}

.top-10 {
    margin-top: 10px !important;
}

.top-15 {
    margin-top: 15px !important;
}

.top-20 {
    margin-top: 20px !important;
}

.bottom-0 {
    margin-bottom: 0 !important;
}

.bottom-5 {
    margin-bottom: 5px !important;
}

.bottom-10 {
    margin-bottom: 10px !important;
}

.bottom-15 {
    margin-bottom: 15px !important;
}

.bottom-20 {
    margin-bottom: 20px !important;
}

/* generic padding classes */
.pad-0 {
    padding: 0;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.pad-20 {
    padding: 20px;
}

.pad-25 {
    padding: 25px;
}

.pad-30 {
    padding: 30px;
}

/*
.row,
.row-fluid	{ margin-bottom: 20px; }
*/

/* header classes */
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
}


/* bootstrap icons */
/* NOTE - adjust img references below */
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    *margin-right: .3em;
}

    [class^="icon-"]:last-child, [class*=" icon-"]:last-child {
        *margin-left: 0;
    }

.icon-white {
    background-image: url("glyphicons-halflings-white.png");
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    background-position: -216px -120px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    background-position: -384px -120px;
}

.icon-folder-open {
    background-position: -408px -120px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}




/*-----------------------------------------*/
/* BOOTSTRAP OVERRIDES                     */
/*-----------------------------------------*/
[class*="span"] {
    min-height: 0;
}

/* INPUT overrides */
/* affects ACTIVE form input shadow */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(100,100,100,.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(204,171,31,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(204,171,31,.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(204,171,31,.6);
}



/*-----------------------------------------*/
/* DP2 OVERRIDES                           */
/*-----------------------------------------*/
/* hide POST TITLE of #content and .content */
#content > h1,
.content > h1 {
    visibility: hidden;
    display: none;
}

/* reset margin/padding of INITIAL #content and .content <p> tags */
#content > p,
.content > p {
    margin: 0;
    padding: 0;
}



/*-----------------------------------------*/
/* SITE COLORS                             */
/* site-wide link colors                   */
/* bg colors: change/set to "transparent"  */
/*-----------------------------------------*/

/* default site text color */
body {
    color: #063565; /*background-image:url("/login/wizard/logos/0381/images/Image/background1.jpg") repeat-x; background-color: white;*/
}

/* default link/hover colors */
a {
    color: #999969;
}

    a:hover {
        color: #063565;
        text-decoration: none;
    }

/* footer color */

footer {
    background: #063565;
}

/* header */
section#header {
    background: transparent;
}


/* navigation */
/* main nav background */
nav > ul {
    background: #063565;
}
/* main nav item */
.sf-menu a {
    background: #063565;
}

    .sf-menu a:hover {
        background: #999868;
    }

/* current main nav ON color */
.sfHover > a {
    background: #999868;
}

/* sub menu items */
.sf-menu ul {
    background: grey;
}

    .sf-menu ul a {
        background: #063565;
    }

        .sf-menu ul a:hover {
            background: #999868;
        }

/* mobile navbar */
.btn-navbar,
.navbar-inner {
    color: white;
    background: #073767;
}

    .btn-navbar:hover,
    .navbar-inner:hover,
    .navbar .btn-navbar:hover {
        cursor: pointer;
        color: #999969;
        background: #999868;
    }


/* background color/image main section #content */
section#content,
section.content {
    background: white url("/login/wizard/logos/0381/images/Image/background-02.jpg") repeat-x;
}

/* background for MAIN CONTENT */
section#mainContent .container,
.formContainer,
.sitemapContainer,
.externalContainer {
    background: #fff;
}

/*well colors*/
.well {
    color: white;
    background-color: #c7c6af;
}

.nav-header {
    color: #063565;
}

/*button line up*/
.kenzi {
    min-height: 175px;
}


/* footer */
/* uncomment if footer needs to be different color */
footer { /* background: #000; */
    color: #fff;
}
    /* footer link colors */
    footer a {
        color: #999868;
    }

        footer a:hover {
            color: white;
            text-decoration: underline;
        }


/* headers */
h1, h2 {
    color: #063565;
}

h3, h4 {
    color: #999868;
}

/*-----------------------------------------*/
/* HEADER styles                           */
/*-----------------------------------------*/


/*-----------------------------------------*/
/* LOGO DEFAULT styles                     */
/*-----------------------------------------*/

.logo {
    padding: 20px 0;
}


/*-----------------------------------------*/
/* NAVIGATION styles                       */
/*-----------------------------------------*/

/* prevent mobile nav from displaying at larger display sizes */
.btn-navbar,
.navbar {
    display: none;
}
/* .nav-collapse	{ overflow: visible; } */

/* adjust nav */
.sf-menu > li > a {
    margin: 0;
}

nav {
    position: relative;
    z-index: 1;
    height: 0;
    font: 1.1em arial, sans-serif;
}
    /* reset bootstrap margin/padding/line-height for ul/li elements */
    nav * {
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    /* set properties of menu (font, size, color, etc) */
    nav > ul {
        position: absolute;
        top: 20px; /* height: 50px; */
        margin: 0 auto;
        padding: 0;
        font: 14px/50px "helvetica neue", arial, sans-serif;
        text-shadow: rgba(0,0,0,.35) 1px 1px 2px;
        border-radius: 4px;
    }

/* remove ">>" indicator from nav with sublinks */
/* .sf-sub-indicator	{ display: none; } */

.sf-menu {
    position: relative;
}
    /* set ALL nav text color (links/non-links) */
    .sf-menu * {
        color: #fff;
    }

    .sf-menu li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
        /* set properties of first menu item if necessary (ie: left-margin) */
        .sf-menu li:first-child {
            margin-left: 10px;
        }

    .sf-menu a {
        display: inline-block;
        margin: 0;
        padding: 10px 20px;
        border-radius: 3px;
        -moz-transition: background-color .3s;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }
        /*.sf-menu > li > a	{ margin: 5px; }*/
        .sf-menu a:hover {
            text-decoration: none;
        }

    /* secondary sub-menu styles */
    /*****************************/
    /* set properties of submenu (font, size, color, width, etc) */
    .sf-menu ul {
        position: absolute;
        top: 100%;
        z-index: 500;
        width: 200px;
        padding-bottom: 10px; /* border-top: 5px solid rgb(63,59,58); */
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
        /* remove left margin to left align sub menu */
        .sf-menu ul li {
            display: block !important;
            margin-left: 0 !important;
            border-bottom: 1px dotted rgb(148,143,141);
        }

        .sf-menu ul a {
            display: block;
            border-radius: 0;
            font-size: 12px;
            padding: 15px;
        }




/*-----------------------------------------*/
/* CONTENT styles                          */
/*-----------------------------------------*/

/* mainContent
-----------------------------------------*/
/* give main container drop shadow (remove/comment out if unwanted) */
section#mainContent .container {
    box-shadow: rgba(0,0,0,.3) 0 0 10px /* set (rgb, alpha) xOffset yOffset blurAmount */;
}

    /* rounded top corners */
    section#mainContent .container:first-child {
        border-radius: 10px 10px 0 0;
        padding: 90px 20px 20px; /* position: relative; */
    }


/* carousel images
-----------------------------------------*/
/* .carousel img	{ border: 10px solid #f5f5f5; } */



/*-----------------------------------------*/
/* FOOTER styles                           */
/*-----------------------------------------*/

footer #content {
    padding: 20px 0;
}

/* fdic footer */
footer,
#copyright p {
    font-size: 11px;
}

#copyright p {
    text-align: center;
    border-bottom: 1px solid #999868;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#notice {
    line-height: 1.2;
}

    #notice img {
        display: block;
        margin: 0 auto;
    }




/*-----------------------------------------*/
/*   GENERAL PAGES styles                  */
/*-----------------------------------------*/

/* head content */
.headContent {
    position: relative;
    margin: 0;
}
/* weather */
.head-weather {
    position: absolute;
    top: -200px;
    right: 0;
    background: #f5f5f5;
    border-radius: 4px;
    width: 250px;
    padding: 15px;
    color: #595959;
    line-height: 1.4;
}

    .head-weather strong {
        display: block;
        padding-bottom: 5px;
        border-bottom: 1px solid #d9d9d9;
    }

#wxTemp {
    font-size: 22px;
    color: #005eab;
}

#wxLoc {
    font-size: 16px;
}

/* well links */
#well-products {
    font-size: 14px;
}

    #well-products a:hover {
        background: #005eab;
    }


/* "MORE" button styles */
a.btn-more {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #999969;
}

a:hover.btn-more {
    color: #fff;
    background: #063565;
}


.label-question {
    background-color: #9c102d;
}

.label-answer {
    background-color: #07133e;
}


/* INNER NAV styles :: use for navigating internal pages on mobile devices */
/* HTML setup as follows:
	<div class="innernav visible-phone">
		<h5 class="heavy">More in this Section:</h5>
		<ul>
			<li><a href="/index.cfm/PAGE-URL">PAGE NAME</a></li>
		</ul>
		<hr>
	</div>
*/
.innernav {
    margin-bottom: 20px;
}

    .innernav h5 {
        padding: 10px 0 5px;
        border-top: 3px double #063565;
        border-bottom: 1px solid #063565;
    }

    .innernav ul {
        list-style-type: none;
        padding-bottom: 10px;
        margin: 0 0 30px;
        border-bottom: 1px solid #063565;
        font-size: 14px;
    }

    .innernav li {
        margin-bottom: 5px;
    }

    .innernav a {
        display: block;
        padding: 10px;
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all .3s;
        background: #999969;
    }

        .innernav a:hover {
            color: #fff;
            background-color: #063565;
            background-image: none;
        }



/* HOMEPAGE styles
/************************/
/* alert styles */
.alertContainer {
    margin-bottom: 20px; /* padding: 10px; */
    border: 10px solid #f5f5f5;
    background: #f5f5f5;
    overflow: auto;
}

.alertTitle,
.alertInfo {
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.alertTitle {
    display: block;
    float: left;
    width: 20%;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    background: #ccab1f;
    border-radius: 4px 0 0 4px;
}

.alertInfo {
    display: block;
    float: left;
    width: 80%;
    font-size: 12px;
    color: #1a1a1a;
    background: #f0e6bb;
    border-radius: 0 4px 4px 0;
}

/* internet banking login */
/* HEADER TYPE */
.ibLoginHead {
    position: absolute;
    top: -200px;
    right: 0;
    padding: 0 15px;
    border-left: 1px solid #063565;
}

    .ibLoginHead i {
        vertical-align: middle;
    }

    .ibLoginHead h4 {
        padding-bottom: 5px;
        border-bottom: 1px solid #063565;
    }

    .ibLoginHead .help-inline {
        font-size: 11px;
        color: #063565;
        display: inline-block;
    }

/* BODY TYPE */
.ibLoginBody {
    padding: 10px;
    border: 10px solid #f5f5f5;
}

    .ibLoginBody h1,
    .ibLoginBody h2,
    .ibLoginBody h3,
    .ibLoginBody h4 {
        margin-top: 0;
    }

/* form styles */
.form-inline input[type="text"] {
    width: auto;
}

/* .ibForm .btn-login	{ width: auto; padding: 4px 25px; border: 1px solid #ccab1f; text-transform: uppercase; color: #fff; background: #ccab1f; -moz-text-shadow: none; -webkit-text-shadow: none; text-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-transition: all .3s; -webkit-transition: all .3s; transition: all .3s; } */
/* .form-inline .btn-login:hover	{ background: #333; border-color: #333; } */

.ibFormlinks {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    font-size: 11px;
    color: #b3b3b3; /* text-align: right; */
}

/* banners */
a.banner-leaderboard img {
    margin: 20px 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover.banner-leaderboard img {
    opacity: .7;
}



/* CONTACT FORM styles
/************************/
/* contact form container */
.formContainer {
    padding: 20px;
    margin: 0px auto 0;
    box-shadow: rgba(0, 0, 0, 0) 0 0 10px /* set (rgb,alpha) xOffset yOffset blurAmount */;
}

/* success styles */
.success {
    width: 70%;
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #b5bc69;
    border-radius: 4px;
    font: bold 1.2em helvetica, arial, sans-serif;
    text-align: center;
    color: #666633;
    background: #d6d6a5;
}


/* SITEMAP styles
/************************/
/* site map container */
.sitemapContainer {
    padding: 90px 20px 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(0,0,0,.3) 0 0 10px;
}

#sitemap { /* padding: 90px 20px 20px; border-radius: 10px 10px 0 0; box-shadow: rgba(0,0,0,.3) 0 0 10px; */
    font-size: 12px;
}

    #sitemap a {
        display: block;
        padding: 10px 10px 10px 30px;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        #sitemap a:hover {
            color: #fff;
            background: #ffde00;
        }

    #sitemap h1 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d9d9d9;
    }

    #sitemap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #sitemap > ul > li {
        margin-bottom: 10px;
        border-bottom: 1px dotted #e5e5e5;
    }

        #sitemap > ul > li > a {
            padding-left: 10px;
            font-size: 16px;
        }




/* EXTERNAL LINK styles
/************************/
/* site map container */
.externalContainer {
    padding: 90px 20px 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(0,0,0,.3) 0 0 10px;
}

#external { /* padding: 90px 20px; border-radius: 10px 10px 0 0; box-shadow: rgba(0,0,0,.3) 0 0 10px; */
    font-size: 12px;
}

    #external h1 {
        color: #963200;
    }

        #external h1:after {
            content: "!";
        }

    #external a {
        display: inline-block;
        padding: 10px 15px;
        margin-left: 10px;
        border-radius: 4px;
        color: #fff;
        background: #963200;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        #external a:hover {
            background: #af5023;
        }

        #external a.extlink {
            background: #669966;
            margin: 0 10px 0 0;
        }

            #external a.extlink:hover {
                background: #87b487;
            }





/*-----------------------------------------*/
/*   GENERAL RESPONSIVE MEDIA styles       */
/*-----------------------------------------*/

@media (max-width:767px) {
    body {
        padding: 0;
    }

    /* adjust .span* bottom margin */
    #mainContent [class*="span"] {
        margin-bottom: 20px;
    }

    .sf-menu > li > a {
        margin: 0px;
    }

    /* footer */
    footer #content {
        padding: 20px;
    }
}

@media (max-width: 979px) {
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: visible;
        padding: 0 20px;
    }

    .sf-menu a {
        padding: 10px;
    }

    /* internet banking form */
    /* HEADER TYPE */
    .ibLoginHead {
        position: static;
        top: 0;
        right: 0;
        padding: 10px;
        border: 10px solid #f5f5f5;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: visible;
        padding: 0;
    }

    /* internet banking form */
    /* BODY TYPE */
    .ibLoginBody input[type="text"] {
        display: block;
        width: 100%;
        padding: 15px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px 4px 0 0;
    }

    .ibLoginBody button[type="submit"],
    .ibLoginBody input[type="submit"] {
        display: block;
        width: 100%;
        margin-left: 0;
        border-radius: 0 0 4px 4px !important;
        background-color: #999868;
        color: white;
    }
}

@media (max-width: 568px) {
    body {
        padding: 0;
    }

    /* logo */
    .logo {
        text-align: center;
        padding: 20px;
    }

    /* weather */
    .head-weather {
        position: static;
        width: auto;
        margin-bottom: 10px;
    }

    /* nav */
    .btn-navbar,
    .navbar {
        display: block;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        padding: 0;
    }

    /* bootstrap 2.1.2 adjustments */
    .navContainer {
        margin-bottom: 0 !important;
    }

    .navbar {
        margin-bottom: 0;
    }
    /* .navbar:hover	{ cursor: pointer; } */
    .navbar-inner {
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar .brand {
        margin: 0;
        font-size: 18px;
        color: #fff;
        text-shadow: none;
    }

    .navbar .btn-navbar {
        margin: 5px;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        background: transparent;
    }


    /* .btn-navbar	{ float: none; padding: 10px; margin: 0; border-radius: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-image: none; text-shadow: none; overflow: auto; overflow-y: hidden; } */
    /* .btn-navbar:hover	{ color: rgb(255,255,255); } */
    span.navtitle {
        float: left;
    }

    span.navicons {
        float: right;
        margin-top: 17px;
    }
    /*.btn-navbar .icon-bar	{ background-color: rgb(200,200,200); }
				.btn-navbar:hover .icon-bar	{ background-color: rgb(255,255,255); }*/
    nav {
        top: 0;
        margin: 0;
        background: none;
    }

        nav ul {
            top: 0;
            padding: 0;
            width: auto;
            height: auto;
            font-size: 14px;
        }

    .sf-menu li {
        display: block;
        margin: 0;
    }

        .sf-menu li:first-child {
            margin-left: 0;
        }

    .sf-menu a {
        display: block;
        padding: 15px;
        border-radius: 0;
        background: #063565; /* bg color for mobile nav items */
        ;
    }
    /* drop down link color */
    .sf-menu li a span {
        color: white;
    }

    .sf-menu a:hover {
        background: #999868 /* bg :hover color for mobile nav items */;
    }

    .sf-menu li ul {
        display: none !important;
    }

    .sf-menu > li > a {
        margin: 0;
    }

    .sf-sub-indicator {
        display: none;
    }


    /* content */
    section#mainContent .container {
        box-shadow: none;
    }

        section#mainContent .container:first-child {
            padding-top: 20px;
            border-radius: 0;
        }


    /* footer */
    #notice img {
        margin-bottom: 15px;
    }


    /* GENERAL styles
		/************************/
    /* forms */
    .form-inline /* .input-append */ {
        display: block;
    }

        .form-inline input[type="text"] {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 20px 10px;
        }

    /* internet banking form */
    /* HEADER TYPE */
    /* .ibLoginHead	{ position: static; top: 0; right: 0; padding: 10px; border: 10px solid #f5f5f5; } */

    /* BODY TYPE */
    /* internet banking form */
    .ibLoginHead form {
        margin: 0;
    }

    .ibLoginHead input[type="text"],
    .ibLoginBody input[type="text"],
    .ibLoginBody .input-append input[type="text"] {
        display: block;
        width: 100%;
        margin-bottom: 0 !important;
        border-radius: 3px 3px 0 0; /* background: red; */
    }

    .ibLoginHead input[type="submit"],
    .ibLoginHead button[type="submit"],
    .ibLoginBody input[type="submit"],
    .ibLoginBody button[type="submit"] {
        display: block;
        width: 100%;
        padding: 10px;
        margin-left: 0;
        border-radius: 0 0 3px 3px;
        background: #999868;
    }

    .ibFormlinks {
        text-align: center;
    }

    .ibLoginHead .help-inline {
        display: block;
        text-align: center;
        border-top: 1px solid #e5e5e5;
        padding-top: 5px;
        margin-top: 20px;
    }



    /* HOMEPAGE styles
		/************************/
    /* alert styles */
    .alertTitle,
    .alertInfo {
        height: auto;
        padding: 10px;
    }

    .alertTitle {
        float: none;
        width: auto;
        text-align: center;
        line-height: 1;
        border-radius: 4px 4px 0 0;
    }

    .alertInfo {
        float: none;
        width: auto;
        text-align: center;
        line-height: 1.5;
        border-radius: 0 0 4px 4px;
    }


    a.banner-leaderboard img {
        border: 0;
    }


    /* SITEMAP styles
		/************************/
    #sitemap {
        padding: 20px;
    }


    /* EXTERNAL LINK styles
		/************************/
    #external {
        padding: 20px;
    }
}
