@viewport {
   width: device-width;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/*Structural elements*/

body {/*Place lowest level background colors/images here*/
    border-top: 48px solid #000 !important;
    color: #000000;
}

/* body  */
#page-wrap {
    border-top: 0;
}
/* header */
#header-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 12px solid #2C6386;
    height: 100%;
    min-height: 100px;
}

#logo {
    height: auto !important;
    position: relative;
    top: 0;
    float: left;
    margin-top: 20px;
}

#logo a h1 strong {
   float: none;
}

#logo h1 {
    float: left;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif !important;
    font-size: 55px;
    line-height: 60px;
    max-height: 60px;
    max-width: 720px;
    min-height: 40px;
    overflow: hidden;
}

#logo a h1 strong {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-size: 55px;
    font-weight: bold;
}

#logo img {
    height: auto;
    max-height: 200px;
    padding: 10px 0;
    max-width: 455px;
    float: left;
}

#subHeader {
    border-left: medium none;
    color: #000000;
    display: block;
    float: left;
    font: italic 20px/23px "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    font-weight: bold;
    height: 25px;
    margin: 0;
    max-width: 430px;
    width: auto;
    overflow: hidden;
    padding: 0 10px 0 0;
    clear: both;
}


/* content background */
#container {/*2nd Container, put 'page stretch' here and set overall width*/
   background-image: none;/*Define page stretch bg image, usually 1px height*/
   background-repeat: repeat-y;/*Stretch image down page, usually repeat-y*/
   width: 855px !important;/*Required, overall width of site, usually width of stretch bg image*/
}
#emoContentContainer {
   width: 1000px;
   padding: 0;
}
#page {/*3nd Container, put 'page stretch' here and set overall width*/
}

#copyright {
   display: none;
}

#header {
    height: auto;
    padding: 0;
    width: 1000px;
    background: none;  
}

#leftmenu_area {/*Container for left menu, minicontent, and services menu*/
   background-image: url('images/stretch.gif');
   background-repeat:no-repeat;
}
#splash .textContent{
   width:80%;
}

#sidebar{
    float: right;
    margin: 0;
    width: 200px;
}
#emoWrap {
    background-image: url("images/socialbanner_b.jpg");
    background-repeat: no-repeat;
    background-position: 0 20px;
    background: url("images/socialbanner_b.jpg") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
    margin: 20px auto 30px;
    min-height: 0;
    padding: 160px 0 0;
    width: 1000px;
}
#splash #emoWrap {
   background: none;
    min-height: 200px;
    padding: 0 !important;
    width: 1180px;
}
#content {
   padding: 15px 40px;
   margin: 0;

}


.innerEmoContent {
   width: auto;
}

#footer {/*Container for footer links*/
    background: none repeat scroll 0 0 #252525;
    border-top: 50px solid #000000;
    clear: both;
    color: #FFFFFF;
   height: 170px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#footer-wrap {
    height: 190px;
    margin: 0 auto;
    position: relative;
    margin-top: -55px;
    width: 1000px;  

}
#footer a {
   color: #CBCBCB;
}
#footer a:hover {
   color: #FFFFFF;
}
#footer-nav {
   width: 70%;
   float:left;
   margin: 0 0 15px;
   text-align: left;
   position:absolute;
   top:210px;
   left:100px;
   display: none;
}

#footer-nav h2 {
   font-size: 16px;
   letter-spacing: 1.5px;
   margin: 15px 0;
   text-transform: uppercase;
   display:none;
}
#footer-nav ul li {
   
   float:left;
   margin: 0;
   padding:0 10px 0 10px;
   border-right:1px solid #6f7072;
   height:18px;   
}
#footer-nav ul li:last-child{
   border:none;
}

/*End structural elements*/




/*Global text elements*/



a{color:#2C6386;}
a:hover{color:#4692C2;}

#emoWrap #emoContentContainer h1 {
    border-bottom: 1px solid #CCCCCC !important;
    color: #2C6386;
    font: 42px/70px "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    margin-top: 20px;
}

#emoWrap #emoContentContainer h2 {/*Global h2 element style*/
   color: #2C6386;
   font-size: 22px;
   
}

#emoWrap #emoContentContainer h3 {/*Global h3 element style*/
   color: #2C6386;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
   text-decoration:none;
}

#emoContentContainer h2, #emoContentContainer h3, #emoContentContainer h4, #emoContentContainer a {
    color: #2C6386 !important;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif !important;
}


#emoContentContainer h3 a {
   color: #2C6386;
}

#emoWrap #emoContentContainer p,
#emoWrap #emoContentContainer li {/*Global p element style*/
   font-size: 16px;
}

#emoWrap #emoContentContainer b {/*Global b element style*/
   color: #000000;/*Define text color*/
}

/*End global text elements*/




/*Content text elements*/

#emoContentContainer a {/*Content link style*/
   color: #2C6386;
}

#emoContentContainer a:hover {/*Content link hover style*/
   text-decoration: underline;
}

#emoContentContainer a:visited {/*Content link visited style*/
   color: #2C6386;/*Define text color*/
}

/*End content text elements*/


/*Main menu elements*/

.topnav .icon {
   display: none;
}

#nav {
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1000px;
    z-index: 99;
    clear: both;
}

#nav a {
    color: #FFFFFF;
    font: 17px/48px "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    margin: 0;
    padding: 0 7px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav a:hover {
   color:#2C6386 !important;
}

.tabs li{
   padding:0;
   margin:0;
}

ul.tabs, ul.tabs li, ul.tabs ul{

}
ul.tabs a {
}

#nav .drop > ul a {
    padding: 0;
    color: #fff;
}

ul.tabs li ul {
   background: #000 !important;
   border: 5px solid #2C6386;
   border-top: 0;
}

#nav .drop > ul {
    border-radius: 0 0 4px 4px;
    display: none;
    padding: 0 15px;
    position: absolute;
    min-width: 180px;
    width: auto;
    z-index: 999;
}

#nav .drop > .dropdown > .drop > ul {
    left: 90%;
    top: 0;
}

ul.tabs li ul li {border:none;}

ul.tabs a {/*Define top-level buttons*/
/*Required*/
}
ul.tabs > a:hover,
ul.tabs > li:hover > a,
ul.tabs > li.iehover > a {/*Define button rollover state*/
   color:#2C6386 !important;
}

ul.tabs > li:hover > ul > li > a,
ul.tabs li.iehover li a,
ul.tabs li ul li ul li a {/*Define sub buttons*/
   line-height: 30px;
   color: #fff !important;
}
ul.tabs > li:hover > ul > li > a:hover,
ul.tabs > li:hover >ul > li:hover > a,
ul.tabs li.iehover li a:hover,
ul.tabs li.iehover li.iehover a {/*Define sub buttons rollover state*/
}
#nav li.emoCurrent {
   
}
#nav li.emoCurrent a { 
}

#nav li.emoCurrent a, #nav a:hover {
    color: #32729A;
    font-weight: bold;
}

#nav .tabs li:last-child{
   border:none;
}

/*End main menu elements*/

/*Slider elements*/

/*End of Slider elements*/
/*Footer menu elements*/

ul.footer_links {
   display: none;
}

ul.footer_links li a {
   color: #2b468e;/*Define text color*/
   text-decoration:none;
}
ul.footer_links li a:hover {
   color: #FF6633;/*Define text color*/
   text-decoration:none;
}

/*End footer menu elements*/
#widget_area_footer {
   padding: 0;
   display: block;
   text-align: left;
}

/*Misc elements*/
#copyright{
   position:absolute;
   top:180px;
   left:760px;
}

ul.footer_links,#social_network_div { /*Social Networking Widget*/
   padding: 0;
   margin: 0;
}
#social_network_div {
   position: absolute;
   bottom: 0px;
   right: 10px;
}
#social_network_div #socialNetwork-footer,#socialNetwork-footer li {
   margin: 0;
}

.formsul li a { /*IRS Forms*/
   color:#000000;
}
.pubsul li a { /*IRS Publications*/
   color:#2b468e;
}

.archiveHeading { /*Monthly Newsletter Archive*/
   color: #000000;
}


#contact_us .box,
#map {
}
#map.map-content {
    border: 3px solid;
    padding: 10px 0;
    height: 400px;
    width: 965px!important;
}
#contact_us .box,
#map,
#servicesFormDiv,
#client_accounts .webasystForm, #client_accounts .sharefile_form,
#monthly_news div.form {
   border: 3px outset #f1f1f1 !important;
   box-shadow: 2px 2px 5px #666666; 
   border-radius: 10px 0 10px 0 !important; 
   min-height: 100px;
}

/*End misc elements*/



/*Added Rules*/

#socialNetwork-footer, #socialNetwork-footer li { /*Duplicate from emoStyle for pages that don't use it (splash)*/
    display: inline-block;
    list-style: none outside none;
    margin:0;
}

/* widget styling.... */
.widget input {
   border: 1px solid #D6D6D6;
   font-size: 11.5px;
   padding: 4px;
}

.widget input[type="submit"]{
   padding: 4px 15px;
   background-color: #517487;
   color: #FFFFFF;
}

.widget input[type="submit"]:hover{
   cursor: pointer;
}

#widget_area_right {
    background: none repeat scroll 0 0 #2C6386;
    border-radius: 0 0 5px 5px;
    display: block;
    float: none;
    margin: 0 0 0 -26px;
    padding: 0 10px;
    position: absolute;
    top: 60px;
    width: 250px;
    border: 2px outset;
    border-top: 0;
    z-index: 0;
    height: auto;
    margin-left: -73px;
}
.icon{
   margin-right:10px;
}

#nav .tabs li:last-child {
   border:none;
}

#widget_area_right .widget input {
    border-color: #F3F3F3 #F3F3F3 #535357 #535357 !important;
    border-style: solid solid ridge groove !important;
    border-width: 2px !important;
    box-shadow: 1px 1px 3px #666666;
    width: 180px !important;
}

#widget_area_right .widget h2 {
    font: 13px "Gill Sans MT",Calibri,sans-serif !important;
    padding: 5px 0;
    text-transform: uppercase;
}
.widget h2,
.footer_contact h3{
    color: #F2F2F2;
    font: 20px/50px "Century Gothic",CenturyGothic,AppleGothic,sans-serif !important;
}

/* Footer Widgets */

.footer_links,
.footer_login,
.footer_contact {
    float: left;
    margin: 0 40px;
    width: 250px;
}

.footer_contact h3 a,
.footer_links h3 a,
#widget_area_footer .widget h2 {
    color: #fff !important;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.footer_links a {
    color: #B6B6B6 !important;
    font: 20px/50px "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
    text-decoration: none;
}
.footer_links a:hover {
   color: #fff !important;
}

.footer_contact p {
    color: #FFFFFF;
    font-size: 16px;
    padding: 4px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important; 
    width: 270px;
}   

#login_widget_user,
#login_widget_password {
    box-shadow: 0 0 5px #000000 inset;
    margin: 7px 0 15px;
    padding: 8px;
    width: 200px;
}

#login_widget_user {
   margin-top: 17px;
}

#login_widget_submit {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px outset #333333;
    display: block;
    height: 26px;
    width: 55px;
   cursor: pointer;
}

/* End Footer Widgets */

/* SPLASH CSS */

#splash #header-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 12px solid #2C6386;
    height: 100%;
    min-height: 150px;
}

#splash #header {
   background: none;
   min-height: 0;
}

#widget_area_splash_top {
    border-bottom: 360px solid #2C6386;
    height: 0;
    margin: 0;
}

#splash #emoContentContainer {
   position:relative;
   background-image:url('images/contentBg.png');
   background-repeat:no-repeat;
   background-position:top;
   width:1180px;
   height:0;
   bottom:35px;
   right:4px;
   padding:0;
}
.innerEmoContent {
   width: auto;
}
#splash .innerEmoContent{
   width:1180px;
}
#widget_area_splash_middle{
   width:1010px;
   padding: 20px 70px 30px 100px;
   height:auto;
   float: left;
}
#splash_bottom_widgetarea{
   width:1020px;
   padding: 20px 70px 0 100px;   
   margin:0;
   clear:both;
}
.bottom_links{
   position:relative;
   padding:0;
   margin:0;
   width:300px;
   margin:0 40px 0 0;
   float:left;
}
.last_bottom_link {
   margin: 0;
}

.bottom_links a:hover img{
   border:none;
}

.quadrant, .quadrant right{
   padding:0;
   margin:0;
   width:300px;
   margin-right:40px;
   height: auto;
}

.quadrant h3{font-weight:normal; margin-bottom:10px;}

.quadrant a{text-decoration: none;border-bottom:none;}


.quadrant.right{float:right;}
.quadrant .icon{float:left;}

#splash .splash_img {
    float: right;
    height: 393px;
    margin: -415px 0 0;
    width: 558px;
    box-shadow: 2px 2px 5px #000000;  
    border: 2px outset #FFFFFF;      
}

#splash .splash_info {
   width: 365px;
   height: 280px;
   float: left;
    margin: -305px 0 0;   
}

#splash .splash_info h2 {
    color: #FFFFFF !important;
    font: 44px/43px TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif !important;
    text-shadow: 1px 1px 1px #000000;
}

#splash .splash_info p {
    color: #000000 !important;
    font: bold 13px/21px Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    margin: 5px 0;
   display: none;
}

.appt_btn {
    border: 2px outset #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    display: block;
    font: 15px/30px TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif !important;
    height: 30px;
    margin: 15px;
    text-align: center;
    text-decoration: none;
    width: 240px;
    box-shadow: 2px 2px 5px #000000; 
    background: none repeat scroll 0 0 #F2F2F2;
    margin-top: 40px;     
}

.appt_btn:hover {
    background: none repeat scroll 0 0 #CCCCCC;
    text-decoration: none !important;
}

#splash_bottom_widgetarea h3 a {
   color: #252525 !important;
    font: 24px/35px "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
   text-decoration: none;
}

#splash_bottom_widgetarea img {
    float: left;
    height: 100px;
    padding: 0 20px 60px 0;
}

#splash_bottom_widgetarea p {
    padding: 20px 0;
}

#splash #login_widget_submit:hover,
#newsletterSignupSubmit.widget_submit:hover {
   background: #ccc;
}

/* END SPLASH CSS */

#newsletterSignupSubmit {
   margin: 10px 0;
   cursor:pointer;
}
#newsletterSignupSubmit.widget_submit {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px outset #333333;
    display: block;
    height: 26px;
    margin-left: 200px;
    margin-top: -31px;
    position: relative;
    top: 0;
    width: 55px;
}

/*#emoContentContainer .form {
    border-color: #F3F3F3 #F3F3F3 #535357 #535357 !important;
    border-style: solid solid ridge groove !important;
    border-width: 2px !important;
    box-shadow: -2px 7px 5px #535357;
}*/

/* Splash IMG Replace */

#splash_img a {
   display: none;
}

#splash_img {
   width: 558px;
   height: 393px;
   background-image: url('images/social_b.jpg');
   background-repeat: no-repeat;
}

/* End Splash IMG */

/* Financial Calculators Link Fix */
#financial_tools .calcList:first-child {
    width: 500px !important;
}
#financial_tools .calcList {
    width: 600px !important;
}
#financial_tools .calcList li a {
    font-size: 15px;
}
/* End Financial Calc Link Fix */

/* MQ */

/* min-width - Full Size */
@media screen and (min-width: 900px) {
   body,
   #page-wrap {
      min-width: 1000px;      
   }
   #emoWrap {
      min-height: 500px;
      min-width: 1000px;      
   }
}

/* min-width & max-width - Mid */
@media screen and (max-width: 900px) {
   #splash,
   .splash_img img,
   body,
   #page-wrap {
      max-width: 770px;  
      min-width: 525px;      
   }
   #emoWrap {
      min-height: 250px;
      max-width: 770px;  
      width: 100%
   }
   #page-wrap {
      background: none repeat scroll 0 0 #fff;
   }
   #header {
      max-width: 770px;  
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
     width: 100%;
   }
   #splash #header-wrap {
      min-height: 85px;
   }
   #logo {
       margin: 10px auto 0;
       max-width: 770px;
   }
   #logo a h1 {
      max-height: 58px;
   }
   #logo a h1 strong {
   }
   #subHeader { display: none; }
   #logo a {
      font-size: 20px;
   }
   #splash #emoWrap {
      background: #FFFFFF;
       border: 0 none;
       box-shadow: 0 0 0;
       margin: 10px auto 0;
       min-height: 600px;
       padding: 402px 0 0;
       width: 100%;
   }
   #emoWrap {
       border: 0 none;
       box-shadow: 0 0 0;
       margin: 10px auto 0;
       min-height: 600px;
       padding: 140px 0 0;
       width: 100%;
   }
   #splash #emoContentContainer,
   #emoContentContainer {
      margin: 20px;
      padding: 80px 30px 30px;
      width: 630px;
   }
   #splash #emoContentContainer {
      padding: 0;
      margin: 0;
     min-height: 250px;
   }
   #emoContentContainer {
       background: ;
       margin: 30px;
       padding: 0 0 30px;
       width: 100%;
    }
   .innerEmoContent {
      width: auto !important;
   }
      #widget_area_splash_middle {
       float: left;
       height: auto;
       padding: 0;
       width: 100%;
   }
   #splash_bottom_widgetarea {
       clear: both;
       height: 350px;
       margin: 0;
       padding: 0;
       width: 100%
   }
   #navContainer .icon {
      display: block;
     padding: 15px;
   }
   .default-nav.tabs {
    transition-property: height;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
   }

   .topnav {
    overflow: hidden;
    position: absolute;
    z-index: 888;
    background-color: none!important;
    -webkit-transition: height 400ms linear;
    -moz-transition: height 400ms linear;
    -ms-transition: height 400ms linear;
    -o-transition: height 400ms linear;
     transition: height 400ms linear;
     width: 100%;
     margin-top: -75px;
   }
   .topnav:hover {
     width: auto;
   }
   .topnav a {
      text-align: center;
   }
   .topnav a:not(:first-child) {
    display: none;
    background: #E0E0E0;
   }
  .topnav a.icon {
    float: right;
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    height: 15px!important;
    background: #E0E0E0!important;
  }
  .topnav.responsive {
    position: absolute;
    height: 45px;
    width: auto;
    margin-top: -75px;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #E0E0E0;
    color: #000;
  }
  .topnav a:not(:first-child) {
     background: none;
      color: #000;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
   #splash #nav, #nav {
    max-height: 1000px;
    min-height: 275px;
    height: auto;
    float: left;
    margin: 45px 0 0!important;
    max-width: 750px;
    overflow: hidden;
    position: static;
    width: 100%;
    border: 0;
    border-radius: 0;
    BACKGROUND: #000;
   }
   #nav a:hover {
    border-radius: 0;
   }
   #nav li.emoCurrent a {
    border-radius: 0px;
   }
  #nav .drop > ul {
    position: relative!important;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
    text-indent: 10px;
  }

   nav .drop > ul a {
    width: 100%!important;
    text-align: left!important;
   }
   #nav .drop > .dropdown > .drop > ul {
      left: 0!important;
      top: 0px!important;
   }
   nav ul li, #nav ul li {
      border-top: 1px solid #fff!important;
   }
   ul.tabs li:first-child {
    border-left: none!important;
  }
    
   ul.tabs, ul.tabs li, ul.tabs ul {
      width: 100%!important;
   }

   nav ul li a, nav ul li a:active, #nav ul li a, #nav ul li a:active {
      width: 100%;
      text-align: left;
   }
   ul.tabs li ul {
    background: none repeat scroll 0 0 #5681a0!important;
    border: none;
  }
  #nav .drop > .dropdown > .drop > ul {
     background: none repeat scroll 0 0 #b6c9d6!important;
  }
   #nav .drop > ul {
      position: relative!important;
   }
   #footer-wrap,
   #footer {
      width: 100%; 
      float:left;
   }
   #footer-wrap {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   }
   #footer {
      margin-top: 0 !important;
   }
   #widget_area_footer {
      display: block;
       float: left;
       font-family: arial !important;
       padding: 0;
       width: 100%
   }
   .footerbox {
       float: left;
       margin: 35px 19px 0;
       text-align: left;
       width: 333px;
   }
   #contact_us .contactRow {
       height: 416px;
       width: 100%;
   }   
   #contact_us .box {
      clear: none !important;
       float: left !important;
       height: 270px !important;
       margin-right: 5px !important;
       max-width: 265px !important;
   }
   #widget_area_splash_top {
       border-bottom-width: 260px;
       height: 0;
       margin: 0;
   }
   #splash .splash_info {
       float: left;
       height: 280px;
       margin: -190px 30px 0;
       text-align: center;
       width: 100%;
   }
   .appt_btn {
      margin: 40px auto 0;
   }
   #splash_img {
      background-image: url("images/social_b.jpg");
       background-repeat: no-repeat;
       background-size: 750px 305px;
       height: 393px;
       width: 558px;
   }
   #splash .splash_img {
       border: 2px outset #FFFFFF;
       box-shadow: 2px 2px 5px #000000;
       float: none;
       height: 250px;
       margin: 30px 0 0 30px;
       width: auto;
   }
   .bottom_links {
       width: 100%;
       margin: 25px 40px 25px 0;
       height: 90px;
    }
   .footer_links, .footer_login, .footer_contact {
       float: left;
       margin: 0 0 0 20px;
       width: 30%;
   }
   .footer_contact p {
       width: auto;
   }
   .footer_login {
   }
   .footer_contact {
   }
   #login_widget_user, #login_widget_password {
      width: auto;
   }
   #map.map-content {
       width: 595px !important;
   }
/* Financial Calculators mobile Fix */
#financial_tools .calcList:first-child,
#financial_tools .calcList {
    width: 100% !important;
   padding: 0 !important;
}
#financial_tools .calcList li:first-child {
    border-left: 1px solid !important;
}
/* End Financial Calc mobile Fix */   
}


/* max device width - iphone */
@media screen and (max-device-width: 480px) {
   #splash,
   #splash_img img,
   body,
   #page-wrap,
   #emoContentContainer,
   #footer,
   #footer-wrap,
   #splash #page-wrap,
   #splash #emoContentContainer,
   #widget_area_splash_middle,
   #splash #footer,
   #splash #footer-wrap {
      max-width: 480px;  
      min-width: 300px !important;
      margin:0;
      padding:0;
      width:100%;
   }
   #header,
   #header-wrap,
   #logo,
   #nav,
   #emoWrap,
   .innerEmoContent,
   #widget_area_footer,
   #splash #header,
   #splash #header-wrap,
   #splash #logo,
   #splash #nav,
   #splash #emoWrap,
   #splash .innerEmoContent,
   #splash_bottom_widgetarea,
   #splash #widget_area_footer {
      width:auto;
      margin:0;
      padding:0;
      max-width: 480px;  
      min-width: 300px;
   }
   body
    {
      border-top: 75px solid #000 !important;
   }
   #emoWrap {
      min-height: 250px;
   }
   #page-wrap {
      background: none repeat scroll 0 0 #fff;
   }
   #header {
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   }
   #header-wrap {
       min-height: 50px;
      border-bottom: 2px solid #ccc;
   }
   #splash #header-wrap {
      min-height: 85px;
   }
   #logo a h1 {
      max-height:116px;
   }
   #logo a h1 strong {
      font-size: 36px;
      font-weight: normal;
   }
   #logo img {
      max-width:100%;
}
   #subHeader { display: none; }

   #splash #emoWrap {
       border: 0 none;
       box-shadow: 0 0 0;
       min-height: 600px;
   }
   #emoWrap {
      background: none; 
       border: 0 none;
       box-shadow: 0 0 0;
       min-height: 600px;
       padding: 0 0 0;
   }
    #splash #emoContentContainer {
      min-height: 200px;
   }
   #emoContentContainer {
       background: none;
    }
   .innerEmoContent {
      width: auto !important;
       padding: 0 10px 0;
   }
      #widget_area_splash_middle {
       float: left;
       height: auto;
   }
   #splash_bottom_widgetarea {
       clear: both;
       height: auto;
       padding: 10px 0 0;
   }
    #nav {
      float: left;
      max-height: 1000px;
      overflow:hidden;
      height: auto;
      position: static;
   }
   ul.tabs, ul.tabs ul, ul.tabs ul ul {
       overflow:hidden 
       max-height: 100px;
   }
   #footer-wrap,
   #footer {
      float:left;
     height: 50px;
   }
   #footer-wrap {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
     height: auto !important
   }
   #footer {
      margin-top: 0 !important;
     height: auto !important
   }
   #widget_area_footer {
      display: block;
       float: left;
       font-family: arial !important;
   }
   .footerbox {
       float: left;
       margin: 0 0 0 15px;
       text-align: center;
       width: 440px;
   }
   .footerbox h3 a,
   .footerbox .flinks a,
   .footerbox .fcontact {
    margin-left: 0;
    }
   #splash #widget_area_footer {
      margin: 0 auto;
   }
   #sidebar {
      display: none;
   }
   #contact_us .box {
      clear: none !important;
       float: left !important;
       height: 270px !important;
      margin-right:0px !important;
      width:94% !important;
       max-width: 400px !important;
   }
   #contact_us .contactRow {
       height: 426px !important;
       width: 100% !important;
       padding:0 !important;
       border:none !important;
   }
   #map.map-content {
      width:auto !important;
   } 
   #widget_area_splash_top {
       border-bottom-width: 260px;
       height: 0;
       margin: 0;
   }
   .footer_links, .footer_login, .footer_contact {
       float: left;
       margin: 0 40px;
       width: 150px;
   }
   #splash .splash_info {
       float: left;
       height: 280px;
       margin: -190px 0 0;
       text-align: center;
       width: auto;
   }
   .appt_btn {
      margin: 40px auto 0;
   }
   #splash .splash_img {
       border: 2px outset #FFFFFF;
       box-shadow: 2px 2px 5px #000000;
       float: none;
       background-image: url("images/social_b.jpg");
       background-repeat: no-repeat;
       background-size: 440px 200px;
       height: 200px;
       width:auto !important;
       margin: 30px 0 0 5px;
   }
   .footer_links, .footer_login, .footer_contact {
       float: left;
       margin: 0 0 0 50px;
       width: 150px;
   }
   .footer_login {
      display: none;
   }
   .footer_contact {
   }
   .footer_contact p {
       color: #FFFFFF;
       font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif !important;
       font-size: 16px;
       padding: 4px;
       width: 200px;
       word-break: break-all;
   }
   #login_widget_user, #login_widget_password {
      width: auto;
   }
   
   .bottom_links,
   .bottom_links last_bottom_link{
       float: none;
       margin: 0 auto;
       height: auto;
       padding: 0;
       position: relative;
      width:auto;
      min-height: 160px;   
   }
   #splash_bottom_widgetarea {
      padding: 10px 0 0;
   }
   #splash_bottom_widgetarea p {
       font-size: 16px;
       line-height: 22px;
       padding: 20px 0 20px 85px;   
      }
/* Financial Calculators mobile Fix */
#financial_tools .calcList:first-child,
#financial_tools .calcList {
    width: 100% !important;
   padding: 0 !important;
}
#financial_tools .calcList li:first-child {
    border-left: 1px solid !important;
}
/* End Financial Calc mobile Fix */      
}


/* End Media Queries */
