/* ======= Base Rules ======== */
/* ====== Fonts ======*/
@font-face {
    font-family: 'grotesk_fsbold';
    src: url('webfonts/groteskfs_bold_macroman/Grotesk-Bold-webfont.eot');
    src: url('webfonts/groteskfs_bold_macroman/Grotesk-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/groteskfs_bold_macroman/Grotesk-Bold-webfont.woff') format('woff'),
         url('webfonts/groteskfs_bold_macromank/Grotesk-Bold-webfont.ttf') format('truetype'),
         url('webfonts/groteskfs_bold_macromank/Grotesk-Bold-webfont.svg#grotesk_fsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'grotesk_fsregular';
    src: url('webfonts/groteskfs_Regular_macroman/Grotesk-Regular-webfont.eot');
    src: url('webfonts/groteskfs_Regular_macroman/Grotesk-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/groteskfs_Regular_macroman/Grotesk-Regular-webfont.woff') format('woff'),
         url('webfonts/groteskfs_Regular_macroman/Grotesk-Regular-webfont.ttf') format('truetype'),
         url('webfonts/groteskfs_Regular_macroman/Grotesk-Regular-webfont.svg#grotesk_fsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'groteskfs_light';
    src: url('webfonts/groteskfs_light_macroman/Grotesk-Light-webfont.eot');
    src: url('webfonts/groteskfs_light_macroman/Grotesk-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/groteskfs_light_macroman/Grotesk-Light-webfont.woff') format('woff'),
         url('webfonts/groteskfs_light_macroman/Grotesk-Light-webfontt.ttf') format('truetype'),
         url('webfonts/groteskfs_light_macroman/Grotesk-Light-webfont.svg#grotesk_fsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'groteskfs_lightcondensed';
    src: url('webfonts/groteskfs_lightcondensed_macroman/Grotesk-LightCondensed-webfont.eot');
    src: url('webfonts/groteskfs_lightcondensed_macroman/Grotesk-LightCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/groteskfs_lightcondensed_macroman/Grotesk-LightCondensed-webfont.woff') format('woff'),
         url('webfonts/groteskfs_lightcondensed_macroman/Grotesk-LightCondensed-webfontt.ttf') format('truetype'),
         url('webfonts/groteskfs_lightcondensed_macroman/Grotesk-LightCondensed-webfont.svg#grotesk_fsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    border: 0 solid #ccc;
    color: #478828;
    text-decoration: underline;
}
a:hover {
    border:none;
    color: #073e8a;
    text-decoration: underline;
}
a:active, a:focus {
    color: #0088CC;
}
a:visited {
    color: #2A6DA6;
}
a:focus {
    outline: none;
}
input[type="radio"],
input[type="checkbox"],
form{
    margin:0;
    vertical-align: top;
}

label { font-family: 'Arial'; line-height: 1rem;}
input:focus {outline: none;}
select:focus {outline: none;}

h1 {
    border-bottom: 1px solid #073e8a;
    color: #073e8a;
    font-family: "groteskfs_light", sans-serif;
    font-size: 29px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 5px;
}

h3 {
    color: #292929;
    font-family: "groteskfs_light", sans-serif;
    font-size: 21px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 5px;
}

h2{
    font-family: "groteskfs_light", sans-serif;
    color: #292929;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
}

h4{
    border-bottom: 1px solid #073e8a;
    font-family: "groteskfs_light", sans-serif;
    font-size: 22px;
    color: #073e8a;
    font-weight: 400;
    padding-bottom: 5px;
}

h5{
    font-family: "groteskfs_light", sans-serif;
    font-size: 20px;
    color: #292929;
    font-weight: 400;
}

h6{
    font-family: "groteskfs_light", sans-serif;
    font-size: 21px;
    color: #292929;
    font-weight: 400;
}

p {font-size: 14px;}

.left{float: left;}
.right{float: right;}

.leftMain .contentTitle.noSocial{
    float: none;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.contentRight a.orangeBtn,
.orangeBtn{
    background-color: #e9650f;
    border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
    color: #fff;
    display: table;
    margin-top: 5px;
    padding: 8px 20px;
    text-decoration: none;
}

.orangeBtn:visited{
    color: #fff;
}

.contentRight a.orangeBtn,
.itemContent a.orangeBtn
{
    color: #fff;
    display: inline-block;
}

.contentRight a.orangeBtn:hover,
.orangeBtnLrg:hover,
.orangeBtn:hover{
    background-color: #f98a41;
    color: #fff;
    text-decoration: none;
}

.orangeBtnLrg{
    background-color: #e9650f;
    border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
    color: #fff;
    display: inline-block;
    font-size: 2em;
    margin-top: 5px;
    padding: 10px 40px;
    white-space: nowrap;
}

.orangeBtnLrg:visited{
    color: #fff;
}

.centered {
   text-align: center;
    margin: auto;
    display: table;
    width: auto;
}

.highlight{
    background-color: #e8e4d9;
    border: 1px solid #c3c1bf;
    border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    display: block;
    margin: 20px;
    overflow: hidden;
    padding: 10px 20px;
}

.highlight ul{

    list-style-position:inside;
    padding: 0;
    margin-left: 0;
    margin-top:10px;
}

.highlight li{
    background-image: url('../img/bullet.png');
    background-position: 0 11px;
    background-repeat: no-repeat;
    border-top: 1px solid #908f8f;
    line-height: 16px;
    list-style-type: none;
    padding: 5px 0 5px 10px;
}

.highlight li:first-child{
    border-top: none;
}

.copy.highlight{
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    width: 38%;
}

.copy.highlight li:first-child{
    border-top: none;
}
.itemContent{
    clear:both;
    overflow: hidden;
}

.itemContent h2 {
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 10px;
}

.itemContent table {
max-width:700px;

}
.autoWidth {
    width: auto;
}

.none{
    list-style-type: none;
    padding: 0;
}

.none li{margin: 10px 0;}

.contentRight .none{margin-left:0;}
.alpha{margin-left: 0;}
.omega{margin-right: 0;}

.hideInDesktop {
    display: none;
}

label.error {
    float: none;
    color: red;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 0.5em;
    width: 100%;
    display: block;
}

/* ======= Layout Rules (all layouts)======== */

.footer{
    background-image: url("../img/footerBg.jpg");
    background-position: top center;
    border-top: 2px solid #b3b3b3;
    clear: both;
    height: auto;
    overflow: auto;
    padding:40px 0 47px;
    min-width: 986px;
}

.footLargeCol{
    float: left;
    margin: 0 0 0 29px;
    width: 271px;
}

.footSmallCol{
    float: left;
    margin: 0 0 0 35px;
    width: 143px;
}

.footSmallCol.first {margin-left: 0;}

.headerBackground {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    z-index: -100;
}

.headerBackgroundLeft {
    width: 50%;
    height: 95px;
    background-image: url("../img/headerBgLeftRepeat.png");
    background-repeat: repeat-x;
    display: inline-block;
}

.headerBackgroundRight {
    width: 50%;
    height: 95px;
    background-image: url("../img/headerBgRightRepeat.png");
    background-repeat: repeat-x;
    display: inline-block;
}

.header{
    background-image: url("../img/header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 95px;
    min-width: 986px;
}

.main{
    float: left;
    width: 777px;
    overflow: hidden;
}

.main h3{
    margin: 0;
}
.mainBody{
    background-image: url('../img/mainBodyBg.jpg');
    min-height: 600px;
    padding: 14px 0 4px;
    width: 980px;
    margin: auto;
}

.subFooter{
    background-image: url('../img/footer.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    border-top: 1px solid #777676;
    color: #fff;
    clear: both;
    font-size: 10px;
    height: 55px;
    text-align: center;
    min-width: 986px;
}

.wrapper{
    height: auto;
    margin: auto;
    overflow: auto;
    width: 980px;
}

.waysWrapper{
    clear: both;
    overflow: hidden;
    padding: 20px;
}

.wrapper.visible{
    overflow: visible;
}

.loneLogo {
    margin-top: 53px;
}

.leftMain.leftWire{
    width: 736px;
}


/*===== left nav ========*/

.leftNav {
    float: left;
    margin:4px 32px 0 0;
    min-height: 10px;
    width: 150px;
    border: 1px solid #c3c3c3;
    border-top: none;
    position: relative;
}

/*.leftNav a{color: #555;}*/

.leftNav h2 {
    font-family: "grotesk_fsregular", "sans-serf";
    background: #e2ddcf;
    color: #555;
    padding: 10px 0px 8px 10px;
    margin: 0;
}

.leftNav ul  {
    background-color: #fff;
    list-style: none;
    margin: 0;
}

.leftNav li {
    line-height: 18px;
    border-top: 1px solid #fff;
}

.leftNav li a {
    padding: 10px 24px 10px 10px;
    display: inline-block;
    width: 120px;
    text-decoration: none;
}

.leftNav li a:hover{
    text-decoration: underline;
}

/*.leftNav li a:hover {
    color: #464646;
}*/

.leftNav .hasSecondary{
    background-color: #073e8a;
    font-family: "grotesk_fsregular", "sans-serf";
}

.leftNav .hasSecondary > a{
    color: #fff;
    padding-right: 21px;
}

.leftNav .hasTertiary > a {
    width: 111px;
}

.secondaryLeftNav li {
    border-bottom: none;
    line-height: 15px;
    clear: both;
    overflow: hidden;
    position: relative;
    background-color: #e2ddcf;
}

.secondaryLeftNav li > a{
    color: #555;
}

.secondaryLeftNav li>a,
.hasTertiary.isClosed >a,
.tertiaryLeftNav li .linkWrapper > a {
    font-family: "grotesk_fslight",sans-serif;
    font-size: .9em;
    float: left;
    width: 120px;
    padding: 10px 0 10px 10px;
}

.secondaryLeftNav li a {
    width: 110px;
    padding: 10px 0 10px 20px;
    font-family: "grotesk_fsregular", "sans-serf";
}

.tertiaryLeftNav.leftTerMenu li a {
    width: 100px;
    padding: 10px 0 10px 30px;
}

.leftNav > ul > li > ul > li.hasTertiary.isOpen,
.leftNav > ul > li > ul > li > ul > li.hasTertiary.isOpen {background-color: #478828;}

.leftNav > ul > li > ul > li.hasTertiary.isOpen > div > a,
.leftNav > ul > li > ul > li > ul > li.hasTertiary.isOpen > div > a {color: #fff;}

/* .leftNav > ul > li > ul > li a {color: #555;} */

.leftNav > ul > li > ul > li > ul > li  {background-color: white;}

.linkWrapper{
    position: relative;
    overflow: hidden;
}

.linkWrapper > a {padding: 10px 0 10px 10px;}

.leftNav > ul > li > ul > li > ul > li.hasTertiary.isClosed > div > span,
.hasTertiary.isClosed .linkWrapper > span,
.hasTertiary.isClosed > ul > li.linkWrapper > span {
    background-image: url('../img/leftNavPlus.png');
    background-position: 95% 50% ;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    position: absolute;
    top: 27%;
    right: 10px;
    cursor: pointer;
}

.hasTertiary.isOpen .linkWrapper > span,
.hasTertiary.isOpen > ul >.hasTertiary.isOpen .linkWrapper > span{
    background-image: url('../img/leftNavMinus.png');
    background-position: 95% 50% ;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    position: absolute;
    top: 24%;
    right: 10px;
    cursor: pointer;
}
.hasTertiary.isClosed.isOpen > ul{display: block;}

.hasTertiary > ul > li {background-color: #fff;}

.hasTertiary > ul >li {border-top: 1px solid #ccc;}

.hasTertiary.isClosed > ul,
.isClosed .leftTerMenu,
.isClosed .leftSecMenu{display: none;}

.primaryLeftNav>li{background-color: #ebe8de;}


.leftNav li.isOpen .currentLocation a {
color: #59a90e;
}


/*===== layout one (two columns)========*/
.homeLeft{
    float: left;
    margin-right: 22px;
    width: 734px;
}

.leftMain{
    float: left;
    margin-right: 24px;
    padding-bottom: 40px;
    width: 559px;
}

.leftMain .contentTitle{
    border-bottom: 1px solid #073e8a;
    padding-bottom: 5px;
}
.main .contentTitle {
    display: block;
    border-bottom: 1px solid #073e8a;
    margin: 0 0 10px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
}

.main .contentTitle h1{
    background-image: none;
    border: none;
    display: block;
    float: left;
    margin: 0;
    padding-bottom: 0;
    width: 678px;
    font-size: 29px;
    line-height: 35px
}

.leftMain .contentTitle h1{
    background-image: none;
    border: none;
    display: block;
    float: left;
    margin: 0;
    padding-bottom: 0;
    width: 442px;
    color: #073e8a;
    font-family: "groteskfs_light", sans-serif;
    font-size: 29px;
    line-height: 30px;
}

.rightMain{
    border-top: 1px solid #043681;
    float: left;
    padding-bottom: 20px;
    width: 208px;
}


/* ======== layout two (three columns) ======*/

.twoThirds{
    float: left;
    padding-right: 36px;
    width: 459px;
}


.twoThirds a {
   text-decoration: underline;
}

.oneThird{
    float: left;
    width: 281px;
}

.oneThird a{
   text-decoration: underline;
}

.oneThird .content img{
    display: block;
    margin: auto;
    width: auto;
}
.rightMain.layout2{margin-top: 40px;}

/* ======== layout three (three columns) ======*/

.subcontent {margin-top: 40px;}
/*.subcontent a{text-decoration: underline;}*/
.subcontent .oneThird {margin-left: 44px;}

.leftMain .subcontent h3{
    background-image: none;
    font-family: "groteskfs_light", sans-serif;
    font-size: 22px;
    color: #073e8a;
}

.subcontent .oneThird.first {margin-left: 0;}

.leftMain .contentTitle{
    float: left;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
    width: 100%;
}

.intro {
    clear: both;
    margin: 10px 0 20px;
    float: left;
    width: 100%;
}

.relatedFaqContent{
    clear: both;
}

.rightMain.contentPage{
    margin: 40px 0 0;
}

/* ======= grid ======== */
.fifty{
    float: left;
    margin: 0 0 10px 0;
    width: 330px;
}

.fifty.alpha{
    background-image: url('../img/divider.png');
    background-repeat: no-repeat;
    background-position:right center;
    padding-right: 37px;
    margin-right: 37px;
}

.half{
    float: left;
    margin-right: 4%;
    width: 48%;
    box-sizing: border-box;
}

.half ~ .half{
    margin-right: 0;
}

.half .content{
    background-image: none;
}

.half > .content > img{
    width: 100%;
}
/* ======== Modules ========*/

.blueContainer{
    width: 266px;
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
}

.blueContent{
    background-color: #e9eef5;
    border: 1px solid #073e8a;
    background-image: none !important;
    overflow:hidden;
    padding: 20px;
}

.blueContent h3 {
    background-image: none !important;
    border: none;
    display: block;
    margin: 0;
    font-size: 22px;
    line-height: 25px;
}

.blueContent h3 a{
    font-family: "grotesk_fslight",sans-serif;
    color: #073e8a;
}

.blueContent .share{
    float: right;
}

.blueContent .sandwich{
    width: 100%;
}

.sandwich{
    border-bottom: 2px solid #073e8a;
    border-top: 2px solid #073e8a;
    float: left;
    font-size: 11px;
    font-style: italic;
    font-weight: 800;
    margin: 0 15px 0 0;
    padding: 10px 0;
    width: 452px;
}

.sandwich a{
    /*color: #478828;*/
}

.blueBtnFull{
    background-color: #dae4f1;
    border: 1px solid #073e8a;
    border-top: none;
    text-align: center;
    padding: 12px 0;
}

.blueBtnFull a{
    color: #478828;
    font-size: 18px;
    font-family: "grotesk_fsregular", "sans-serf";
    text-decoration: underline;
}
a.whiteBtn:visited{color: #478828;}
a.whiteBtn,
.whiteBtn:hover
 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #7cb04b;
    color: #478828;
    font-family: "grotesk_fsregular";
    line-height: 25px;
    margin: 10px 0;
    text-decoration: none;
    font-size: 21px;
    padding: 10px 20px;
}

.postContent {
    background-image: none !important;
    padding: 0 0 30px !important;
}

/* ======= action select (i want to) ======== */
.dropdownSelectBox{
    background-image: url('../img/dropdownBg.png');
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    float: left;
    margin: 0 21px 0 0;
    padding: 0 1px 1px 0;
    width: 634px;
}

.dropdownArrow{
    background-image: url('../img/dropdownArrowBG.png');
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    float: left;
    margin: 0 21px 0 0;
    width: 38px;
}

.navFoot{
    background-image: url('../img/wantToBg.jpg');
    clear: both;
    height: 40px;
    padding: 15px 0;
}

.navFoot .wrapper h2 {
    border-bottom: none;
    color: #676767;
    display: inline-block;
    float: left;
    font-family: "grotesk_fslight",sans-serif;
    font-size: 41px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    margin: 0 15px 0 0;
    width: 157px;
}

.dropdownSelect{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    display: none;
    list-style-type: none;
    margin: -38px 0 0 0;
    padding: 10px 20px;
    position: relative;
    width: 550px;
    z-index: 999;
}

.dropdownSelect li{
    margin: 10px;
    z-index: 9999;
}

.dropdownSelect li a,
.dropdownSelect li:hover a{
    color:  #478828;
    font-family: "grotesk_fsregular", "sans-serf";
    font-size: 23px;
    line-height: 24px;
    text-decoration: none;
    z-index: 99999;
}

.dropdownValue {
    color: #3d3d3d;
    margin: 0;
    font-family: "grotesk_fsregular", "sans-serf";
    font-size: 23px;
    line-height: 24px;
    padding: 7px;
}

.wantGo{
    padding: 8px 40px;
}

/*=== breadcrumbs ====*/
.breadcrumbs{
    color: #7d7d7d;
    margin: 0 0 10px 0;
}
.breadcrumbs a,.breadcrumbs span{
    color: #7d7d7d;
    font-size: 12px;
    text-decoration: none;
}
span.breadcrumbCurrent{
    color: #434343;
}

/*=== connect ====*/
.connect {margin-top: 10px;}

.connect h3{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    width: 250px;
    zoom: 1;
    *display: inline;
}

.connect ul {
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 20px 0;
}

.connect li {
    float: left;
    margin-right: 3px;
}

/*=== contentRight====*/
.contentRight {
    border-bottom: 1px solid #043681;
    padding: 0 15px 18px;
    width: 178px;
}

/*.contentRight a {
    color: #478828;
    text-decoration: underline;
}*/

/* === callout=== */
/*.imageCallout a {
    color: #478828;
    text-decoration: underline;
}*/

.imageCallout h2{
    font-family: "grotesk_fsregular";
}

/*==== content copy =====*/
.contentBlock .content:first-child{
    background: none;
}

.content {
    background-image: url('../img/contentLine.png');
    background-repeat: no-repeat;
    background-position: top center;
    overflow: auto;
    padding: 25px 0 30px;
}

.content a{
    /*color: #478828;*/
}

.content h2{
    font-family: "grotesk_fsregular";
}

.content .playBtn {
    position: relative;
    top: -240px;
    left: 133px;
    width: 102px;
}

.content .captionedImage .playBtn {
    position: absolute;
    top:25%;
    left: 38%;
    width: 70px;
}

.twoThirds > .content{
    background-image: none;
}

.twoThirds > .content ~ .content,
.fifty .content:first-child {

    background-image: url('../img/contentLine.png');
    background-repeat: no-repeat;
    background-position: top center;
}


h3.arrow {
    background-image: url("../img/blueArrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 0;
}

.content img, .content .captionedImage {width:50%;position: relative;}
.content img.left, .content .captionedImage.left {margin-right: 4%;}
.content img.right, .content .captionedImage.right {margin-left: 4%;}
.content .captionedImage img {
    width: 100%;
    margin-bottom: 10px;
}
.captionedImage .caption {
    font-size: .8em;
    font-style: italic;
    line-height: 1em;
}

.content .copy h2 {
    font-family: "grotesk_fsregular";
}

.copy{
    display: block;
    width: 46%;
}

.copy h2{
    margin-top:0;
}

.oneThird .content{
    background: none;
    padding: 25px 0 35px 0;
}

.postCalloutDetail h1,
.postCalloutDetail h2,
.postCalloutDetail h3,
.postCalloutDetail h4,
.postCalloutDetail h5,
.postCalloutDetail h6 {
    font-family: "groteskfs_light", sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #363636;
    border: 0px;
    margin: 0;
    padding: 0;
}

.postCalloutDetail img {
    height: 263px;
    width:inherit;
    position: relative;
    margin-right: 4%;}
.postCalloutDetail {
    padding: 10px 0;
    overflow: hidden;
}

.postCalloutDetail .copy.highlight{
    height: 242px;
}

/*==== content info =====*/
.contentInfo {
    display: block;
    height: auto;
    margin-bottom: 50px;
    margin-left: 33px;
    width: 335px;
    float: left;
}
/*==== hero rotator =====*/
.hero {
    overflow: hidden;
}

.controlPlacement{
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}

.controlsLeft{
    background-image: url('../img/rotatorLeft.png');
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    float: left;
    height: 38px;
    width: 12px;
}
.controlsMiddle{
    background-image: url('../img/rotatorMiddle.png');
    background-repeat: repeat-x;
    background-position: top center;
    display: block;
    float: left;
    height: 38px;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
}
.controlsRight{
    background-image: url('../img/rotatorRight.png');
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    float: left;
    height: 38px;
    width: 18px;
}
.carousel-indicators li{
    background-color: transparent;
    background-image: url('../img/rotatorDot.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: block;
    height: 38px;
    width: 22px;
}

.carousel-indicators .active{
    background-color: transparent;
    background-image: url('../img/rotatorDotActive.png');
}
/*==== hero video =====*/
.hero .playBtn {
    position: absolute;
    top: 34%;
    left: 510px;
    width: 102px;
}

.hero .rotatorPlayBtn{
    position: absolute;
    top: 34%;
    left: 510px;
    width: 102px;
}

.hero .playBtn.threeColLayout{
    left: 423px;
}
/*==== service grid =====*/
.serviceGrid {
    margin-bottom: 0;
}

.serviceGridRow:first-child {
    border-top: none;
}

.serviceGridRow {
    width: 100%;
    border-top: 1px solid #c3c1bf;
    padding-bottom: 8px;
}

.serviceGridColumn {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    padding-right: 2%;
}

.serviceGridColumn h2 {
    margin-bottom: 0;
}

.disclaimer {
    margin-left: 10px;
    margin-bottom: 20px;
}

/*==== search page =====*/
.searchResultsPage .content{
    background-image: none;
    width: 100%;
}
.leftMain .search {
    margin-left: 0;
}

.searchResults ul {
    list-style: none;
    margin-left: 5px;
}

.searchResults li {
    margin-bottom: 20px;
}

.searchResults h2 {
    margin-bottom: 0;
}

.searchResults a{
    /*color:#478828;*/
    text-decoration: none;
}

.searchResults a:hover{
    text-decoration: underline;
}

.searchResultsPagination a {
    padding-right: 10px;
}

.accordion-group.green{
    border: 1px solid #5a8136;
    border-radius: 0;
    margin-bottom: 10px;
}

.greenAccordion,
a.accordion-toggle.greenAccordion:hover{
    background-color: #7cb04b;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.greenAccordion.collapse,
.greenAccordion.collapsed {
    background-image: url(../img/greenAccordion.png);
    background-repeat: no-repeat;
    background-position: 97% -1%;
    background-color: #fff;
    color: #5a8136;
    text-decoration: none;
}

a.greenAccordion
a.greenAccordion:hover,
.greenAccordion.collapsed:hover{
    background-color: #5a8136;
    background-image: url(../img/greenAccordion.png);
    background-repeat: no-repeat;
    background-position: 97% -1%;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}

a.greenAccordion{
    background-image: url(../img/greenAccordion.png);
    background-repeat: no-repeat;
    background-position: 97% 101%;

}

.accordionSidebar > ul {
    margin: 0;
    padding-bottom: 10px;
}

.accordionSidebar > ul >li {
    margin-bottom: 15px;
}

.accordionSidebar a.greenAccordion{
    background-position: 97% 101%;
    text-decoration: none;
}

.greenAccordion.collapse, .greenAccordion.collapsed{
    background-position: 97% -1%;
}
.noborder h3{
    background-image: none;
    border-bottom: none;
}
a.viewFAQBtn{
    background: none;
    border: 1px solid #478828;
    border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
    padding: 15px;
    text-decoration: none;
}

.pagination{
    border: 1px solid #478828;
    border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
        -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
    text-align: center;
}

.pagination ul{
    border-left: 1px solid #478828;
    border-right: 1px solid #478828;
    border-radius: 0;
    position: relative;
}

.PagedList-skipToPrevious{
    border-left: none;
    height: 30px;
    position: absolute;
    left: -316px;
    width:35px;
}

.pagination ul > li.PagedList-skipToPrevious>a{
    background-image: url('../img/searchArrows.png');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    border-left:none;
    border-right:1px solid #478828;
    border-top: none;
    border-bottom:none;
    height: 22px;
    width: 13px;
}

.PagedList-skipToNext{
    height: 20px;
    position: absolute;
    left: 380px;
    border-right: none;
    width: 13px;
}

.pagination ul > li.PagedList-skipToNext > a {
    background-image: url('../img/searchArrows.png');
    background-repeat: no-repeat;
    background-position: -40px 3px;
    border-right:none;
    border-left:1px solid #478828;
    border-top: none;
    border-bottom:none;
    height: 22px;
    width:13px;
}

.pagination ul > li > a,
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span{
    border-radius: 0;
    border-bottom: none;
    border-top: none;
    color: #478828;
}

.pagination ul > .active > a,
.pagination ul > li > a:hover{
    background-color: #e5eee1;
    color: #478828;
}
.pagination ul > li > a, .pagination ul > li > span{
    border: 1px solid #478828;
}
/*=== state selector ====*/

.stateSelector{
    clear: both;
}

.stateSelector .content {
    background: none;
    padding-top: 15px;
    margin: auto;
    width: 917px;
}

.stateSelectCopy{
    display: block;
    margin-left: 15px;
    width: 505px;
}
.stateSelector h1 {
    border: none;
    font-size: 2.9em;
    line-height: 40px;
    color: #363636;
    margin: 0 auto;
    width: 917px;
}
.stateSelector .content .orangeBtnLrg {
    color: #fff;
    display: table;
    float: left;
    text-decoration: none;
    padding: 15px 71px;
}

.stateSelectCopy p{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
}

.stateSelectCopy a + a{
    margin-left: 20px;
}

.stateSelector .content img{
    width: auto;
}

/*=== FAQ ====*/
#category-selector{
    font-size: 18px;
    margin-top: 10px;
}

.faqSelectCategoryWrapper{
    background-image: url('../img/faqSelect.jpg');
    background-repeat: no-repeat;
    height: 40px;
    margin: 10px 0 20px;
    overflow: hidden;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
}

.faqFauxSelect {
    line-height: 36px;
    font-size: 23px;
    font-family: "grotesk_fsregular", "sans-serf";
    padding-left: 10px;
}

#FaqCategSelect{
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
        top: -46px;
    width: 100%;
}

.faq-content .tab-pane{display: none;}

/*=== new faq accordions ===*/
.faqCategory> div{
    display: none;
}
.faqCategory> div> ul{
    margin: 0;
}

.faqCategory > div> ul > li {
    margin: 0 0 20px 0;
}

.greenAccordion > a {
   /* background-color: #ebf3e4;*/
    background-color: #fff;
    background-image: url('../img/greenAccordion.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border: 1px solid #5a8136;
    color: #5a8136;
    cursor: pointer;
    display: block;
    padding: 10px 65px 10px 20px;
    text-decoration: none;
    line-height: 18px;
    overflow: hidden;
}

a.greenAccordion,
.faqCategory a:hover {
    background-color: #7cb04b;
    color: #fff;
    text-decoration: none;
}

.faqCategory a.open {
    background-image: url('../img/greenAccordionMinus.png');
    background-color: #7cb04b;
    color: #fff;
}

.faqAnswer{
    background-color: #fff;
    border: 1px solid #7cb04b;
    color: #555;
    display: none;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style-type: none;
    padding: 0 10px 0 10px;
    margin: 0;
}

.faqAnswer a {
    color: #478828;
    text-decoration: underline;
}

.faqAnswer a:hover{
    background-color: #fff;
    color:#478828;
    text-decoration: underline;
}

.faqAnswer li{
    margin: 10px 0;
}

/*=== footer list ====*/

.footerList{
    color: #464646;
    font-size: 12px;
    margin-bottom: 25px;
}

.footerList img{
   vertical-align: top;
}

.footerList h3{
    display: inline-block;
    color: #464646;
    font-family: "grotesk_fsregular";
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 0 5px;
    width: 107px;
    zoom: 1;
    *display: inline;
}

.footerList ul {
    border-top: 1px solid #908f8f;
    clear: both;
    list-style-type: none;
    margin: 15px 0 0;
    padding-left: 0;
}

.footerList li {
    border-bottom: 1px solid #908f8f;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

.footerList a {
    color: #464646;
    font-size: 12px;
    text-decoration: none;
}
.footerList a:hover {
    text-decoration: underline;
}
.footListTitle {position: relative;}

/*=== forms ====*/
/*=== form (contact) ====*/

 form.contact h3{
    background-image: none;
}

 form.contact input{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}

 form.contact select{
    width: 100%;
}

 form.contact textarea{
    height: 216px;
    width: 96%;
}

 form.contact .orangeBtn{
    font-size: 14px;
    float: right;
}

 form.contact .row-fluid .controls-row  input.span2.ext{
    margin-left: 17px;
}

form .controls .phoneInvalid {
    float: left;
}

.contactSubmit:hover{
    background-position: 0 -57px;
}

.field-validation-error{
    color: red;
}

/*=== hero ====*/
.hero {
    height: 400px;
    position: relative;
    margin-bottom: 40px;
    clear: both;
}

.hero > img{
    height: 444px;
}
.ctaTop{
    background-image: url("../img/ctaTop.png");
    background-repeat: no-repeat;
    display: block;
    height: 5px;
    width: 382px;
}
.ctaMiddle{
    background-image: url("../img/ctaMiddle.png");
    background-repeat: repeat-y;
    max-height: 133px;
    overflow: hidden;
    padding: 20px 38px 50px 22px;
    /*padding: 30px 38px 30px 22px;*/
    width: 322px;
}
.ctaBottom{
    background-image: url("../img/ctaBottom.png");
    background-repeat: no-repeat;
    display: block;
    height: 6px;
    width: 382px;
}

.cta {
    display: block;
    left: 0;
    max-height: 400px;
    overflow: hidden;
    position: absolute;
    top: 24%;
    width: 382px;
}

.cta h2{
    border: none;
    color: #073e8a;
    font-size: 32px;
    font-weight: 400;
    margin-top: 0;
}

.cta p {
    font-size: 14px;
    line-height: 21px;
}

.cta .orangeBtn.centered {margin: 0;}
.moreArrowBig{
    background-image: url("../img/moreArrowBig.png");
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell;
    height: 13px;
    margin-left: 5px;
    width: 35px;
}


/*=== login header===*/
.login{
    background-image: url("../img/loginBtnBg.png");
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    float: left;
    margin-top: 3px;
    padding: 8px 16px 8px 21px;
    width: 43px;
}

.loginShow{
    margin: -1px 0 0 -139px;
    padding:10px 0 0;
    width: 213px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.loginShow .mainLogin{
    padding: 10px;
}

.loginStatus.open .login{
    background-image: none;
    color:#478828;
    z-index: 99999;
    position: relative;
    background-color: #fff;
    padding: 10px 15px 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}

.loginStatus a.login {
    color: #132746;
}

.loginStatus{
    float: left;
    margin-right: 17px;
}

.loginStatus a.register{
    background-color: #dddbdb;
    color: #478828;
    margin-top: 5px;
    padding: 10px 10px;
    text-align: center;
}

.loginStatus a.register:hover{
    background: none;
    background-color: #dddbdb;
    color: #478828;
    text-decoration: underline;
}

.loginStatus p {
    color: #fff;
    float: left;
    margin-top: 14px;
}

.loginStatus a {
    color: #fff;
    text-decoration: none;
}

.navHead{
    float: right;
    overflow: visible;
}

/*=== login Main ===*/
.mainLogin a {
    color: #5d5d5d;
    font-size: 10px;
    text-decoration: underline;
    display: block;
}

.mainLogin input{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}

.mainLogin input[type="checkbox"]{
     position: absolute; left: -999em;
}

label.rememberMe {
    background-image:url('../img/checkbox.jpg');
    background-position: 29px 0;
    content:'';
    display: inline-block;
    height:30px;
    margin-right: 5px;
    position:relative;
        top: 0px;
        left: 0px;
    width:30px;
}

label.rememberMe.checked {
    background-position: 0 0;
}
.fauxLabel{
    display: block;
    float: left;
    margin: 15px 0 10px 5px;
    width: 120px;
}
.mainLogin label{
    display: block;
    font-size: 12px;
    width: 178px;
}

.mainLogin p {
    text-align: center;
    width: 100%;
    margin: 0;
}

.mainLogin ul{
    color: #478828;
    list-style-type: none;
    margin: 8px auto 0;
    overflow: auto;
    width: 178px;
}

.mainLogin ul li{
    color: #478828;
    float: left;
    margin: 0 5px 0 0;
}

.mainLogin ul li a{
    color: #478828;
    font-size: 1em;
}

.mainLogin input[type="submit"]{
    margin-top: 15px;
    border: none;
    width: 187px;
}

.mainLogin p a.forgot{
    margin: auto;
    width: 100%;
}

label.rememberMe{
    height: 30px;
    overflow: hidden;
    width: 30px;
    display: block;
    float: left;
    margin: 10px 0;
}

.styledCheckbox{
    width: 27px;
    height: 27px;
    background-image: url('../img/checkbox.png');
}

.btnText{
    display: table-cell;
}

button.orangeBtn{
    border: none;
    margin-top: 15px;
    width: 100%;
}
/*=== Modal ====*/

.modal{
    width: auto;
    z-index: 999999;
}

.modal-backdrop{
    z-index: 900000;
}

.modal-header h2{
    color: #073e8a;
}

/*=== rotator ====*/
.rotator{
    background-color:#222;
    width:777px;
    height:445px;
    margin:25px 0 20px 0;
    position:relative;
    color:#fff;
    text-transform:uppercase;
    overflow:hidden;
}
.rotator a {
    color: #073e8a;
    margin: 10px 0 5px 30px;
    font-family: 'grotesk_fsregular';
    font-size: 10px;
    text-decoration: none;
}

.rotator a.orangeBtn{
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    max-width: 112px;
    text-align: center;

}

img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotmenuContainer{
    background-image: url('../img/rotmenuBg.png');
    height: 411px;
    margin-top: 11px;
    padding-top: 8px;
    position:absolute;
        right:15px;
        top:0px;
    width: 283px;

}
.rotator ul{
    list-style:none;
    height: 404px;
    width: 276px;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    z-index:999999;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    margin-left: 8px;
    width:253px;
}
.rotator ul li a{
    width:243px;
    float:right;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:93px;
    line-height:52px;
    color:#000;
    font-size:10px;
    border-bottom:1px solid #000;
    outline:none;
    margin: 0;
}
.rotator ul li a p{
    font-size: 10px;
}
.rotator .heading{
    position:absolute;
    top:78px;
    left:0px;
    width:165px;
}
.rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:46px;
    padding:20px;
}
.rotator .description{
    width:415px;
    height:140px;
    position:absolute;
    bottom:0px;
    left:13px;
    padding:20px;
    background-image: url('../img/descriptionBG.png');
}
.rotator .description p{
    color: #000;
    font-size: 12px;
    text-transform:none;
    letter-spacing:normal;
    line-height:16px;
}
.rotator .description > p > p {
     display: inline-block;
     width: 69%;
     float: left;
     margin-right: 15px;
 }
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}
.description h3 {
    border-bottom: none;
    color: #073e8a;
    line-height: 31px;
    font-weight: normal;
    font-size: 31px;
    margin: 0;
}
.linkInfo {
    width: 115px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 14px;
}
.rotator ul li a img{
    display: block;
    float: left;
    height: 74px;
    margin-top: 10px;
    width: 115px;
}
.greenBtn{
    display: inline-block;
    color: #000;
    background-color: #a4e022;
    padding: 3px 10px;
    line-height: 16px;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}
a.moreVideos{
    background-image: url('../img/moreVideosBg.png');
    display: block;
    font-family: 'grotesk_fsregular';
    font-size: 11px;
    height: 9px;
    line-height: 12px;
    margin: 0 0 0 8px;
    padding: 11px 25px;
    text-align: center;

}

.blueArrow{
    background-image: url('../img/videoPlayListBlueArrow.png');
    display: table-cell;
    height: 12px;
    width: 16px ;
}

.subhead{
    display: inline-block;
    width: 405px;
}

/*=== rotator small====*/
.contentPage .rotator{
    width:559px;
    height:320px;
}

.contentPage .rotmenuContainer{
    background-image: url('../img/smallMoreVideoBg.png');
    height: 289px;
    padding: 8px;
    left:412px;
    top:-4px;
    width: 124px;
}
.contentPage ul#rotmenu {
    height: 285px;
    width: auto;
}

.contentPage .rotator ul li a{
    width:87px;
    padding:0 10px 8px 10px;
    height:auto;
}

.contentPage .rotator .heading{
    position:absolute;
    top:45px;
    left:130px;
    width:165px;
}

.contentPage .rotator .description{
    width:360px;
    height:59px;
    bottom:8px;
    left:8px;
    padding:20px;
    background-image: url('../img/smallDescriptionBG.png');
}

.contentPage .linkInfo {
    width: 94px;
    margin-top: 5px;
    margin-left: 0;
}

.contentPage .linkInfo p{
    font-size: 10px;
}

.contentPage ul#rotmenu li {
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 107px;
}

.contentPage a.moreVideos{
    background-image: url('../img/moreVideosBg.png');
    margin: 0;
    padding: 11px 8px;
}

.contentPage .subhead{
    display: block;
    float: left;
    width: 250px;
}

.contentPage .rotator .description > p > p {
    width: 64%;

 }

 .contentPage .rotator .description h3{
    line-height: 25px;
}

/*=== search ===*/
.search{
    background-image: url("../img/searchInputBg.png");
    background-repeat: no-repeat;
    height: auto;
    float: left;
}

.searchBtn{
    background-image: url("../img/searchSubmitBg.png");
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    float: left;
    padding: 8px 8px 8px 0;
    width: 31px;
}

.searchForm{
    clear: both;
    float: left;
}

input.searchInput{
    background-color: transparent;
    border: 0 solid #ccc;
    color: #fff;
    height: 10px;
    float: left;
    line-height: 15px;
    margin: 8px 0 0 20px;
    padding: 8px 0;
    width: 103px;
     -moz-border-radius: 0;
    border-radius: 0;
}
input.searchInput::-webkit-input-placeholder {color: #fff;}
input.searchInput::-moz-placeholder {color: #fff;}
input.searchInput:-moz-placeholder{color: #fff;}
input.searchInput:-ms-input-placeholder{color: #fff;}

.mainBody .search {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
}

.mainBody input.searchInput{
    background-color: #efefef;
    border: 1px solid #bfbfbf;
    margin: 0;
    width: 906px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1.5em;
}

.mainBody .searchBtn {
   background-image: url("../img/searchBtnLg.png");
    margin-left: 4px;
}

.miniStateSelector{
     height: 24px;
     float: left;
     margin: 8px 0 0;
     padding: 0;
     background: rgb(255,255,255);
     background: rgba(255,255,255,.7);
     border: 1px solid rgba(0,0,0,.5);
}

.miniStateSelector a{
    display: inline-block;
    height: 24px;
    width: 36px;
    text-align: center;
    line-height: 24px;
    color: #132746;
    font-size: 12px;
    text-decoration: none;
}

.miniStateSelector a.active {
     background-image: url("../img/state_active.png");
     margin-left: -1px;
}

.miniStateSelector a:first-child.active {
     margin-left: 0;
     margin-right: -1px;
}

.miniStateSelector span {
    position: relative;
}

.miniStateSelector .state-autoselected-notification {
    display: inline-block;
    padding: 0 10px 0 5px;
}

/* ======= nav ======== */
.arrow{
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    margin: 0 2px 0 5px;
    width: 15px;
}

a.currentPage{color: #478828;}

.logo{
    float: left;
    width: 184px;
}

.navBody{
    clear: both;
    height: 94px;
    margin-top: 11px;
    overflow: visible;
}

.nav{
    background-image: url("../img/solidline.png");
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    height: 46px;
    list-style-type: none;
    margin: 38px 13px 15px 0;
    padding-left: 1px;
    position: relative;
    overflow: visible;
    width: 780px;
    box-sizing: border-box;
}

.nav li a {
    text-decoration: none;
}
.nav li .subnav a:hover {
    text-decoration: underline;
}

.nav > li{
    background-image: url("../img/solidline.png");
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 26px;
}

.nav > li > a {
    color: #555;
    line-height: 26px;
    font-family: "groteskfs_lightcondensed","Tahoma", "sans-serf";
    font-size: 1.95em;
    position: relative;
    padding: 10px 15px 10px 20px;
    z-index: 888888;
}

.nav > li.visible > a.visible,
.nav > li:hover > a {
    background-image: url("../img/solidline.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #478828;
    border-bottom: 1px solid #efefef;
}

li.visible,
.nav > li:hover {
    background-image: url("../img/navRollover.png");
    background-repeat: repeat-x;
}

a.visible .arrow{background-position: -15px 0;}
a.visible + .subnav{
    display: block;
    visibility: visible;
}

.nav > li .align_right {
    right: 58px;
    top:auto;
}

/*=== sub nav ====*/
.subnav {
    background-image: url("../img/rolloverBackground.gif");
    border:1px solid #999;
    border-top: none;
    visibility: hidden;
    position: absolute;
        left: 1px;
    margin: -1px 0 0 -1px;
    overflow: hidden;
    width: 772px;
    z-index: 99999;
    zoom: 1;
}

.subnav h2{display: inline;}

.subnav_1col{
    display: block;
    float: left;
    overflow: auto;
    padding: 15px 22px 22px;
}

.subnav_1col .subnavList:first-child {margin-right: 0;}

a.menuHeader:hover,
.menuHeader{
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    color: #555;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    padding: 15px 15px 15px 19px;
}

a.menuHeader:hover{
    color: #478828;
}

.subnav_2col {
    display: block;
    float: left;
    padding: 0 22px 15px 22px;
    width: 341px;
}

.subnav_3col {
    display: block;
    float: left;
    min-height: 189px;
    padding: 0 22px 15px 22px;
    width: 213px;
}

.subnav_3col.rightBorder {
    border-right: 1px solid #999;
    width: 212px;
}

.subnav_3col.leftBorder {
    border-left: 1px solid #999;
    width: 212px;
}

.subnav_1col ul{border-top: none;}
.subnav_1col ul li:first-child{border-top: none;}

a + .subnav_2col{border-right:1px solid #999;}
.subnav_2col h2 {margin-top: 0;}
.subnav_2col.noHeader {padding-right: 0;}
.subnav_2col.noHeader .subnavList ul {border: none;}
.subnav_2col.noHeader .subnavList ul li:first-child{border-top: none;}
.subnav_2col.noHeader:first-child {border-right: none;}

.subnavArrow{
    background-image: url("../img/subnavArrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    width: 12px;
}

.subnavList a.subnavBtn{
    background-color: #e9650f;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
    width: 144px;
}

.subnavBtn:first-child{margin-top: 41px;}

.subnavList{
    float: left;
    margin-left: 24px;
    width: 100%;
}

.subnav_2col.withPromo .subnavList{
    width: 158px;
}

.subnavList:first-child {
    border-top: none;
    margin-left: 0;
}

.subnavList a {
    display: block;
    line-height: 18px;
    overflow: hidden;
}
.subnavList img{ vertical-align: inherit;}


.subnavList a img{
    margin: 10px auto;
    display: block;
    overflow: hidden;
}

.subnavList ul {
    list-style-type: none;
    margin-left: 0;
}

.subnavList ul li {
    border-bottom: 1px solid #908f8f;
    border-top: 1px solid #fff;
    line-height: 40px;
}

.subnavList ul li a{
    color: #000;
    display: block;
    font-size: 12px;
    padding: 10px 20px 10px 0;
}

.subnavList ul li:hover a {color: #478828;}

a.subnavTitle{
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1em;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #908f8f;
    min-height: 19px;
}

a.subnavTitle:hover{color: #478828;}

a.subnavTitle > img{
    margin: 0;
    display: inline-block;
}

/*=== newsletter  ====*/
.half.newsletterForm{
    box-sizing: border-box;
    margin-right: 0;
    width: 47%;
}

.newsletter {
    font-size: 16px;
    font-weight: 400;
    overflow: auto;
    width: 100%;
}

.newsletter h3{
    display: inline-block;
    font-family: "grotesk_fsregular";
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    width: 240px;
    zoom: 1;
    *display: inline;
}

.newsletter input {
    background-color: transparent;
    background-image: url('../img/newsletterInput.png');
    background-repeat: no-repeat;
    border: none;
    display: block;
    height: 27px;
    line-height: 27px;
    margin-top: 20px;
    padding: 1px 6px;
    width: 239px;
}

.newsletter .subscribe {
    background-color: transparent !important;
    background-image: url('../img/newsletterBtn.png');
    background-repeat: no-repeat;
    color: #FFF;
    display: block;
    height: 39px;
    line-height: 39px;
    margin: 10px 0;
    padding: 0 0 0 30px;
    width: 156px;
    border: none;
    text-align: left;
}

.wireSubscriptions label{
    display: inline-block;
}

.newsletterTop h2,
.newsletterBottom h2{
    margin-top: 0;
}

.newsletterTop{
    margin: 30px 0;
    overflow: hidden;
}

.newsletterForm .highlight{
    margin: 30px 0 0;
}
/* === share ===*/
.share {
    float: right;
    margin-top: 5px;
}

.share ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.share ul li{
    float: left;
    margin-left: 5px;
}


/* === slider ===*/
.slider{
    margin-bottom: 35px;
}

.sliderTitle{
    font-size: 29px;
    line-height: 29px;
}
/* === subfooter ===*/

.subFooter ul{
    list-style-type: none;
    margin: auto;
}

.subFooter ul li{
    display: inline;
}

.subFooter ul li a{
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 10px;
    margin-top: 24px;
    padding-right: 5px;
}

/* === wire post ====*/

.postInfo{
    clear: both;
    display: block;
    font-size: .8em;
    margin-bottom: 20px;
    position: relative;
}

.leftMain .contentTitle.postTitle {
    margin-bottom: 2px;
}
.leftMain .contentTitle.postTitle h1{width: 637px;}
/* === z-index fix ===*/
.header
{
    position: relative;
    z-index: 4;
}
.nav
{
    z-index: 4;
    position: relative;
}
.navFoot{
    position: relative;
    z-index:3;
}
.mainBody
{
    position: relative;
    z-index: 3;
}

.modal-header button{
    *float: none;
    *position: absolute;
    *top: 0;
    *right: 10px;
}

/* === 404 ====*/
.errorPage{
    padding-top: 20px;
    clear: both;
}
.errorPage img{
    margin-top: 10px;
    margin-left: 30px;
}
.errorPage .copy{
    width: 825px;
    padding-left: 20px;
}

/* keep this empty class for radeditor */
.hideInMobile {
}

@media print
{

    .mainBody:before{
        content:url("../img/printHeader.jpg");
        display: block;
    }

    .breadcrumbs,
    .footer,
    .header,
    .leftNav,
    .navHead,
    .navBody,
    .navFoot,
    .share,
    .subFooter,
    .rightMain{display: none;}

    .leftMain{
        margin: auto;
        width: 980px;
    }
    .content{
        background-image: none;
        width: 100%;
    }

    .mainBody,
    .leftMain .content{padding-top: 0;}

    a.orangeBtn_n{
    display: inline-block;
    margin-top: 5px;
    padding: 8px 20px;
    }

    a.orangeBtn{
        background-color: #e9650f;
        color: #fff;
        border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;

        box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
            -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
            -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.46);
    }

    a.orangeBtn{
        display: inline-block;
        margin-top: 5px;
        padding: 8px 20px;
    }
    .moreArrowBig{
        background-image: url("../img/moreArrowBig.png");
        background-repeat: no-repeat;
        display: inline-block;
        height: 13px;
        margin-left: 5px;
        width: 36px;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) ,
only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
.header{
    width: 102%;
}

.mainBody,
.footer,
.subFooter{
    padding-left: 10px;
}
}