/* ------------ Basic layout styles ----------------------*/
html { width: 100%; }
body { 
  color: #000;
  font: 400 13px/20px 'Open Sans', Arial, Helvetica, sans-serif; 
  width: 100%; 
}

h2, h3 { font-weight: 600; }  
h2 { color: #AF5700; }  

button { font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

/* ---[Large devices (large desktops, < 1200px)] ---*/

body .container {
  margin: 0px auto;
  max-width: 1180px;
  max-width: 975px;
  opacity: 0.999;
  position: relative;
}

@media (max-width: 1200px) { body .container { padding: 0 10px; } }

article { 
  font-size: 18px;
  padding: 48px 0;
}

img.quote { margin: 21px 0 48px; }

article h1 { 
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}

article h1 span.search-term { font-weight: 600; }

article h2, 
article h3,
p  { 
  margin: 0;
  line-height: 23px;
}

article h3 { font-size: 14px; }

ul.bullet-list {
  color: #000;
  display: block;
  padding-left: 27px;
  list-style-type: disc;
}

ul.bullet-list li { 
  margin-left: 20px; 
  margin-bottom: 20px;
}

article ol {
  list-style:decimal;
  margin-left: 25px;
}

a, a:visited { 
  color: #0071A2;
  font-weight: 600;
  text-decoration:none;
}

a:hover, a:focus { text-decoration: underline; }

/* --------------[Search Form]-------------- */

form.search { 
  display: inline-block;
  height: 42px;
  padding: 8px 0 29px 0;
  position: relative;
  width: 471px;
}

form.search input:not([type="image"]), textarea { 
  box-sizing: border-box; 
  -moz-box-sizing: border-box;
}

form.search input[type=text] {
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #CCC;
  height: 100%;
  float: left;
  font-size: 18px;
  margin: 0;
  padding: 0 0 0 6px;
  width: 100%;
}

form.search input[type=text]:focus { color: #333; }

form.search #textbox.error { color: #CE3C23; }

form.search button[type=submit] {
  background: #FFF;
  border: 0;
  cursor: pointer;
  height: 30px;
  margin: -36px 1px 0 0;
  padding: 0 8px 0 5px;
  float: right;
}

form.search .fa-search {
  color: #013658;
  display: block;
  font-size: 20px;
  margin-top: -2px;
}

/* -- Refine Suggestions -- */

/* ------------ Refine Suggestions --------------- */
.refineSuggestions {
  border: 1px solid #ccc;
  background: white;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  display:none;
  float:left;
  line-height: 20px;
  position: absolute;
  top: 45px;
  width: 469px !important;
  z-index: 1100;
}

.refineSuggestions a ul {  color: #333; }

.refineSuggestions a { font-size: 14px; }

.refineSuggestions a:hover { text-decoration: none; }

.refineSuggestions ul {
  border-bottom: 1px solid #ccc;
  padding: 2px 10px;
}

.refineSuggestions li { display: block; }

.refineSuggestions .hoverSuggestion,
.refineSuggestions ul:hover { background-color:#e6e6e6; }

.refineSuggestions li:first-child {
  color: #0071A2;
  font-weight: bold;
}

.refineSuggestions .control {
  font-weight: 700;
  width: 100%;
}

.refineSuggestions .control a { 
  float: left; 
  padding: 4px 10px;
}

.refineSuggestions .control a + a { float: right; }

/*-- GALE --*/

.gale article h1 { 
  margin-bottom: 3px; 
  padding-top: 0 !important;
}

.gale p:first-of-type { line-height: 24px; }

.gale ul.bullet-list {  
  line-height: 32px;
  list-style-type: none;
  padding-left: 49px;
}

.gale ul.bullet-list li { 
  margin-left: 0;    
  position:relative;
}

.gale ul.bullet-list li:before { 
    content:"·";
    font-size: 37px;
    top: -1px;
    left: -15px;
    position:absolute;
}

.gale article li { margin-bottom: 0; }

.gale form.search .fa-search { font-size: 24px; }

/* No-Results GALE */

.no-results.gale article .search.dropdown { 
  padding-top: 7px !important;
  padding-bottom: 0px !important;
}

.no-results.gale ul.bullet-list { line-height: 30px; }

/*-- HIGHER EDUCATION --*/

.higher-ed article h2 { 
  line-height: 36px;
  margin-bottom: 5px; 
}

.higher-ed article h3 { 
  font-size: 18px;
  color: #333;
}

.higher-ed p:first-of-type { 
  line-height: 24px;
  margin-bottom: 12px;
}

.higher-ed ul.bullet-list {  
  line-height: 24px;
  list-style-type: none;
  padding-left: 49px;
}

.higher-ed ul.bullet-list li { 
  margin-bottom: 12px;
  margin-left: 0;    
  position:relative;
}

.higher-ed ul.bullet-list li:before { 
  content:"·";
  font-size: 37px;
  top: -1px;
  left: -15px;
  position:absolute;
}

.higher-ed article li { margin-bottom: 0; }

.higher-ed form.search .fa-search { font-size: 24px; }

/* No-Results HIGHER ED */

.no-results.higher-ed article h2 { 
  margin-bottom: 13px; 
  line-height: 23px;
}

.higher-ed p:first-of-type { margin-bottom: 0; }

.no-results.higher-ed article .search.dropdown { 
  padding-top: 7px !important;
  padding-bottom: 0px !important;
}

.no-results.higher-ed ul.bullet-list {  margin-bottom: 0; }
