/*============================================
 * Skinny Tablet Stylesheet (700px- 850px wide)
 * Project:  North American
 * Table of Contents
 *  ^Layout
 *  ^Header
 *  ^Primary Nav
 *  ^Secondary Nav
 *  ^Sidebar
 *  ^Breadcrumbs
 *  ^Footer
 *  ^Home page
 * ============================================ */
/* ^Layout ===================================== */

@media only screen and (max-width : 850px){
.container {
  padding-left: 30px;
  padding-right: 30px; }

.primary-copy {
  padding: 45px 0 0 0;
  right: 0;
  width: 72%; }

.page-header {
  width: 100%; }

.picture-background .bg {
  height: 100%;
  width: auto; }

.contact-container .sidebar {
  padding-left: 0;
  padding-right: 0; }

/* ^Header ===================================== */
.logo {
  height: 75px;
  left: 20px;
  padding: 0 10px;
  width: 135px; }

a.phone, a.mob-hidden {
  color: #ffe5e5;
  height: 50px;
  left: 10px;
  letter-spacing: -1px;
  padding: 0 15px 0 160px;
  font: 20px/26px "Lexend-Regular", "Arial", sans-serif; }


  a.phone strong, a.mob-hidden strong {
    color: white;
    display: block;
    font: bold 16px/18px "Univers 45", "Arial", sans-serif;
    letter-spacing: 0;}

/* ^Primary Nav ===================================== */
.primary-nav {
  padding-left: 290px; }

/* ^Secondary Nav ===================================== */
.secondary-nav {
  left: 30px;
  position: absolute;
  top: 0; }

/* ^Footer Nav ===================================== */
.footer-nav {
  -moz-column-count: 2;
  -moz-column-gap: 22px;
  -webkit-column-count: 2;
  -webkit-column-gap: 22px;
  column-count: 2;
  column-gap: 22px;
  margin: 0;
  width: 100%; }

.footer-nav-group {
  margin: 0;
  width: 100%; }

/* ^Sidebar ===================================== */
.sidebar {
  position: relative;
  top: 0;
  width: 100%; }

.content-sidebar {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
  padding: 40px 15px;
  right: 0;
  width: 72%; }

.social-box {
  float: left;
  width: auto; }

/* ^Breadcrumbs ===================================== */
.page-header {
  width: 100%; }

.sidebar-header {
  right: auto; }

/* ^Icons ===================================== */
.icon {
  margin: 4px; }

/*^Footer ===================================== */
.secondary-phone-text {
  padding: 30px; }

.site-footer .container {
  padding: 0; }
.site-footer .footer-secondary {
  background: #004468;
  border-top: solid 1px #0073af;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.205);
  margin: 0 0 10px 0;
  position: relative;
  width: 100%; }
  .site-footer .footer-secondary:after {
    display: none; }
  .site-footer .footer-secondary a {
    display: inline;
    margin: 0 15px 0 0; }

/*^Home page ===================================== */
.home-form {
  margin-right: 15px;
  float: left;
  width: 60%; }

.home-form-tabs {
  width: 70%; }

.home-content {
  padding-left: 0;
  padding-right: 0; }
  .home-content .media li {
    margin-bottom: 30px;
    width: 50%; }
  .home-content .content-footer .testimonial {
    width: 50%; }
  .home-content .content-footer .social {
    width: 50%; }


#header-title
{
   display:none;
}

/*********blogs**************/
#search-container
{
    display: none;
}

}