
body {
    background: #edebed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWJlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #edebed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edebed), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #edebed 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #edebed 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #edebed 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #edebed 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edebed', endColorstr='#ffffff',GradientType=0 );
}

.container {
    background:#fbf9fb;
}

.container-sm {
    background:#fbf9fb;
    max-width:85%;
}

.container-tr {
    background: transparent;
    padding: 15px;
}


.bg-home { 
    background-image: url('../Images/home-landscape.png');
    background-repeat:no-repeat; 
    width: 100%; 
    margin-top:-2px;
}
.bg-home_update { 
    background-image: url('../Images/home-landscape_new.png');
    background-repeat:no-repeat; 
    width: 100%; 
    padding-top:20px;
    background-color:#004964;
}


.bg-secondary {
    background-color: #edebed; 
}

.bg-tertiary {
    background-color: #004964; 
}

.bg-quaternary {
    background-color:#eeeeee;
}

.bg-tertiarytint {
    background-color:#b8c8df;
}

.bg-primaryTint {
    background-color:#f8e4da;
}


.bg-inversefade {
   background-color:#fff;
   opacity:0.6; 
   height:146px;
   z-index:1;
   width:100%;
   position:relative;
   bottom:0px;
}

.text-secondarylink{
    color:#00afdb; 
}

.text-secondarylink:hover{
    color:#959595;
    text-decoration:none;
}

.xsmall{
    font-size:75%;
}
.xxsmall{
    font-size:65%;
}

.mediumtext {font-size:2.1em;}
.xlarge{
    font-size:2.5em;
}
.no-gutter {
    padding-right:0;
    padding-left:0;
}

.table-responsive {overflow-x:auto;}
.inpagelinks .col-sm-3 a {text-decoration:underline;font-size:16.2px;color:#0000EE;}

.center {
    float: none; 
    margin: 0 auto;
}


.col-sm-offset-half {
    margin-left: 4.33333%;
}

.text-link{color:#e55302;}
a.text-link {
      color: #e55302;
      text-decoration: none; }
  a:hover, a:focus {
    color: #004964;
  }

  a.text-link-success {
      color: #e55302;
      text-decoration: none; }
  a.text-link-success:hover, a.text-link-success:focus {
    color: #fff;
  }

  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a.text-link:hover {color: #004964;}

  /*Links on Log in on page*/

  a.text-null {
  color: #fff;
  text-decoration: none; }
  a:hover, a:focus {
    color: #e55302;
  }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

  a.text-underline {text-decoration:underline;}

  /*Links in Travel Health Center*/

 .list-group-item-travel {
      position: relative;
      display: block;
      padding: 10px 15px;
      margin-bottom: -1px;
      background-color: #fff;
  }
  .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0; 

  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; 

  }

a.list-group-item-travel {
  color: #e55302; }
  a.list-group-item  {
    color: #004964; }
  a.list-group-item-travel:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #004964;
    background-color: #f5f5f5; }

  ul.list-group-item-travel {
     list-style-type:none;
  }

ul.list-group-item-scrollbox {
  list-style-type:none;
  }

ul.list-group-item-scrollbox > li > a {
  color:#e55302;
  }

ul.list-group-item-scrollbox > li > a:hover {
  color:#004964;
  text-decoration:none;
  }

.primaryhorizontalline{
    border-bottom:3px solid #e55302;
}

p {
  font-size:14px;
  line-height:1.5em;   
 }
  p.default {font-size:1em;}

.m-0{margin:0;}
.mTop-30{margin-top:-30px;}
.mTop-20{margin-top:-20px;}
.mTop-17{margin-top:-17px;}
.mTop-10{margin-top:-10px;}
.mTop-5{margin-top:-5px;}
.mTop-0{margin-top:0;}
.mTop5 {margin-top: 5px;  }
.mTop10 {margin-top: 10px;}
.mTop15 {margin-top: 15px;}
.mTop20 {margin-top: 20px;}
.mTop25 {margin-top: 25px;}
.mTop30 {margin-top: 30px;}
.mTop35 {margin-top: 35px;}
.mTop40 {margin-top: 40px;}
.mTop42 {margin-top: 42px;}
.mTop45{ margin-top: 45px;}
.mTop50 {margin-top: 50px;}
.mBottom0{margin-bottom:0;}
.mBottom5 {margin-bottom: 5px;}
.mBottom10 {margin-bottom: 10px;}
.mBottom15 {margin-bottom: 15px;}
.mBottom20 {margin-bottom: 20px;}
.mBottom25 {margin-bottom: 25px;}
.mBottom30 {margin-bottom: 30px;}
.mBottom35 {margin-bottom: 35px;}
.mLeft-25{margin-left:-25px;}
.mLeft-16{margin-left:-16px;}
.mLeft-17{margin-left:-17px;}
.mLeft5 {margin-left: 5px;}
.mLeft10 {margin-left: 10px;}
.mLeft15 {margin-left: 15px;}
.mLeft20 {margin-left: 20px;}
.mLeft25 {margin-left: 25px;}
.mLeft30 {margin-left: 30px;}
.mLeft35 {margin-left: 35px;}
.mRight5 {margin-right: 5px;}
.mRight10 {margin-right: 10px;}
.mRight15 {margin-right: 15px;}
.mRight20 {margin-right: 20px;}
.mRight25 {margin-right: 25px;}
.mRight30 {margin-right: 30px;}
.mRight35 {margin-right: 35px;}
.extraMargin50 {margin-top:70px !important;}


.noPad{padding:0;}
.noPadTop{padding-top:0}
.noPad-Left{padding-left:0;}
.noPad-Right{padding-right:0;}
.noPad-noMar{padding:0; margin:0;}
.padBottom5 {padding-bottom:.3em;}
.padBottom10 {padding-bottom:2.8em;}
.paddingfixIE8/*\**/ {padding-bottom:1.5em;}
.padTop5{padding-top:5px;}
.padTop10{padding-top:10px;}
.padTop20{padding-top:20px;}
.padLeft5 {padding-bottom:.3em;}
.padLeft10 {padding-left:10px;}
.padLeft20 {padding-left:20px;}
.padLeft30 {padding-left:30px;}
.padRight20 {padding-right:20px;}
.pad1 {padding:1px;}
.pad5 {padding:5px;}
.pad10 {padding:10px;}
.pad15 {padding:15px;}
.pad20 {padding:20px;}
.padTopBottom30 {padding:30px 0;}
.padLeftRight30 {padding:0 30px;}

.noBorder {border:0;}

 .network-provider {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    padding: 5px;
    border: 1px solid #004964;
    font-size: 9px;
    text-align: center;
    color: #004964;
    text-transform: uppercase;
}


.list-group-item-secondary {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #edebed;
  font-size:14px;
  color:#e55302;
 }

a.list-group-item-secondary:hover {
    color:#004964;
    text-decoration:none;
}

.loginBanner {
    margin-top:140px;
    padding:0;
}


/*horizontal rules*/
hr.aside {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #959595; 
}


hr.aside-sm {
  margin:0;
  border: 0;
  border-top: 1px solid #959595; 
}

.horizontalrulefull {
    border-top:3px solid #e55302;
    width:100%;
    margin:auto;
}

.horizontalrulefull-success {
    border-bottom:3px solid #004964;
    margin:auto;
}

.horizontalrulefull-success-thin {
    border-bottom:1px solid #004964;
    margin:auto;
}

.horizontalrulefull-lightgray-thin {
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}

.horizontalrulefull-muted {
    border-bottom:3px solid #959595;
    margin:5px 0;
}

.horizontalrulefull-light-dotted{
     border-bottom:1px dotted #ccc;
    margin-bottom:10px;
}

  .table > tbody > tr > td{
    border-top: 1px dotted #ddd; 
  }






/*On the logged in landing page*/
.textarea-scroll{ 
  width: 100%; 
  max-width:600px; 

  height:100%; 
  max-height:150px;  
 
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom:0;
  /* margin-bottom: 17px; */
  border: 1px solid transparent;
}

.activemenu a {
    color: #e55302 !important ;
}
.activemenu ul li a {
    color: #fff !important;
}
.activemenu ul li.activemenuitem a {
    color: #e55302 !important;
}

 
.pre-scrollable {
  max-height: 100px;
  overflow-y: scroll; }

.breadcrumb {
  margin-left:.9em;
  list-style: none;
  border-radius: 4px;
  margin-top:20px;
}

/*-
.navbar-nav > li > .dropdown-menu {
    display:block;

}
--*/


.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
   z-index:200;
 }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #004964;
    color: #e55302; 
    z-index:200;
}



.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #fff;
  white-space: nowrap;
}

.spacer {padding:60px 0;}

 .calloutError {
  background: #fbcecf;
  border: 1px solid #cea2a5;
  padding:1px 5px;
  text-align:center;
}

.calloutError-shorten{
    line-height:1.3em;
    background: #fbcecf;
    border: 1px solid #cea2a5;
    padding:1px 2px;
    text-align:center;
    border-radius: 4px;

}
     

 .text-confirm {
  color: #01833d; }

 .bg-confirm {
     background-color:#a3d39c;
 }

 .bg-wizard {
     background-color:#eee;
 }

 /*Security Profiles Risk Key*/
.keyRating {
  display: inline-block;
  width: 6px;
  height: 7px;
  margin: 7px 7px 0 3px;
}

.riskRating{
  display: inline-block;
  float: left;
  width: 7px;
  height: 12px;
  margin: 0 2px 0 0;
  border: 1px solid #777777;
}

.keyRating01 {border: 1px solid #81bc00;background: #81bc00;}
.keyRating02 {border: 1px solid #01833d;background: #01833d;}
.keyRating03 {border: 1px solid #ece000;background: #ece000;}
.keyRating04 {border: 1px solid #d06f1a;background: #d06f1a;}
.keyRating05 {border: 1px solid #d0271a;background: #d0271a;}

@media print {
    /* Hack to get background color to print */
    .keyRating01 {border: 1px solid #81bc00;border-left:6px solid #81bc00;}
    .keyRating02 {border: 1px solid #01833d;border-left:6px solid #01833d;}
    .keyRating03 {border: 1px solid #ece000;border-left:6px solid #ece000;}
    .keyRating04 {border: 1px solid #d06f1a;border-left:6px solid #d06f1a}
    .keyRating05 {border: 1px solid #d0271a;border-left:6px solid #d0271a;}
}
hr.noSpace {
  border: 0;
  border-top: 1px solid #959595;
  margin:0;
  padding:0;
}

  .table > tbody > tr > td{
    border-top: 1px dotted #ddd; 
  }

  .btn-default-xs {
  color: #333;
  background-color: #fff;
  border-color: #b3b3b3;
  padding:3px 6px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 5px 35px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 3px; }

.btn-default-xs:hover { 
    color: #e55302;                   
  background-color: #f2f2f2;
  border-color: #b3b3b3;
}

.btn-secondary {
    color:#fff;
    background-color:#e55302;
    
}

.btn-secondary:hover {
    color:#fff;
    opacity:.6;
    background-color:#e55302;
}

.btn-wizard {
	color: #333;
	background-color: #fff;
	border-color: #b3b3b3;
}

	.btn-wizard:hover, .btn-wizard:focus, .btn-wizard.focus, .btn-wizard:active, .btn-wizard.active, .open > .btn-wizard.dropdown-toggle {
		color: #333;
		background-color: #f0f0f0;
		border-color: #004964;
	}

	.btn-wizard:active, .btn-wizard.active, .open > .btn-wizard.dropdown-toggle {
		background-image: none;
	}

	 .btn-wizard.disabled:hover, .btn-wizard.disabled:focus, .btn-wizard.disabled.focus, .btn-wizard.disabled:active, .btn-wizard.disabled.active, .btn-wizard[disabled]:hover, .btn-wizard[disabled]:focus, .btn-wizard[disabled].focus, .btn-wizard[disabled]:active, .btn-wizard[disabled].active, fieldset[disabled] .btn-wizard, fieldset[disabled] .btn-wizard:hover, fieldset[disabled] .btn-wizard:focus, fieldset[disabled] .btn-wizard.focus, fieldset[disabled] .btn-wizard:active, fieldset[disabled] .btn-wizard.active {
		background-color: #fff;
		border-color: #b3b3b3;
		color: #ffffff;
	}

	.btn-wizard .badge {
		color: #fff;
		background-color: #333;
	}


.text-lg{font-size:2.2em;}
.text-mid{font-size:1.3em;}
.text-md{font-size:1.2em;}
.text-sm{font-size:1em;}



.table.translations-table  tbody  tr  th{
    background-color:#e5e5e5;
    border-bottom:1px double #cccccc;
}

.table.translations-table  tbody  tr  td{
    background-color:#f0f0f0;
    border-bottom:1px solid #ffffff;
}

.footerlinks p {font-size:12px;}


/*footer link positioning*/
.text-center.footerlinks > p.pull-left a { 
    padding: 10px 35px; 
}

/*footer x-small link positioning*/
.text-center.footerlinks-sm > p.pull-left a { 
    padding:  0 3px; 
    font-size:12px;
}

.text-center.footerlinks-sm > p.pull-left a:after { 
    padding:  0 2px; 
    font-size:12px;
   margin:auto;
}

/*modified pagination for BCWW*/
/*appears on medical translations results*/

 .pagination > li > a{
      position: relative;
      float: left;
      padding: 6px;
      line-height: 1.42857;
      text-decoration: none;
      color: #e55302;
      margin-left: -1px;
      border:none;
      background-color:transparent;
 }

 
.well_upload {
    min-height: 20px;
    padding: 19px 19px 10px 19px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

 /*styles for landing page (Find a Provider)*/
 .formBox {
     border:1px solid #004964;
     position:absolute; 
     top:30px; 
     right:30px;
     background-color:#fff;
     opacity:.8;
 }

 .vertical_line_success {
     border-right:1px solid #004964;
     height:80%;
     margin-top:20px;
 }



 /*styles for mobile app page*/

 body.bodyapp  {background:#fff;}

body.bodyapp > .container {background:#fff;}


.bodyapp{
	font-family: 'Open Sans Condensed', Helvetica, 'Arial Narrow', Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.25;
	color: #000000;
    margin:0;
    padding:0;
    background:#fff;
   
 }

.bodyapp h3, .bodyapp h5, .bodyapp h2, .bodyapp h1 {font-family: 'Open Sans Condensed', Helvetica, 'Arial Narrow', Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.25;
	color: #000000;
    margin:0;
    padding:0;

}


 .container-app {
     max-width:1100px;
     margin:0 auto;
     padding: 0 25px 25px 25px;
 }

.mobilebkgd {
     background:url('/Assets/images/apppagebackground.jpg')no-repeat; 
     max-width:100%;
     height:auto;
     padding-top:20px;
 }

 .text-mobilenav {
  font-family:'Roboto Slab', serif;
  font-size: 1.6em;
  color: #E55302;
 }


h1.text-mobileheadline   { 
  font-family:'Roboto Slab', serif;
  font-size: 2.3em;
  color: #E55302;
    }

 .calloutbox{
      font-size: .75em;
      color: #000000;
      background: rgba(170, 186, 109, 1);
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius: 5px;
 }

 .downlink{
  display: block;
  width: 60px;
  height: 60px;
  background: url(/Assets/images/downlink.png) no-repeat 0 0;
 }

 .downlink:hover{
     background-position:0 -60px;
     cursor:default;
 }

 .uplink {
     display:block;
  margin: 0;
  width: 30px;
  height: 30px;
  background: url(/Assets/images/uplink.png) no-repeat 0 0;
 }


 .printarrow {
 background: url(/Assets/images/bararrow-right.png) no-repeat 0 0;
 width:80px;
 height:40px;
 display:block;
 }

 .printlinks a{
    line-height:40px;
    margin-left:20px;
 }

 .printlinkscontainer{
    height:40px;
 }

 .print-text{
    position:relative;
    top:10px;
    left:10px;
    font-weight:bold;

 }

 .uplink:hover {
      background-position:0 -30px;
      cursor:default;
 }


 .dropshadow{
     -webkit-box-shadow: 0px 3px 5px 4px rgba(204,204,204,1);
-moz-box-shadow: 0px 3px 5px 4px rgba(204,204,204,1);
box-shadow: 0px 3px 5px 4px rgba(204,204,204,1);

 }

 .prefered {
    border-radius: 2px;
    font-weight:bold;
    font-size:10px;
    text-transform:uppercase;
    background:#4fa2c1;
    color:#ffffff;
    padding:0 4px 0 3px;
}


.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  background-color: #ccc;
  }
   
input.date-picker { }

.date-picker-btn { cursor: pointer; }

.clear-search {
    cursor: pointer;
}

/*
    translation styles
*/
.translation-container {
    height: 60px; 
}

.translation-container td p {
    margin-bottom: 0;
}

/**
    overrides from bootstrap
    the original colors are too overwhelming
*/
.alert-danger {
    background-color: #fbcecf;
    border: 1px solid #cea2a5;  
    margin-top:25px;
    
}

.btn-classic {
  color: #444;
  background-color: #f0f0f0;
  border-color: #f0f0f0; }
  .btn-classic:hover, .btn-classic:focus, .btn-classic.focus, .btn-classic:active, .btn-classic.active, .open > .btn-classic.dropdown-toggle {
    color: #e55302;
    background-color: #f0f0f0;
    border-color: #f0f0f0; }
  .btn-classic:active, .btn-classic.active, .open > .btn-classic.dropdown-toggle {
    background-image: none; }
  .btn-classic.disabled, .btn-classic.disabled:hover, .btn-classic.disabled:focus, .btn-classic.disabled.focus, .btn-classic.disabled:active, .btn-classic.disabled.active, .btn-classic[disabled], .btn-classic[disabled]:hover, .btn-classic[disabled]:focus, .btn-classic[disabled].focus, .btn-classic[disabled]:active, .btn-classic[disabled].active, fieldset[disabled] .btn-classic, fieldset[disabled] .btn-classic:hover, fieldset[disabled] .btn-classic:focus, fieldset[disabled] .btn-classic.focus, fieldset[disabled] .btn-classic:active, fieldset[disabled] .btn-classic.active {
    background-color: #DCD6B2;
    border-color: #d4cda0; }
    .btn-classic .badge { color: #DCD6B2; }

.gradient-success {
background: #f0f9ff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGM4ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f0f9ff 0%, #b8c8df 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(100%,#b8c8df));
background: -webkit-linear-gradient(top,  #f0f9ff 0%,#b8c8df 100%);
background: -o-linear-gradient(top,  #f0f9ff 0%,#b8c8df 100%);
background: -ms-linear-gradient(top,  #f0f9ff 0%,#b8c8df 100%);
background: linear-gradient(to bottom,  #f0f9ff 0%,#b8c8df 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#b8c8df',GradientType=0 );

}



.panel-danger-home{
    border-color:#9b294f;
    height:60px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #004964;
    background-color: #f5f5f5;
    border-top:5px solid #004964;
    border-left:1px solid #e3e3e3;
     border-right:1px solid #e3e3e3;
}

.nav-pills > li > a {
    border-radius: 1px;
    border-top:5px solid #fafafa;
}

.asterisk {line-height:.5em; font-size:17px;}

.text-disabled { color: #ccc; }

.icon-arrow-right {
float: right;
margin:-20px -25px 0 0;
}

.bootbox-body a {color:#e55302;}

/*Custom media queries*/

@media (min-width: 992px) {
    .alphaLogInBox {
        padding-left:0;
    }
}

@media screen and (max-width: 768px) {
    .bg-home {
        background-image: url('../Images/home-landscape_mobile.png');
        background-repeat: no-repeat;
        width: 100%;
        height: 730px;
        margin-top: -2px;
    }

    .loginBanner {
        margin-top: 20px;
        padding: 0;
    }
}



@media screen and (max-width: 450px) {
        .bg-home { background-image: url('../Images/home-landscape_mobile.png'); background-repeat: no-repeat; width: 100%; height: 840px; margin-top: -2px; }

        .footerlinks p { display: block; background-color: #f0f0f0; }
        
    .loginBanner {
    margin-top:5px;
    padding:0;
}

      .noPad-Left {
   padding-left:10px;
}

      .alphaLogInBox {
        padding-left:0;
        margin-top:0px;
    }

 }

@media screen and (min-width: 667px) {
    .footerlinks p.col-xs-12 {
        width: 20%;
        width: 18% \9;
    }

    .loginBanner {
        margin-top: 20px;
        padding: 0;
    }
}
/* COVID ALERT STYLES */
.alert-wrapper {
    padding: 0 0 0 0;
    margin: 0 0px -22px 0;
}
div#covid-alert {
    padding: 0px;
    margin: 10px 0;
}
div#covidicon {
    display: table-cell;
    float: left;
    padding-right: 4px;
    font-size: 20px;
}
div#covidtextwrap {
    display: table-cell;
}
.alert-text-wrapper {
    padding-left: 7px;
}
span.nowrap {
   white-space: nowrap;
}

