@charset "utf-8";
/* CSS Document */

/*
Import Common Settings
- Also includes forms.css
*/
@import url('/css/common.css');
@font-face {
    font-family: segoe-ui-light;
    src: url(/templates/Vendor/fonts/segoe-ui-light.ttf);
}
   
img { max-width: 100%; }
a
{
  text-decoration:none;
  color:#005f9d;
}
a:hover {
  text-decoration:underline;
}
p { padding-bottom: 12px; }

#container {
  color:#606060;
  font: 12px/16px Arial, Helvetica, sans-serif;
  /*min-width:952px;*/
  width:100%;
}

.page_align {
  position: relative;
  margin:0;/*auto*/
}

/* Css Header */
#header { 
position: relative;
z-index: 110;
background: #fff; }

#headerContainer {
  padding: 12px;
  overflow: auto;
}

.b_background, .b_backgroundsub {
  padding:0 17px 0 15px;
}

#wrapper .b_background { padding: 0; }
#wrapper .b_backgroundsub { padding:0 17px 0 15px; }

.logo_part { display: table; width: 100%; }

.logo_part .valigner{ display: table-cell;  }

.logo_part img { margin-bottom: 1em; }

.logo_part img, .logo_part a { border: none; vertical-align: middle; }

.text_part { float:right; }


/*--------------------------wrapper------------------------*/
body {  }

#wrapper {
  position: relative;
  z-index: 100;
  clear: both;
  background: #fff;
}
#m_content {
  margin-top: 12px;
  /*overflow: auto; */
}

#right_part {
   display: table-cell;
     vertical-align: top;
  width:319px;
}

.top_hed {
  background:url(../images/text_header_bg.png) no-repeat;
  height:31px;
  width:289px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  padding: 5px 0 0 30px;
  margin-left: 6px;

}
.homeLeftContent {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 13px;
  color:#005f9d;
  padding: 5px 15px 15px 33px;
}

.whyWork{
  padding: 5px 15px 15px 33px;
}


.top_hed2 {
  background: #005f9d;
  padding:4px 15px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  padding:8px 0px 0px 20px;
  margin-top: 3px;
}
.top_hed3 {
  background:url(../images/right_text_bg.png) no-repeat;
  height:40px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  right:-10px;
  padding:8px 0 0 20px;
  position:relative;
}
.middle_part1 {
  padding:10px 5px 5px 10px;
}
.middle_part1 h5 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#005f9d;
}
.middle_part1 h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#6E6E6E;
}
.middle_part1 p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#6E6E6E;
}
.fill {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#6E6E6E;
  padding:0 0 5px 25px;
}

label {
  font-weight:bold;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
  color:#6E6E6E;
}

/*--------------------------!wrapper------------------------*/


/*--------------------------footer---------------------------------*/
#footer {
  background:#333;
  overflow:auto;
}
.l_footer {
  float:left;
  width:500px;
  padding:10px 0 10px 15px;
}

.l_footer ul li {
  list-style-type:none;
}
.l_footer li {
  float:left;
}
.l_footer a {
  color: #70bcee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  text-decoration:none;
}

.copy_right {
  color:#9D9D9D;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-bottom: 4px;
}

.r_footer {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#9D9D9D;
  padding:10px 17px 10px 0;
  float:right;
  width:450px;
  text-align: right;
}

#footer a{ color:#fff;}

#footer .nav, #footer .nav a{ color: #70bcee; }
#footer .nav li:before  { content: "|"; }
#footer .nav li.firstLink:before { content: "";}
#footer .nav li.firstLink a{ padding-left: 0; }
/*--------------------------!footer---------------------------------*/


/*
***
* Content Styles
* include content specific styles here - maybe move to a seperate file if it gets hefty
***
*/

#pageTitleWrapper {
  background: url('../images/page-title-background-large.png') no-repeat;
  position: relative;  
  display: none;
}
#pageTitle {
  height: 400px;
  position: relative;
}

#pageTitle h1 {
  border-left:#005f9d 5px solid;
  font: bold 20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #606060;
  padding-left: 10px;

}




/* jCycle */
.jCycle { margin: 0 17px 0 15px; }
.subpage .jCycle { margin: 0; }
.jCycle .inLineContentContainer { display: none; }

/* jCycle pager style */
#pagernav { 
    position: absolute;
    width: 250px;
    z-index: 900;
    left: 600px;
    top: 230px;
    
    
}
#pagernav li { 
    float: right; 
    list-style: none;
    
}
#pagernav a { 
    position: relative;
    float: left;
    margin: 0; 
    padding: 5px; 
    width: 8px;
    height: 8px;
    background: url(../images/pagernav.png) no-repeat; 
    text-decoration: none;
    text-indent:-9999em;
    text-transform:capitalize;  

}
#pagernav .activeSlide { 
    background: url(../images/pagernav-active.png) no-repeat; 
    
}
#pagernav a:focus { outline: none; }


#headerCycle h1, #headerCycle h2, #headerCycle h3 { color: #005f9d; }

#m {
    background: #fff;
}

/* calculators */
.Calculator td{ padding-bottom: 10px; padding-right: 20px; }

.logo_part .valigner { width: 50%; }
.logo_part .valigner:last-child { text-align: right; }

 #repayment-calculator {
    padding: 4em 0;
    overflow: auto;
 }
 
 #repayment-calculator * { 
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */
    }
      #repayment-calculator .inLineContentContainer {         
      xfloat: right;
/*      width:67%;*/
      line-height:20px;
      padding-left: 20px;
    }
    
        #repayment-calculator .inLineContentContainer:first-child {         
      float: left;
      vertical-align: top;
      width:33%;
      padding-right: 30px;
      xbackground:#f2f2f2;
      line-height:20px;
    }   
       
     #repayment-calculator input[type="submit"], #repayment-calculator .button, .rwContentRow input[type="submit"]  {
         padding: 1em 1.3em;
         color: #fff;
         width: auto;
         cursor: pointer;
         font-weight: bold;
         display: inline-block;
         background:#2DC1E9 !important;
         font-family: segoe-ui-light,arial !important;
         border-radius: 0;
         -webkit-appearance: none;
         -o-appearance: none;
         -moz-appearance: none;
     }

       #repayment-calculator label, .rwWindowContent label {
         display: block;
         margin-bottom: 1em;
         color:#2DC1E9 !important;
          font-family: segoe-ui-light,arial !important;
          font-size:14px;
          white-space: nowrap;
     }
          
     #repayment-calculator input, #repayment-calculator textarea, .rwContentRow input {
         background: #D6DDE5;
         padding: 0.8em 1em;
         color: #535455;
         border: none;
         width: 100%;
         font-weight: bold;
         font-size: 13px;
     }
     .blockUI
     {
         background:rgba(77,94,112,0.6) !important;
     }
     .contact-information, .enter-calculation, .calculation-results {
         overflow: hidden;
         padding: 2em;
         border-bottom: 1px solid #777878;
          background: #EFF3F6;
          width: 100%;
          clear: right;
     }
     
      .enter-calculation {
          display: table;
     }

    .enter-calculation, .calculation-results {
        xmargin-left: 33%;
    }
    
     #repayment-calculator h2 {
         color: #4E4E4F;
         text-align: center;
         font-weight: normal;
         margin-bottom: 2em;
         font-family: segoe-ui-light,arial !important;
         font-size:22px;
     }

     #repayment-calculator .form-row {
         float: left;
         width: 50%;
         padding-right: 2em;
         margin-bottom: 1em;
     }
     
     #repayment-calculator .stp2cen {
         margin-left: 40%;
     }

     #repayment-calculator .enter-calculation .form-row {
           width: 175px;
           position: relative;
           padding: 0 13%;
           margin: 1.2em 0 0;
           text-align: center;
     }

       .title-row, .img-row, .enter-row {
           display: table-row;
           width: 100%;
       } 

       #repayment-calculator .enter-row input {
            width: 80px !important;
        }
        
        

       #repayment-calculator #balloonNote {
            display: none; 
            position: absolute; 
            border: 1px solid; 
            padding: 13px;
            top: -20px;
            left: 160px;
            background: #fff;
            width: 110px;
        }
        

         #repayment-calculator .enter-calculation .img-row .form-row {
           border-left: none;
     }
        
      #repayment-calculator .enter-calculation .title-row .form-row {
          margin-bottom: 0;
     }

     #repayment-calculator .enter-calculation .form-row.first {
          border-left: none;
          padding-left: 0;
          width: 165px;
          text-align: left;
     } 
     
     #repayment-calculator .enter-calculation .form-row.last {
         padding-right: 0;
         width: 30%;
     }

     #repayment-calculator .enter-calculation .enter-row .form-row.first:after {
        content: ">";
        position: absolute;
        top: 10px;
        right: -5px;
        font-size: 50px;
        color:#5E759C;
     }

     #repayment-calculator .unit{
        display: inline-block;
        font-size: 2em;
        text-align: center;
     }
     
     #repayment-calculator .enter-calculation .enter-row input[type="radio"] {
             display: none !important;
     }

      #repayment-calculator .enter-calculation .enter-row label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
              margin-top: 20px;
        font-size: 13px;
    }
    #repayment-calculator .enter-calculation .enter-row label
    {
        color:#354555 !important;
        font-size:16px;
    }
      #repayment-calculator .enter-calculation .enter-row label:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;
        border-radius: 8px; 
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

 #repayment-calculator .enter-calculation .enter-row input[type=radio]:checked + label:before {
    content: "\2022";
    color: #4D5E70;
    font-size: 30px;
    text-align: center;
    line-height: 13px;
}
/*pox-IE*/
@media all and (-ms-high-contrast:none)
 {
 #repayment-calculator .enter-calculation .enter-row input[type=radio]:checked + label:before { line-height: 16px; } /* IE10 */
 *::-ms-backdrop, #repayment-calculator .enter-calculation .enter-row input[type=radio]:checked + label:before { line-height: 16px; } /* IE11 */
 }

    
#repayment-calculator .enter-calculation .enter-row .form-row.last:after {
    content: "";
 }

   

     #repayment-calculator .submit-row, #repayment-calculator .enter-calculation .submit-row {
         width: 100%;
         padding: 0;
         margin: 0;
         text-align: left;
     }

@media screen {
      #repayment-calculator .contact-information input:disabled, #repayment-calculator .contact-information textarea:disabled {
          background: none;
          padding: 0;
     }
}

     #repayment-calculator .contact-information input[type="submit"]:disabled {
         display: none;
     }
     
     .print-label { display: none; }
     
     .calc-print-bg { display: none; }
 
 
#verdiSection64 .inLineContentContainer {
    padding-left: 20px;
    /*width: 67%;*/
}

.rwWindowContent > div {
    height: 230px !important;
}

.rwWindowContent input[type="text"] {
    display: block;
    width: 80%;
    margin-bottom: 1em;
}


/* Overwrite Styles to hide major elements */
#header, #footer, .vendor-header,
#verdiSection81, #verdiSection82, #verdiSection83,
#repayment-calculator .inLineContentContainer:first-child {
    display: none;
}
.enter-calculation, .calculation-results {
    margin-left: 0;
}

     
 /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/  
   ========================================================================== */
@page { margin: 0; }

@media print{
    .blockUI, #pageTitleWrapper, .submit-row, .print-hide, .img-row, .title-row, #footer .nav, .vendor-header { display: none !important; }
    .contact-information, .enter-calculation, .calculation-results {
        background: none;
        border: none;
    }    
    
    /* Show */
    #header, #footer, .vendor-header,
    #verdiSection64, #verdiSection81, #verdiSection82, #verdiSection83,
    #repayment-calculator .inLineContentContainer:first-child {
        display: block;
    }
    
    .contact-information, .calculation-results {
         width: 67%;
     }
     
    .calculation-results {
        margin-left: 33%;
    }
        
    .enter-calculation {
        width: 100%;
        margin: 0;
        overflow: hidden;
        padding-bottom: 40px;
        border: none;
         background: url('/images/calculation-print-background.jpg') no-repeat;
    }
    
     #repayment-calculator .stp2cen {
         margin-left: 0;
     }
    
    #container {
      min-width:none;
    }
    
    .page_align { 
        width: auto; 
        padding: 0;
    }
    
    .section-wrapper { padding: 0 80px; overflow: hidden; }
    #headerContainer { padding: 42px 92px; }
    
    html, .wrapper { background: #fff; }
    
    #wrapper .b_backgroundsub { padding: 0; }
    
    #repayment-calculator { padding: 0; }
    #repayment-calculator input, #repayment-calculator input:disabled { 
        width: 75%; 
        display: inline-block; 
        vertical-align: middle; 
        padding: 0.8em 1em;
        -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        border-radius: 5px;
    }
     
    #repayment-calculator label { width: 24%; display: inline-block; vertical-align: middle; margin: 0; }
    
    #repayment-calculator .enter-calculation .unit { display: none; }
    #repayment-calculator, #repayment-calculator input, #repayment-calculator label { color: #3d3d3d !important; }
    #repayment-calculator h2 { color: #000; text-align: left; }
    #repayment-calculator .enter-calculation h2 { margin-left: 33%; padding-left: 2em; }
    #repayment-calculator h2:after { content: ""; position: absolute; width: 30px; height: 3px; display: block; margin-top: 5px; }
    #repayment-calculator .form-row { float: none; width: 90%; }
    
    #repayment-calculator .enter-calculation .form-row { float: left; }
    
    #repayment-calculator .enter-calculation .enter-row { text-align: center; display: block; }
    
    #repayment-calculator .enter-calculation .enter-row .form-row:after {
        display: none;
    }
    
    #repayment-calculator input[type="radio"] + label:before { content: none; }
    
    #repayment-calculator input[type="radio"]:checked + label:after {
            content: attr(title);
            display: inline-block;
            border: 8px solid #c2c2c2;
            -webkit-border-radius: 55px;
            -moz-border-radius: 55px;
            border-radius: 55px;
            height: 110px;
            width: 110px;
            padding: 39px 0;
            font-size: 3.5em;
            
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
            
        }
        
    #repayment-calculator .enter-calculation .enter-row input[type="radio"] + label:before {
            display: none;    
    }
         
    #repayment-calculator .enter-row input, #repayment-calculator .enter-row input:disabled { 
            border: 8px solid #c2c2c2;
            -webkit-border-radius: 55px;
            -moz-border-radius: 55px;
            border-radius: 55px;
            padding: 39px 0;
            height: 110px;
            width: 110px !important;
            background: none !important;
            font-size: 1.8em;
            line-height: normal;
            text-align: center;
            font-weight: bold;
    }
    
    #repayment-calculator .enter-calculation .enter-row label { 
        margin: 0;
        padding: 0;
        width:auto;
    }
     
    #repayment-calculator .enter-row .form-row, .print-label {
        display: inline-block; 
        vertical-align: middle; 
        float: none; 
        width: auto !important; 
        padding: 0;
        margin-right: 20px;
        color: #4e4e4e;
        padding: 0.5em;
    }
    
    .print-label { 
        width: 100px !important;
        display: inline-block;
        -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            text-align: center;
            margin-left: 30px;
            -webkit-background-clip: padding-box;
            xborder-width: 4px !important;
    }
      
    #repayment-calculator .inLineContentContainer:last-child {
        padding: 0 2em;
    }
   
   #footer { background: #f9f9f9; border-top: 1px solid #e1e1e1; padding: 2em; }
    .copy_right { color: #3d3d3d; font-size: 1.2em; }
    .l_footer, .r_footer { float: none; text-align: center; width: 100%; margin: 0; padding: 0; }
    #footer a { color: #9D9D9D; }

}/* end print */
 
 