body{
    /*font-family: 'Roboto',sans-serif;*/
    /*font-weight: 300;*/
}
/*.weed-profile-page ul{*/
/*    margin-left:0;*/
/*}*/

/*.weed-profile-page{*/
/*    font-size: 1.125em;*/
/*    font-family: 'roboto';*/
/*    font-weight: 300;*/
/*}*/

/*.weed-profile-page li{*/
/*    list-style-position: outside;*/
    
/*}*/
/*p{*/
/*    font-family: 'Roboto',sans-serif;*/
/*    font-weight: 300;*/
  
/*    line-height: 1.3em;*/
/*    margin-bottom: 1.5em;*/
/*}*/

.legal-requirements-contents{
    display:flex;
    flex-direction: column;
}


.legal-requirements-map{
        width:100%;
        height:auto;
        max-width:200px;
    }
@media(min-width: 37.5em) {

    .legal-requirements-map{
        width:200px;
        height:200px;
    }
    .legal-requirements-contents{
        flex-direction: row;
    }
    

}
.controlOptionText p{
    color: #565656;
    font-size: 90%;
    margin-bottom: 5px;
    font-weight: 400;
}

.habitat-seperator {
    display: inline-block;
   width: 10px;
    height: 10px;
    background: #bfbfbf;
    vertical-align: middle;
    border-radius: 450px;
    margin-bottom: 3px;
    margin-right:5px;
}

.weed-profile-page .btn{
    border: 2px solid #00427a;
    color: #00427a;
    font-weight: 500;
    font-size: 1.1rem;
}


.cta_button__wrapper a{
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
}

.cta_button__wrapper a:active{
        background-color: #0258A1;
   
}

@media (hover: hover) {
  
.cta_button__wrapper a:hover, .cta_button__wrapper a:focus, .weed-profile-page .btn:hover, .weed-profile-page .btn:focus{
        background-color: #0071d1;
    border-color: #0071d1;
    color: #fff;
    text-decoration: none;
}


}




ul.weed-profile{
    margin-left:0;
}

div[data-field="comments"]{
        font-family: 'Roboto',sans-serif;
    font-weight: 300;
    /* font-size: 0.875em; */
    line-height: 1.3em;
   
}
.scientific-name{
    margin-top: -20px;
    font-style: italic;
    color: grey;
    display: block;
    font-weight: 500;
    font-size: 120%;
}

.control-methods{
    display:flex;
flex-wrap: wrap;
}

.control-method{
    background:white;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
       width:100%;
       margin-bottom:10px;
       cursor:pointer;
       /*padding:20px;*/
       border: none;
    text-align: left;
    text-decoration:none;
}

.control-methods a, .control-methods a:hover, .control-methods a:focus {
    text-decoration:none;
    
}

.control-methods a {
   
    display: block;
    padding: 20px;
    height: 100%;
}

.control-method{
    list-style:none;
}

.control-method:hover, .control-method:focus{
    text-decoration:none;
}

.control-method h4{
    margin:0;
    margin-bottom:15px;
}

.control-method h3{
    margin-top: 0;
}
.control-methods a:focus, .control-methods a:hover{
    box-shadow: 1px 1px 10px 2px rgba(18, 108, 185, 0.5) !important;
}

    
   .control-method.extra{
       /*display:none;*/
   } 
@media (min-width: 37.5em) {
    
    .control-method{
   
      width: 31.3%;
        margin-bottom:3%;
        margin-right:3%;
        
}

    
 .control-method:nth-child(3n){
       
     margin-right: 0;
    }
    
}

.legal-requirement{
    display:flex;
}
    
.legal-requirements-icon{
    width:40px;
    height:auto;
    opacity:.5;
    height:auto;
    height:30px;
    padding-right:15px;
}


.control-option-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    z-index: 500;
    cursor: pointer;
}
.control-option-popup-container {
    max-width: 800px;
    max-height: calc(65vh + 50px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background:white;
        padding-top: 50px;
}
.control-option-popup-close-button {
    position: absolute;
    right: 0px;
    top: -45px;
    color: white;
    font-size: 200%;
    padding: 20px;
    width: 40px;
    cursor: pointer;
    background: black;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    box-sizing: border-box;
}    

.control-option-popup-header{
    position:absolute;
    top:0;
    left:0;
    background:#00427a;
    width:100%;
    height:50px;
    line-height:50px;
    padding-left: 20px;
    color:white;
    font-weight: 500;
}

.control-option-popup ul{
    padding:0 20px;
    padding-bottom:20px;
    max-height:65vh;
    overflow-y:auto;
    cursor:auto;
    margin-left:0;
}

.control-option-popup ul li{
    list-style:none;
}

.weed-profile li{
    color:grey;
    display:inline;
    text-decoration:none;
    padding-right:15px;
        white-space: nowrap;
}

.weed-profile img{
    width: 25px;
    height: 25px;
    padding-right: 5px;
    vertical-align: middle;
    opacity:0.5;
}

.full-width-content details {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

@media (min-width: 37.5em) and (max-width: 75em){
    .full-width-content details {
    /*margin-left: 40px !important;*/
    /*margin-right: 40px !important;*/
    /*padding:0 !important;*/
}
/*.main-content-text{*/
/*  width: 100%;*/
/*  padding: 0 20px !important;*/
/*}*/
}

.page-contents__bottom {
    margin-bottom: 30px;
}

  div.content {
    padding: 0 !important;
}

@media(min-width: 37.5em) and (max-width: 75em) {
    .full-width-content details{

    

    margin-left: 20px !important;
    margin-right: 20px !important;
    padding:0 !important;
    
    }
    
/*    .constrain-width {*/
/*    padding: 0 40px !important;*/
/*}*/
    
}