/*
Theme Name:    SKY
Theme URI:     https://www.gretemangroup.com
Description:   FlightSafety theme by Greteman Group
Version:       1.0.3.3
Author:        Greteman Group
*/


/*--------------------------------------------------------------
## Processed scss is compiled at the location below
--------------------------------------------------------------*/

@import "maine3c9.css";


/** country dropdown */
.contacts-right .noDisplay {
    display: block !important;
  }
  select.c-dropdown {
    display: block;
    width: 100%;
    border: none;
    margin: 0 0 1rem;
    padding: .75rem .75rem .6rem;
    color: #7d8083;
}
select.c-dropdown.border {
   border: 1px solid #7d8083;
}
.states-list { display: none;}

/*--------------------------------------------------------------
## css changes for enrollment link
--------------------------------------------------------------*/
.top-right-logo a {
  color: #007398 !important;
  text-decoration: underline;
  line-height: 35px;
  padding-left: 20px;
  font-size: 14px;
}