/*==[ Header ]================================================================*/
#header #search {
  position: absolute;
  top: 62px;
  right: 0;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #666666;
  width: 30%;
  height: 24px;
  white-space: nowrap;
  background-color: #F6F6F6;
  background-image: url('../images/breadcrumbs-background.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  cursor: default;
}
#header #search form {
  position: absolute;
  top: 2px;
  right: 20px;
  width: 190px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
  background-image: url('../images-www/search-background.png');
  background-repeat: no-repeat;
  background-position: right top;
}
#header #search #SearchStringLabel {
  display: none;
}
#header #search #SearchString {
  position: absolute;
  top: 2px;
  right: 20px;
  margin: 0 0 0 0;
  border: none;
  padding: 0 2px 0 2px;
  width: 165px;
  min-height: 16px;
  max-height: 26px;
  font-size: 1.2em;
  background-color: #FFFFFF;
}
#header #search #SearchSubmit {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0 0 0 0;
  border: none;
  padding: 16px 0 0 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #5E8FC9;
  background-image: url('../images-www/search-button.png');
  background-repeat: no-repeat;
}


/*==[ Navigation ]============================================================*/
#navigation #utilities ul li#utility_contact a {
  background-image: url('../images-www/utility-contact.png');
}
#navigation #utilities ul li#utility_learn a {
  background-image: url('../images-www/utility-learn.png');
}
#navigation #utilities ul li#utility_apply a {
  background-image: url('../images-www/utility-apply.png');
}


/*==[ Home Template ]=========================================================*/
.template_home #navigation #utilities ul li#utility_apply {
  position: static;
}
.template_home #navigation #utilities ul li#utility_contact,
.template_home #navigation #utilities ul li#utility_learn {
  display: block;
}


/*==[ Section Template ]======================================================*/
.template_section #navigation #utilities ul li#utility_apply {
  position: static;
}
.template_section #navigation #utilities ul li#utility_contact,
.template_section #navigation #utilities ul li#utility_learn {
  display: block;
}


/*==[ Text Template ]=========================================================*/
.template_text #banner {
  display: block;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: 2;
  width: 198px;
  height: 147px;
}
.template_text #navigation #utilities ul li#utility_contact,
.template_text #navigation #utilities ul li#utility_learn {
  display: none;
}
.template_text #navigation #utilities ul li#utility_apply {
  position: relative;
  top: 148px;
}


/*==[ Application Template ]==================================================*/
.template_application #banner {
  display: block;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: 2;
  width: 198px;
  height: 147px;
}
.template_application #navigation #utilities ul li#utility_contact,
.template_application #navigation #utilities ul li#utility_learn {
  display: none;
}
.template_application #navigation #utilities ul li#utility_apply {
  position: relative;
  top: 148px;
}


/*==[ Home Page Content ]=====================================================*/
.section_home #content #headline {
    background-image: url('../images/headline-home.png');
}
.page_home #content .craig_half {
    margin: 0 0 1em 0;
}
.page_home #content .craig_half p {
    margin: 0 0 1em 0;
}
.page_home #footer {
    position: absolute !important;
    top: 633px;
    bottom: 0;
    left: 0;
}
.page_home #banner {
    background-image: url('../images-www/banner-home.jpg');
    background-position: 0 0;
}
/*
@keyframes animate_banner {
      0% {background-position: 100% 0;}
     22% {background-position: 100% 0;}
     25% {background-position: 75% 0;}
     47% {background-position: 75% 0;}
     50% {background-position: 50% 0;}
     72% {background-position: 50% 0;}
     75% {background-position: 25% 0;}
     97% {background-position: 25% 0;}
    100% {background-position: 0 0;}
}
@-webkit-keyframes animate_banner {
      0% {background-position: 100% 0;}
     22% {background-position: 100% 0;}
     25% {background-position: 75% 0;}
     47% {background-position: 75% 0;}
     50% {background-position: 50% 0;}
     72% {background-position: 50% 0;}
     75% {background-position: 25% 0;}
     97% {background-position: 25% 0;}
    100% {background-position: 0 0;}
}
.page_home #banner {
    background-image: url('../images-www/banner-home.jpg');
    background-position: 0 0;
    animation-name: animate_banner;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    -webkit-animation-name: animate_banner;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
}
*/


/*==[ General Content ]=======================================================*/
#content table.www_personnel .col_title {
  width: 230px;
}
#content table.www_personnel .col_phone {
  width: 160px;
}


/*==[ Handheld and Small Screen Media Type ]==================================*/
@media handheld, only screen and (max-device-width: 480px) {

#header #skipto ul li#skipto_header {
  display: block;
}
#header #skipto ul li#skipto_header a {
  display: none;
}
#header #skipto ul li#skipto_search {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  width: 36px;
  height: 35px;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #29538B;
  background-color: #3366AA;
  background-image: url('../images/header-background-mobile.png');
  background-repeat: repeat-x;
}
#header #skipto ul li#skipto_search a {
  margin: 0 0 0 0;
  border-left: solid 1px #5E86BC;
  padding: 36px 0 0 0;
  display: block;
  width: 35px !important;
  height: 35px !important;
  background-image: url('../images-www/search-icon-mobile.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 6px 6px !important;
}
#header #search {
  display: none;
}
@-webkit-keyframes animate_search_mobile {
0% {left: 640px;}
100% {left: 0;}
}
.target_search #header #search {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0 0 0 0;
  border-top: none;
  border-bottom: none;
  padding: 0 0 0 0;
  width: 100%;
  height: 35px;
  overflow: hidden;
  background-color: #3366AA;
  background-image: url('../images/header-background-mobile.png');
  background-repeat: repeat-x;
  background-position: top left;
  -webkit-animation-name: animate_search_mobile;
  -webkit-animation-duration: .5s;
}
#header #search form {
  top: 0;
  right: 0;
  width: 100%;
  height: 35px;
  background-color: transparent;
  background-image: none !important;
}
#header #search #SearchStringLabel {
  display: none
}
#header #search #SearchStringLabel {
  display: none
}
#header #search #SearchString {
  position: absolute;
  top: 6px;
  right: 42px;
  left: 42px;
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
  width: auto;
  height: 19px;
  font-size: 150%;
}
#header #search #SearchSubmit {
  display: none;
}
#navigation #utilities ul li#utility_contact a {
  background-image: url('../images-www/utility-contact-mobile.png');
}
#navigation #utilities ul li#utility_learn a {
  background-image: url('../images-www/utility-learn-mobile.png');
}
#navigation #utilities ul li#utility_apply a {
  background-image: url('../images-www/utility-apply-mobile.png');
}
.page_home #banner {
  position: static !important;
  display: block !important;
  border: none;
  margin: 36px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 170px;
  background-size: auto 100%;
/*
  background-position: top center;
*/
}
.template_section #banner {
  position: static !important;
  display: block !important;
  border: none;
  margin: 36px 0 0 0;
  width: 100%;
  height: 150px;
  background-size: auto 100%;
}
.page_home #content {
  position: relative !important;
  top: 0;
}
.template_section #content {
  position: relative !important;
  top: 0;
}
.page_home #content .craig_half {
  margin: -15px 0 20px 0 !important;
}
.page_home #content .craig_half p:nth-of-type(2) {
  display: none;
}
.page_home #content #calendar_short {
  display: none;
}
#content ul.program li {
  margin: 5px 0 5px 0;
  padding: 0 0 0 0;
  width: 50%;
}
#content ul.program li a {
  width: auto;
}
#content ul.program li a .name,
#content ul.program li a .level {
  font-size: 75%;
}
.page_home #footer {
  display: block;
  position: static !important;
  border-top: solid 1px #5E86BC;
  width: auto !important;
  height: auto !important;
  font-size: 150%;
  background-color: #3366AA;
  background-image: none;
  font-family: 'gothic', 'verdana', 'arial', sans-serif;
}
.page_home #footer #resources {
  float: none !important;
  padding: 3px 0 5px 0;
  width: auto !important;
}
.page_home #footer #resources ul {
  width: auto !important;
  padding: 0 0 0 0;
}
.page_home #footer #resources ul li {
  margin: 0 0 0 0 !important;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
  margin: 0 0 0 0;
  background-image: none;
}
.page_home #footer #resources ul li a {
  width: auto !important;
  background-color: rgba(255, 255, 255, .08);
}
.template_home #footer #resources ul li a span.title {
  margin: 0 0 2px 0;
  font-weight: normal;
}
.page_home #footer #resources ul li a span.description {
  width: 100%;
  font-size: 75%
}
.page_home #footer #publications {
  float: none;
  clear: left;
  margin: 10px 0 20px 0;
  padding: 0 0 0 0;
  width: auto;
}
.page_home #footer #publications ul li a {
  padding: 5px 5px 5px 25px;
  width: auto;
  background-position: 5px 6px;
}
.page_home #footer #footer_links {
  display: none;
}

}


/*==[ Handheld and Small (<= 320px Wide) Screen Media Type ]==================*/
@media handheld, only screen and (max-device-width: 320px) {

.page_home #banner {
  height: 160px;
}

}


/*==[ Handheld and Small (<= 480px Height) Screen Media Type (4:3 iPhone) ]===*/
@media handheld, only screen and (max-device-width: 320px) and (max-device-height: 480px) {

.page_home #banner {
  height: 135px;
}

}


/*==[ Handheld and Small (<= 480px Wide) Screen Media Type in Portrait Mode ]=*/
@media handheld, only screen and (max-device-width: 480px) and (orientation: portrait) {

@-webkit-keyframes animate_search_mobile {
0% {left: 480px;}
100% {left: 0;}
}
.target_search #header #search {
  -webkit-animation-name: animate_search_mobile;
  -webkit-animation-duration: .5s;
}
.page_home #banner {
  height: 200px;
  background-image: url('../images-www/banner-home-mobile.jpg');
}
.template_section #banner {
  height: 96px;
}
#content ul.program li {
  width: 100%;
}
#content ul.program li a {
  width: auto;
}
#content ul.program li a .type,
#content ul.program li a .type {
  font-size: 90%;
}
.page_home #footer #resources ul li {
  float: none;
  margin: 0 0 0 0 !important;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto;
  margin: 0 0 0 0;
  background-image: none;
}
.page_home #footer #publications {
  margin: 10px 0 20px 0;
}

}


/*==[ Handheld and Small (<= 320px Wide) Screen Media Type in Portrait Mode ]=*/
@media handheld, only screen and (max-device-width: 320px) and (orientation: portrait) {
    .page_home #banner {
        height: 161px;
    }
    .template_section #banner {
      height: 90px;
    }
}


/*==[ iPhone 6 Portrait ]==*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .page_home #banner {
      height: 189px;
    }
}


/*==[ iPhone 6 Landscape ]==*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .page_home #banner {
      height: 188px;
    }
}


/*==[ iPhone 6+ Portrait ]==*/
@media only screen and (min-device-width: 414px)  and (max-device-width: 736px) and (orientation: portrait) {
    .page_home #banner {
        height: 208px;
    }
}


/*==[ iPhone 6+ Landscape ]==*/
@media only screen and (min-device-width: 414px)  and (max-device-width: 736px) and (orientation: landscape) {
    .page_home #banner {
      height: 207px;
    }
}


/*==[ Print Media Type ]======================================================*/
@media print {
    #header #search {
        display: none;
    }
}
