/* MQ - Viewport Injection */

@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*/
   background: url('images/top_stretch.jpg') repeat-x top #fff;
   color:#333;
   font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif
}

/* body  */

/* header */
#header-wrap{
}
#header {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    padding: 0;
    width: 1100px;
}
/* content background */
#container {
}
#page {/*3nd Container, put 'page stretch' here and set overall width*/
}

#logo {/*Area for header text, also area for flash header*/
    float: left;
}
#logo h1 {
    font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    color: #2c556b;
}
#logo a {
    text-decoration: none;
}
.logo {
    max-height: 140px;
    padding: 10px;
}
#subHeader { display: none }

#content {
   padding: 0;
   margin: 0;
}

#emoWrap {
   width: 1100px;
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 6px 20px 5px #5c5c5c;
    margin: 50px auto;
    min-height: 100px;
}
#emoContentContainer {
    width: 70%;
}
.innerEmoContent {
    min-height: auto;
    padding-right: 0;
    width: 100%;
}
#footer {/*Container for footer links*/
   background: url('images/bottom_stretch.jpg') repeat-x top #000;
   width: 100%;/*Define width of footer area, usually 100%*/
  min-height: 412px;/*Define height of footer area, usually height of bg image*/
  padding: 0;
   color: #fff;
}
#footer-wrap {
   background: url('images/footer.jpg') no-repeat;
   width: 1100px;
   height: auto;
    min-height: 220px;
   margin: 0 auto;   
   padding: 180px 0 0;
}
#footer a {
   color: #CBCBCB;
}
#footer a:hover {
   color: #FFFFFF;
}
#footer-nav {
   display: none;
}
#footer-nav h2 {
}
#footer-nav ul li {
}
#copyright {
    color: #595B64;
    float: right;
    font-size: 15px;
    text-align: right;
}
#copyright strong {
   color: #3587b1;
}
#copyright a {
   display: none;
}
a.backToTop {
    bottom: 20px;
    right: 20px;
}
/*End structural elements*/




/*Global text elements*/

a{color:black;}
a:hover{color:#FFFFFF;}

#emoWrap #emoContentContainer h1 {/*Global h1 element style*/
   color: #2C556B;
   border-bottom: 4px solid #2C556B;
}

#emoWrap #emoContentContainer h2 {/*Global h2 element style*/
   color: #2C556B;
}

#emoWrap #emoContentContainer h3 {/*Global h3 element style*/
   color: #2C556B;
}

#emoWrap #emoContentContainer p {/*Global p element style*/

}

#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: #2C556B;
}

#emoContentContainer a:hover {/*Content link hover style*/
   border-bottom: 1px solid;
}

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

/*End content text elements*/




/*Main menu elements*/

#nav {
    float: right;
    margin: 0;
    width: auto;
}
#nav a {
    color: #2c556b;
    display: block;
    font: bold 14px/50px "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
    margin: 0 1px;
    padding: 0 10px !important;
    text-transform: uppercase;
}
#nav a:hover {
    color: #fff;
    background: #1C5572;
}
ul.tabs, ul.tabs li, ul.tabs ul{

}
ul.tabs a { font-size: 13px;line-height: 50px;}

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

}

ul.tabs > li:hover > ul > li > a,
ul.tabs li.iehover li a {/*Define sub buttons*/
}
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 .drop > ul {
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 0;
    position: absolute;
    min-width: 160px;
    width: auto;
    z-index: 999;
    box-shadow: 2px 2px 2px #666;
}
#nav li.emoCurrent {
}
.emoCurrent { 
    color: #fff !important;
    background: #1C5572 !important;
}

/*End main menu elements*/

#nav > ul > .drop > a {
   margin-right: 0;
}



/*Footer menu elements*/

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

/*End footer menu elements*/




/*Misc elements*/

ul.footer_links,#social_network_div { /*Social Networking Widget*/
   padding: 0;
   margin: 0;
}

#map { /*Google Map*/
   border-color: #000000 !important;
}
.formsul li a { /*IRS Forms*/
   color:#000000;
}
.pubsul li a { /*IRS Publications*/
   color:#2b468e;
}

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

#contact_us .box { /*Contact Us Page boxes*/
}
#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: 5px 0;
}

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

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

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

#widget_area_right {
   display:block;
}
html body #widget_area_page {
   display: block;
}
#widget_area_footer {
   display: block;
}
.foot_left {
   width: 33%;
   float: left;
   text-align: left;
}
.foot_left p {
    color: #595b64;
    float: left;
    font-size: 15px;
    margin: 3px 0;
}
.foot_left a {
    display: block;
    float: left;
    height: 48px;
    margin: 0 20px;
    text-indent: -9999px;
    width: 47px;
}
.foot_left .fb {
    background: url('images/facebook-bold.jpg') no-repeat;
}
.foot_left .tw {
    background: url('images/twitter-bold.jpg') no-repeat;
}
.foot_left .li {
    background: url('images/linkedin-bold.jpg') no-repeat;
}
.foot_right {
    float: right;
    margin: 0 50px 0 0;
    width: 15%;
}
.foot_right p {
    color: #595b64;
    float: left;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    margin: 3px 0;
    padding: 0 0 0 30px;
}
.foot_right a {
    color: #595b64 !important;
}
.foot_right .phone {
    background: url('images/f_icon1.jpg') no-repeat left;
}
.foot_right .fax {
    background: url('images/f_icon2.jpg') no-repeat left;
}
.foot_right .email {
    background: url('images/f_icon3.jpg') no-repeat left;
}
#widget_area_right .widgetContainer {
    width: 250px;
}
#widget_area_right .widget h2 {
    background-color: #1c5572;
    color: white;
    line-height: 30px;
    padding: 3px;
    text-transform: uppercase;
    text-indent: 10px;
}
#widget_area_right form {
    background: #eff5f8 none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
}

#widget_area_right #login_widget_user,
#widget_area_right #login_widget_password,
#widget_area_right #newsletterSignupName,
#widget_area_right #newsletterSignupEmail {
    background-color: #bde0f0;
    border-color: #315f78;
    border-radius: 4px;
    border-width: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 24px;
    margin: 4px auto;
    padding: 5px;
    width: 90%;
}
#widget_area_right #login_widget_user {
    background: url('images/username.png') no-repeat right / 35px auto #BDE0F0;
}
#widget_area_right #login_widget_password {
    background: url('images/password.png') no-repeat right / 35px auto #BDE0F0;
}

#widget_area_right #login_widget_submit,
#widget_area_right #newsletterSignupSubmit {
    background: #2c556b none repeat scroll 0 0;
    border: 2px solid #315f78;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 80px;
    margin: 0 0 0 7px;
}

#widget_area_right #newsletterSignupDiv {
    background: #eff5f8 none repeat scroll 0 0;
    padding: 0 0 10px;
}
#newsletterSignupDiv > br {
    display: none;
}
#widget_area_header {
    display: block;
}
.circles {
    display: none;
}
/* End Widgets */

/* Splash CSS */

#splash #header-wrap {
    background: rgba(0, 0, 0, 0) url("images/nature.jpg") no-repeat scroll 0 50px / cover ;
    height: 650px;
    width: 100%;
}
#splash .circles {
    display: block;
    position: absolute;
    top: 260px;
}
.circles a {
    background: rgba(0, 0, 0, 0) url("images/circle.png") no-repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 138px;
    line-height: 138px;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    width: 138px;
}
.circles a:hover {
    background: url('images/circle_hover.png') no-repeat;
    border: 0 !important;
    text-decoration: none;
    color: #2C556B;
}
#widget_area_splash_top {
    background: #2b2e3d none repeat scroll 0 0;
    height: 325px;
    margin: 100px 0 0;
    width: 100%;
}
.midbar {
    background: #fff none repeat scroll 0 0;
    height: 150px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -150px;
    width: 800px;
}
.midbar .box {
    float: left;
    height: 65px;
    margin: 20px 10px;
    padding: 0 0 0 70px;
    width: 21%;
}
.midbar #first {
    background: url('images/icon1.jpg') no-repeat left;
}
.midbar #second {
    background: url('images/icon2.jpg') no-repeat left;
}
.midbar #third {
    background: url('images/icon3.jpg') no-repeat left;
}
.midbar img {
    margin: 0 20px 0 0;
    float: left;
}
.midbar p {
}
.midbar a {
    color: #2D8EB8;
    font-weight: bold;
    text-decoration: none;
}
.ourservices {
    float: left;
    padding: 20px 0 0 22%;
    width: 33%;
}
.ourservices .box {
    float: left;
    margin: 10px 0;

}
.ourservices img {
    border-radius: 100px;
    float: left;
    height: 100px;
    margin: 0 20px 0 0;
}
.ourservices h2 {
    color: #3587b1;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.ourservices p {
    color: #fff;
}
.ourservices .box p {
    padding: 0 0 0 120px;
}
.ourservices b {
    color: #3587b1;
}
.ourservices #first {
}
.ourservices #second {
}
.mid_news {
    border-left: 1px solid #666;
    float: right;
    margin: 60px 0 0;
    padding: 0 25% 0 20px;
    width: 15%;
}
.mid_news #newsletter_signup_widget_title {
    background-color: #1c5572;
    color: white;
    line-height: 30px;
    padding: 3px;
    text-transform: uppercase;
    text-indent: 10px;
}
.mid_news #newsletterSignupName,
.mid_news #newsletterSignupEmail {
    background-color: #bde0f0;
    border-color: #315f78;
    border-radius: 4px;
    border-width: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 24px;
    margin: 4px auto;
    padding: 5px;
    width: 90%;
}
.mid_news #newsletterSignupSubmit {
    background: #2c556b none repeat scroll 0 0;
    border: 2px solid #315f78;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 80px;
    margin: 0 0 0 7px;
}
.mid_news #newsletterSignupSubmit:hover {
   background: #56C5F2;
}
.mid_news #client_login_form_widget_title {
    background-color: #1c5572;
    color: white;
    line-height: 30px;
    padding: 3px;
    text-transform: uppercase;
    text-indent: 10px;
}
.mid_news #login_widget_user,
.mid_news #login_widget_password {
    background-color: #bde0f0;
    border-color: #315f78;
    border-radius: 4px;
    border-width: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 24px;
    margin: 4px auto;
    padding: 5px;
    width: 90%;
}
.mid_news #login_widget_submit {
    background: #2c556b none repeat scroll 0 0;
    border: 2px solid #315f78;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 80px;
    margin: 0 0 0 7px;
}
.mid_news #login_widget_submit:hover {
   background: #56C5F2;
}
.sb_left {
    background: rgba(0, 0, 0, 0) url("images/international_relations.jpg") no-repeat scroll 0 0 / cover ;
    float: left;
    height: 260px;
    padding: 0 20px;
    width: 32%;
}
.sb_right {
    float: left;
    padding: 0 0 0 100px;
    width: 50%;
}
.sb_left img {
    width: 100%;
}
.sb_right h2 {
    font-size: 18px;
}
#splash #emoWrap {
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
}
#splash #emoWrap {
    display: none;
}
/* End Splash */

/* Viewport Fix */
body { min-width: 960px; }

#contact_us .box {
    max-width: 600px !important;
}
/* End Viewport Fix */

/* MQ */

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

/* min-width & max-width - Mid */
@media screen and (min-width: 525px) and (max-width: 900px) {
   #splash,
   .splash_img img,
   body,
   #page-wrap,
   #header-wrap {
      max-width: 770px;  
      min-width: 770px;      
   }
   #emoWrap {
      min-height: 250px;
      max-width: 770px; 
     background: none;
   }
   #page-wrap {
      background: none repeat scroll 0 0 #fff;
   }
   #header {
      max-width: 770px;  
     background: none #fff;
   }
   #logo {
      max-width: 770px;  
      margin: 0 auto 10px;
   }
   #logo a h1 {
      max-height: 58px;
   }
   #logo a h1 strong {
   }
    .logo {
       max-height: 120px;
       max-width: 770px;
       padding: 10px;
   }
   #splash #subHeader {
      max-width: 770px;
   }
   #subHeader { display: none; }
   #logo a {
      font-size: 20px;
   }
   #splash #emoContentContainer,
   #emoContentContainer {
      margin: 20px;
      padding: 80px 30px 30px;
      width: 600px;
   }
    #splash #emoContentContainer {
    margin: 20px 0;
    padding: 10px;
    width: 750px;
   background: #fff;
   }
   #emoContentContainer {
       background: none;
       margin: 30px;
       padding: 0 0 0;
       width: 710px;
    }
   .innerEmoContent {
      width: auto !important;
   }
   #emoWrap #emoContentContainer p, #emoWrap #emoContentContainer li {
      font-size: 16px;
   }  
   #splash #nav {
   }
   #nav {
    background: #fff;
    width: 100%;
   }
   #nav a {
   }
   #nav ul li:first-child {
   }
   ul.tabs {
      height: auto;
       padding: 0;
   }
   ul.tabs a {
       font-size: 15px;
      line-height: 30px;
   }
   ul.tabs, ul.tabs li, ul.tabs ul {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   }
   #footer-wrap,
   #footer {
      width: 770px;  
   }
   #footer-wrap {
   }
   #footer {
      margin-top: -1px !important;
   }
   #footer a {
      font-size: 17px;
   }
   #footer-nav {
       float: none;
       margin: 0 auto;
       text-align: left;
       width: 90%;
   }
   #footer-nav ul li {
       float: left;
       margin: 10px 29px 0 0;
       text-align: center;
       width: 115px;
   }
   #widget_area_footer {
      display: block;
       float: left;
       font-family: arial !important;
       padding: 0;
   }
   #splash #widget_area_footer {
      margin: -30px auto;
   }
   #sidebar {
      display: none;
   }
   #contact_us .box {
      clear: none !important;
       float: left !important;
       height: 270px !important;
       margin-right: 5px !important;
       max-width: 400px !important;
       width: 42%!important;
   }
   #contact_us .contactRow {
       height: 300px;
       width: 100%;
   } 
   #contact_us .box .left.column {
      width: 100%!important;
   } 
   #copyright {
      display: none;
   }
.midbar {
    width: 100%;
}
.ourservices {
    float: left;
    padding: 0 20px;
    width: 95%;
}
.mid_news {
    display: none;
}
#widget_area_splash_top {
    margin: 100px 0 0;
}
.sb_right {
    float: right;
    padding: 0 20px 0 0;
    width: 50%;
}
#footer-wrap {
    background-position: center center;
}
.foot_left {
    float: left;
    margin: 20px 0 0;
    text-align: left;
    width: 50%;
}
.foot_right {
    float: right;
    margin: 25x 50px 0 0;
    width: 25%;
}
#splash .foot_left {
    margin: 45px 0 0;
}
#splash .foot_right {
    margin: 50px 50px 0 0;
}

/* 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,
   #header-wrap,
   #header,
   #emoWrap,
   #footer,
   #footer-wrap,
   #emoContentContainer,
   #widget_area_footer,
   #subHeader,
   #logo,
   #nav,
   .innerEmoContent,
   body#splash,
   #splash #page-wrap,
   #splash #header-wrap,
   #splash #header,
   #splash #emoWrap,
   #splash #footer,
   #splash #footer-wrap,
   #splash #emoContentContainer,
   #splash #widget_area_footer,
   #splash #subHeader,
   #splash #logo,
   #splash #nav,
   #splash .innerEmoContent,
   #footer-nav,
   #widget_area_splash_middle,
   #splash_bottom_widgetarea,
   .bottom_links {
      width: 100%;
      padding:0px;
      margin:0px;
      max-width: 480px;  
      min-width: 300px;
      border:0px;
   }
   #emoWrap {
     background: none;
     border-radius: 0;
   }
   #page-wrap {
      background: none #fff;
   }
   #header {
      height:auto;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   }
   #logo {
      margin: 0 auto 10px;
      float: left;
      min-height: 100px;
      height: auto;
      background: #FFFFFF;
   }
   #logo a h1 {
      max-height: 58px;
      margin: 10px 10px 0 10px;
   }
   #logo a h1 strong {
   }
    .logo {
       max-height: 120px;
   max-width: 300px;
       padding: 10px;
   }
   #subHeader { display: none; }
   #logo a {
      font-size: 20px;
   }
   #splash #emoContentContainer,
   #emoContentContainer {
       padding: 10px 10px 0 10px;
       width: auto;
   }
    #splash #emoContentContainer {
   background: #fff;
   }
   .innerEmoContent {
      width: auto !important;
   }
   #emoWrap #emoContentContainer p, #emoWrap #emoContentContainer li {
      font-size: 16px;
   }
   #nav {
    background: #EAEAEA;
    width: 100%;
   }
   #nav li.emoCurrent {
      border:0;
   }
   ul.tabs {
    background: #EAEAEA;
      height: auto;
      padding: 0;
      overflow:hidden;
      max-height:150px;
   }
   ul.tabs a {
       font-size: 15px;
      line-height: 30px;
   }
   ul.tabs, ul.tabs li, ul.tabs ul {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   }
     #footer, #splash #footer {
      padding: 5px 0 0;
   }
   #footer {
      margin-top: -1px !important;
   }
   #footer-wrap {
      background: none;
   }
   #footer a {
      font-size: 17px;
   }
   #footer-nav {
       float: none;
       margin: 0 auto;
       text-align: left;
   }
   #footer-nav ul li {
       float: left;
       margin: 10px 29px 0 0;
       text-align: center;
       width: 115px;
   }
   #widget_area_footer {
      display: block;
       float: left;
       font-family: arial !important;
       padding: 0;
   }
   #splash #widget_area_footer {
      margin: -30px auto;
   }
   #sidebar {
      display: none;
   }
   #contact_us .box {
      clear: none !important;
      float: left !important;
      height: 270px !important;
      margin-left:0;
      margin-right:0;
      width:93%;
      padding-left:2% !important;
      padding-right:0 !important;
      max-width: 400px !important;
   }
   #contact_us .contactRow {
       height: 300px;
       width: 100%;
   }  
   #copyright {
      display: none;
   }
.midbar {
    display: none;
    width: 100%;
}
.ourservices {
    float: left;
    padding: 0;
    width: 95%;
}
.mid_news {
    display: none;
}
#widget_area_splash_top {
    margin: 100px 0 0;
}
.sb_right {
    float: right;
    padding: 0 20px 0 0;
    width: 50%;
}
#footer-wrap {
    background-position: center center;
}
.foot_left {
    float: left;
    margin: 20px 0 30px 0 !important;
    text-align: center;
    width: 100%;
    background: #EAEAEA;
}
.foot_right {
    float: none;
    margin: 20px auto 0 !important;
    width: 50%;
}
#splash .foot_left {
    margin: 0;
}
#splash .foot_right {
    margin: 0;
}
.midbar .box {
    float: left;
    margin: 20px 10px;
    width: 95%;
}
#splash .circles {
    top: 285px;
    width: 50%;
}
.circles a {
    background: rgba(0, 0, 0, 0) url("images/circle.png") no-repeat scroll 0 0 / 100px auto;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 102px;
    line-height: 98px;
    margin: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 102px;
}
.circles a:hover {
    height: 102px;
    line-height: 98px;
    width: 102px;
    background-size: 100px;
}
#widget_area_splash_top {
    margin: 0;
}
.foot_left .social {
    width: 50%;
    margin: -20px auto;
    float: none;
}
#splash .foot_left .social {
    margin: 10px auto;
}
.foot_left .social a {
    margin: 0 5px;
}
#contact_us .box {
    width: 95%!important;
}

#monthly_news form.form {
    width: 100%!important;
}

#monthly_news div.form {
    width: 95%!important;
    padding: 14px 5px 0!important;
}
.piggy-h3, .briefcase-h3, .arrow-h3, .checkbox-h3, .people-h3, .pencil-h3 {
    width: 85%!important;
}

#contact_us .box, #contact_us .contactRow {
    width: 95%!important;
    border-style: none!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 */   
}


/* End Media Queries */
