/*****************************************************************************/
/*********************** CSS Lite Stylesheet for TechNet16 *******************/
/*****************************************************************************/

/* ====================== Default container styles ========================== */


body {
   /*background-image: url(../../custom/images/interface/westbackground.png);
   background-repeat: repeat-y;
   background-position: center top;
   height: auto;*/
   min-height: 600px;
   background-color: white;
}

p {
   color: rgb(89, 89, 89);
}

a {
   color: #0186c9;
}

a.spargo-blue {
  color: #17499e;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 0px !important;
}

@media (min-width: 300px) and (max-width: 767px) {
   ul.list-unstyled.spargo {
      text-align: center;
   }
}

a:hover {
   /*
   color: #2a6496;
   text-decoration: underline;
   */
}

h1 {
   color: #17499e;
   font-family: "Open Sans Light", sans-serif;
   font-size: 24px;
   font-weight: normal;
   margin-bottom: 10px;
   text-shadow: none;
}

h2 {
   /*color: #6a6b6f;*/
   color: #750022;
    text-shadow: none;
    font-family: oswald;
}

h3 {
   /*color: #6a6b6f;*/
   color: #399ca7;
    text-shadow: none;
    font-family: oswald;
}

h4 {
   /*
   color: #428bca;
   */
}

h5 {
   /*
   color: #428bca;
   */
}

.Masthead {
   border-bottom: 15px solid gray;
   box-shadow: none;
}

/*#header {
   background-color: #f3f3f3;
}*/

.container-fluid {
   background-color: white;
}

@media (min-width: 1200px) {
   .container {
   width: 1170px;
   }
}

#content-container .container {
   background-color: white;
   -webkit-box-shadow: none;
   box-shadow: none;
}

#Msg4004 {
   display: none;
}

#Msg4006 {
   /*margin-bottom: 35px;*/
   display: none;
}



@media (min-width: 768px){
.navbar-right .dropdown-menu {
    right: unset;
    left: auto;
}
}
/* ====================== Additional container styles ======================= */


.breadcrumb {
   /*
   margin: 0px;
   padding: 7px 0px 0px 0px;
   background-color: transparent;
   */
}

.badge {
   /*background-color: #17499e;*/
   background-color: #df5e00;
}

.buttons {
   text-align: center;
}

.pagination > li > a, .pagination > li > span {
   color: #17499e;
}

.nav-tabs > li {
   /*
   color: #555;
   */
}

.nav-tabs > li.active > a {
   border-top-color: #17499e;
}

.nav-tabs > li.active > a {
   /*
   border-top-color: #428bca;
   color: #428bca;
   */
}

body.no-nav {
   background-color: white;
   background-image: none;
}


/* ====================== Navigational styles =============================== */


.navbar-collapse {
   background-color: white;
   box-shadow: none;
}

.container > .navbar-collapse {
   border-bottom-color: transparent;
   border-bottom-style: none;
   border-bottom-width: 0px;
}

@media (min-width: 993px) {
#ctl00_dvTopNavigation {
   background-color: white;
   position: fixed;
   top: 40px;
   width: 100%;
   height: 145px;
   z-index: 999;
   -moz-box-shadow: 0px 1px 11px rgba(68,68,68,0.3);
   -webkit-box-shadow: 0px 1px 11px rgba(68,68,68,0.3);
   box-shadow: 0px 1px 11px rgba(68,68,68,0.3);
   }
   .navbar-nav > li {
   top: 15px;
   }
}

@media (min-width: 993px) {
   .navbar-top > li > a {
   padding: 10px !important;
   color: #004684 !important;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
   font-size: 13px !important;
   line-height: 20px !important;
   text-transform: none !important;
   }
   .navbar-top > li {
   top: 0px !important;
   }
}

@media (min-width: 300px) and (max-width: 992px) {
   .navbar-top > li > a {
   padding: 10px !important;
   color: #004684 !important;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
   font-size: 13px !important;
   line-height: 20px !important;
   text-transform: none !important;
   }
}

.navbar-top > li > a:hover {
   color: #b8cc4f !important;
   background-color: transparent !important;
}

@media (min-width: 1200px) {
.navbar-nav > li > a {
   font-family: 'Oswald', sans-serif;
   color: #242424;
   text-transform: uppercase;
   font-weight: 400;
   padding: 20px 15px;
   line-height: 90px;
   font-size: 14px;
   }
}

@media (min-width: 993px) and (max-width: 1199px) {
.navbar-nav > li > a {
   font-family: 'Oswald', sans-serif;
   color: #242424;
   text-transform: uppercase;
   font-weight: 400;
   padding: 20px 15px;
   line-height: 110px;
   font-size: 14px;
   }
}

@media (min-width: 300px) and (max-width: 992px) {
.navbar-nav > li > a {
   font-family: 'Oswald', sans-serif;
   color: #242424;
   text-transform: uppercase;
   font-weight: 400;
   padding: 20px 15px;
   }
}

.navbar-nav > li > a, .left-nav > li > a, .left-nav .left-subnav > li > a {
   color: #242424;
}

.navbar-nav > li > a:hover, .left-nav > li > a, .left-nav .left-subnav > li > a {
   color: #399ca7;
   background-color: #f3f3f3;
}

.navbar-right > ul > li > a {
   color: white;
}

@media (min-width: 993px) {
   .navbar-left > li > a {
   padding: 32px 0px 0px 0px;
   }
}

.navbar-nav > li > a.active {
   color: white;
   background-color: #004684;
}

.navbar-nav > li > .dropdown-menu {
   border-radius: 0px;
}

.dropdown-menu {
   border-bottom-color: transparent;
   border-bottom-width: 0px;
   border-bottom-style: none;
   background-color: #f3f3f3;
   border: none;
   box-shadow: none;
}

@media (min-width: 993px) {
   .dropdown-menu > li > a {
   display: block;
   font-size: 14px;
   font-weight: normal;
   color: #4b4b4b;
   height: auto;
   line-height: 14px;
   letter-spacing: 0px;
   margin: 0px;
   padding: 10px 20px 10px 20px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   text-transform: none;
   }
}

.dropdown-menu > li > a:hover {
   color: #399ca7;
   background-color: transparent;
   text-shadow: none;
}

.left-nav > li {
   /*
   border-bottom-color: #e0eded;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   */
}

.left-nav > li > a {
   /*
   color: white;
   */
}

.left-nav > li > a:hover {
   /*
   color: white;
   background-color: #ff8000;
   */
}

.left-nav > li.active > a {
   /*
   color: white;
   background-color: #428bca;
   */
}

.left-nav > li.active > a:hover {
   /*
   color: white;
   background-color: #428bca;
   */
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
   /*
   color: white;
   background-color: #428bca;
   */
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
   /*
   color: #428bca;
   */
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
   /*
   color: #428bca;
   */
}

.left-subnav.in > li > a {
   /*
   color: #428bca;
   padding: 8px 0px 8px 24px;
   background-color: white;
   */
}

.left-subnav > li {
   /*
   border-bottom-color: #e0eded;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   */
}

.left-subnav {
   background-color: #d5d5d4;
}

.left-subnav > li > a {
   color: #004684;
}

.left-subnav > li > a:hover {
   color: white;
   background-color: #929290;
}

.left-subnav > li.active > a {
   color: white;
   background-color: #004684;
}

.left-subnav > li.active > a:hover {
   color: white;
   background-color: #cc1141;
}

.nav-username {
   color: #4b4b4b;
}

#ctl00_UserInfo_lnkLogout {
   color: #0B58A7 !important;
}

@media (min-width: 767px) and (max-width: 992px) {
   #ctl00_UserInfo_lnkLogout {
    padding-top: 12px;
   }
}

.navbar-toggle {
   border-color: #399ca7;
   background-color: #399ca7;
}

i.fa.fa-caret-down {
   display: none;
}


/* ====================== Custom footer styles ============================== */


#footer-container {
    background: #543138;
}


#footer-container .container {
   background-color: #543138;
   border-top-color: transparent;
   border-top-style: none;
   border-top-width: 0px;
   box-shadow: none;
}

#Footer.footer {
   background-color: #eee;
}

.footer h2 {
   /*
   color: white;
   padding-bottom: 5px;
   font-size: 18px;
   border-bottom-color: white;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   */
}

.footer ul {
   /*
   padding-left: 0px;
   margin-top: 10px;
   float: left;
   */
}

.footer ul li {
   /*
   color: white;
   text-decoration: none;
   margin-bottom: 8px;
   list-style-type: none;
   */
}

.footer_copyright p {
   color: black;
   margin-top: 10px;
}

.footer_copyright.container {
   background-color: #eee;
}

/******** RSS Feeds ********/

.rssFeed {
   font-size: 12px;
}

.rssHeader {
   background-color: #2d394f;
   border: 1px dotted #014072;
   font-size: 16px;
   padding: 6px;
   padding-left: 15px;
}

.rssHeader a {
   color: #ffffff;
   font-size: 14px;
   padding: 6px;
   text-align: center;
}

.rssBody a {
   color: #21409a;
   font-weight: bold;
   font-size: 11pt;
}

.rssFeed {
   font-size: 10pt !important;
}

/****** Bootstrap buttons ******/

.btn-primary.west {
       color: #fff;
    background-color: #6a6a6f;
    border-color: #79797a;
    line-height: 1.5;
    font-family: Oswald;
    text-transform: uppercase;
}

.btn-primary.sidebar {
    color: #fff;
    padding: 15px;
    background-color: #399ca7;
    border-color: #1a213e;
    line-height: 1.5;
    font-family: Oswald;
    text-transform: uppercase;
    white-space: normal;
    margin-bottom: 10px;
}

.btn-primary.upgrades {
    background-color: #ffffff;
    border-color: #1374ad;
    color: #595959;
    line-height: 1.5;
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
    transition: 0.3s;
    pointer-events: none;
}


.btn-primary.west:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
   color: #6a6a6f;
   background-color: #fff;
   border-color: #79797a;
}

.btn-primary.sidebar:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
   color: #ffffff;
    background-color: #00677f;
    border-color: #79797a;
    transition: background-color .3s ease-out;
}

a.btn-block.home {
   background-color: #004685;
   border-color: #02335f;
}

a.btn-block.home:hover {
   background-color: #02335f;
   border-color: #004685;
}

.carousel-indicators {
    display: none;
}

.infobox {
  background-color: lightgrey;
  width: 100%;
  border: solid 2px #272727;
  padding: 10px;
  border-radius: 20px;
}

/******** Message 4020 Bottom Logos Start ********/

.logos-home {text-align: center; margin-top: 15px;}
.list-inline.bottom {margin-top: 25px; text-align: center;}
.list-inline.bottom > li > img {height: auto; max-width: 100%;}
.list-inline.bottom > li {vertical-align: top; padding-right: 30px; text-align: left;}
ul.list-unstyled {padding-top: 10px;}
ul.list-unstyled > li {padding-bottom: 3px;}
.list-inline > li > a {color: white;}
.list-inline.top-links {margin-left: -15px;}
.list-inline.button > li > a {margin: 0px; padding: 0px;}

/********* Message 4020 Bottom Logos End *********/

/* ========================= Additional Media Queries ============================= */

@media (max-width: 768px) {
   .navbar-header {
   background-color: #1a489e;
   padding: 15px;
   }
   #content-container .container {
   padding: 20px;
   }
   .navbar-collapse {
   text-align: center;
   }
   .dropdown-menu {
   text-align: center;
   }
   i.fa.fa-caret-down {
   display: none;
   }
   .right-container {
   border-radius: 2px;
   width: 100%;
   padding: 10px;
   }
}

@media (min-width: 992px) {
   .nav-username {
   padding: 10px;
   }
   .content {
   width: 73%;
   margin-top: -20px !important;
   }
   #dvRightInc {
   text-align: center;
   }
   .right-container {
   width: 23%
   }
   #content-container .container {
    margin-top: 150px;
   }
}

@media (max-width: 992px) and (min-width: 768px) {
   #ctl00_dvTopNavigation .navbar-header {
   padding: 20px;
   background-color: white;
   }
   .navbar-collapse {
   text-align: center;
   }
   .dropdown-menu {
   text-align: center;
   }
   i.fa.fa-caret-down {
   display: none;
   }
   .right-container {
   width: 100%;
   margin-left: 0%;
   display: inline-block;
   padding: 10px;
   }
   .list-inline.bottom > li {
   padding-right: 23px;
   }
}

@media (min-width: 768px) {
   #content-container .container {
   padding: 0px;
   padding-top: 30px;
   /*min-height: 600px;*/
   }
}

@media (min-width: 300px) and (max-width: 992px) {
   #Msg4004 {
   display: none;
   }
   .navbar-header {
   background-color: white;
   }
   #ctl00_UserInfo1_lnkLogout {
   color: #0B58A7 !important;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
   }
   .nav-username {
   padding: 10px;
   }
}

@media (min-width: 768px) {
   .navbar-nav.navbar-right:last-child {
   margin-right: 0px;
   }
   ul.nav.navbar-left > li > a:hover {
   background-color: transparent !important;
   }
   .left-container {
    margin-top: -20px;
   }
}

@media (min-width: 300px) and (max-width: 991px) {
   .navbar-nav > li > a {
   color: #242424;
   line-height: 5px;
   }
   .content {
   margin-top: 170px;
   width: 100% !important;
   }
   .nav-username {
   padding: 10px;
   }
}

@media (min-width: 993px) and (max-width: 1199px) {
   .navbar-nav > li > a {
   padding: 10px 10px;
   font-size: 13px;
   }
}

@media (min-width: 300px) and (max-width: 992px) {
   #Msg4004 {display: none !important;}
}

@media (min-width: 768px) {
   .left-container {
   margin-top: -9px;
   }
   #header {
    /*position: fixed;*/
    background-color: white;
    top: 0;
    width: 100%;
    z-index: 999;
    min-height: 40px;
}
}

@media (min-width: 993px) {
   .content-expand {
   margin-top: 0px;
   width: 73%;
   }
   .right-container {
   width: 25%;
   display: block !important;
   margin-top: 25px;
   }
}

@media (min-width: 300px) and (max-width: 992px) {
   .content-expand {
   margin-top: 0px;
   width: 100%;
   }
   .right-container {
   width: 100%;
   display: inline-block !important;
   }
}

@media (min-width: 300px) and (max-width: 991px) {
   .content {
   margin-top: 0px;
   }
}

@media print {
   #ctl00_dvTopNavigation {
   display: none;
   }
}


.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: left;
    z-index: 1;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #821929;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    border-right: 1px solid #d2d0d0;
    border-left: 1px solid #d2d0d0;
    border-bottom: : 1px solid #d2d0d0;

}
