  /* Header Styles */
body {
/*  background: url(/wp-content/themes/hamilton-center/img/grey-bg.jpg);
 */ 
}
#header {
  background: #fff;
}
#top-bar {
}
.logo {
  margin-bottom: 20px;
}
.menu {
  list-style: none;
  margin: 0;

}
.menu li {
  padding: 10px 20px;
  display: inline-block;
}
.menu li a {
  color: #fff313;
}
.menu li a:hover {
  color: #fff;
}

/* Dropdown Styles */

ul.menu li ul {
  z-index: 999999999;
  padding: 0 20px;
  position: absolute;
  background: #0C4596 !important; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  -transition: visibility 0.2s;
  margin: 0;
}
ul.menu li ul li { 
  padding: 10px 0 !important;
  background: #0C4596 !important; 
  display: block; 
  color: #6e0613 !important;
  width: 100%;
}
ul.menu li ul li:hover { background: #666; }
ul.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.menu li ul li a {
  color: #fff;
}


.menu-row {
  background: #093574;
  padding: 10px 0;
}
.header-text {
  font-size: 36px;
  text-align: right;
  padding: 0;
  margin: 20px 0 0 0;
  color: #093574;
}
.header-cta {
  font-size: 26px;
  text-align: right;
  color: #093574;
}
.header-cta span {
  color: #F26634;
}
.header-cta span a{
  color: #F26634;
}
.social-icons {
  list-style: none;
  float: right;
  margin: 0;

}
.social-icons li {
  float: left;
  padding: 0 20px 0 0;
}



/* °µÍøTV.scss */

/* Welcome Styles */
#welcome {
  padding: 30px 0;
  background: url(/wp-content/themes/hamilton-center/img/home-section-1-bg.jpg);
  color: #fff;
}
#welcome h1 {
  margin-top: 12px;
  font-size: 2.05rem;
  text-decoration: underline;
  color: #fff;
}
#services {
  margin-top: 60px;
}

/* Assessment Styles */
#assessment {
  margin-top: -15px;
  padding: 30px 0;
  background: url(/wp-content/themes/hamilton-center/img/assessment-bg.jpg);
  background-size: cover;
  color: #fff;
}
#assessment h2 {
  color: #fff;
  margin-top: 50px;
  text-decoration: underline;
}
#assessment .button {
  background: #fff300;
  color: #093574;
  border-radius: 10px;
  font-weight: bold;
}

#assessment2 {
  margin-top: -15px;
  padding: 30px 0;
  background:#f26634;
  background-size: cover;
  color: #fff;
}
#assessment2 h2 {
  color: #fff;
  margin-top: 50px;
  text-decoration: underline;
}
#assessment2 .button {
  background: #fff300;
  color: #093574;
  border-radius: 10px;
  font-weight: bold;
}

/* News Styles */
#news {
  padding: 30px 0;
}
#news {
  padding: 30px 0;
}
#news hr {
  margin: 5px 0 18px;
}
#news h4 {
  font-size: 18px;
}
.news-header {
  width: 100%;
  background: #F26634;
  text-align: center;
}
.news-section {
  border: 2px solid #093574;
  box-shadow: 2px 2px 5px #ccc;
}
.news-header h3{
  color: #fff;
  margin: 0;
}
.news-content {
padding: 30px 30px 0;
background: #fff;
text-align: left;
}
.news-content p {
  margin: 0;
  padding: 0;
}

.home-button:hover {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
  margin-top: 10px;
}

/* Events Styles */
.events-header {
  width: 100%;
  background: #F26634;
  text-align: center;
}
.events-section {
  border: 2px solid #093574;
  box-shadow: 2px 2px 5px #ccc;
}
.events-header h3{
  color: #fff;
  margin: 0;
}
.events-content {
background: #fff;
}
.events-content .no-events{
  padding: 30px;
  text-align: center;
}

/* Footer Styles */
#footer {
  padding: 30px 0;
  border-top: 2px solid #093574;
  background: url("/wp-content/themes/hamilton-center/img/footer-bg.png") bottom center no-repeat #fff;
  background-size: 100% auto;
  margin-top: 50px;
}
#footer ul {
  list-style:none;
}
#footer ul li{
  width:50%;
  float:left;
}
.copyright {
  margin-top: 50px;
}






/* °µÍøTVpage Styles */
#hero img {
  width: 100%;
  border-bottom: 1px solid #000;
}
.section {
  padding: 30px 0;
}




/* Page Layout styles */
#page-hero img {
  margin:0 auto;
  display:block;
  width: 100%;
  border-bottom: 1px solid #000;
}


/* About Styles */
.emphasis-box {
  background-color: #093574;
  border: 2px solid #F26634;
}
.emphasis-title{
  font-size:24px;
  color: #fff313;
  margin:0px;
}
.content-box {
  border-left: 2px solid #F26634;
  border-right: 2px solid #F26634;
  border-bottom: 2px solid #F26634;
  padding:12px;
  background: #fff;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: center;
}
#annual-reports ul {
  list-style:none;
  width: 100%;
}
#annual-reports ul li {
  width: 33%;
  float: left;
  color:#F26634
}

/* Blog Page Styles */
.blog-post {
  margin-bottom: 30px !important;
}
.blog-title {
  color: #223068;
  font-weight: bold;
}
.blog-date {
  color: #223068;
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
}

.blog-snippet {
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}
.blog-link {
  color: #a7350f;
  font-size: 12px;
  margin: 0 0 30px 0;
  padding: 0;
}
.search-box {
  padding: 20px;
  text-align: center;
}
.search-box input{
  border-radius: 5px;
}
.search-box .button{
  background: #fff300;
  color: #223068;
  border: 2px solid #F26634;
  border-radius: 5px;
  padding: 10px 20px;
}
.categories-title {
  font-weight: bold;
  text-align: center;
  color: #fff300;
}
.categories-box {
  padding:  10px 20px;
}
.categories-box select {
  border-radius: 10px;
}

.paginator {
  list-style: none;
}
.paginator li{
  float: left;
  margin-right: 10px;
  padding: 10px 15px;
  background: #bfbfbf;
  border: 1px solid #223068;
  border-radius: 50%;
}
.paginator li.active{
  background: #a7350f;
  border: 1px solid #223068;
  border-radius: 50%;
}

/* Education Styles */
.aside-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}



/* Locations-a Styles */
#locations-a-hero {
  background-image:url('/wp-content/themes/hamilton-center/img/locations-a-hero.jpg');
  background-size:auto 100%;
  background-repeat:no-repeat;
  padding:160px 0px;
  margin:0 auto;
  display:block;
}
#over-hero {
  background:rgba(255,255,255,0.7);
}
#over-hero h1 {
  color:#F26634
}
#education-links ul li {
  float:left;
  width:100%;
  list-style: none;
}



/* Programs Styles */
#programs-text p, #blog-text p {
}

/* Locations-b Styles */
#locations-b-hero {
  background-image:url('/wp-content/themes/hamilton-center/img/locations-a-hero.jpg');
  background-size:auto 100%;
  background-repeat:no-repeat;
  padding:100px 0px;
  margin:0 auto;
  display:block;
}

/* Contact Page Styles */
.map-mural {
  width: 100% !important;
  max-width: 100%;
}
.bucket:hover {
}
#contact-hero img{
  border: 2px solid #000;
}
.caption {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: #F26634;
  position: absolute;
  bottom: 0;
  color: #fff;
  border: 2px solid #093574;
}
.hover-caption, .top-caption, .body-content {
  display: none;
}
.bucket:hover .hover-caption {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  color: #000;
  border: 2px solid #fcf101;
}
.bucket:hover .top-caption {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: #F26634;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border: 2px solid #093574;
  z-index: 99999999;
}
.bucket:hover .body-content {
  z-index: 100000000;
  display: block;
  color: #000;
  width: 100%;
  padding: 60px 20px 0;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.location-title {
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
}
.location-title a{
  color: #000;
}
.location-title a:hover{
  color: #093574;
}
.locations-holder {
  padding-top: 50px;
}
.locations-holder [class*="column"] + [class*="column"]:last-child {
float: left;
}
.map-mural [class*="column"] + [class*="column"]:last-child {
float: left !important;
}
.map-link img {
  border: 2px solid #093574;
}
.map-link img:hover {
  border: 2px solid #CA5917;
}
.sponsors {
  margin-top: 50px;
}

.blog-title {
  margin-top: 20px;
}

.orbit-bullets-container {
  position: absolute;
  bottom: 20px;
  right: 0;

}
.orbit-bullets {
  float: right;
  right: 20px;
  margin: 0;
  padding: 0
}
.orbit-container .orbit-slides-container img {
  width: 100%;
}
ol {
  margin: 0;
}
.education-programs {
  padding: 50px 0;
}
.map-holder {
  border: 2px solid #F26634;
}
.map-caption {
width: 100%;
background: #093574;
color: #fff;
padding: 5px;
font-size: 24px;
color: #fff313;
margin: 0px;
text-align: center;
}
.map-caption a{
font-size: 24px;
color: #fff313;
}
.locations-b-box {
  min-height: 150px;
}
.boxes-row {
  margin-top: -30px;
}
.provider-image {
  border-radius: 1000px;
  border: 2px solid #093574;
}
.button {
  background-color: #093574;
  border-radius: 5px;
}
.button:hover {
  background-color: #26579C;
}
a {
  color: #093574;
}
.date {
  font-size: 12px;
  float: left;
}
.link {
  font-size: 14px;
  float: right;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  background-color: rgba(256, 256, 256, 0.8);

}
.event-title {
  padding-left: 30px;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: bold;
}
.event-date {
  padding-left: 30px;
  display: inline-block;
  margin-top: 8px;
  float: left;
}
.event-details {
  width: 100%;
  margin-top: 20px;
}
.footer-icon {
  max-height: 40px;
}
#program-links ul li{
  width: 50%;
  float: left;
}
.wpcf7-submit {
  background-color: #093574;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 25px !important;
}
.post-list {
  padding: 20px 0;
}
.post-list h4{
  margin: 0;
}
.post-date {
  font-size: 13px;
}
.indywebco {
  text-align: right;
}
.sidebar-select {
  color: #093574;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 0px 2px 2px #333;
}
.category-button, .assessment-button, #searchsubmit {
  background: #fff300;
  border: solid #F26634 2px;
  color: #093574;
  border-radius: 10px;
  font-weight: bold;
  margin: 0;
}
.blog-container {
  margin: 20px 0;
}
.blog-search, .blog-categories {
  border: 2px solid #F26634;
  background: #093574;
  padding: 12px;
  color: #fff25e;
} 
#searchsubmit {
  padding: 6px 32px;
}
.sidebar-post-list {
  list-style: none;
  padding: 0;
  margin: 0;

}
.sidebar-post-list hr{
  margin: 10px 0;
}
.twitter-timeline-holder {
  margin-top: 20px;
}
#primary {
  margin-top: 20px;
  margin-bottom: 20px;
}


/** SCREENING TESTS PAGES **/

.screening-page{ background: #f2f2f2; position: relative; padding: 50px 0 100px; }
#loader{ text-align: center; }
#loader.hidden{ display: none; }
.screening-page .pagination{
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.screening-page .pagination .pager{
    background: #F26634;
    display: table-row;
}
.screening-page .pagination .item{
    width: auto;
    display: table-cell;
    background: #093574;
    height: 8px;
}
.screening-page .pagination .item.active{
    background: #F26634;
}

#screening-form{ display: none; }

#screening-tests .test .an{ background: #fff; line-height: 1; padding: 10px; margin-top: 15px; cursor: pointer; }
#screening-tests .test .an input[type="radio"]{ margin-bottom: 0; }
#screening-tests .test .an label{ font-size: 1.1rem; font-weight: 700; width: 100%; }
#screening-tests .test .an:hover, #screening-tests .test .an.active{ background: #F26634; color: #fff; }
#screening-tests .test .an:hover > label, #screening-tests .test .an.active > label{ color: #fff; }

input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:30px;
    height:19px; 
    display:inline-block;
    line-height:21px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:19px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label,
#screening-tests .test .an:hover > label.css-label{
    background-position: 0 -19px;
}
label.css-label {
    background-image:url(/wp-content/themes/hamilton-center/img/radiobox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.screening-page .testfooter{ 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    text-align: center; 
    background: #093574; 
    padding: 10px;
}
.screening-page .testfooter .prv{ display: inline-block; margin-right: 15px; }
.screening-page .testfooter .prv a{ 
    background: #fff;
    display: inline-block;
    color: #000;
    padding: 5px 10px;
}
.screening-page .testfooter .prv a .fa{ margin-right: 10px; }
.screening-page .testfooter .prgrs{ display: inline-block; color: #fff; font-weight: 700; }

.isa_error {
    margin: 10px 0px;
    padding:12px;
    color: #D8000C;
    background-color: #FFBABA;
}
.isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}