/* cmsms stylesheet: TBS modified: 09/25/26 14:06:54 */
html {
  position: relative;
  min-height: 100%;
}
body {
     font-family: 'Droid Sans', sans-serif;
     background-repeat: no-repeat;
     background: fixed;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c6af80+100 */
     background: rgb(198,175,128); /* Old browsers */
     background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(198,175,128,1) 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(198,175,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(198,175,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     
    margin-bottom: 20px;
}
#wrapper {
	min-height:100%;
	position:relative;
}
 @media all and (-ms-high-contrast:none)
     {
     body { background: rgb(198,175,128) } /* IE10 */
     *::-ms-backdrop, body { background: rgb(198,175,128) } /* IE11 */
     }
.navbar {
	padding-bottom: 0;
	margin-bottom: 0;
}
.navbar-inverse {
     border-bottom: 1px solid #c6af80;
}
.usa-banner-flag img {
    height: 1.5rem;
    width: 2rem;
}
.skip-bar {
    background: #004677;
}
.usa-banner-icons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .7em;
}
.usa-banner-icons img {
    height: 3.5rem;
    width: 3.5rem;
}
.usa-banner p {
    display: inline-block;
    word-wrap: normal;
    color: white;
    line-height: 1;
    padding: 3.75px 3.75px 3.75px;
    font-size: 1.2em;
    margin: 0px;
}
@media (min-width: 576px)
.col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.AlphaLogo {
     margin-top: 0;
     padding: 5;
}
.logo-nav{
     display:inline;
     width:100%;
}
.logo-nav img{
     width:150px; 
     max-width:35%;
}
.navbar .brand { 
	max-height: 35px;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	color: #c6af80;
        font-size: 1.9em;
	font-family: 'Droid Sans', sans-serif;
	font-style:italic;

}
.navbar-brand a{
	
	color: #c6af80;
	text-shadow: #000 1px 1px 2px;
}

.navbar-brand-word {
	padding-left: 185px;
}
.pull-right {
  float: right !important;
}

.SC_Menu {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
}

.SC_Drop_Menu {
	background-color: #c6af80;
}
 .bottom_align {
    position: absolute;
    bottom: 0;
    right: 0;
	padding-right: 10px;
  }
#myCarousel {
      border-bottom: 1px solid #000;
}
#cms_content {
     padding-bottom:20px; /* Height of the footer element */
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #55B7FF;
}

.footer {
     text-align: center;
     font-family: 'Droid Sans', sans-serif;
     width: 100%;
     /* Set the fixed height of the footer here */
     height: 20px;
  }
  .img-center {
	  margin: 0 auto;
  }
  .img-border {
	  border: 1px solid #2F2E2E;
  }
  .bold {
	  font-weight:bold;
  }
  .Left_Margin {
	  margin-left: 10px;
  }
  .Left_Margin2 {
	  margin-left: 45px;
  }
  .Right_Margin {
	  margin-right: 10px;
  }
 .LR_Margin {
         margin-left: 20px;
         margin-right: 20px;
  }
.TaxPayment {
     background-color: #fff;
     border: 1px solid #000;
     border-radius: 6px 6px 6px 6px;
}
.TaxPaymentHL {
     color: #900;
     font-weight: bold;
}
hr {
    height: 2px;
    background-color:#363636;
    margin-top: 20px;
    margin-bottom: 20px;
}
.AR1 {
     /*background-color:#BFBFBF;*/
} 
.AR2 {
     background-color:#C2AF93;
} 

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*.navbar { font-family: 'Oswald', sans-serif !important; }*/
.navbar-brand { font-size: 24px; }
.navbar-inverse a { }
.navbar-inverse li>a:hover { background: #333 !important; }
.navbar-nav a { font-weight: 400; font-size: 18px; }
.dropdown-menu.inverse { background-color: #c6af80;}
.dropdown-menu.inverse a { font-weight: 300; font-size: 15px; color: #000 !important; }
.dropdown-menu.inverse a:hover { font-weight: 300; font-size: 15px; color: #fff !important; }

@media only screen and (max-width: 1024px) {
.navbar-nav a { font-weight: 400; font-size: 12px; }
}
@media only screen and (max-width: 800px) {
.navbar-nav a { 
     font-weight: 400; 
     font-size: 12px;
}
.SC_Menu {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}
.dropdown-menu.inverse a { font-weight: 300; font-size: 12px; color: #000 !important; }
.dropdown-menu.inverse a:hover { font-weight: 300; font-size: 12px; color: #fff !important; }
.logo-nav img {
     width:75px; 
     max-width:30%;
}
.navbar-brand-word {
	padding-left: 90px;
}

}

@media only screen and (max-width: 766px) {
.collapsing, .in {background-color: #c6af80;}
.collapsing ul li a, .in ul li a {color: #555 !important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #f1f1f1!important;}
.navbar-brand { 
     font-size: 20px;
     text-align: left;
}
.navbar-brand-word {
	padding-left: 90px;
}

}

.mob-show {
     display: none;
}

@media (max-width: 575.98px) {
    /* Your CSS rules for mobile devices (xs) here */
.mob-hide {
     display: none;
}
.mob-show {
     display: inline;
}
}

.tbl-head {
    font-size: 24px;
}

/* ---------------------------------------------------
   ADA / WCAG 2.1 AA - Content Link Contrast
--------------------------------------------------- */
#cms_content a {
    color: #286090;
}

#cms_content a:hover,
#cms_content a:focus {
    color: #1d4568;
    text-decoration: underline;
}

/* ---------------------------------------------------
   Mobile Navigation Fix
   --------------------------------------------------- */
@media only screen and (max-width: 766px) {

    /* Let the opened Bootstrap menu use the full width */
    .navbar-collapse {
        width: 100%;
        clear: both;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Stack main navigation items vertically */
    .navbar-nav {
        float: none !important;
        width: 100%;
        margin: 7.5px 0;
    }

    .navbar-nav > li {
        float: none !important;
        width: 100%;
        display: block;
    }

    .navbar-nav > li > a {
        display: block;
        width: 100%;
        padding: 12px 15px;
        font-size: 16px;
        line-height: 1.4;
        white-space: normal;
    }

    /* Keep dropdown menus usable on mobile */
    .navbar-nav .open .dropdown-menu,
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .dropdown-menu > li > a {
        white-space: normal;
        padding: 10px 15px 10px 30px;
        font-size: 15px;
    }

    /* Nested dropdowns should stay inside viewport */
    .dropdown-submenu > .dropdown-menu {
        position: static;
        left: auto;
        margin: 0;
        width: 100%;
    }

    /* Don't depend on hover for opening nested menus on touch */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* Prevent the menu from forcing horizontal scrolling */
    .navbar,
    .navbar-collapse,
    .navbar-nav,
    .dropdown-menu {
        max-width: 100%;
    }
}

/* ---------------------------------------------------
   Responsive Media / ADA Reflow Fix
   --------------------------------------------------- */

video,
iframe,
embed,
object {
    max-width: 100%;
}

video {
    width: 100%;
    height: auto;
}

/* Prevent responsive content from widening the page */
img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 766px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    video,
    iframe,
    embed,
    object {
        max-width: 100% !important;
    }

    video {
        width: 100% !important;
        height: auto !important;
    }
}
