@media screen and (min-width : 240px) and (max-width : 640px){

#content-wrapper {
    width: 100%;
    text-align: left;
    padding: 0 0 60px 0;
}

#desktop-list {
    display: none;
}

#mobile-select {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #156985;
    padding: 20px 10px;
    font-family: "Roboto Slab";
    font-size: 18px;
    color: #ffffff;
    border: none;
    
}

#content-header {
    width: 100%;
    padding: 0;
    margin: 0 0 60px 0;
}

#Grid {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.1px;
}

.article {
    margin: 0 !important;
    width: 50%;
}

.article img {
    display: none;
}

.article .hover {
    display: block;
    background: transparent;
    border: 2px solid #3493b7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article .hover div {
    color: #00384d;
    border-top: 2px dotted #00384d;
    border-bottom: 2px dotted #00384d;
}


.ui-dialog {
    width: 95% !important;
}

.ui-dialog-content {
    padding: 20px !important;
}

.mobile-close {
    display: block;
}

#dd {
    display: block;
    z-index: 1;
}

.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    padding: 15px 10px;
    width: auto;
    margin: 0 auto;
 
    /* Styles */
    background: #156985;
    color: #fff;
    outline: none;
    cursor: pointer;
 
    /* Font settings */
    font-weight: bold;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #DADADA;    
}

.wrapper-dropdown-1 span {
    font-family: "Roboto Regular"
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0; /* Size */
    right: 0; /* Size */
    margin: 0;
 
    /* Styles */
    background: #DADADA;
    color: #DADADA;
    font-weight: normal; /* Overwrites previous font-weight: bold; */
 
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li span {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}
 
/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover span {
    background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
 
.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}
 
.wrapper-dropdown-1.active {
  background: #9bc7de;
  background: linear-gradient(to right, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
}        

}