﻿/*============================================
 * Master Stylesheet
 * Project:  North American
 * Table of Contents
 *  ^Layout
 *  ^Header
 *  ^Primary Nav
 *  ^Secondary Nav
 *  ^Tertiary Nav
 *  ^Footer Nav
 *  ^Breadcrumbs
 *  ^Sidebar
 *  ^Icons
 *  ^Footer
 *  ^Home page
 * ============================================ */
/* ^Helpers ===================================== */
.cf, .picture-background, .texture-background, .white-background, .home-form-tabs .ui-tabs-nav
{
    zoom: 1;
}
.cf:before, .picture-background:before, .texture-background:before, .white-background:before, .home-form-tabs .ui-tabs-nav:before, .cf:after, .picture-background:after, .texture-background:after, .white-background:after, .home-form-tabs .ui-tabs-nav:after
{
    content: "";
    display: table;
}
.cf:after, .picture-background:after, .texture-background:after, .white-background:after, .home-form-tabs .ui-tabs-nav:after
{
    clear: both;
}

.fr
{
    float: right;
}

.fl
{
    float: left;
}

/* ^Layout ===================================== */
body
{
    background: #00669b;
}

.container
{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1000px;
    top: 0px;
    left: 0px;
}
@media screen and (min-width: 1220px)
{
    .container
    {
        width: 1160px;
    }
}

/*
@media screen and (max-width: 600px)
{
    .mob-hidden
    {
        display: inline-block;
    }

    a.phone
    {
        display: none;
    }
}
  */
.mob-hidden
{
    display: none;
}

.mob-hidden2
{
    display: none;
}

article.primary-copy
{
    min-height: 515px;
}

.container .states
{
    font-size: 12px;
    float: left;
    display: block;
    width: 181px;
    padding-bottom: 12px;
    line-height: 200%;
    margin-left: 0px;
}

.container .states2
{
    font-size: 12px;
    float: left;
    display: block;
    width: 272px;
    padding-bottom: 12px;
    line-height: 200%;
    margin-left: 0px;
}

.container .states2 li
{
    background: url("/App_Theme/NorthAmerican/images/bullet-chk-mrk.gif") no-repeat left 4px;
    list-style: none;
    padding-left: 20px;
}

.container h2
{
    clear: both;
    padding-bottom: 12px;
}

.picture-background
{
    background: white;
    box-shadow: 0 1px 0 white;
    border-bottom: solid 1px #dddcdc;
    overflow: hidden;
    padding: 80px 0 70px;
    position: relative;
    width: 100%;
}
.picture-background *
{
    position: relative;
}
.picture-background .bg
{
    bottom: 0;
    height: auto;
    margin: 0;
    max-width: none;
    position: absolute;
    right: 0;
    width: 100%;
}
.picture-background:after
{
    background: rgba(255, 255, 255, 0.25);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.oldie .picture-background
{
    margin-bottom: -20px;
    top: -20px;
}

.texture-background
{
    background: #f2f2f2 url(../images/bg-body.jpg) repeat;
}

.white-background
{
    background: white;
}

.primary-content
{
    border-bottom: solid 1px #dddcdc;
    border-top: solid 1px #dddcdc;
    position: relative;
}

.primary-copy
{
    float: right;
    padding: 40px 0;
    position: relative;
    right: 26.5%;
    width: 47%;
}

.primary-copy #result
{
    clear: both;
}

.page-header
{
    float: left;
    width: 72%;
}

.contact-container
{
    width: 700px;
}
.contact-container .primary-copy
{
    float: left;
    right: auto;
    width: 60%;
}
.contact-container .sidebar
{
    width: 35%;
}

.RadSiteMap_Sitefinity .rsmLink, .RadSiteMap_Sitefinity .rsmTemplate
{
    font-family: "Univers 45" ,Arial,sans-serif;
}

.sfContentBlock h2.heading-on-right
{
    clear: none;
}

/* ^Header ===================================== */
/* Blue bar */
.site-header
{
    background-color: #004d77;
    background-image: -moz-linear-gradient(top, #005b8b, #004d77);
    background-image: -ms-linear-gradient(top, #005b8b, #004d77);
    background-image: -webkit-linear-gradient(top, #005b8b, #004d77);
    background-image: linear-gradient(top, #005b8b, #004d77);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #004468;
    height: 80px;
    position: relative;
    z-index: 2; /* White bar */ /* Red bar */
}
.site-header .container
{
    padding-right: 0;
}
.site-header:after
{
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.no-boxshadow .site-header:after
{
    border-bottom: solid 1px #d7d6d5;
}
.site-header:before
{
    background: #ff1a1a;
    border-bottom: solid 1px #660000;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}
.site-header .container
{
    position: relative;
    z-index: 1;
}

.logo
{
    -moz-transition: box-shadow 0.15s;
    -ms-transition: box-shadow 0.15s;
    -webkit-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
    background: white;
    border: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    display: block;
    height: 85px;
    left: -15px;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    width: 175px;
    z-index: 2;
}
.logo img
{
    box-shadow: none;
    height: auto;
    position: relative;
    width: 100%;
}
.logo:hover
{
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
    border: none;
}
.logo:active
{
    top: 10px;
}
.logo:active img
{
    top: 1px;
}
.no-boxshadow .logo
{
    border: solid 1px #d7d6d5;
    border-top: none;
    top: 9px;
}
.no-boxshadow .logo:hover
{
    border: solid 1px #c3c2c1;
    border-top: none;
}

a.phone, a.mob-hidden
{
    background-color: #ff1a1a;
    background-image: -moz-linear-gradient(top, #ff1a1a, #cc0000);
    background-image: -ms-linear-gradient(top, #ff1a1a, #cc0000);
    background-image: -webkit-linear-gradient(top, #ff1a1a, #cc0000);
    background-image: linear-gradient(top, #ff1a1a, #cc0000);
    border-radius: 0 0 2px 2px;
    border: solid 1px #660000;
    border-top: none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: default;
    font: 16px/40px "Arial Narrow" , "Arial" , sans-serif;
    left: -30px;
    height: 48px;
    padding: 0 10px 0 200px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    top: 19px;
    z-index: 1;
}
a.phone:hover, a.mob-hidden:hover
{
    border: solid 1px #660000;
    border-top: none;
    color: white;
}
a.phone:active, a.mob-hidden:active
{
    line-height: 42px;
    top: 19px;
}
a.phone strong, a.mob-hidden strong
{
    color: white;
    font: normal 29px/44px "Arial Narrow" , "Arial" , sans-serif;
    font-stretch: condensed;
}

ul.media p
{
    margin: 0;
}

div.repDetails h1
{
    color: #333333;
    font-size: 1.4em;
}

#page_content_C006_ErrorMsg, .ErrorMsg, .highlight
{
    color: #FF0000;
    font-weight: bold;
}

div.testimonials
{
    padding: 12px 12px 0px 12px;
    background: #FFC;
    border: 1px solid #D9D9D9;
    margin: 12px 0px;
}

.error-found
{
    min-height: 180px;
}

.relo-rage img
{
    width: 546px;
    margin-bottom: 10px;
}

.img-right
{
    float: right;
    margin-left: 15px;
    padding: 3px;
}

.img-left
{
    float: left;
    margin-right: 10px;
    padding: 3px;
}

.img-left img, .img-global img
{
    box-shadow: none;
}

.img-clear
{
    clear: both;
    display: block;
    padding-top: 12px;
}

a.btn-page-submit
{
    border: medium none;
}

.familytv-acceller img
{
    height: 235px;
    margin: 15px 8px 15px 0px;
}

.hungerLogo img
{
    box-shadow: none;
    float: left;
    width: 160px;
}

/* --------- n.Real Estate and Mortgage --------- */

#real-estate-mortgage-intro
{
    width: 554px;
    height: 317px;
    background: url(/App_Theme/NorthAmerican/images/household_moving/bg-real-estate-mortgage-intro.jpg) no-repeat bottom;
    background-size: 550px auto;
    margin-bottom: 12px;
    background-origin: padding-box;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#real-estate-mortgage-intro p#phone
{
    padding-left: 160px;
    padding-bottom: 40px;
    padding-top: 10px;
    font-size: 1.1em;
    color: #0C0;
    font-weight: bold;
}

#full-page #real-estate-mortgage h2
{
    color: #F00;
}

#real-estate-mortgage em
{
    font-size: 1.3em;
    line-height: 150%;
    font-family: "Times New Roman" , Times, serif;
}

#real-estate-mortgage div.testimonials
{
    padding: 12px 12px 0px 12px;
    background: #FFC;
    border: 1px solid #D9D9D9;
    margin: 12px 0px;
}

#real-estate-mortgage blockquote
{
    font-size: .8em;
    color: #333;
}

#real-estate-btm-phone
{
    font-size: 1.1em;
    color: #0C0;
    font-weight: bold;
}

.valued-invetory
{
    border-collapse: collapse;
    width: 392px;
    margin-bottom: 12px;
}

.valued-invetory th
{
    text-align: left;
    padding: 4px 0px 4px 8px;
    background: #00559E;
    color: #FFF;
}

.valued-invetory td
{
    padding: 4px 4px 4px 8px;
    border: 1px solid #CCC;
    font-weight: bold;
}

.valued-invetory td.no-border
{
    border-top: none;
    border-bottom: none;
}

.valued-invetory tr.altrow
{
    background: #E6E6E6;
}

.required
{
    color: #F00;
}

/* --------- l.Packing Calculator --------- */

#packing-calculator
{
    width: 545px;
    border-collapse: collapse;
    border: 1px solid #CCC;
    margin-bottom: 25px;
}

#packing-calculator th
{
    text-align: left;
    padding: 8px;
    color: #000;
    font-size: 1.2em;
}

#packing-calculator td
{
    padding-left: 16px;
    height: 20px;
}

#packing-calculator label
{
    font-weight: bold;
    padding: 6px 0px;
}

#packing-calculator input
{
    padding: 3px; /*border:1px solid #CCC */
}

#packing-calculator select
{
    padding: 3px;
    border: 1px solid #CCC;
    width: 150px;
}

#packing-calculator #packing-rooms th
{
    color: #F00;
    font-weight: bold;
    padding: 0px;
    font-size: 1em;
    height: 30px;
}

#packing-calculator #packing-rooms td
{
    padding-left: 12px;
    height: 20px;
}

#packing-calculator #packing-rooms label
{
    margin: 0px 5px;
}

#packing-calculator #packing-rooms input
{
    border: none;
}

#packing-calculator #packing-rooms select
{
    width: 45px;
}

#calculatorQuestions
{
    border: 1px solid #CCC;
    margin: 10px 0px 25px 0px;
    padding: 10px 10px 0px 10px;
    width: 342px;
    position: relative;
    top: 0px;
    left: 0px;
}

#calculatorQuestions legend, #calculatorResults legend, #calculatorRentBuyResults legend
{
    font-size: 1.2em;
    font-weight: bold;
    color: #21639F;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFF;
}

#calculatorQuestions input
{
    vertical-align: middle;
    border: #CCC 1px solid;
    padding: 2px 0px 4px 0px;
}

#calculatorQuestions label
{
    margin: 0px 0px 3px;
    padding: 3px 0px;
    cursor: hand;
}

#loanYears
{
    width: 110px;
    margin: 10px 0px 6px 83px;
}

#interestRate
{
    width: 110px;
    margin: 6px 4px 6px 71px;
}

#loanAmount
{
    width: 110px;
    margin: 6px 0px 6px 68px;
}

#annualTax
{
    width: 110px;
    margin: 6px 0px 6px 84px;
}

#annualInsurance
{
    width: 110px;
    margin: 6px 0px 6px 43px;
}

#desiredMortgage
{
    width: 110px;
    margin: 10px 0px 6px 42px;
}

#mortgageYears
{
    width: 110px;
    margin: 6px 0px 6px 39px;
}

#mortgageInterestRate
{
    width: 110px;
    margin: 6px 4px 6px 8px;
}

#annualPropertyTaxes
{
    width: 110px;
    margin: 6px 0px 6px 14px;
}

#monthlyDebt
{
    width: 110px;
    margin: 6px 0px 6px 30px;
}

.rentalPayment
{
    width: 90px;
    margin: 10px 0px 6px 25px;
}

.purchasePrice
{
    width: 90px;
    margin: 6px 0px 6px 4px;
}

.downPayment
{
    width: 90px;
    margin: 6px 0px 6px 10px;
}

.mortgageInterestRate
{
    width: 90px;
    margin: 6px 0px 6px 38px;
}

.keepHome
{
    width: 90px;
    margin: 6px 4px 6px 41px;
}

#sirva
{
    background: url(/App_Theme/NorthAmerican/images/logo-sirva.gif) no-repeat 215px 5px;
}

/* --------- h.Become an Agent --------- */

#agent-contact-info, #agent-qualifications
{
    width: 540px;
    border-collapse: collapse;
    border: 1px solid #CCC;
    margin-bottom: 25px;
}

#agent-contact-info th, #agent-qualifications th
{
    text-align: left;
    padding: 8px;
    color: #000;
    font-size: 1.2em;
}

#agent-contact-info td
{
    padding-left: 16px;
    height: 40px;
}

#agent-contact-info label, #agent-qualifications label
{
    display: block;
    font-weight: bold;
    padding: 6px 0px;
}

#agent-contact-info input
{
    padding: 3px;
    border: 1px solid #CCC;
    width: 230px;
}

#agent-contact-info select
{
    padding: 3px;
    border: 1px solid #CCC;
    width: 230px;
}

#agent-contact-info #company, #agent-contact-info #relo, #agent-contact-info #email
{
    width: 505px;
    padding: 3px;
    border: 1px solid #CCC;
}

#agent-contact-info #relo
{
    height: 200px;
}

#agent-contact-info #fax
{
    margin-bottom: 15px;
}

#agent-contact-info label#company
{
    margin-top: 5px;
}

/*---------------------------------------------------*/

/* --------- Qualifications --------- */

#agent-qualifications td
{
    padding-left: 16px;
    height: 40px;
}

#agent-qualifications #kindExperience
{
    width: 460px;
}

#agent-qualifications #ownTractor
{
    width: 360px;
}

#agent-qualifications td table td
{
    padding-left: 0px;
}

#agent-qualifications #product-line th
{
    color: #333;
    font-size: 1.1em;
    padding-left: 0px;
    padding-top: 0px;
}

#agent-qualifications input, #agent-qualifications textarea
{
    padding: 3px;
    border: 1px solid #CCC;
}

#page #agent-qualifications p
{
    padding: 8px 0px;
    display: block;
    font-size: 1.1em;
}

#agent-qualifications input.btn-page-submit
{
    border: none;
}

#agent-qualifications #ba_contractDate
{
    margin-left: 10px;
}

/* ---------------------------------- */

div.repDetails
{
    border: 1px solid #D9D9D9;
    padding: 8px;
    margin-bottom: 20px;
    line-height: 160%;
}

/* ---------------------------------- */

#tractor-straight-truck input
{
    width: 88px;
    margin: 0px 5px;
}

#affiliatedCarrier
{
    width: 450px;
    margin: 0px 5px;
}

/* ---------------------------------- */

/* ---------------------------------- */

#annual-interstate input
{
    width: 80px;
    margin: 0px 5px;
}

#military-represent input
{
    width: 480px;
    margin: 0px 5px;
}

/* ---------------------------------- */

#contractDate
{
    width: 160px;
    margin: 0px 5px;
}

#changingCarriers
{
    width: 500px;
}

#product-line label
{
    width: 270px;
}

#product-line input
{
    width: 230px;
}

/* --------- j.Find an Agent --------- */

#agent-finder
{
    width: 545px;
    border-collapse: collapse;
    border: 1px solid #CCC;
    margin-bottom: 25px;
}

#agent-finder th
{
    text-align: left;
    padding: 8px;
    color: #000;
    font-size: 1.2em;
}

#agent-finder td
{
    padding-left: 8px;
    height: 40px;
}

#agent-finder label
{
    display: block;
    font-weight: bold;
    padding: 6px 0px;
}

#agent-finder input.zip
{
    padding: 3px;
    border: 1px solid #CCC;
    width: 120px;
}

#agent-finder select
{
    padding: 3px;
    border: 1px solid #CCC;
}

#agent-finder a
{
    margin-right: 4px;
    cursor: pointer;
}

.btn-agent-submit
{
    margin-bottom: 8px;
    margin-right: 8px;
}

/* ------------Driver Opportunities---------------------- */

#contactTime
{
    margin-bottom: 15px;
}

/* -------------------------------------------------------- */

#page ol li
{
    background: none;
    padding-left: 0px;
    font-weight: bold;
    color: #F00;
}

#page ol li p
{
    font-weight: normal;
    color: #666;
    padding-bottom: 6px;
}

#page ol ol
{
    line-height: 200%;
    margin-left: 30px;
    padding-bottom: 0px;
}

#page ol ol li
{
    background: none;
    padding-left: 0px;
}

#page .mover-scam
{
    clear: none;
}

/* ---------------------------------- */

.btn-page-submit
{
    width: 114px;
    height: 37px;
    background: url(/App_Theme/NorthAmerican/images/other/btn-page-submit.jpg) no-repeat;
    display: block;
    margin: 10px 0px;
    border: none;
}

/* --------- d.Mover --------- */

.call-out
{
    padding: 12px 12px 0px 12px;
    background: #FFFFCD;
    border: #D9D9D9 1px solid;
    margin-bottom: 12px;
}

.call-out img
{
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
    margin-top: 5px;
    padding: 3px;
    border: #CCC 1px solid;
    background: #FFF;
}

#centerContent div.call-out h3.no-margin
{
    margin-top: 0px;
}

#page div.call-out ol li p.no-margin-bottom
{
    padding-bottom: 0px;
}

/* ==================== 1.Defaults ==================== */

.img-left-bdr
{
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
    margin-top: 5px;
    padding: 3px;
    border: #CCC 1px solid;
}

/* ^Primary Nav ===================================== */
.primary-nav
{
    border-right: solid 1px #004468;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05);
    list-style: none;
    margin-top: 20px;
    padding: 0 55px 0 470px;
    position: relative;
    float: right;
    width: 100%;
}

.primary-nav-item
{
    border-left: solid 1px #004468;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.33333%;
}

.primary-nav-link
{
    -moz-transition: background 0.15s, color 0.15s;
    -ms-transition: background 0.15s, color 0.15s;
    -webkit-transition: background 0.15s, color 0.15s;
    transition: background 0.15s, color 0.15s;
    border: none;
    color: #e7f7ff;
    display: block;
    font-size: 15px;
    line-height: 18px;
    height: 60px;
    padding: 20px 5%;
    text-align: center;
    top: 0;
}
.primary-nav-link:hover
{
    background: #00669b;
    color: white;
}
.primary-nav-link:active
{
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    color: white;
    padding-top: 21px;
    padding-bottom: 19px;
    top: 0;
}

.primary-nav-item-active .primary-nav-link
{
    background: #004468;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    color: white;
}

.primary-nav-toggle
{
    display: none;
}

.primary-nav-search
{
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
.primary-nav-search .primary-nav-link
{
    overflow: hidden;
    position: relative;
    text-indent: 200%;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}
.primary-nav-search .primary-nav-link i
{
    background: url(../images/sprite.png) -171px -18px no-repeat;
    display: block;
    height: 18px;
    left: 50%;
    margin: -9px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.backgroundsize .primary-nav-search .primary-nav-link i
{
    -moz-background-size: 683px 54px;
    -ms-background-size: 683px 54px;
    -webkit-background-size: 683px 54px;
    background-size: 683px 54px;
    background-image: url(../images/sprite-2x.png);
}
.primary-nav-search .primary-nav-link:hover i
{
    background-position: -199px -18px;
}
.primary-nav-search .primary-nav-link:active i
{
    margin-top: -8px;
}
.primary-nav-search .toggled
{
    background: #00669b;
    box-shadow: 0 -1px 3px -1 rgba(0, 0, 0, 0.25);
}
.primary-nav-search .toggled + .primary-nav-search-box
{
    display: block;
}

.primary-nav-search-box
{
    background: #00669b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border: solid 1px #004468;
    display: none;
    top: 90%;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: -1px;
    width: 300px;
}
.primary-nav-search-box .search-input
{
    float: left;
    width: 75%;
}
.primary-nav-search-box .btn-search
{
    float: right;
    text-align: center;
    width: 20%;
}

/* ^Secondary Nav ===================================== */
.tier-2 li
{
    list-style: none;
    margin: 0 0 0 35px;
}

.tier-2 a
{
    display: block;
    padding: 5px 0 0;
    transition: color 0.15s ease 0s, background 0.15s ease 0s;
    border: none;
    text-decoration: none;
}
.secondary-nav
{
    border-bottom: solid 1px #dddcdc;
    float: left;
    font: 15px/20px "Univers 45" , "Arial" , sans-serif;
    list-style: none;
    padding-top: 43px;
    width: 22%;
}

.secondary-nav-item
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.secondary-nav-link
{
    -moz-transition: color 0.15s, background 0.15s;
    -ms-transition: color 0.15s, background 0.15s;
    -webkit-transition: color 0.15s, background 0.15s;
    transition: color 0.15s, background 0.15s;
    border: none;
    border-top: solid 1px #dddcdc;
    display: block;
    padding: 15px;
}
.secondary-nav-link:hover
{
    background: #f2f2f2;
    border: none;
    border-top: solid 1px #dddcdc;
}

.secondary-nav-item-active
{
    background: #f2f2f2;
    border-top: solid 1px white;
    text-shadow: 0 1px 0 white;
}
.secondary-nav-item-active .secondary-nav-link
{
    color: #c8000e;
    font-family: "Lexend-Regular";
}

/* ^Tertiary Nav ===================================== */
.tertiary-nav
{
    padding: 0 0 15px 0;
    list-style: none;
}

.tertiary-nav-item
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tertiary-nav-link
{
    -moz-transition: color 0.15s, background 0.15s;
    -ms-transition: color 0.15s, background 0.15s;
    -webkit-transition: color 0.15s, background 0.15s;
    transition: color 0.15s, background 0.15s;
    border: none;
    display: block;
    font-size: 14px;
    padding: 5px 15px 5px 30px;
}
.tertiary-nav-link:hover
{
    background: white;
    border-bottom: none;
}

.tertiary-nav-item-active .tertiary-nav-link
{
    color: #c8000e;
    font-family: "Lexend-Regular";
}

/* ^Footer Nav ===================================== */
.footer-nav
{
    float: left;
    width: 78%;
}

.footer-nav-group
{
    float: left;
    list-style: none;
    padding: 15px 0;
    width: 25%;
}

.footer-nav-title
{
    color: #9bddff;
    font: 13px/15px "Lexend-Regular" , "Arial" , sans-serif;
    list-style: none;
    margin: 0;
    padding: 10px 30px;
}

.footer-nav-item
{
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.footer-nav-link
{
    -moz-transition: background 0.15s;
    -ms-transition: background 0.15s;
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
    background: #00669b;
    border-top: solid 1px #005987;
    border-bottom: none;
    box-shadow: inset 0 1px #0073af;
    color: white;
    display: block;
    font-size: 14px;
    padding: 10px 30px 10px 15px;
    position: relative;
}
.footer-nav-link:hover
{
    background: #005f91;
    border-bottom: none;
    color: white;
}
.footer-nav-link:active
{
    background: #005987;
}
.footer-nav-link:after
{
    content: "›";
    display: block;
    float: right;
    font: 26px/26px "Univers 45" , "Arial" , sans-serif;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.no-boxshadow .footer-nav-link:before
{
    background: #0073af;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* ^Breadcrumbs ===================================== */
.breadcrumbs
{
    list-style: none;
    margin: 0 0 5px 0;
    padding: 40px 0 0 0;
    overflow: hidden;
    text-shadow: 0 1px 0 white;
}
.oldie .breadcrumbs
{
    margin-top: -15px;
}

.breadcrumb-item
{
    display: inline;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 8px;
}
.breadcrumb-item:before
{
    color: #9b9997;
    content: "/";
    display: inline;
    margin-right: 10px;
}
.breadcrumb-item:first-child
{
    padding-left: 0;
}
.breadcrumb-item:first-child:before
{
    display: none;
}

.breadcrumb-link
{
    border: none;
    color: #9b9997;
}
.breadcrumb-link:hover
{
    border-bottom: solid 1px;
    color: #00669b;
}

.breadcrumb-item-end
{
    color: #4a4744;
}

/* ^Sidebar ===================================== */
.sidebar
{
    float: right;
    position: absolute;
    right: 0;
    top: 40px;
    width: 22%;
}

.box
{
    background-color: white;
    background-image: -moz-linear-gradient(top, white 50%, #f9f9f9);
    background-image: -ms-linear-gradient(top, white 50%, #f9f9f9);
    background-image: -webkit-linear-gradient(top, white 50%, #f9f9f9);
    background-image: linear-gradient(top, white 50%, #f9f9f9);
    border: solid 1px #d7d6d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    width: 100%;
}
.box:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box-title
{
    color: #c8000e;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px 0;
    padding: 0;
}

.box-body
{
    padding: 15px;
}

.testimonial-box
{
    padding: 15px;
}
.testimonial-box p
{
    font-size: 13px;
}
.testimonial-box cite
{
    font-size: 13px;
    font-style: normal;
}

p.testimonial-body
{
    font: italic 14px/22px "Georgia" , serif;
    margin: 0 0 10px 0;
}

.banner-box
{
    padding: 0;
}

.banner-title
{
    background: #ff3333;
    color: white;
    padding: 10px 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

a.banner-link
{
    border: none;
    display: block;
}
a.banner-link img
{
    box-shadow: none;
    float: left;
    margin: 0;
    padding: 0;
}

.social-box
{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.5);
    float: right;
    opacity: 0.9;
    padding: 10px;
}

.box-phone p
{
    margin: 0 0 10px 0;
}

.box-phone-title
{
    margin: 0;
}

/* ^Icons ===================================== */
.icon
{
    -moz-transition: opacity 0.15s;
    -ms-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    background: white url(../images/sprite.png) 0 0 no-repeat;
    border: none;
    display: block;
    float: left;
    height: 30px;
    margin: 8px;
    opacity: 0.9;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
}
.backgroundsize .icon
{
    -moz-background-size: 683px 54px;
    -ms-background-size: 683px 54px;
    -webkit-background-size: 683px 54px;
    background-size: 683px 54px;
    background-image: url(../images/sprite-2x.png);
}
.icon:hover
{
    opacity: 1;
}

.icon-pintrest
{
    background-position: -561px -13px;
}

.icon-facebook
{
    background-position: -598px -13px;
}

.icon-youtube
{
    background-position: -414px -13px;
}

.icon-linkedin
{
    background-position: -378px -13px;
}

.icon-rss
{
    background-position: -451px -13px;
}

.icon-google
{
    background-position: -525px -13px;
}

.icon-twitter
{
    background-position: -488px -13px;
}

.badges
{
    margin: 0;
    padding: 15px 0 0 0;
}

.badge-item
{
    background: url(../images/sprite.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 60px;
}
.backgroundsize .badge-item
{
    -moz-background-size: 683px 54px;
    -ms-background-size: 683px 54px;
    -webkit-background-size: 683px 54px;
    background-size: 683px 54px;
    background-image: url(../images/sprite-2x.png);
}

.badge-amsa
{
    background-position: -2px 0;
}

.badge-promover
{
    background-position: -62px 0;
}

.badge-bbb
{
    background-position: -132px 0;
    width: 30px;
}

/*^Footer ===================================== */
.secondary-phone
{
    position: relative;
}
.secondary-phone:after
{
    background-color: #ff1a1a;
    background-image: -moz-linear-gradient(top, #ff1a1a, #cc0000);
    background-image: -ms-linear-gradient(top, #ff1a1a, #cc0000);
    background-image: -webkit-linear-gradient(top, #ff1a1a, #cc0000);
    background-image: linear-gradient(top, #ff1a1a, #cc0000);
    border-top: solid 1px #cc0000;
    box-shadow: 0 -1px 0 white;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    right: 0;
    width: 100%;
}

.secondary-phone-text
{
    color: #5e5b59;
    font: 16px/22px "Univers 45" , "Arial" , sans-serif;
    padding: 30px 0;
    text-shadow: 0 1px 0 white;
    text-align: center;
}
.secondary-phone-text a
{
    color: #00669b;
    font-family: "Lexend-Regular" , "Arial" , sans-serif;
    font-weight: normal;
    border-bottom: none;
    cursor: default;
}

.site-footer
{
    border-top: solid 1px #990000;
    border-bottom: solid 1px #005987;
    box-shadow: 0 1px 0 #0073af;
    background: #00669b;
    color: #ceeeff;
    overflow: hidden;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.site-footer .footer-secondary
{
    float: right;
    font-size: 13px;
    line-height: 18px;
    padding: 22px 0 30px 30px;
    position: relative;
    width: 22%;
}
.site-footer .footer-secondary *
{
    position: relative;
    z-index: 2;
}
.site-footer .footer-secondary a
{
    border: none;
    color: #9bddff;
    display: inline-block;
    margin-right: 100%;
    margin-bottom: 4px;
}
.site-footer .footer-secondary a:hover
{
    color: white;
}
.site-footer .footer-secondary:after
{
    background: #004468;
    border-left: solid 1px #0073af;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
    content: "";
    display: block;
    height: 300%;
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    z-index: 1;
}

/*^Home page ===================================== */
.no-rgba .home-form .form-group
{
    background: #004468;
    border: solid 1px #004468, 20%;
}

.home-form, .home-banner
{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 0 5px rgba(255, 255, 255, 0.25);
}

.home-form
{
    margin-right: 30px;
    float: left;
    width: 55%;
}
.home-form .interior-form
{
    margin: 0;
}
.home-form .interior-form .input-label
{
    color: #ceeeff;
}
.home-form .interior-form .form-title
{
    border: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font: 18px/20px "Lexend-Regular" , Arial, sans-serif;
    margin: 0;
    padding-bottom: 0;
}
.home-form .interior-form .form-group
{
    background-color: rgba(0, 68, 104, 0.96);
}

.home-form .interior-form .form-title .tab1
{
    border: 1px solid red;
    color: white;
}

.home-form .interior-form .form-title .tab2
{
    border: 1px solid green;
    color: white;
}

.home-form-tabs
{
    background-color: rgba(0, 68, 104, 0.6);
    height: 150px;
    overflow: hidden;
}
.no-rgba .home-form-tabs
{
    background-color: #00344e;
}
.home-form-tabs .ui-tabs-nav
{
    float: left;
    list-style: none;
    margin: 0 0 -2px 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
.home-form-tabs .ui-tabs-nav .ui-state-default
{
    list-style: none;
    margin: 0;
}
.home-form-tabs .ui-tabs-nav .ui-state-default a
{
    border: none;
    color: #d7d6d5;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
}
.home-form-tabs .ui-tabs-nav .ui-state-default a:hover
{
    border: none;
    color: white;
}
.home-form-tabs .ui-tabs-nav .ui-state-active
{
    background-color: #004468;
}
.home-form-tabs .ui-tabs-nav .ui-state-active a, .home-form-tabs .ui-tabs-nav .ui-state-active a:hover, .home-form-tabs .ui-tabs-nav .ui-state-active a:active
{
    color: white;
    cursor: default;
}
.home-form-tabs .form-group
{
    background-color: #004468;
}
.home-form-tabs .tab
{
    background-color: #004468;
    float: left;
    width: 100%;
    padding-bottom: 25px;
    z-index: 3;
}
.home-form-tabs .form-tab-nav
{
    float: left;
    width: 70%;
}
.home-form-tabs .offer-tab-nav
{
    float: right;
    text-align: center;
    width: 30%;
}
.home-form-tabs .offer-tab
{
    text-align: center;
}
.home-form-tabs img
{
    margin: 0;
    text-align: center;
}

.home-banner
{
    float: left;
    width: 220px;
}
.home-banner .box
{
    border: none;
}
.home-banner .banner-title
{
    margin: 0;
}
.home-banner .banner-box
{
    margin: 0;
    padding: 0;
}

.home-content
{
    background: white;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    margin: -30px auto 15px;
    padding: 30px 0;
}
.home-content .content-title, .home-content .content-intro
{
    padding-left: 30px;
    padding-right: 30px;
}
.home-content .content-footer
{
    overflow: hidden;
    padding: 0 30px;
}
.home-content .content-footer .testimonial
{
    float: left;
    padding-right: 15px;
    width: 75%;
}
.home-content .content-footer .testimonial-body
{
    font: italic 16px/25px "Georgia" , serif;
}
.home-content .content-footer .social
{
    float: right;
    padding-left: 25px;
    width: 25%;
}
.no-boxshadow .home-content
{
    border: solid 1px #d7d6d5;
}

.media img
{
    margin: 0px 0px 22px 0px;
}

.home-content .media
{
    list-style: none;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
}
.home-content .media:before, .home-content .media:after
{
    background: #d7d6d5;
    content: "";
    height: 1px;
    font-size: 0px;
    left: 30px;
    line-height: 0px;
    right: 30px;
    position: absolute;
}
.home-content .media:before
{
    top: 0;
}
.home-content .media:after
{
    bottom: 0;
}
.home-content .media a
{
    border-bottom: solid 1px transparent;
    font-size: 16px;
    margin: 0 2px;
}
.home-content .media a:hover
{
    border-bottom: solid 1px;
}
.home-content .media p
{
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 0 2px;
}
.home-content .media li
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 15px;
    width: 25%;
}
.home-content .media li img
{
    background: #f2f2f2;
    display: block;
    height: auto;
    width: 100%;
}

.household-moving a.moving-videos
{
    border: none;
}

.bubble-arrow
{
    -moz-transform: rotate(45deg);
    margin-bottom: -4px;
    -webkit-margin-after: -1px;
}

.bubble-arrow1
{
    -moz-transform: rotate(45deg);
    margin-bottom: -4px;
    -webkit-margin-after: -1px;
}

.bubble-message
{
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.bubble-message1
{
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.laura-li ul
{
    width: 100%;
    margin-top: 12px;
}

.laura-li li
{
    float: left;
    list-style: none outside none;
    margin-right: 15px;
}

.laura-li a
{
    color: White;
    text-decoration: none;
    border: none;
}

/*********blogs**************/
#search-container
{
    display: block;
}

/*********New H1*************/
.newerH1
{
    color: #c8000e;
    letter-spacing: -1px;
    font-weight: normal;
    padding-bottom: 12px;
    clear: both;
    padding-left: 30px;
    padding-right: 30px;
    25px/30px "Univers 45",Arial,sans-serif
}