
:root {
  color-scheme: light;
}

html, body {
  background: #ffffff;
  color: #111111;
}

a {
  color: #0b57d0;
}

input, textarea, select, button {
  background: #ffffff;
  color: #111111;
  border: 1px solid #cccccc;
}




/*Tina*/
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  margin: 0;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: Roboto;  
}


.row, .col{
	margin: 0 !important;
	padding: 0 !important;
}

.application .card-wrapper #cards > .col {
	  /*display: inline-flex;*/
	  flex-basis: 20rem;
	  height: 26rem;
	  margin: .5rem !important;
	  padding: 0 !important;
	  display: flex;
	  position: relative;
	  flex-grow: 0;
	  min-width: 30%;
}

  .col-xl-8
 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
}
.keyterms {
  text-align: center;
  font-weight: bold;
  color: grey;
  font-size: 1.3rem;
}
.filter-column .title-search{
  text-align: center;
  color: grey;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.text-block{
	padding-left: 1rem;
}


/*
*    MEDIA QUERIES
*/ 

@media (max-width: 1200px){
	.overview-content-wrapper{
		margin-right: auto !important;
		margin-left: auto !important;
	}
}


@media (min-width: 1200px){
	.overview-content-wrapper{
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

  #myAccordion .card-body {
  padding: 0 0 0 4rem;
}
  
    .collapse.collapse-reverse.show {
  	display:none!important
  }
  
  .collapse.collapse-reverse:not(.show) {
  	display:block!important
  }
  
  .jumbotron .site-title{
  	font-size: 2.7rem !important;  
  }
  
  .jumbotron .card .card-body {  
  	text-align: right;
  }
  
    .jumbotron #accordion {
    padding-bottom: .3rem;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .jumbotron .card .card-body {
    text-align: left;
  }
  
  .jumbotron .card .card-header {	  
	  font-size: 1.2rem;
	}

  
}
@media (min-width: 992px) and (max-width: 1200px) {

  .container {
    max-width: 100%;
    padding: 0 !important;
    height: 100%
  }

 	 #myAccordion .card-body {
  padding: 0 0 0 3rem;
}
  
  .container .container-top-row{
  	height: 30%;
  }
  
  .jumbotron .site-title h1 {	  
	  font-size: 5vw !important;
  }
    

  
  .jumbotron .site-title {
  	font-size: 2.2rem !important;  
  }
  
  .ops-accordion {
	  width: 75%;
	  margin-left: auto;
	  margin-right: auto;
   }
   
    .dropdown-concepts{
  	text-align: center;
  	margin-right: .5rem !important;
  }
  
  .dropdown-topics{
  	text-align: center;
  	margin-left: .5rem !important;	
  }
  
}
@media (min-width: 768px) and (max-width: 992px) {

  .container {
    max-width: 720px;
    height: 100%
  }

   #myAccordion .card-body {
  padding: 0 0 0 1rem;
}
  
  #myAccordion {
  	height: 100%;
  	padding-left: 12rem;
  }
  
   .container .container-top-row{
  	height: 8%;
  }
  
   .ops-accordian{
  	padding-left: 0px;
  }
  
  .dropdown-concepts{
  	text-align: center;
  	margin-right: .5rem !important;
  }
  
  .dropdown-topics{
  	text-align: center;
  	margin-left: .5rem !important;	
  }
    
  .jumbotron .card {	 
	  width: 70%;
	  margin-left: auto;
	  margin-right: auto;
	}  
	
	.jumbotron .site-title {
	  font-size: 2.2rem !important;	  
	}
 
}



@media (min-width: 576px) and (max-width: 768px){
	
  .container {
    max-width: 100%;
    height: 100%
  }
  
   #myAccordion .card-body {
  padding: 0 0 0 1rem;
}
  

}


@media (min-width:600px) {
	.nowrap {
   		white-space: nowrap !important;
   	}
}

@media (max-width: 991.98px) {

}

@media (max-width: 1200px){
	.page-content-wrapper-center{
	margin-right: auto !important;
	margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	
  .container {
    max-width: 1630px !important;
    height: 100%;
  }
  
  #myAccordion .card-body {
  padding: 0 0 0 4rem;
}
  
    .collapse.collapse-reverse.show {
  	display:none!important
  }
  
  .collapse.collapse-reverse:not(.show) {
  	display:block!important
  }
  
  .jumbotron .site-title{
  	font-size: 2.7rem !important;  
  }
  
  .jumbotron .card .card-body {  
  	text-align: right;
  }
  
    .jumbotron #accordion {
    padding-bottom: .3rem;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .jumbotron .card .card-body {
    text-align: left;
  }
  
  .jumbotron .card .card-header {	  
	  font-size: 1.2rem;
	}

  
}


@media (max-width: 1374px){
	.hide-at-1374{
		display:none;
	}
	
}

@media (min-width: 1374px){
	.show-at-1374{
		display:none;
	}
	
}            
.bento{
	border: none !important;
}


.key-points{
	text-align: center;
	cursor: pointer;
}

.key-points-title{
	text-align: center;
  	color: grey !important;
  	font-weight: bold;  	
  	margin-bottom: 0;
  	font-size: 1.3rem;
}

.key-points-list{
	width: 75%;
	margin: 0 12.5%;
	list-style: none; /* Removes default bullet points */
  	padding-left: 0; /* Removes default padding */
}

 .key-points {
      cursor: pointer; /* Ensures the pointer cursor is used */
      transition: all 0.3s ease; /* Smooth transition for hover effects */
    }

    /* Subtle hover effect */
    .key-points:hover {
      background-color: #e8f5e9; /* Light background color change */
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    }

    /* Add an arrow symbol after the title to indicate more info */
    .key-points-title:after {     
     
    }
    
    
    .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid black;
    border-radius: .3rem;
    outline: 0;
}

    /* Make the modal backdrop transparent */
    .modal-backdrop {
      background-color: rgba(0, 0, 0, 0.2) !important; /* Semi-transparent backdrop */
    }

    /* Make the modal content background transparent */
    .modal-content {     
      border: 1px solid grey; /* Optional: remove modal border */
    }

    /* Optional: add some custom styling to the modal itself */
    .modal-header, .modal-footer {
      background-color: rgba(255, 255, 255, 0.8); /* Slightly transparent header and footer */
    }

	.modal-header{
		padding: .2rem 1rem;
	}

	.modal-body{
		padding: .5rem .5rem;
	}
	
.info-button{	
	font-size: .7em !important;
	vertical-align: super;
	color: #007bff;
	margin-left: 5px;
	cursor: pointer;
}
  .dropdown-topics{
  	text-align: center;
  	margin-left: .5rem !important;	
  }
 .definition{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: .8rem;
} 
   .dropdown-concepts{
  	text-align: center;
  	margin-right: .5rem !important;
  }
  
  .dropdown-topics{
  	text-align: center;
  	margin-left: .5rem !important;	
  }
  
  
  /*state-facts*/
.toplinks{
	cursor: pointer;
	font-family: Roboto;
	font-size: .75rem;
	letter-spacing: 0;
	liner-height: 18px;
	text-docoration: none;
	color: rgb(70 120 179) !important;
}
.top_nolinks{
	font-family: Roboto;
	font-size: .75rem;
	letter-spacing: 0;
	liner-height: 18px;
	text-docoration: none;
	
}
.toplinks_span{
	margin-right: 8px;
	font-size: .75rem;
	line-height: 18px;
}
.toplinks_ul{
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	list-style-type: disc;
}
ol, ul{
	 list-style: none;
}
li{
	display: list-item;
	text-align: -webkit-match-parent;
	unicode-bidi: isolate;
}
.leftnav .uscb-navigation-header a{
  color: #131313 !important;
  font-family: Roboto;
  font-size:1rem;
  font-weight: 700 :important;
  leter-spacing: 0;
  line-heigh: 19px;
  cursor: pointer;	
}
a{
  color: rgb(70 120 179) !important;
  font-family: Roboto;
  font-size:1rem;
  font-weight: 700 :important;
  leter-spacing: 0;
  line-heigh: 19px;
  cursor: pointer;
}
a_nocolor{
  color: black;
  font-family: Roboto;
  font-size:1rem;
  font-weight: 700 :important;
  leter-spacing: 0;
  line-heigh: 19px;
  cursor: pointer;
}
    #map {
      height: 500px;
    }

    .state-label {
      font-size: 9px;      
      color: black;
      background-color: transparent;
      padding: 3px;
      border-radius: 1px;
      text-align: center;
    }
    
    #map {
    	background-color: transparent !important;
  	}    
  	
  	#alaska, #hawaii, #puertorico {
    position: absolute;
    width: 150px;
    height: 120px;
    /*border: 1px solid #000;*/
    z-index: 500;
    background: transparent;
  }

.roundcont-bck{
	background-color: #fff;
	margin: -2;
	padding-top: 30px;
	padding-bottom: 88px;
}
.roundcont{
	width: 250px;
	color: #000;
	font-size: 62.5%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	border=radius: 15px;
	padding-top: 15px;
}

h5 img{
	border: 1px solid #999;
	height: 30px;
	width: 40px;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
}
.lighgrey{
	background:#E8E8E8;
}
.right{
	text-align:right;
	width: 50%
}
.rightWidth{
	text-align:right;
	width: 50%
}
.right3{
	text-align:right;
	width:40%;
}
.right30{
	text-align:right;
	width:150px;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.leftw{
	text-align:left;
	width: 125px;
}
.rcorner2{
  border-radius: 25px;
  border: 5px solid #4E79A7;
  padding: 20px;
  width: 100px;
  height: 200px;
}
.titletext{
	color: #4E79A7;
	text-align:center;
}
.cmp-embed{
 background-color:#F7F1F6;	
}

.dotheaderred{
   width: 350px;
    font-weight: bold;
    font-size:16px;
    text-docoration: underline;
    color:red;
    border-bottom: 2px solid red;
}

.dotheaderblue{
   width: 300px;
    font-weight: bold;
    font-size:16px;
    text-docoration: underline;
    color:#4E79A7;
    border-bottom: 2px solid #4E79A7;
    width:400px; max-width:400px; font-size:18px;
    
    
}
.dotheaderorange{
    font-weight: bold;
    font-size:16px;
    text-docoration: underline;
    color:orange;
    border-bottom: 2px solid orange;
    
    width:250px; font-size:18px;
    

}
.dotheadergreen{
    font-weight: bold;
    font-size:16px;
    text-docoration: underline;
    color:green;
    border-bottom: 2px solid green;
    
    width:280px;font-size:18px;
}

.dotheaderpurple{
    font-weight: bold;
    font-size:16px;
    text-docoration: underline;
    color:purple;
    border-bottom: 2px solid purple;
    

}

.dotcol {
    width:200px;
}

.dotdiv{
    float:left;  
}

.tbSquareMile{
	border:0; width:400px; max-width:330px;
}

.tbPopulation, .tbKidsmyage, .tbGettowork{
	border:0; table-layout: fixed;width:400px;
	
}

.tdKid_l{
	width:30%; text-align:left;
}
.tdKid_r{
	width:30%; text-align:right;
}

.tdWork_l{
	text-align: left; width:280px ;
}

.tdWork_r{
	text-align: right;width:60px;
}
