/* ------------------------------------ =reset -- */
/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

ul.list-large {
  list-style: none;
}

ul.dropdown {
  list-style: none;
}

ul.page-social {
  list-style: none;
}

#body-content img {
  max-width: 100%;
  height: auto;
}

#body-content ul {
  list-style: disc;
}

#in-this-section ul {
  list-style: none;
}

ul#browsedrop {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

a img {
  border: none;
}

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-wrap: break-word;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.skip {
  display: none;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

input, select {
  vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button.page-search-submit {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.error {
  color: #c00000;
}

span.highlight {
  color: #F8992F;
  font-weight: bold;
}



/* ------------------------------------ =basic -- */
html {
  font: 62.5%/1.5 "Helvetica", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #000;
  margin: 0;
  padding: 0;
}
/*
.container {
min-width: 100%;
margin: 0;
padding: 0;
} */

a {
  text-decoration: none;
  color: #0076BD;
}

a:hover, a:active {
  color: #00386b;
  text-decoration: none;
}

h1 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #0076BD;
  padding-bottom: 5px;
  border-bottom: solid 3px #F8992F;
}

h2 {
  font-size: 20px;
  font-weight: 500;

  margin-bottom: 10px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #00386b;
}

h2.event {
  clear: left;
  padding-top: 20px;
}

h3 {
}

h4 {
}

.gpt-ad {
  border: #F8992F solid 3px;
  width: 186px;
}

.toggle-details {
  display: none;
}

.toggle-target.active {
  display: block !important;
}

.toggle-title {
  background: #ece9e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #555;
  font-weight: bold;
  display: block;
  padding: 3px 5px 0 25px;
  margin: 10px 0 10px 0;
  height: 25px;
  width: 98.6%;
}

.sidebar-title {
  background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
  color: #F8992F;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  font-family: 'Alegreya Sans', sans-serif;
}

.sidebar {
  margin: 0 0 40px 0;
  padding: 10px 10px 10px 10px;
  background: #eee;
}

.page-wrap {
  width: 90%;
  margin: 0 auto 0 auto;
  /* overflow-x: hidden !important; */;
}

#logo {
  display: none;
}

#logo-mobile {
  display: block;
  width: 270px;
  margin: 0 auto 0 auto;
  text-align: center;
}

#tagline {
  display: none;
}

img.event-image {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}

#utility-nav-container {
  display: none;
}

#search-mobile form {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#search-mobile form input:first-child {
  padding-left: 10px;
  height: 35px;
  margin-right: 0;
}

.blue-gray-box-content form {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blue-gray-box-content input:first-child {
  padding-left: 10px;
  height: 37px;
}

.blue-gray-box-content.search {
  border: none;
}

.blue-gray-box-content.search form {
  text-align: left;
  margin: 30px 0 20px 0 !important;
}

.blue-gray-box-content.search input:first-child {
  padding-left: 10px;
  height: 33px;
}

.breadcrumb {
  background-color: #fff !important;
  background: none !important;
  padding: 0;
}

.school-contact {
  background: url('../images/contact-off.png') no-repeat;
  width: 75px;
  height: 100px;
  display: block;
  text-indent: -10000px;
  margin-bottom: 15px;
}

.school-contact:hover {
  background: url('../images/contact-on.png') no-repeat;
  text-indent: -10000px;
}

.blue-gray-box-content.search .blue-button {
  background: none;
  float: none;
  padding: 0;
  margin: 0;
}

.blue-gray-box-content.search  a.blue-button {
  padding: 8px 15px;
  color: #0076BD;
  font-weight: 400;
  font-style: normal;
  background: none;
  border-radius: 0;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 0;
}

.blue-gray-box-content.search  a.blue-button:hover {
  color: #00386B !important;
  background: none;
}

a:hover, a:active {
  color: #00386b;
  text-decoration: none;
}

#nav {
  display: none;
}

.intro {
  margin-top: 0;
  margin-bottom: 20px;
}

.breadcrumb {
  margin-bottom: 20px;
  color: #00386b;
}

#footer {
  overflow-x: hidden !important;
}

#refine-container {
  display: block;
  float: left;
  width: 90%;
  margin: 0 40px 20px 0;
}

.in-this-section-title {
  display: none;
}

.refine-title {
  background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
  color: #F8992F;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  font-family: 'Alegreya Sans', 'sans-serif';
  display: block;
  font-weight: normal;
  width: 100%;
}

#subnav-container {
/* display: none;  */;
}

.in-this-section-title {
  display: none;
}

.sidebar-title-audience {
  margin-top: 0;
  background: #555;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

#in-this-section {
  display: none;
}

#content-interior ul {
  list-style: square;
}

#content-interior-detail ul {
  list-style: square;
}


#content-interior-detail ul li {
}

#content-interior-detail .sidebar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}

#content-interior-detail .sidebar ul li {
  margin-bottom: 15px;
}

.ad-space {
  margin: 10px auto 40px auto !important;
  text-align: center !important;
  width: 180px !important;
  clear: both;
}

.ad-space.search-page {
  margin: 0 auto 40px auto;
  text-align: center;
}

.page-links {
  clear: both;
  margin-top: 10px;
}

.toggle-float {
  width: 100%;
}

.bottom-ad {
  display: none;
}

#tagline {
  clear: left;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0 auto 40px auto;
  padding-top: 5px;
  width: 230px;
  color: #0067cb;
}

#tagline2 {
  clear: left;
  border-top: #666 solid 1px;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto 40px auto;
  padding-top: 5px;
  width: 230px;
}

.detail {
  font-weight: normal;
  font-style: italic;
}

ul.item-list.with-dividers {
  clear: both;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.item-list.with-dividers li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  border-bottom: dotted #F8992F 1px;
}

.second-line {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.deep-columns {
  display: none;
}

.testimonial-attribute {
  color: #00386b;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.footer-social {
  margin-left: 40px;
  padding-top: 20px;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
}

#findaschool {
  width: 280px;
  margin-bottom: 0 !important;
}

input#find-school {
  height: 39px !important;
  line-height: 39px !important;
}

#locate {
  height: 39px !important;
  line-height: 39px !important;
}

input#locate {
  height: 39px !important;
  line-height: 39px !important;
}

.search-sub-col.top-margin #locate {
  height: 24px !important;
  line-height: 24px !important;
}

.search-sub-col.top-margin input#locate {
  height: 24px !important;
  line-height: 24px !important;
}

#Schoolname {
  height: 24px !important;
  line-height: 24px !important;
}

input#Schoolname {
  height: 24px !important;
  line-height: 24px !important;
}

.sitemap {
  border-right: none !important;
}

.controls {
  margin-top: 20px;
  padding-bottom: 40px;
}

.controls .ellipsis {
  display: none;
}

input.form-text {
  margin-right: -5px;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 37px;
}

ul.item-list.search-results-list {
  clear: both;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

h3.item-title {
  font-size: 14px;
}

ul.item-list {
  list-style: none !important;
  margin-left: 0;
  padding-left: 20px;
}

h3.item-title.small.search-results-item-title {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Alegreya Sans', sans-serif;
  color: #00386b;
  margin-bottom: 0;
}

.search-results-meta .debug-url {
  background-color: #efe;
  border: 2px solid green;
  padding: .5em;
}

.pagerBlock {
  margin: 30px 0;
}

.pagerPage, .pagerNext, .pagerPrevious {
  display: inline-block;
  margin: 4px;
  padding: 5px 10px;
  color: #444;
  background: #eee;
}

a.pagerPage:hover, .pagerPage.current, a.pagerNext:hover, a.pagerPrevious:hover {
  color: #fff;
  background: #00386b;
}

span.pagerPage {
  color: #fff !important;
  background: #00386b !important;
}

.pagerNext {
  margin-left: 4px;
}

.pagerPrevious {
  margin-right: 4px;
}

.current {
  color: #f8992f;
}

.open-box-gray-bkgd {
  background: #ececec;
  padding: 10px 10px 10px 15px;
}

.search-results-key {
  margin: 20px 0;
}

.search-results-key p {
  margin: 0;
}

.search-results-filters .filter {
  display: inline-block;
  padding: 8px 28px 8px 12px;
  margin: 0 8px 4px 0;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #222;
  background: #ececec;
  position: relative;
}

.search-results-filters .filter::after {
  content: url('/assets/images/X.png');
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -10px;
}

@media all and (max-width: 30em) {
  .intro img {
    width: auto;
    max-width: 250px;
    height: auto;
  }
}

@media all and (min-width: 30em) {
  .search-results-key p {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
  }
}

@media all and (max-width: 68em) {
  #findaschool {
    width: 280px;
    /* margin-bottom: -10px; */;
  }
}

.col1 {
  margin-top: 40px;
}

.col2 {
  margin-top: 40px;
}

.col-sm-4 .col1-interior {
  margin-top: 40px;
}

.col2.open {
  margin: 0 auto !important;
}

.col3 {
  margin-top: 40px;
}

.blue-background-title {
  background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
  color: #fff;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  font-family: 'Alegreya Sans', sans-serif;
}

.blue-gray-box {
  background: #ececec;
}

.blue-gray-box.white-box {
  background: #fff;
}

.blue-gray-box-content {
  clear: both;
  padding: 10px 10px 10px 15px;
  border-bottom: #f7f7f7 solid 1px;
  background: #ececec;
}

.blue-gray-box-content.search {
  clear: both;
  padding: 10px 10px 10px 15px;
  border-bottom: #f7f7f7 solid 1px;
  background: none;
}

.blue-gray-box-content-title {
  font-size: 16px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 500;
}

.open-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.col2.open .open-box {
  margin-top: 0;
  margin-bottom: 20px;
}

.open-box-photo {
  width: 160px;
  height: 90px;
  margin: 0 auto;
  border: #0076BD solid 2px;
  padding-bottom: 0;
}

.blue-background-title-white {
  background: #0076BD;
  color: #fff;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  font-family: 'Alegreya Sans', sans-serif;
  text-align: center;
}

.thumbnail {
  float: left;
  margin-top: 0 !important;
  margin-right: 15px !important;
  margin-bottom: 5px !important;
  padding: 0 0 20px 0 !important;
  background: none !important;
  border: none !important;
  line-height: 60px !important;
  display: inline-block !important;
}

img.thumbnail {
  width: auto !important;
  height: auto !important;
}

.thumbnail .no-clear {
  clear: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.thumbnail.less-clearance {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.blue-gray-box-content-date {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Alegreya Sans', sans-serif;
}

.cta-button {
  display: inline-block;
  margin-top: 10px;
  width: auto;
  height: 25px;
  padding: 5px 10px 0 10px;
  vertical-align: middle;
  font-style: italic;
  background: #0076BD;
  color: #fff;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
}

.cta-button a {
  display: block;
  color: #fff;
  text-decoration: none;
}

a.yellow:link span, a.yellow:visited span {
  color: #F8992F !important;
}

a.yellow:hover span, a.yellow:active span {
  color: #F8992F !important;
}

.cta-button:hover {
  background: #00386b;
  text-decoration: none;
}

.cta-button.home-button {
  display: inline-block;
  margin-top: -10px;
  margin-bottom: -25px;
  width: auto;
  height: 25px;
  padding: 7px 10px 0 5px;
  vertical-align: middle;
  font-style: italic;
/* background: #0a53a0; */
  color: #fff;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
}

.cta-button.home-button a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.cta-button.home-button:hover {
/* background: #00386b; */
  text-decoration: none;
}

.cta-button-medium:hover {
  background: #00386b;
  text-decoration: none;
}

.cta-button-long:hover {
  background: #00386b;
  text-decoration: none;
}

.cta-button-extra-long:hover {
  background: #00386b;
  text-decoration: none;
}

.cta-button-extra2-long:hover {
  background: #00386b;
  text-decoration: none;
}

.cta-button-medium {
  margin-top: 0;
  margin-bottom: 10px;
  width: 90px;
  height: 25px;
  padding-top: 5px;
  vertical-align: middle;
  font-style: italic;
  background: #0076BD;
  color: #fff;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
}

.cta-button-medium a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.cta-button-long {
  margin-top: 10px;
  width: 150px;
  height: 25px;
  padding-top: 5px;
  vertical-align: middle;
  font-style: italic;
  background: #0076BD;
  color: #fff;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
}

.cta-button-long a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.cta-button-extra-long {
  margin-top: 10px;
  width: 200px;
  height: 25px;
  padding-top: 5px;
  vertical-align: middle;
  font-style: italic;
  background: #0076BD;
  color: #fff;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
}

.cta-button-extra-long a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.cta-button-extra2-long {
  margin-top: 10px;
  width: 280px;
  height: 25px;
  padding-top: 5px;
  vertical-align: middle;
  font-style: italic;
  background: #1573d0;
  color: #fff;
  text-align: center;
  font-family: 'Alegreya Sans', sans-serif;
}

.cta-button-extra2-long a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.cta-button-left {
  margin-top: 0;
  padding-top: 0;
  float: left;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.right {
  text-align: right;
}

.clear {
  clear: both;
}

.infograph {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.infograph-larger-text {
  font-size: 20px;
  font-family: 'Alegreya Sans', sans-serif;
  line-height: 30px;
  color: #0076BD;
}

.infograph-medium-text {
  font-size: 18px;
  font-family: 'Alegreya Sans', sans-serif;
  line-height: 30px;
  color: #00386b;
}

.infograph-small-text {
  font-size: 16px;
  font-family: 'Alegreya Sans', sans-serif;
  font-style: italic;
  line-height: 30px;
}

/* SELECT LISTS */

#browsebytopic {
  float: left;
  width: 350px;
  margin-right: 5px;
  margin-left: 5px;
}

/* BROWSE BY TOPIC */

#browsedrop {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  color: #fff;
  float: left;
  width: 350px;
  height: 28px;
  display: block;
}

.hide-me {
  display: none;
}

img.category-arrow {
  text-align: right;
  margin-top: -23px;
  margin-left: 170px;
  display: block;
}

#browsebytopic img {
  display: none;
}

#browsedrop, #browsedrop ul {
 /* all lists */
  padding: 0 0 14px 14px;
  margin: 0 5px 0 0;
  list-style: none;
}

#browsedrop li {
 /* all list items */
  position: static;
  font-size: 95%;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}

#browsedrop li a.k12 {
  background: #0051a2 url(../images/icon_pencil.png) no-repeat left 3px center;
}

#browsedrop li a.k12:hover {
  background: #f6983d url(../images/icon_pencil.png) no-repeat left 3px center;
}

#browsedrop li a.early {
  background: #0051a2 url(../images/icon_block.png) no-repeat left 3px center;
  color: #fff;
}

#browsedrop li a.early:hover {
  background: #f6983d url(../images/icon_block.png) no-repeat left 3px center;
}

#browsedrop li a.higher {
  background: url(../images/icon_cap.png) no-repeat left 3px center;
}

#browsedrop li a.higher:hover {
  background: #f6983d url(../images/icon_cap.png) no-repeat left 3px center;
}

#browsedrop li a.intl {
  background: url(../images/icon_intl.png) no-repeat left 3px center;
}

#browsedrop li a.intl:hover {
  background: #f6983d url(../images/icon_intl.png) no-repeat left 3px center;
}

#browsedrop li a.urban:link {
  background: url(../images/icon_urban.png) no-repeat left 3px center;
}

#browsedrop li a.urban:hover {
  background: #f6983d url(../images/icon_urban.png) no-repeat left 3px center;
}

#browsedrop li a.family:link {
  background: url(../images/icon_family.png) no-repeat left 3px center;
}

#browsedrop li a.family:hover {
  background: #f6983d url(../images/icon_family.png) no-repeat left 3px center;
}

#browsedrop li a.global:link {
  background: url(../images/globe.png) no-repeat left 3px center;
}

#browsedrop li a.global:hover {
  background: #f6983d url(../images/globe.png) no-repeat left 3px center;
}

#browsedrop li a:link, #browsedrop li a:visited, #browsedrop li a:active {
  color: #ffffff !important;
  text-decoration: none;
  padding: 0 0 0 0;
  display: block;
  margin-top: 10px;
}

#browsedrop li a:hover {
  color: #ffffff;
  text-decoration: none;
  padding: 0 0 0 0;
  display: block;
}

#browsedrop li a.on:link, #browsedrop li a.on:visited, #browsedrop li a.on:active {
  color: #ffffff;
  background: #e38622;
  text-decoration: none;
  padding: 0;
  display: block;
}

#browsedrop li a.on:hover {
  color: #ffffff;
  background: #e38622;
  text-decoration: none;
  padding: 0;
  display: block;
}

@media all and (max-width: 63em) {

  #browsedrop li ul {
 /* second-level lists */
    position: static;
    width: 90%;
    padding: 0;
    margin: 0 0 0 -14px;
  }
}

@media all and (min-width: 63em) {

  #browsedrop li ul {
 /* second-level lists */
    position: static;
    width: 350px;
    padding: 0;
    margin: 0 0 0 -14px;
  }
}

#browsedrop li ul li {
  padding: 0 0 0 0;
  background-color: #0051a2;
  width: 80%;
  height: 30px;
  margin: 5px 5px 15px 5px;
}

.intro-interior {
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 30em) and (max-width: 63em) {
  #browsedrop li ul {
 /* second-level lists */
    position: static;
    width: 100%;
    padding: 0;
    margin: 0 0 0 -14px;
  }

  #browsedrop li ul li {
    padding: 0 0 0 0;
    background-color: #0051a2;
    width: 90%;
    height: 30px;
    margin: 5px 5px 15px 5px;
  }
}

#browsedrop li ul li a:link,  #browsedrop li ul li a:visited,  #browsedrop li ul li a:active {
  color: #223051;
  background-color: #0051a2;
  font-size: 14px;
  line-height: 30px;
  padding: 0 0 0 30px;
  margin: 0;
  text-align: left;
  display: block;
}

#browsedrop li ul li a:hover {
  color: #223051;
  background: none;
  background-color: #e1b401;
  font-size: 14px;
  line-height: 30px;
  padding: 0 0 0 30px;
  margin: 0;
  text-align: left;
  display: block;
}

/* aligns the last navigation flyout right so it doesn't break out of the container */

#browsedrop li:hover ul.lastone {
    right: 0;
  padding: 0;
  }


#browsedrop li:hover ul ul, #browsedrop li.over ul ul, #browsedrop li.over ul ul ul {
  left: -999em;
}

#browsedrop li:hover ul, #browsedrop li li:hover ul, #browsedrop li.over ul, #browsedrop li li.over ul {
  left: auto;
  display: block;
  top: 36px;
}

#hero-left {
float: left;
width: 94%;
background: #0076BD;
color: #fff;
height: 520px;
line-height: 16px;
padding: 20px 0 20px 20px;
margin: 0 auto 40px auto;
font-family: 'Alegreya Sans', sans-serif;
}

@media all and (min-width: 30em) {
#hero-left {
float: left;
width: 96%;
/* height: 320px; */
}

#browsedrop li ul { /* second-level lists */
    position: static;
    width: 100%;
    padding: 0;
    margin: 0 0 0 -14px;
    }


#browsedrop li ul li {
    padding: 0 0 0 0;
    float: left;
    background-color: #0051a2;
    width: 90%;
    height: 30px;
    margin: 5px 10px 5px 10px;
    }

}

.hero-text {
padding-bottom: 5px;
}

#hero-left .hero-larger-text {
font-size: 24px;
font-family: 'Alegreya Sans', sans-serif;
color: #F8992F;
}

.hero-left-1 form input:first-child {
height: 35px;
padding-left: 10px;
padding-right: 3px;
margin-right: -3px;
}

#hero-left .hero-left-2 {
margin-top: 40px;
}

#hero-left .hero-left-3 {
margin-top: 20px;
}

#hero-right {
  width: 100%;
  margin: 60px auto 20px auto;
}

#hero-right img {
  width: 100%;
  max-width: 670px;
  height: auto;
}


#hero-interior img {
  width: 100%;
  max-width: 760px;
  height: auto;
}

#hero-caption {
clear: both;
float: none;
background: #F8992F url(../images/dotted-left-blue.png) no-repeat left;
max-width: 660px;
height: 30px;
padding: 7px 0 0 12px;
font-size: 24px;
font-family: 'Alegreya Sans', sans-serif;
color: #0076BD;
font-weight: 500;
text-transform: uppercase;
}


#hero-caption-landing {
background: #F8992F url(../images/dotted-left-blue.png) no-repeat left;
max-width: 660px;
height: 30px;
padding: 12px 0 0 12px;
font-size: 24px;
font-family: 'Alegreya Sans', sans-serif;
color: #0076BD;
font-weight: 500;
text-transform: uppercase;
}


#footer-content {
width: 300px;
margin: 0 auto;
text-align: center;
}


#footer-content .footer-title {
color: #F8992F;
font-size: 16px;
font-weight: 400;
}

#footer-content a:link, #footer-content a:visited {
color: #fff;
}

#footer-content a:hover, #footer-content a:active {
color: #F8992F;
}

#footer {
background: #0076BD;
padding: 10px 0;
margin: 0;
color: #fff;
}

.mobile-only {
display: inline;
}

.not-on-mobile {
display: none;
}


.toggle-details {
    display:none;
}


@media all and (min-width: 48em) and (max-width: 63em) {

img.event-image {
margin-top: 20px;
margin-bottom: 7px;
}

#tagline {
margin: 0 45px 60px 0;
width: auto;
max-width: 450px;
}

#tagline2 {
margin: 0 45px 40px 0;
width: auto;
max-width: 450px;
}

#logo {
margin-bottom: -10px;
}

}

@media all and (max-width: 48em) {

  #nav {
    display: none;
  }

  .main-header {
    padding: 5px;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .main-header a {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 32px;
  }

  .main-nav {
    width: 320px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: -325px;
    padding: 0 0 20px;
    background: #555;
    overflow-y: scroll;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    box-shadow: inset -20px 0 20px -20px #333;
    z-index: 1000;
    -moz-appearance: none;
  }
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  .main-nav scrollbar {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
  .main-nav a {
    color: #fff;
  }
  .main-nav br {
    display: none;
  }
  .main-nav:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 34px;
  }

  .open-menu, .close-menu {
    padding-left: 10px;
  }

  #main-nav:target, #main-nav.active {
    left: 0;
  }

  .utility-nav-right {
    text-align: center;
  }
  .utility-nav-right a, .utility-nav-right ul, .utility-nav-right li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0.25em;
  }

  .utility-nav-left {
    margin: 1em 0;
    text-align: center;
  }
  .utility-nav-left a {
    display: inline-block !important;
    padding-left: 25px;
    margin: 0 0.5em !important;
  }

  .main-nav .firstlevel {
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    color: #F8992F;
  }
  .main-nav .firstlevel ~ .subnav {
    display: block;
    padding: 2px 10px 2px 30px;
    color: #d6d6d6;
  }
}

@media all and (min-width: 36em) {
  .mobile-only {
    display: none;
  }
  .not-on-mobile {
    display: block;
  }
}

a.find:link, a.find:visited {
  background: no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.find:hover, a.find:active {
  background: no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.find span {
padding-left: 12px;
}

a.store:link, a.store:visited {
  background: no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.store:hover, a.store:active {
  background: no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.store span {
padding-left: 18px;
}

a.jobs:link, a.jobs:visited {
  background; no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.jobs:hover, a.jobs:active {
  background: no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.jobs span {
padding-left: 18px;
}


a.donate:link, a.donate:visited {
  background: no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.donate:hover, a.donate:active {
  background: no-repeat top left;
  display: block;
  margin-left: 17px;
}

a.donate span {
padding-left: 18px;
}

a.twitter:link, a.twitter:visited {
  background: url(../images/icon_twitter.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 49px;
  height: 39px;
}

a.twitter:hover , a.twitter:active {
  background: url(../images/icon_twitter_on.png) no-repeat;
  display: block;
  float: left;
  text-indent: -100000px;
  width: 49px;
  height: 39px;

}


a.linkedin:link, a.linkedin:visited {
  background: url(../images/icon_linked.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 43px;
  height: 39px;

}

a.linkedin:hover, a.linkedin:active {
  background: url(../images/icon_linked_on.png) no-repeat;
  display: block;
  float: left;
  text-indent: -100000px;
  width: 43px;
  height: 39px

}


a.facebook:link, a.facebook:visited {
  background: url(../images/icon_facebook.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 40px;
  height: 39px;

}

a.facebook:hover, a.facebook:active {
  background: url(../images/icon_facebook_on.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 40px;
  height: 39px;

}

a.youtube:link, a.youtube:visited {
  background: url(../images/icon_youtube.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 39px;
  height: 39px;

}

a.youtube:hover, a.youtube:active {
  background: url(../images/icon_youtube_on.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 39px;
  height: 39px;

}

a.vimeo:link, a.vimeo:visited {
  background: url(../images/icon_vimeo.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 50px;
  height: 39px;
}

a.vimeo:hover, a.vimeo:active {
  background: url(../images/icon_vimeo_on.png) no-repeat;
  display: block;
  text-indent: -100000px;
  float: left;
  width: 50px;
  height: 39px;
}


#accordion-refine {
margin: 0;
padding: 10px 10px 10px 10px;
background: #fff;
display: block;
}

#accordion-refine ul {
margin-left: 0;
padding-left: 0;
margin-top: 0;
padding-top: 0;
}

#accordion-refine ul li {
margin-bottom: 10px;
}

#accordion-refine ul li a {
font-size: 14px;
}

#accordion-refine ul li a.on {
color: #00386b;
font-size: 14px;
font-weight: bold;
}



.open-box-photo, .open-box-photo:before, .open-box-photo:after, #hero-caption-landing, #hero-caption-landing:before, #hero-caption-landing:after, .cta-button-long, .cta-button-long:before, .cta-button-long:after, .cta-button, .cta-button:before, .cta-button:after, .cta-button-medium, .cta-button-medium:after, .cta-button-medium:before, .cta-button-extra-long, .cta-button-extra-long:before, .cta-button-extra-long:after, .cta-button-extra2-long, .cta-button-extra2-long:before, .cta-button-extra2-long:after, input.page-search-input, input.page-search-input:before, input.page-search-input:after {
    box-sizing: content-box !important;
  }

  input.page-search-input {
    margin-right: -5px !important;
  }



.intro-interior img {
width: auto;
max-width: 250px;
height: auto;
}

.col1-interior img {
width: auto;
max-width: 190px;
height: auto;
}

.col2-interior img {
width: auto;
max-width: 190px;
height: auto;
}

.col-sm-4 .col1-interior img {
width: auto;
max-width: 190px;
height: auto;
}

.col-sm-6 .col3 img {
width: auto;
max-width: 190px;
height: auto;
}

.col2 img {
width: auto;
max-width: 140px;
height: auto;
}

.col-sm-4 .col1-interior img {
width: auto;
max-width: 140px;
height: auto;
}


@media all and (min-width: 48em) {

.footer-social {
margin-left: 0;
padding-top: 20px;
text-align: center;
font-family: 'Alegreya Sans', sans-serif;
}


a.on {
color: #00386b;
}

.page-wrap {
width: 670px;
margin: 0 auto;
}

.infograph {
width: 100%;
margin: 0 auto;
}

.infograph-larger-text {
font-size: 30px;
font-family: 'Alegreya Sans', sans-serif;
line-height: 30px;
color: #0076BD;
}

.infograph-medium-text {
font-size: 24px;
font-family: 'Alegreya Sans', sans-serif;
line-height: 30px;
color: #00386b;

}

.infograph-small-text {
font-size: 20px;
font-family: 'Alegreya Sans', sans-serif;
font-style: italic;
line-height: 30px;
}

.open-menu {
display: none;
}

.close-menu {
display: none;
}

#main-nav {
display: none;
}

#header {
}

#logo {
float: left;
text-align: left;
margin-top: 20px;
display: block;
}

#logo-mobile {
 display: none !important;
}

#tagline {
display: block;
}


#hero {
width: 100%;
}

#hero-content {
width: 660px;
margin: 0 auto;
}

#hero-interior {
clear: none;
width: 99%;
height: auto;
margin: 0 0 0 80px;
/* margin: -40px 0 0 0; */
/* overflow: hidden; */
background: none;
color: #fff;
}

 #nav {
display: block;
margin-top: 10px;
 }

#nav ul.list-large li {
width: auto;
text-align: center;
margin-bottom: 20px;
}

#nav a {
font-size: 16px;
text-transform: uppercase !important;
font-weight: 600;
font-family: Helvetica;
}

#nav a:link, #nav a:visited {
/* color: #0066cb;   */
color: #4e4e50;
}

#nav a:hover, #nav a:active {
color: #4e4e50;
}

#nav a.on:link, #nav a.on:visited {
/* color: #0066cb;   */
color: #4e4e50;
}

#nav a.on:hover, #nav a.on:active {
color: #4e4e50;
}

 #nav {
 display: block;
 clear: left;
 margin-top: 10px;
 }

 #nav ul.list-large {
  margin: 0 auto;
 }

#nav ul.list-large li {
float: left;
width: 50%;
margin-bottom: 30px;
text-align: center;
}

a.publications:link, a.publications:visited {
  background: url(../images/icon_publications_white.png) no-repeat top;
  display: block;

}

a.publications:hover, a.publications:active, a.publications.on {
  background: url(../images/icon_publications_white_on.png) no-repeat top;
  display: block;

}


a.events:link, a.events:visited {
  background: url(../images/icon_events_white.png) no-repeat top;
  display: block;

}

a.events:hover, a.events:active, a.events.on {
  background: url(../images/icon_events_white_on.png) no-repeat top;
  display: block;

}

a.services:link, a.services:visited {
  background: url(../images/icon_services_white.png) no-repeat top;
  display: block;

}

a.services:hover, a.services:active, a.services.on {
  background: url(../images/icon_services_white_on.png) no-repeat top;
  display: block;

}

a.dev:link, a.dev:visited {
  background: url(../images/icon_dev_white.png) no-repeat top;
  display: block;

}

a.dev:hover, a.dev:active, a.dev.on {
  background: url(../images/icon_dev_white_on.png) no-repeat top;
  display: block;

}

a.legal:link, a.legal:visited {
  background: url(../images/icon_legal_white.png) no-repeat top;
  display: block;

}

a.legal:hover, a.legal:active, a.legal.on {
  background: url(../images/icon_legal_white_on.png) no-repeat top;
  display: block;

}

a.about:link, a.about:visited {
  background: url(../images/icon_about_white.png) no-repeat top;
  display: block;

}

a.about:hover, a.about:active, a.about.on {
  background: url(../images/icon_about_white_on.png) no-repeat top;
  display: block;

}

a.find:link, a.find:visited {
  background: no-repeat top left;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.find:hover, a.find:active {
  background: no-repeat top left;
  display: block;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.find span {
padding-left: 18px;
}

a.store:link, a.store:visited {
  background; no-repeat top left;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.store:hover, a.store:active {
  background: no-repeat top left;
  display: block;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.store span {
padding-left: 18px;
}

a.jobs:link, a.jobs:visited {
  background: no-repeat top left;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.jobs:hover, a.jobs:active {
  background: no-repeat top left;
  display: block;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.jobs span {
padding-left: 18px;
}


a.donate:link, a.donate:visited {
  background:) no-repeat top left;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.donate:hover, a.donate:active {
  background:) no-repeat top left;
  display: block;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 22px !important;
}

a.donate span {
padding-left: 18px;
}

.infograph {

}

/* FLYOUTS */

#nav {
clear: both;
margin: 0 auto 0 auto;
padding: 0;
z-index: 1100;  /* http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/ */
width: auto;
height: 250px;

}


#nav ul.list-large { /* all lists */
margin-left: -75px;
}


#nav li { /* all list items */
width: 200px;
float: left;
font-size: 20px;
font-weight: normal;
padding: 0;
margin: 0;
z-index: 1000;
text-transform: uppercase;
}

#nav li ul { /* second-level lists */
    display: none;
    }

#nav li ul li {
    padding: 0 !important;
    margin: 0 !important;
    width: 340px !important;
    display: block;
      z-index: 1000;
    font-size: 12px;
    text-align: left;
    }

#nav li ul li a:link,  #nav li ul li a:visited,  #nav li ul li a:active {
    font-family: Arial, sans-serif;
      color: #0076BD;
    font-size: 14px;
      font-weight: normal;
    line-height: 16px;
    padding: 0 0 0 3px;
    margin: 0;
    text-align: left;
    display: block;
    text-transform: capitalize !important;
}

#nav li ul li a:hover {
    color: #00386b;
      font-weight: normal;
    line-height: 16px;
    padding: 0 0 0 3px;
    margin: 0;
    text-align: left;
    display: block;
    font-size: 14px;
}

/* aligns the last navigation flyout right so it doesn't break out of the container */


#nav li:hover ul.lastone {
  right: 0;
}

#nav li:hover ul.firstone {
  left: 7px;
}

#nav li:hover ul ul, #nav li.over ul ul, #nav li.over ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {
  left: auto;
  top: 5px;
}

#utility-nav-container {
  display: block;
  background: #0076BD;
  padding: 15px 0 10px 0;
  height: 63px;
  border-bottom: #F8992F solid 4px;
}

.utility-nav {
/* float: right; */
  margin-bottom: 20px;
  width: 720px;
  margin: 0 auto 0 auto;
}

.utility-nav a {
  padding: 0 5px 0 5px;
  color: #fff;
}

.utility-nav a:hover {
  padding: 0 5px 0 5px;
  color: #F8992F;
}

.utility-icon {
  vertical-align: bottom;
}

.utility-nav-left {
  padding-top: 0;
  padding-left: 0;
}

.utility-nav-right {
  color: #fff;
  padding-top: 15px;
}

#search form {
  float: none;
  position: absolute;
  top: 100px;
  right: 75px;
  margin-top: -10px;
  margin-left: 40px;
}

#search form input:first-child {
  padding-left: 10px;

  height: 35px;
  border: solid 1px #ddd;
}

#footer-content {
  width: 670px;
  margin: 0 auto;
}

#subnav-container {
  margin: 0 40px 0 0;
}

#subnav-container.detail {
  margin: 20px 40px 0 0;
}

#refine-container {
  display: block;
  float: left;
  min-height: 1000px;
  margin: 40px 40px 0 0;
}

.in-this-section-title {
  background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
  color: #FFF;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  font-family: 'Alegreya Sans', sans-serif;
  display: block;
}

#in-this-section {
  margin: 0;
  padding: 10px 10px 10px 10px;
  background: #eee;
  display: block;
}

#in-this-section ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}

#in-this-section ul li {
  margin-bottom: 15px;
}

#in-this-section ul li a {
  font-size: 14px;
}

#in-this-section ul li a.on {
  color: #00386b;
  font-size: 14px;
  font-weight: bold;
}

#in-this-section ul li ul li a {
  margin-left: 15px !important;
  display: block;
}

#in-this-section ul li ul li a.current {
  margin-left: 15px !important;
}

#in-this-section ul li ul li:first-child a {
  margin-top: 10px !important;
  display: block;
}

#in-this-section h5 {
  display: none;
}

.sidebar-title {
  background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
  color: #FFFFFF;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  font-family: 'Alegreya Sans', sans-serif;
  width: 98.6%;
}

.sidebar-title-audience {
  margin-top: 0;
  background: #555;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.sidebar {
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 10px;
  background: #eee;
  width: 98.6%;
}

.sidebar ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}

.sidebar ul li {
  margin-bottom: 15px;
}

a.current {
  color: #00386B;
  font-weight: bold;
}

#content-interior {
  clear: left;
  float: right;
  width: 60%;
  padding-top: 20px;
}

#content-interior-detail {
  clear: left;
  float: right;
  width: 60%;
  padding-top: 20px;
}

#content-interior-reveal {
  clear: left;
  width: 100%;
  padding-top: 20px;
}

#content-interior-reveal h2 {
  color: #0066cb;
}

.intro-interior img {
  width: auto;
  max-width: 80%;
  height: auto;
}

.utility-nav-right {
  float: right;
  display: block;
}

.utility-nav-right ul li ul {
  display: none;
}

.utility-nav-right ul li {
  float: left;
  margin-top: -15px;
}

.footer-social {
  padding-top: 20px;
  text-align: left;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
}

.address {
  padding-top: 20px;
  text-align: left;
}

.intro-interior {
  width: 99%;
  margin-left: 75px;
}

.col1-interior {
  margin-left: 75px;
  width: 99%;
}

.col-sm-4 .col1-interior {
  margin-left: 0;
  width: 99%;
}

.col-sm-6.col1-interior .col3 {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 99%;
}

.col1-interior img {
  width: auto;
  max-width: 190px;
  height: auto;
}

.col2-interior {
  margin-left: 75px;
  width: 99%;
}

.col-sm-6 .col3 {
  margin-top: 0 !important;
  margin-left: 75px !important;
  width: 99%;
}

.col-sm-6.col1-interior .col3 {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 99%;
}

.col2-interior img {
  width: auto;
  max-width: 190px;
  height: auto;
}

.col-sm-6 .col3 img {
  width: auto;
  max-width: 190px;
  height: auto;
}

.full-width-interior {
  margin-left: 75px;
  width: 99%;
}


/*.right-interior-column {
max-width: 485px;
margin-left: 40px;
}*/

}

@media all and (min-width: 63em) {

  .footer-social {
    margin-left: 10px;
    padding-top: 20px;
    text-align: left;
    font-family: 'Alegreya Sans', sans-serif;
  }

  .address {
    float: right;
    padding-top: 0;
    text-align: right;
  }

  #logo {
    padding-left: 40px;
  }

  #tagline2 {
    clear: left;
    border-top: #666 solid 1px;
    font-weight: 400;
    font-size: 16px;
    margin: 0 45px 20px 45px;
    padding-top: 5px;
    width: 450px;
  }

  .second-line {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  #browsedrop li ul {
 /* second-level lists */
    position: static;
    width: 100%;
    padding: 0;
    margin: 0 0 0 -14px;
  }

  #browsedrop li ul li {
    padding: 0 0 0 0;
    float: left;
    background-color: #0051a2;
    width: 140px;
    height: 30px;
    margin: 5px 5px 5px 5px;
  }

  .bottom-ad {
    display: block;
    clear: both;
    margin: 20px auto 40px auto;
  }

  .utility-nav-right {
    display: block;
  }

  .utility-nav-right ul li {
    margin-top: 0;
  }

  .utility-nav-right ul li ul {
    display: block;
  }

  .toggle-float {
    float: left;
    width: 50%;
  }

  .infograph {
    width: 280px;
    margin: 0 auto;
  }

  .page-wrap {
    width: 980px;
    margin: 15px auto 0 auto;
  }

  #header {
    text-align: center;
    padding: 20px 0;
  }

  #logo, #tagline {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    margin: 0;
  }

  #tagline {
    margin: 38px 0 0 20px;
  }

  #utility-nav-container {
    display: block;
    background: #0076BD;
    padding: 0 0 10px 0;
    margin: 0;
    height: 63px;
    width: 100%;
  }

  .utility-nav {
/* float: right; */
    margin-bottom: 20px;
    width: 970px;
    margin: 0 auto 0 auto;
  }

  .utility-nav a:link, .utility-nav a:visited {
    padding: 0 5px 0 5px;
    color: #fff;
  }

  .utility-nav a:hover, .utility-nav a:active {
    padding: 0 5px 0 5px;
    color: #F8992F;
  }

  .utility-icon {
    vertical-align: bottom;
  }

  .utility-nav-left {
    padding-top: 20px;
    padding-left: 0;
  }

  .utility-nav-right {
    padding-top: 0;
    float: right;
  }

  #search form {
    position: static;
    float: right;
    margin-top: -10px;
    margin-left: 40px;
  }

  #search form input:first-child {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    margin-right: 0;
    border: none;
  }

  .utility-nav-right {
    display: block;
  }

  .utility-nav-right ul li {
    float: left;
    width: auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .utility-nav-right ul li:first-child {
    margin-left: 0;
  }

/* FLYOUTS */

  .utility-nav-right {
    float: right;
  }

  .utility-nav-right ul {
 /* all lists */;
  }

  .utility-nav-right li {
 /* all list items */
    float: left;
    font-weight: normal;
    padding: 0;
    margin: 0;
    z-index: 1000;
  }

  .utility-nav-right li ul {
 /* second-level lists */
    position: absolute;
    left: -999em;
    width: 260px;
    padding: 0 20px 20px 20px;
    margin: 10px 0 0 -17px;
    display: block;
    z-index: 1000 !important;
    background-color: #e9e6de;
    background-color: rgba(233, 230, 222, 1);
    opacity: 0.9;
    float: left;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */;
  }

  .utility-nav-right li ul:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: -10px;
    left: 10%;
    border-bottom: 20px solid #e9e6de;
    border-left: 30px solid rgba(102, 0, 102, 0);
    border-right: 30px solid rgba(102, 0, 102, 0);
    opacity: 0.9;
    -moz-transform: scale(.9999);
  }

  .utility-nav-right li ul li {
    padding: 0;
    margin: 0;
    width: 200px;
    display: block;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
  }

  .utility-nav-right li ul li a:link,  .utility-nav-right li ul li a:visited,  .utility-nav-right li ul li a:active {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 0 0 3px;
    margin: 0;
    text-align: left;
    display: block;
  }

  .utility-nav-right li ul li a:hover {
    color: #00386B;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 0 3px;
    margin: 0;
    text-align: left;
    display: block;
  }

/* aligns the last navigation flyout right so it doesn't break out of the container */


.utility-nav-right li:hover ul.lastone {
    right: 0;
  }

.utility-nav-right li:hover ul.firstone {
    left: 7px;
  }

.utility-nav-right li:hover ul ul, .utility-nav-right li.over ul ul, .utility-nav-right li.over ul ul ul {
  left: -999em;
}

.utility-nav-right li:hover ul, .utility-nav-right li li:hover ul, .utility-nav-right li.over ul, .utility-nav-right li li.over ul {
  left: auto;
  top: auto;
}

 #nav {
 display: block;
 margin: 10px auto 0 auto;
 width: auto;
 }


#nav a {
font-size: 16px;
}

#nav a:link, #nav a:visited {
/* color: #0066cb;   */
color: #4e4e50;
}

#nav a:hover, #nav a:active {
color: #4e4e50;
}

 #nav {
 display: block;
 clear: left;
 float: left;
 margin-top: 10px;
 }

  #nav ul {
 margin-left: 40px !important;
  }

#nav ul.list-large li {
float: left;
width: 16%;
margin-left: auto;
margin-right: 30px;
text-align: center;
margin-bottom: 20px;
font-weight: normal;
font-size: 20px;
}

#nav ul.list-large li:first-child {
margin-left: 0;
width: 12%;
}

#nav ul.list-large li:last-child {
margin-right: 0;
}

/* FLYOUTS */

#nav {
clear: both;
margin: 20px 0 0 35px;
padding: 0;
z-index: 1100;  /* http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/ */
width: auto;
height: 80px;
}


#nav ul.list-large { /* all lists */
}


#nav li { /* all list items */
    float: left;
    font-size: 20px;
      font-weight: normal;
    padding: 0;
      margin: 0;
    z-index: 1000;
}


#nav li ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: -10px;
  border-bottom: 20px solid #e9e6de;
  border-left: 30px solid rgba(102, 0, 102, 0);
  border-right: 30px solid rgba(102, 0, 102, 0);
  opacity:0.9;
  -moz-transform: scale(.9999)
}

#nav li ul.lastone:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: -10px;
  left: 60%;
  border-bottom: 20px solid #e9e6de;
  border-left: 30px solid rgba(102, 0, 102, 0);
  border-right: 30px solid rgba(102, 0, 102, 0);
  opacity:0.9;
  -moz-transform: scale(.9999)
}

#nav li ul { /* second-level lists */
    position: absolute;
    left: -999em;
    width: 290px !important;
    padding: 0 20px 20px 10px;
    margin: 10px 0 0 -17px;
    display: block;
    z-index: 1000 !important;
    background-color: #e9e6de;
    background-color: rgba(233, 230, 222, 0.9);
    float: left;
    }

#nav li ul li {
    padding: 0;
    margin: 0;
    width: 320px !important;
    display: block;
      z-index: 1000;
    font-size: 12px;
    text-align: left;
    }

#nav li ul li a:link,  #nav li ul li a:visited,  #nav li ul li a:active {
    font-family: Arial, sans-serif;
      color: #000;
    font-size: 14px;
      font-weight: normal;
    line-height: 22px;
    padding: 0 0 0 3px;
    margin: 0;
    text-align: left;
    display: block;
}

#nav li ul li a:hover {
    color: #00386b;
      font-weight: bold;
    line-height: 22px;
    padding: 0 0 0 3px;
    margin: 0;
    text-align: left;
    display: block;
    font-size: 14px;
}

/* aligns the last navigation flyout right so it doesn't break out of the container */


  #nav li:hover ul.lastone {
    right: 0;
  }

  #nav li:hover ul.firstone {
    left: 7px;
  }

  #nav li:hover ul ul, #nav li.over ul ul, #nav li.over ul ul ul {
    left: -999em;
  }

  #nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {
    left: auto;
    top: auto;
  }

  #nav ul.list-large li:first-child {
    margin-left: -80px;
  }

  #nav ul.list-large li:nth-child(2) {
  }

  #nav ul.list-large li:nth-child(3) {
  }


  #nav ul.list-large li:nth-child(4) {
    clear: none;
    float: left;
    margin-left: -10px;
  }

  #nav ul.list-large li:nth-child(5) {
    margin-left: 0;
    padding-left: 0;
  }

  #nav ul.list-large li:nth-child(6) {
    margin-left: 0;
    padding-left: 0;
  }

  #nav ul.list-large li ul li:first-child {
    margin-left: 0;
  }

  .intro {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-interior {
    width: 660px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .full-width-interior {
    margin-left: 0;
    width: 660px;
  }

  .image-float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .image-float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  #hero {
    width: 100%;
    clear: left;
    float: left;
    margin: 0;
/* overflow: hidden; */
    background: #0076BD;
    color: #fff;
  }

  #hero-content {
    width: 980px;
    margin: 0 auto;
  }

  #hero-interior {
    margin: -18px 0 0 0;
    overflow: hidden;
    background: none;
    color: #fff;
  }

  #hero-left {
    clear: none;
    float: left;
    width: 240px;
    height: 320px;
    line-height: 16px;
    padding: 20px 0 0 20px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
  }

  .hero-text {
    padding-bottom: 5px;
  }

  #hero-left .hero-larger-text {
    font-size: 24px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  .hero-larger-text {
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  .hero-left-1 form input:first-child {
    height: 35px;
    padding-left: 10px;
    padding-right: 3px;
    margin-right: -3px;
  }

  #hero-left .hero-left-2 {
    margin-top: 40px;
  }

  #hero-left .hero-left-3 {
    margin-top: 25px;
  }

  #hero-left .hero-left-3 .hero-text {
    margin-left: 5px;
  }

  #hero-caption {
    clear: none;
    position: relative;
    top: 225px;
    left: 64px;
    background: #F8992F url(../images/dotted-left-blue.png) no-repeat left;
    width: 304px;
    height: 30px;
    padding: 5px 0 0 12px;
    font-size: 24px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }

  #hero-caption.longer-home-caption {
    width: 400px;
  }

  .hide-me {
    display: none;
  }

  #browsebytopic img {
    display: none;
  }

  #browsedrop {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    color: #fff;
    float: left;
    width: 350px;
    height: 28px;
    display: block;
  }

  img.category-arrow {
    text-align: right;
    margin-top: -23px;
    margin-left: 170px;
    display: block;
  }

  #hero-right {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    width: 64%;
    position: relative;
    top: 0 !important;
    left: 17.4%;
  }

  #hero-interior #hero-right {
    margin-top: -35px;
    margin-bottom: 0;
    padding-top: 0;
    width: 670px;
  }

  #hero-interior {
    margin-top: -35px;
    margin-bottom: 0;
    padding-top: 0;
    width: 660px;
  }

  .intro-interior {
    width: 660px;
  }

  #hero-right img {
    width: auto;
    max-width: 500px;
    height: auto;
/* padding-top: 12px; */
    padding-bottom: 12px;
    margin-top: 0 !important;
    padding-top: 0;
  }

  #hero-caption-landing {
    background: #F8992F url(../images/dotted-left-blue.png) no-repeat left;
    position: relative;
    top: 220px;
    width: 304px;
    height: 30px;
    padding: 12px 0 0 12px;
    font-size: 22px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
  }

  #hero-caption-landing.longer-caption {
    background: #F8992F url(../images/dotted-left-blue.png) no-repeat left;
    position: relative;
    top: 220px;
    width: 400px;
    height: 30px;
    padding: 12px 0 0 12px;
    font-size: 22px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
  }

  #content {
    clear: both;
    padding-top: 20px;
  }

  #subnav-container {
    clear: none;
    float: left;
    width: 20%;
    margin: 8px 40px 0 0;
  }

  .in-this-section-title {
    background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
    color: #FFF;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  #in-this-section {
    margin: 0;
    padding: 10px 10px 10px 10px;
    background: #eee;
  }

  #in-this-section ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
  }

  #in-this-section ul li {
    margin-bottom: 15px;
  }

  .sidebar-container {
    clear: none;
    width: 10%;
    margin: 8px 40px 0 0;
  }

  .sidebar-title {
    background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
    color: #FFF;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  #refine-container {
    clear: none;
    float: left;
    margin: 8px 40px 0 0;
  }

  .sidebar {
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    background: #eee;
  }

  .sidebar ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .sidebar ul li {
    margin-bottom: 15px;
  }

  #content-interior {
    float: right;
    width: 75%;
    padding-top: 20px;
  }

  #content-interior-detail {
    float: right;
    width: 75%;
    padding-top: 0;
  }

  #content .col1 {
    clear: both;
    float: left;
    margin: 0 35px 0 0;
/* margin-right: 45px; */;
  }

  #content .col2 {
    float: left;
    margin: 0 15px 0 10px;
/* margin-right: 45px; */;
  }

  .col-sm-4 .col1-interior {
    float: left;
    margin: 0 15px 0 10px;
  }

  #content .col2.open {
    float: left;
    margin-top: 0;
    margin-right: auto;
  }

  .col1-interior {
    clear: both;
    float: left;
    width: 320px;
    margin-top: 0;
    margin-left: 0;
  }

  .col-sm-4 .col1-interior {
    clear: none;
    margin-left: 0 !important;
    width: 242px;
  }

  .col-sm-6.col1-interior .col3 {
    margin-left: 0 !important;
  }

  .col1-interior img {
    width: auto;
    max-width: 300px;
    height: auto;
  }

  .col2-interior {
    float: left;
    width: 320px !important;
    margin-top: 0;
    margin-right: 0;
    margin-left: 15px;
  }

  .col-sm-6 .col3 {
    float: left;
    width: 320px !important;
    margin-top: 0;
    margin-right: 0;
    margin-left: 15px !important;
  }

  .col-sm-6.col1-interior .col3 {
    margin-left: 0 !important;
  }

  .col2-interior img {
    width: auto;
    max-width: 300px;
    height: auto;
  }

  .col-sm-6 .col3 img {
    width: auto;
    max-width: 300px;
    height: auto;
  }

  .intro-interior img {
    width: auto;
    max-width: none;
    height: auto;
  }

  #content-interior-detail .col1-interior {
    clear: both;
    float: left;
    width: 45%;
    margin-top: 0;
    margin-right: 45px;
  }

  #content-interior-detail .col2-interior {
    float: left;
    width: 45%;
    margin-top: 0;
    margin-right: 0;
  }

  #content .col3 {
    float: left;
    margin: 0 auto 0 30px;
  }

  #content .blue-background-title {
    background: #0076BD url(../images/dotted-left-yellow.png) repeat-y left;
    color: #FFFFFF;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  #content-interior .blue-gray-box {
    background: #ececec;
  }

  #content .blue-gray-box {
    background: #ececec;
  }

  #content-interior .blue-gray-box.white-box {
    background: #fff;
  }

  #content .blue-gray-box.white-box {
    background: #fff;
  }

  #content .blue-gray-box-content {
    padding: 10px 10px 10px 15px;
    border-bottom: #f7f7f7 solid 1px;
  }

  #content-interior .col1 {
    clear: both;
    float: left;
    width: 225px;
    margin-top: 0;
    margin-right: 25px;
  }

  #content-interior .col2 {
    float: left;
    width: 225px;
    margin-top: 0;
    margin-right: 25px;
  }

  #content-interior .col3 {
    float: left;
    margin-top: 0;
    width: 225px;
  }

  #content-interior .blue-background-title {
    background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
    color: #FFFFF;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  #content-interior .blue-gray-box {
    background: #ececec;
  }

  #content-interior .blue-gray-box.white-box {
    background: #fff;
  }

  #content-interior .blue-gray-box-content {
    padding: 10px 10px 10px 15px;
    border-bottom: #f7f7f7 solid 1px;
  }

  #footer {
    clear: both;
    padding-bottom: 40px;
    margin-top: 60px;
    background: #0076BD;
    border-top: solid 4px #F8992F;
  }

  #footer-content {
    width: 970px;
    margin: 0 auto;
    color: #fff;
  }

  #footer-content .footer-title {
    color: #F8992F;
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  #footer-content a:link, #footer-content a:visited {
    color: #F8992F;
  }

  #footer-content a:hover, #footer-content a:active {
    color: #fff;
  }

  .deep-columns {
    float: left;
    display: block;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
  }

  .deep-columns-content {
    width: 970px;
    margin: 0 auto;
    color: #fff;
  }

  .deep-columns a {
    color: #fff !important;
  }

  .deep-columns a:hover, .deep-columns a:active {
    color: #F8992F !important;
  }

  .deep-columns-title a:link, .deep-columns-title a:visited {
    font-size: 18px;
    color: #F8992F !important;
    font-family: 'Alegreya Sans', sans-serif;
  }

  .deep-columns-title a:hover, .deep-columns-title a:active {
    font-size: 18px;
    color: #fff !important;
  }

  .deep-columns ul {
    margin-left: 0;
    padding-left: 0;
  }

  .deep-col1 {
    float: left;
    width: 30%;
    text-align: left;
    margin-left: -15px;
  }

  .deep-col2 {
    float: left;
    width: 30%;
    text-align: left;
    margin-left: 45px;
  }

  .deep-col3 {
    float: left;
    width: 30%;
    text-align: left;
    margin-left: 45px;
  }

  .deep-col1.row2 {
    margin-top: 42px;
  }

  .deep-col2.row2 {
    margin-top: 42px;
  }

  .deep-col3.row2 {
    margin-top: 42px;
  }
}

@media all and (min-width: 68em) {

  #browsedrop li ul {
 /* second-level lists */
    position: static;
    width: 100%;
    padding: 0;
    margin: 0 0 0 -14px;
  }

  #browsedrop li ul li {
    padding: 0 0 0 0;
    float: left;
    background-color: #0051a2;
    width: 150px;
    height: 30px;
    margin: 5px 10px 5px 10px;
  }

  #content-interior .col1-interior {
    clear: both;
    float: left;
    width: 360px;
    margin-top: 0;
    margin-right: 35px;
  }

  #content-interior .col2-interior {
    float: left;
    width: 360px;
    margin-top: 0;
    margin-right: 0;
  }

  #content-interior-detail .col1-interior {
    clear: both;
    float: left;
    width: 45%;
    margin-top: 0;
    margin-right: 45px;
  }

  #content-interior-detail .col2-interior {
    float: left;
    width: 45%;
    margin-top: 0;
    margin-right: 0;
  }

  #hero-interior {
    clear: none;
    float: left;
    padding-top: 0;
    width: 740px;
  }

  .intro-interior {
    width: 740px;
  }

  .full-width-interior {
    margin-left: 0;
    width: 740px;
  }

  #SolrFieldsContainer {
    float: right !important;
    padding: 0 10px 10px 30px !important;
    margin-top: -16px !important;
    text-align: center !important;
  }

  #SolrFieldsContainer #form-search-input {
    margin-top: -20px !important;
    height: 39px !important;
    border: #eee solid 1px;
  }

  .col1-interior {
    clear: both;
    float: left;
    width: 350px;
    margin-top: 0;
    margin-right: 35px !important;
    margin-left: 0;
  }

  .col-sm-4 .col1-interior {
    clear: none;
    margin-left: 0 !important;
    width: 320px;
  }

  .col2-interior {
    float: left;
    width: 350px !important;
    margin-top: 0;
    margin-right: 0;
    margin-left: 70px;
  }

  .col-sm-6 .col3 {
    float: left;
    width: 350px !important;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0 !important;
  }

  .col-sm-6.col1-interior .col3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #content-interior .col1 {
    clear: both;
    float: left;
    width: 235px;
    margin-top: 0;
    margin-right: 25px;
  }

  #content-interior .col2 {
    float: left;
    width: 235px;
    margin-top: 0;
    margin-right: 25px;
  }

  #content-interior .col3 {
    float: left;
    margin-top: 0;
    width: 235px;
  }

  .mykeyword {
    font-weight: bold;
    color: #00386b;
  }

  ul.item-list.with-dividers h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  ul.item-list.with-dividers p {
    margin-top: 0;
    padding-top: 0;
  }

  #content-interior .blue-background-title {
    background: #0076BD url(../images/dotted-left-yellow.png) no-repeat left;
    color: #FFF;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  #content-interior .yellow-background-title {
    background: #F8992F url(../images/dotted-left-blue.png) no-repeat left;
    color: #0076BD;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    font-family: 'Alegreya Sans', sans-serif;
  }

  #content-interior .blue-gray-box {
    background: #ececec;
  }

  #content-interior .blue-gray-box.white-box {
    background: #ececec;
  }

  .page-wrap {
    width: 1010px;
    margin: 15px auto 0 auto;
    padding-left: 10px;
  }

  #hero {
    width: 100%;
    clear: left;
    float: left;
    background: #0076BD;
    color: #fff;
    margin-left: 0;
  }

  #hero-content {
    width: 980px;
    margin: 0 auto;
  }

  #hero-left {
    padding: 20px 0 0 10px;
  }

  .intro {
    width: 1020px;
    margin-left: 0;
  }

  .utility-nav {
/* float: right; */
    margin-bottom: 20px;
    width: 1020px;
    margin: 0 auto 0 auto;
  }

  #SolrFieldsContainer {
    padding: 0 10px 10px 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }

  #footer-content {
    width: 1020px;
    margin: 0 auto;
  }

  #content .col1 {
/* margin-right: 60px; */
    margin-left: -5px;
  }

  #content .col2 {
/* margin-right: 60px; */;
  }

  #content .col3 {
  }

  #nav ul.list-large {
    float: left;
    margin-right: 0 !important;
    width: 950px;
  }

  li:first-child {
    margin-left: 0;
  }

  #nav ul.list-large li {
    width: 15.8%;
    margin-right: 35px;
  }

  #nav ul.list-large li:nth-child(3) {
    width: 13.5%;
  }

  #nav ul.list-large li:nth-child(4) {
    width: 16.5%;
  }

  #nav ul.list-large li:nth-child(6) {
    margin-right: 0 !important;
  }

  #header {
    margin-left: 25px !important;
  }
}

@media all and (min-width: 48em) {
  #SolrFieldsContainer {
    margin-top: 20px;
  }
}

@media all and (min-width: 75em) {

  #logo {
    margin-left: -55px !important;
  }

  .col2-interior {
    margin-left: 0;
  }

  .col-sm-6 .col3 {
    margin-left: 0 !important;
  }

  #nav ul.list-large {
    width: auto;
  }
}

@media all and (min-width: 80em) {

  #logo {
    margin-left: -75px !important;
  }

  #content {
    margin-left: 0;
  }

  #hero-left {
    clear: none;
    float: left;
    width: 240px;
    height: 320px;
    line-height: 16px;
    padding: 20px 0 0 10px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
  }

  #hero-right {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    width: 62%;
    position: relative;
    top: 0 !important;
    left: 19.57%;
  }

  #hero-right img {
    width: 100%;
    height: auto;
    max-width: none;
/* padding-top: 12px; */
    padding-bottom: 12px;
    margin-top: -350px !important;
    padding-top: 0;
  }

  #hero-caption {
    clear: none;
    position: relative;
    top: 275px;
    left: 0;
    background: #F8992F url(../images/dotted-left-blue.png) no-repeat left;
    width: 304px;
    height: 30px;
    padding: 5px 0 0 12px;
    font-size: 24px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
  }

  #nav {
    margin-left: 20px;
  }

  #nav ul.list-large {
    width: auto;
  }

  #nav ul.list-large li ul li:first-child {
    margin-left: 0;
  }

  #nav ul.list-large li ul li:nth-child(4) {
    clear: left;
    float: none;
    margin-left: 0;
  }

  #nav ul.list-large li ul li:nth-child(5) {
    margin-left: 0;
    padding-left: 0;
  }

  #nav ul.list-large li ul li:nth-child(6) {
    margin-left: 0;
    padding-left: 0;
  }

  .col2-interior {
    margin-left: 0;
  }

  .col-sm-6 .col3 {
    margin-left: 0 !important;
  }

  #hero-interior {
    clear: none;
    float: left;
    padding-top: 0;
    width: 760px;
  }

  .intro-interior {
    width: 760px;
  }

  .full-width-interior {
    margin-left: 0;
    width: 760px;
  }
}

.full-width-interior ul {
  list-style: square;
}

.col1-interior ul {
  list-style: square;
}

.col2-interior ul {
  list-style: square;
}

@media all and (max-width: 68em) {

/* JCAROUSEL LITE */
  #list {
    width: 150px;
    height: auto;
    margin: 0 auto 50px auto;
    clear: both;
    overflow: hidden;
  }

  .slider {
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
    background-color: #fff;
    height: auto;
    margin: 0;
  }

  .slider ul {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }

  .slider ul li {
    padding: 0 0 0 20px !important;
    margin: 0 auto 0 auto !important;
    width: 150px !important;
    height: auto !important;
    text-align: left !important;
  }

  .slider ul li: first-child {
    padding: 0 0 0 10px;
    margin: 0;
  }

  .slider ul li img {
    width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #818285;
    padding: 0;
  }

  .slider ul li a {
    color: #4d4d4f;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .prev {
    position: absolute;
    left: 20px;
    margin-top: 45px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  .next {
    position: absolute;
    right: 20px;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

/* JCAROUSEL LITE */
  #list2 {
    width: 150px;
    height: auto;
    margin: 0 auto 50px auto;
    clear: both;
    overflow: hidden;
  }

  .slider2 {
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
    background-color: #fff;
    height: auto;
    margin: 0;
  }

  .slider2 ul {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }

  .slider2 ul li {
    padding: 0 0 0 20px !important;
    margin: 0 auto 0 auto !important;
    width: 150px !important;
    height: auto !important;
    text-align: left !important;
  }

  .slider2 ul li: first-child {
    padding: 0 0 0 10px;
    margin: 0;
  }

  .slider2 ul li img {
    width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #818285;
    padding: 0;
  }

  .slider2 ul li a {
    color: #4d4d4f;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .prev2 {
    position: absolute;
    left: 20px;
    margin-top: 45px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  .next2 {
    position: absolute;
    right: 20px;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

/* JCAROUSEL LITE */
  #list3 {
    width: 150px;
    height: auto;
    margin: 0 auto 50px auto;
    clear: both;
    overflow: hidden;
  }

  .slider3 {
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
    background-color: #fff;
    height: auto;
    margin: 0;
  }

  .slider3 ul {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }

  .slider3 ul li {
    padding: 0 0 0 20px !important;
    margin: 0 auto 0 auto !important;
    width: 150px !important;
    height: auto !important;
    text-align: left !important;
  }

  .slider3 ul li: first-child {
    padding: 0 0 0 10px;
    margin: 0;
  }

  .slider3 ul li img {
    width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #818285;
    padding: 0;
  }

  .slider3 ul li a {
    color: #4d4d4f;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .prev3 {
    position: absolute;
    left: 20px;
    margin-top: 45px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  .next3 {
    position: absolute;
    right: 20px;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }
}

@media all and (min-width: 48em) and (max-width: 63em) {
/* .prev {
position: absolute;
left: 50%;
}

.next {
position: absolute;
right: 18%;
}

.prev2 {
position: absolute;
left: 50%;
}

.next2 {
position: absolute;
right: 18%;
}*/;
}

@media all and (min-width: 63em) and (max-width: 68em) {
/* .prev {
position: absolute;
left: 50%;
}

.next {
position: absolute;
right: 28%;
}

.prev2 {
position: absolute;
left: 50%;
}

.next2 {
position: absolute;
right: 28%;
} */;
}

@media all and (min-width: 68em) {

/* JCAROUSEL LITE */
  #list {
    width: 700px;
    height: 200px;
    margin: 0 auto 30px auto;
    clear: both;
  }

  .slider {
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
    background-color: #fff;
    height: 200px;
    margin: 0 0 0 20px;
  }

  .slider ul {
    width: 540px;
    height: 200px;
    margin: 0 auto;
  }

  .slider ul li {
    padding: 0 0 0 20px !important;
    margin: 0 auto 0 auto !important;
    width: 150px !important;
    height: 200px !important;
    text-align: left !important;
  }

  .slider ul li: first-child {
    padding: 0 0 0 10px;
    margin: 0;
  }

  .slider ul li img {
    cursor: hand;
    width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #818285;
    padding: 0;
  }

  .slider ul li a {
    color: #4d4d4f;
    font-size: 14px;
    height: 115px;
    margin: 0;
    padding: 0;
  }

  .prev {
    float: left;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  .next {
    float: right;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  #list2 {
    width: 700px;
    height: 200px;
    margin: 0 auto 30px auto;
    clear: both;
  }

  .slider2 {
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
    background-color: #fff;
    height: 200px;
    margin: 0 0 0 20px;
  }

  .slider2 ul {
    width: 540px;
    height: 200px;
    margin: 0 auto;
  }

  .slider2 ul li {
    padding: 0 0 0 20px !important;
    margin: 0 auto 0 auto !important;
    width: 150px !important;
    height: 200px !important;
    text-align: left;
  }

  .slider2 ul li: first-child {
    padding: 0 0 0 10px;
    margin: 0;
  }

  .slider2 ul li img {
    cursor: hand;
    width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #818285;
    padding: 0;
  }

  .slider2 ul li a {
    color: #4d4d4f;
    font-size: 14px;
    height: 115px;
    margin: 0;
    padding: 0;
  }

  .prev2 {
    float: left;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  .next2 {
    float: right;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  #list3 {
    width: 700px;
    height: 200px;
    margin: 0 auto 30px auto;
    clear: both;
  }

  .slider3 {
    float: left;
    left: -5000px;
    position: relative;
    visibility: hidden;
    background-color: #fff;
    height: 200px;
    margin: 0 0 0 20px;
  }

  .slider3 ul {
    width: 540px;
    height: 200px;
    margin: 0 auto;
  }

  .slider3 ul li {
    padding: 0 0 0 20px !important;
    margin: 0 auto 0 auto !important;
    width: 150px !important;
    height: 200px !important;
    text-align: left;
  }

  .slider3 ul li: first-child {
    padding: 0 0 0 10px;
    margin: 0;
  }

  .slider3 ul li img {
    cursor: hand;
    width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #818285;
    padding: 0;
  }

  .slider3 ul li a {
    color: #4d4d4f;
    font-size: 14px;
    height: 115px;
    margin: 0;
    padding: 0;
  }

  .prev3 {
    float: left;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }

  .next3 {
    float: right;
    margin-top: 45px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
  }
}

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
}

/** Carousel **/

.jcarousel {
  position: relative;
  overflow: hidden;
  left: 50px;
  width: 80%;
  margin: 0 auto;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  list-style: none;
  width: 100px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
  left: 15px;
}

.jcarousel-control-next {
  right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}


/* ------------------------------------ =footer -- */

.footer-utility a + a,
.utility-nav a {
  padding-left: 5px;
  border-left: 1px solid white;
  border-left-color: rgba(255, 255, 255, 0.9);
}

.utility-nav li:first-child a,
.utility-nav span > a:first-child {
  border-left: none;
}

@media all and (min-width: 45em) {
  .breadcrumbs {
    display: block;
    /* padding-bottom: 20px; */
    padding-bottom: 2rem;
  }

  .breadcrumbs > a {
    display: -moz-inline-box;
    display: inline-block;
    color: #00386b;
  }

  .lt-ie8 .breadcrumbs > a {
    display: inline;
    zoom: 1;
  }

  .breadcrumbs > a + a {
    margin-left: 1.5em;
  }

  .breadcrumbs > a + a:before {
    content: ">";
    color: #87a0b4;
    position: relative;
    left: -0.8em;
  }

  .breadcrumbs .share-buttons {
    float: right;
  }

  .breadcrumbs .share-buttons > a {
    display: -moz-inline-box;
    display: inline-block;
  }

  .lt-ie8 .breadcrumbs .share-buttons > a {
    display: inline;
    zoom: 1;
  }

  .breadcrumbs .share-buttons > a + a {
    margin-left: 1em;
  }

  .breadcrumbs .share-buttons > a > img {
    display: block;
  }



/* --------------- Find A School App --------------*/
  .tab {
    display: none;
  }

  .tab.active {
    display: block;
  }

  .ui-tabs .ui-tabs-panel {
    overflow: hidden;
  }

  .col-right-padding {
    padding-right: 20px;
  }

  .search-box {
    background-color: #0076BD;
    width: 100%;
    display: block;
    clear: both;
    padding: 0 0 10px 10px;
    margin: 0 auto;
    overflow: hidden;
  }



@  media all and (min-width: 68em) {
    .search-box {
background-color: #0076BD;
    float: left;
    width: 45%;
    display: block;
    padding: 0 0 10px 10px;
    margin: 0 auto 0 40px;
    overflow: hidden;
    clear: none;
  }

  .description {
    float: left;
    width: 40%;
  }
}

.search-refine-box {
  background: #F8992F;
  padding: 10px;
  overflow: hidden;
}

.search-refine-box input {
  vertical-align: top;
}

.search-refine-box label {
  margin-left: 5px;
}

.search-box h2, .search-box, .search-refine-box h2 {
  color: #fff;
}

.search-box h2, .search-refine-box h2 {
  font-style: italic;
  font-size: 24px;
  line-height: 26px;
}

.mutliSelect ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.findschool td {
  border-top: 1px dashed #DDD;
  border-bottom: 1px dashed #DDD;
}

.findschool th, td {
  text-align: left;
  padding: 3px 8px;
}

.findschool th {
  font-weight: 600;
  color: #0076BD;
}

.findschool tbody tr:nth-child(2n+1) {
  background-color: #eee;
}

.page-title-addendum {
  color: #00386B;
  font-style: italic;
  font-size: 22px;
}

.search-category-head {
  margin-top: 10px;
}

a.blue-button {
  padding: 8px 15px;
  color: #FFF;
  font-weight: 400;
  font-style: italic;
  background: #0076BD;
  border-radius: 5px;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-family: "Alegreya Sans","sans-serif";
  margin-right: 10px;
}

a.blue-button:hover {
  color: #fff;
  background: #00386b !important;
}

a.purple-button {
  padding: 8px 15px;
  color: #FFF;
  font-weight: 400;
  font-style: italic;
  background: #00386B !important;
  border-radius: 5px;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-family: "Alegreya Sans","sans-serif";
  margin-right: 10px;
}

a.purple-button:hover {
  color: #fff;
  background: #F6A828;
}

input.blue-button {
  padding: 8px 15px !important;
  color: #FFF;
  font-weight: 400;
  font-style: italic;
  background: #0076BD !important;
  border: none !important;
  border-radius: 5px !important;
  display: inline-block;
/* float: left !important; */
  font-size: 20px;
  font-family: "Alegreya Sans","sans-serif";
  margin-right: 20px;
  margin-top: 20px;
  height: 40px !important;
}

input.blue-button:hover {
  background: #00386B !important;
}

input.purple-button {
  clear: both;
  padding: 3px 15px;
  margin-top: 10px;
  height: 33px;
  color: #FFF;
  font-weight: 400;
  font-style: italic;
  background: #00386B;
  border-radius: 5px;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-family: "Alegreya Sans","sans-serif";
  margin-right: 10px;
  border: none !important;
}

.img-responsive {
  max-width: 100%;
}


/*.page {
display: inline-block;
padding: 0px 7px;
margin-right: 4px;
border: solid 1px #ddd;
background: #eee;
font-size: .875em;
font-weight: bold;
text-decoration: none;
color: #717171;
}
.page:hover {
background: #fff;
color: #06c
}
.page.active {
border: none;
color: #fff;
}
.col1-interior, .col2-interior {
width: auto;
margin: 0 auto;
float: none;
}*/


.map {
  max-width: 100%;
  float: none;
  margin: 0 auto;
}








/* ---------------- New Styles -------------*/

.search-title {
  margin-top: 30px;
  display: block;
}

.search-title #SolrFieldsContainer #form-search-input {
  border: 1px solid #909090;
  padding-left: 5px;
}

.small-top-margin {
  margin-top: -8px;
}



/* --------------- Find A School App --------------*/

..ui-widget-content .search-box {
  background-color: #0076BD;
}

.col-1-2 {
  width: 47%;
  margin: 10px 0;
  padding: 0;
}

.col-right-padding {
  padding-right: 20px;
}

.blue-gray-box-content.search {
  border: none;
  background: none;
}

.blue-gray-box-content.search form {
  text-align: left;
  margin: 30px 0 20px 0 !important;
}

.blue-gray-box-content.search input:first-child {
  padding-left: 10px;
  height: 33px;
}

.blue-gray-box-content.search {
}

.blue-gray-box-content.search input[type="checkbox"] {
  margin-top: -5px;
  margin-right: 5px;
}

