/* ------------- responsive css home -----------------------------*/
/* start of menu css */
/*@media screen and (max-width: 850px) {
    li.last {
        width: 120px;
    }
}*/
/*.sm.sm-blue > li:hover {
		    filter: brightness(90%);
		}*/
/* Menu items
    ===================*/
/*end of menu css*/
/* Note: Design for a max-width of 959px */
/* Education related website */
/* Note: Design for a width of 768px */
/*  #Mobile (Portrait)
================================================== */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px above*/
/* Note: Design for a width of 480px  and below*/
/* Note: Styling for billboard between 767px to 520px
** without billboard p description */
/* Note: Styling for billboard between 519px to 425px */
/* Note: Styling for billboard < 425px
** without billboard p description
** and read more button */
@media screen and (max-width: 767px) {
  .wrapper-banner {
    padding-top: 0px; }
  .billboard .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    display: none; }
  .billboard .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    display: none; }
  .search-bar-button {
    display: block;
    position: absolute;
    right: 60px;
    top: -60px;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    background: url(../images/common/search-bar-button-b.png) no-repeat scroll center center transparent; }
  .search-bar-button.active {
    background: url(../images/common/search-bar-button-w.png) no-repeat scroll center center #d52e2d; }
  .mobile-search-bar {
    position: absolute;
    top: 4px;
    width: 80%;
    min-width: 270px;
    background: #cccccc;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 20px 10px 10px; }
    .mobile-search-bar input[type="text"] {
      float: left;
      border: 1px solid #cccccc;
      color: #252525;
      padding: 9px 40px 9px 17px;
      background-color: #ffffff;
      position: relative;
      font-size: 1.167em;
      text-transform: capitalize;
      width: calc(100% - 60px); }
    .mobile-search-bar input[type="button"] {
      width: 45px;
      height: 36px;
      color: #ffffff;
      border: 0;
      font: 600 1.333em/1 'Titillium Web';
      background: url(../images/common/search-bar-button-b.png) no-repeat 50% 50%;
      text-indent: -999em;
      position: absolute;
      top: 20px;
      right: 10px;
      z-index: 3; }
  .mobile-menu-trigger {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 29px 28px 30px 20px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: -60px;
    right: 0;
    height: 1px;
    width: 12px; }
    .mobile-menu-trigger .strip {
      width: 20px;
      height: 3px;
      border-radius: 5px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      background: #000000;
      transition: -webkit-transform .3s;
      -webkit-transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .mobile-menu-trigger .strip::after {
        content: '';
        height: 3px;
        border-radius: 5px;
        width: 20px;
        background: #000000;
        position: absolute;
        top: -8px; }
      .mobile-menu-trigger .strip::before {
        content: '';
        height: 3px;
        border-radius: 5px;
        width: 20px;
        background: #000000;
        position: absolute;
        top: 8px; }
    .mobile-menu-trigger:hover {
      color: #fff; }
  .mobile-menu-trigger.active {
    background: none repeat scroll 0 0 #d52e2d; }
    .mobile-menu-trigger.active .strip {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg);
      background: #ffffff; }
      .mobile-menu-trigger.active .strip::before {
        top: 0;
        -webkit-transform: rotate(85deg);
        -ms-transform: rotate(85deg);
        transform: rotate(85deg);
        background: #ffffff; }
      .mobile-menu-trigger.active .strip::after {
        opacity: 0;
        background: #ffffff; }
  .sm.sm-blue > li {
    width: 270px; }
  .sm.sm-blue.mobile-menu-active {
    right: 0; }
    .sm.sm-blue.mobile-menu-active > li {
      width: 270px; }
      .sm.sm-blue.mobile-menu-active > li.contact-us {
        display: block; }
  .main-nav {
    border-bottom: 4px solid #f94342;
    margin: 0 -10px; }
  .sm-blue {
    background: transparent;
    position: relative;
    z-index: 9999;
    width: auto; }
    .sm-blue a {
      padding: 10px 5px 10px 30px !important;
      background: #bf2b2b !important;
      color: #fff !important;
      text-align: left; }
      .sm-blue a span.sub-arrow {
        border: 4px solid transparent;
        border-left-color: #FFF;
        -webkit-border-image: none;
        -o-border-image: none;
        border-image: none;
        content: "";
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        border-width: 4px;
        margin-top: -4px;
        height: 0;
        position: absolute;
        right: auto;
        top: 50%;
        width: 0;
        left: 25px; }
    .sm-blue ul {
      border: 0;
      padding: 0;
      background: #fff;
      border-radius: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 12em; }
      .sm-blue ul a {
        background: transparent !important;
        color: #333333 !important;
        text-shadow: none !important;
        border-left: 2px solid transparent; }
        .sm-blue ul a span.sub-arrow {
          border: 4px solid transparent;
          border-left-color: #FFF;
          -webkit-border-image: none;
          -o-border-image: none;
          border-image: none;
          content: "";
          border-style: solid;
          border-color: transparent transparent transparent #fff;
          border-width: 4px;
          margin-top: -4px;
          height: 0;
          position: absolute;
          right: auto;
          top: 50%;
          width: 0;
          left: 25px; }
        .sm-blue ul a:hover {
          background: none repeat scroll 0 0 #ccc !important;
          color: #fff !important; }
      .sm-blue ul ul {
        background: rgba(100, 100, 100, 0.1);
        border-radius: 0; }
        .sm-blue ul ul a {
          border-left: 8px solid transparent; }
        .sm-blue ul ul ul a {
          border-left: 24px solid transparent; }
        .sm-blue ul ul ul ul a {
          border-left: 32px solid transparent; }
        .sm-blue ul ul ul ul ul a {
          border-left: 40px solid transparent; }
      .sm-blue ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.05); }
        .sm-blue ul li:first-child {
          border-top: 0; }
      .sm-blue ul a.has-submenu {
        background: #fff !important;
        color: #333 !important; }
        .sm-blue ul a.has-submenu:hover {
          background: #bf2b2b !important;
          color: #fff !important; }
          .sm-blue ul a.has-submenu:hover span.sub-arrow {
            border-color: transparent transparent transparent #ffffff; }
      .sm-blue ul a.has-submenu.highlighted {
        border-color: transparent transparent transparent #fff;
        border-left: none; }
    .sm-blue a.current {
      background: #bf2b2b !important;
      color: #fff !important; }
    .sm-blue > li:last-child > a.highlighted {
      border-radius: 0; }
    .sm-blue > li:last-child > ul > li:last-child > a.highlighted {
      border-radius: 0; }
    .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
      border-radius: 0; }
    .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
      border-radius: 0; }
    .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
      border-radius: 0; }
    .sm-blue a.highlighted span.sub-arrow {
      border-color: #fff transparent transparent; }
    .sm-blue .sm-nowrap a span.sub-arrow {
      border-color: transparent transparent transparent #bf2b2b; }
    .sm-blue .sm-nowrap ul a span.sub-arrow {
      border-color: transparent transparent transparent #bf2b2b; }
    .sm-blue li {
      border-left: 0; }
  ul.sm-blue {
    position: fixed;
    right: -270px;
    max-height: 482px;
    margin-top: 4px;
    overflow: auto;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 270px;
    overflow-x: hidden; }
    ul.sm-blue ul {
      display: none;
      position: static !important;
      top: auto !important;
      left: auto !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
      width: auto !important;
      min-width: 0 !important;
      max-width: none !important;
      border-right: none; }
    ul.sm-blue > li {
      border-top: 1px solid #ffffff;
      float: none; }
      ul.sm-blue > li:first-child {
        border-top: none; }
      ul.sm-blue > li > a {
        white-space: normal; }
    ul.sm-blue ul.sm-nowrap > li > a {
      white-space: normal; }
    ul.sm-blue iframe {
      display: none; }
  .last a {
    padding-right: 63px; }
  .search-block {
    display: table;
    margin: auto; }
  .logoslider {
    padding: 25px 0; } }

@media only screen and (max-width: 959px) {
  #header .scheduled-maintenance {
    padding: 10px 40px 10px 33px; }
  .flex-direction-nav a {
    top: 54%; }
  .search-bar {
    height: 168px;
    margin-top: 35px;
    margin-bottom: -203px; }
    .search-bar .container .search-block {
      padding-left: 0; }
  .quicklink {
    background: url("../images/home/quick-link.png") no-repeat scroll -54px 0 rgba(0, 0, 0, 0);
    width: 240px; }
    .quicklink .content {
      height: 182px; }
  .search-box input[type="text"] {
    padding-left: 5px;
    width: 80%; }
  .news-block {
    float: left;
    width: 240px; }
    .news-block .content {
      padding: 17px 20px; }
  .video-block {
    float: left;
    width: 505px; }
    .video-block .content {
      padding: 17px 20px; }
      .video-block .content h3 > span {
        color: #cb3333; }
  .video-container h3 {
    margin: 6px 0;
    color: #cb3333; }
  .video-list a {
    margin-right: 12px;
    width: 107px;
    margin-left: 0; }
    .video-list a:last-child {
      display: block;
      margin-right: 0; }
    .video-list a img {
      width: 107px; }
  .news-category-block h3 {
    margin: 7px 0 10px; }
  .news-category-block p {
    margin: 10px 0 15px; }
  .billboard {
    height: auto;
    width: 100%;
    overflow: hidden; }
  .highlight {
    width: 748px;
    padding: 0; }
    .highlight .content .event h5 {
      font-size: 14px; }
    .highlight .content .event .timestamp .date {
      width: 50px; }
    .highlight .content h2 {
      margin: 10px 0; }
    .highlight .social-connect {
      padding: 20px 15px; }
  .social-connect-link a {
    display: block;
    float: left;
    margin: 0 6px 0 0; }
    .social-connect-link a:last-child {
      display: block;
      margin-right: 0; }
  .words-of-encouragement {
    float: left;
    padding-left: 20px; }
    .words-of-encouragement > h6 {
      width: 181px;
      padding-top: 5px; }
    .words-of-encouragement ul {
      float: left;
      list-style: none outside none;
      margin-top: 0; }
  .list-one li {
    width: 43%; }
  .feature-block {
    float: left;
    width: 422px; }
    .feature-block .content {
      padding: 30px 15px 10px; }
    .feature-block .featured-announcement .display-announcements {
      width: 35%; }
    .feature-block .featured-announcement .display-announcements.second {
      width: 60%; }
      .feature-block .featured-announcement .display-announcements.second img {
        bottom: 17px; }
  .container {
    width: 748px; }
  .feature-image-block .description {
    height: 125px; }
  .facebook-twitter-tab {
    min-height: 445px;
    width: 308px; }
  .logo-slider-wrapper {
    display: block; }
  .logoslider {
    width: calc(100% - 100px); }
  .mobile-element {
    display: none; }
  #footer {
    padding: 10px 0; }
    #footer .container > p {
      margin-bottom: 0; }
    #footer p {
      text-align: center; }
    #footer .top {
      display: block; }
      #footer .top .social-connect {
        text-align: center;
        margin-right: unset;
        padding: 0; }
        #footer .top .social-connect .social-connect-link {
          display: inline-block;
          margin: 0 auto; }
    #footer .bottom {
      display: block; }
  .copyright-info {
    float: none; }
    .copyright-info p {
      text-align: center;
      padding: 10px; }
  .footer-link-date {
    text-align: center;
    float: none; }
    .footer-link-date a {
      text-align: center; }
  .facebook-twitter-content {
    padding: 20px; }
    .facebook-twitter-content iframe {
      width: 265px !important;
      height: 390px !important; }
  .inner-banner {
    height: auto; }
  .faq-block {
    padding: 11px 10px 6px; }
  .social-connect .faq-block {
    margin-bottom: 7px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .billboard-description {
    right: 0px;
    width: 700px; }
    .billboard-description h2 {
      padding: 4px 0 0 90px; }
    .billboard-description p {
      width: 600px;
      padding: 4px 0 0 90px;
      word-wrap: break-word; }
  li.last {
    width: 158px; }
  .quicklink {
    background: url("../images/home/quick-link-large-background.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: cover; }
  .highlight .content .event .description {
    width: 58%; }
  .highlight .social-connect h2 {
    padding-bottom: 10px; }
  .sm-blue a:hover {
    margin-right: -3px; }
  .sm-blue a:focus {
    margin-right: -3px; }
  .sm-blue a:active {
    margin-right: -3px; }
  .sm-blue a.highlighted {
    margin-right: -3px; }
  .billboard .bx-wrapper .bx-viewport ul li img {
    height: 460px !important;
    width: 748px; }
  .feature-block {
    min-height: 481px; }
  .tab_container {
    min-height: 440px; }
  .words-of-encouragement h6 {
    padding: 10px 10px 20px 0; } }

@media only screen and (max-width: 767px) {
  .container {
    width: auto; }
  #header {
    padding-top: 0;
    background-color: #fff; }
    #header .scheduled-maintenance {
      display: none; }
  .scheduled-maintenance-mobile {
    display: block; }
  #logo {
    padding: 0; }
  .header-right {
    display: none; }
  .highlight {
    float: none;
    background-color: #ffffff;
    margin: 0;
    width: 100%; }
    .highlight h2 {
      padding: 10px 10px 0; }
    .highlight .content {
      border-bottom: none;
      height: auto;
      width: calc(100% - 20px);
      padding: 0 10px 10px;
      display: inline-block; }
      .highlight .content::after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both; }
      .highlight .content .event {
        width: 100%;
        margin-bottom: 10px; }
        .highlight .content .event .timestamp {
          text-align: left;
          width: 70px;
          border-right: 2px solid #BF2B2B; }
          .highlight .content .event .timestamp .date {
            font-size: 16px;
            float: left;
            width: auto;
            padding-right: 5px; }
          .highlight .content .event .timestamp .month {
            top: 0;
            font-size: 16px; }
        .highlight .content .event .description {
          padding: 0px 10px; }
          .highlight .content .event .description h5 {
            background: none;
            padding-left: 0; }
      .highlight .content .event + .event {
        margin-top: 5px; }
  .search-bar {
    margin-top: 0;
    display: block;
    width: 100%;
    position: relative;
    z-index: 2; }
    .search-bar .container .search-block {
      padding-top: 30px;
      padding-bottom: 20px; }
  .search-faq {
    padding-left: 0;
    padding-top: 0; }
    .search-faq .search-block label {
      display: none; }
  .search-block {
    float: none;
    position: relative; }
    .search-block input[type="text"] {
      margin-bottom: 10px;
      margin-left: 0;
      background-image: none;
      width: 298px; }
  .faq {
    background: none repeat scroll 0 0 #fff;
    display: block;
    float: none;
    margin: 0 -10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: -260px; }
    .faq a {
      float: none;
      background: url("../images/home/faq-arrow.png") no-repeat scroll 403px 22px transparent;
      padding-bottom: 10px;
      padding-top: 10px;
      text-align: center;
      display: block; }
  .quick-link-bigimg-wrapper {
    clear: both; }
  .words-of-encouragement {
    display: none; }
  .primary-block {
    border: none;
    background: none;
    margin: 0; }
  .feature-block {
    border: none;
    background: none; }
  .news-block {
    float: none;
    width: auto;
    border: none;
    background: none; }
  .top-block {
    margin: 0; }
  .secondary-block {
    display: none;
    margin: 0; }
  .wrapper-banner .container {
    padding: 0; }
  .billboard-wrapper {
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 2px; }
  .billboard {
    height: calc(0.6153846153846154*100vw) !important;
    width: 100% !important; }
    .billboard .bx-wrapper {
      height: calc(0.6153846153846154*100vw) !important;
      width: 100% !important; }
      .billboard .bx-wrapper .bx-viewport ul li img {
        height: calc(0.6153846153846154*100vw) !important;
        width: 100% !important; }
    .billboard .bx-viewport {
      height: calc(0.6153846153846154*100vw) !important;
      width: 100% !important; }
  .video-block {
    display: none; }
  .quicklink .content {
    padding-top: 22px; }
  .quicklink ul li {
    background-position: 0 5px;
    padding-left: 15px; }
  .social-share a {
    padding: 0 0; }
  #footer {
    border-top: 0;
    background: #ffffff;
    padding-top: 0; }
  ul.sm-blue a span.sub-arrow {
    display: block; }
  .show-shadow {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: auto; }
  .mobile-element {
    display: block; }
  .quicklink {
    background: none;
    width: 100%; }
    .quicklink .content {
      padding: 15px 0 10px 0; }
  .quick-link-bigimg-wrapper {
    background: url("../images/home/quick-link-large-background.png") repeat center;
    clear: both;
    position: relative; }
  .top-block {
    border: 0;
    background: none; }
  .search-bar {
    height: auto;
    float: left; }
  .primary-block {
    background: none; }
  .search-block input[type="submit"] {
    float: left;
    padding: 10px 35px 13px; }
  .faq a {
    background: url("../images/home/faq-arrow.png") no-repeat scroll 93% 22px transparent;
    padding-bottom: 10px; }
  .news-block .content {
    padding-top: 20px;
    padding-bottom: 10px;
    padding: 17px 0; }
  .video-block .content {
    padding-top: 20px;
    padding-bottom: 10px; }
  ul.sm-blue a span.sub-arrow {
    display: block !important; }
  .wrapper-banner {
    background: #ffffff; }
  #logo a img {
    width: 90px;
    margin: 10px 0;
    image-rendering: unset; } }

@media only screen and (max-width: 479px) {
  .container {
    width: auto; }
  .top-block {
    background: none;
    border: 0; }
  .primary-block {
    background: none;
    margin-top: 0; }
  .news-block .content {
    padding-top: 20px;
    padding-bottom: 10px;
    padding: 17px 0; }
    .news-block .content > h3 {
      margin: 0; }
  .video-block .content {
    padding-top: 20px;
    padding-bottom: 10px; }
  .mobile-element {
    display: block; }
  .quicklink {
    background: none;
    width: 100%; }
    .quicklink .content {
      padding: 10px 0 10px 0; }
  .quick-link-bigimg-wrapper {
    background: url("../images/home/quick-link-large-background.png") no-repeat center;
    background-size: cover; }
  .search-bar {
    height: 15px; }
  .faq a {
    float: none;
    background: #fff url("../images/home/faq-arrow.png") no-repeat scroll 93% 20px transparent;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    display: block; }
  .search-block input[type="text"] {
    margin-bottom: 10px;
    margin-left: 0;
    width: 176px; }
  .search-block input[type="submit"] {
    float: left;
    padding: 10px 20px 14px; }
  .wrapper-banner {
    background: #ffffff; }
  .contact-bar a {
    font: 600 14px/1 'Titillium Web';
    padding: 41px 4px 12px;
    width: 60px; }
  .news-category-block p {
    text-align: justify; }
  #logo a img {
    width: 90px;
    margin: 10px 0;
    image-rendering: unset; }
  #footer .ico-container {
    width: 25%; } }

@media only screen and (min-width: 360px) and (max-width: 478px) {
  .quick-link-bigimg-wrapper {
    background: url("../images/home/quick-link-large-background.png") no-repeat; }
  .contact-bar a {
    padding: 41px 8px 12px; }
  .highlight .content h5 {
    padding-right: 0; } }

@media only screen and (max-width: 360px) {
  .logoslider .bx-controls-direction a {
    top: 10px; } }

@media only screen and (max-width: 320px) {
  .container {
    width: auto; }
  .highlight .content h5 {
    padding-right: 0; }
  .search-bar {
    padding-top: 20px;
    height: auto;
    float: left;
    display: none; }
    .search-bar .container .search-block {
      padding-top: 0;
      padding-bottom: 7px; }
  .faq a {
    padding-top: 10px;
    background-position: 93% 22px; }
  .search-block input[type="submit"] {
    float: right; }
  .search-block input[type="text"] {
    width: 185px; }
  .footer-link-date a {
    display: inline-block; } }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) {
  .words-of-encouragement ul li {
    background: url("../images/common/bullet-round-red-retina.png") no-repeat 0 4px;
    background-size: 15px; }
  .call {
    background: url("../images/common/call.png") no-repeat 50% 28%;
    background-size: 33px; }
  .email {
    background: url("../images/common/email.png") no-repeat 50% 30%;
    background-size: 28px; }
  .address {
    background: url("../images/common/address.png") no-repeat 50% 27%;
    background-size: 19px; }
  .feedback {
    background: url("../images/common/feedback.png") no-repeat 50% 27%;
    background-size: 29px; }
  .faq a {
    background: #fff url("../images/home/faq-arrow-retina.png") 93% 50% no-repeat;
    background-size: 11px; } }

@media only screen and (-moz-min-device-pixel-ratio: 1.5) {
  .words-of-encouragement ul li {
    background: url("../images/common/bullet-round-red-retina.png") no-repeat 0 4px;
    background-size: 15px; }
  .call {
    background: url("../images/common/call.png") no-repeat 50% 28%;
    background-size: 33px; }
  .email {
    background: url("../images/common/email.png") no-repeat 50% 30%;
    background-size: 28px; }
  .address {
    background: url("../images/common/address.png") no-repeat 50% 27%;
    background-size: 19px; }
  .feedback {
    background: url("../images/common/feedback.png") no-repeat 50% 27%;
    background-size: 29px; }
  .faq a {
    background: #fff url("../images/home/faq-arrow-retina.png") 93% 50% no-repeat;
    background-size: 11px; } }

@media only screen and (-o-min-device-pixel-ratio: 3 / 2) {
  .words-of-encouragement ul li {
    background: url("../images/common/bullet-round-red-retina.png") no-repeat 0 4px;
    background-size: 15px; }
  .call {
    background: url("../images/common/call.png") no-repeat 50% 28%;
    background-size: 33px; }
  .email {
    background: url("../images/common/email.png") no-repeat 50% 30%;
    background-size: 28px; }
  .address {
    background: url("../images/common/address.png") no-repeat 50% 27%;
    background-size: 19px; }
  .feedback {
    background: url("../images/common/feedback.png") no-repeat 50% 27%;
    background-size: 29px; }
  .faq a {
    background: #fff url("../images/home/faq-arrow-retina.png") 93% 50% no-repeat;
    background-size: 11px; } }

@media only screen and (min-device-pixel-ratio: 1.5) {
  .words-of-encouragement ul li {
    background: url("../images/common/bullet-round-red-retina.png") no-repeat 0 4px;
    background-size: 15px; }
  .call {
    background: url("../images/common/call.png") no-repeat 50% 28%;
    background-size: 33px; }
  .email {
    background: url("../images/common/email.png") no-repeat 50% 30%;
    background-size: 28px; }
  .address {
    background: url("../images/common/address.png") no-repeat 50% 27%;
    background-size: 19px; }
  .feedback {
    background: url("../images/common/feedback.png") no-repeat 50% 27%;
    background-size: 29px; }
  .faq a {
    background: #fff url("../images/home/faq-arrow-retina.png") 93% 50% no-repeat;
    background-size: 11px; } }

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .billboard-description {
    width: 90%;
    min-width: 520px;
    min-height: 100px; }
    .billboard-description h2 {
      padding: 4px 0 0 65px;
      width: 80%;
      position: relative;
      top: 0;
      left: 20px; }
    .billboard-description p {
      padding-left: 85px; } }

@media only screen and (min-width: 425px) and (max-width: 519px) {
  .billboard-description {
    width: 90%;
    min-width: 320px;
    min-height: 88px; }
    .billboard-description h2 {
      padding: 4px 0 0 45px;
      width: 80%;
      position: relative;
      top: 0;
      left: 20px; }
    .billboard-description p {
      padding-left: 65px; } }

@media only screen and (max-width: 424px) {
  .billboard-description {
    width: 98%;
    min-width: 320px;
    height: 88px; }
    .billboard-description h2 {
      padding: 4px 0 0 30px;
      width: 80%;
      position: relative;
      top: 0;
      left: 20px;
      font-size: 1.45em;
      height: 50px; }
    .billboard-description p {
      display: none; } }

@media only screen and (min-width: 768px) {
  .mobile-search-bar {
    display: none !important; } }
