/*
    Document   : style
    Created on : 30-Apr-2014, 15:54:01
    Author     : Richie.Pearce
    Description: Saul base site styles
*/

@media only screen {
    .clearfix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
    }
    /* Foundation overrides ***************************************************/
    .column, .columns { padding-left: 0.6em; padding-right: 0.6em;}

    /* Body styles ************************************************************/
    body { color: #6C6C6C; }
    a { color: #3C3C3C; transition: 0.2s }
    a:hover { color: inherit; opacity: 0.7; }

    p { font-size: 0.9em; }

    /* Content only styles ****************************************************/
    .text-content ul, .text-content ol { font-size: 0.9em; font-style: normal; }
    .text-content ol { margin-left: 1.9em;  }
    .text-content ul { list-style: none; }
    .text-content ul li { margin-left: 0.5em; background: url(../images/bullet.png) no-repeat 0 0.9em; padding: 0.3em 0px 0.3em 1em; }

    .text-content strong, .text-content b { color: #3C3C3C; }

    /* Headings ***************************************************************/
    h1, h2, h3, h4, h5, h6, h4 a { color: #755E8B; }
    h2, h3, h4 { text-transform: uppercase; line-height: 1; }
    h1 { font-size: 2.7em; font-weight: 700; letter-spacing: -0.05em; }
    h2 { font-size: 1.8em; font-weight: 700; }
    h3 { font-size: 1.4em; font-weight: 700; }
    h4 { font-size: 1.1em; font-weight: 700; }

    table {width: 80%;}

    table.downloads th {text-align: left;}
    
    #error_message {
        margin-top: 200px;
        text-align: center;
    }
    
     #error_message h1 {
        color: #d12003;
    }

    /* Main Header ************************************************************/

    .main-header {
        padding: 2em 0 1em;
    }

    .main-header .saul-logo {
        display: block;
        text-indent: -999em;
        height: 96px;
        width: 165px;
        background: url("../images/SAUL_logo.png") 0 0 no-repeat;
    }

    .main-header .saul-logo:hover {
        opacity: 100;
    }

    .main-header .social {
        padding-top: 50px;
    }

    .main-header .social a {
        height: 32px;
        width: 32px;
        float: right;
        display: block;
        background-position: -32px 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("../images/icons_social.png");
        margin-right: 0.4em;
    }

    .main-header .social a.facebook {
        background-position: -30px 0;
    }

    .main-header .social a.email {
        background-position: 0 0;
    }

    .main-header .social a.twitter {
        background-position: -96px 0;
    }

    .main-header .search {
        padding: 50px 0 0 30px;
    }

    .main-header .search .search-box input[type=text] {
        border: 1px solid #ccc;
        margin: 0;
    }

     .main-header .search .search-box form.search {
        padding: 0;
        margin: 0;
    }

    .main-header .search .search-box form.search input.submit {
        background: url("../images/search-btn.jpg") no-repeat;
        border: none;
        box-shadow: none;
        text-indent: -999em;
        width: 28px;
        height: 28px;
        display: block;
        margin: -30px 10px 0 0;
        cursor: pointer;
        float: right;
    }

    .main-header .tagline {
        padding-top: 55px;
        font-size: 0.9em;
    }

    .main-header .tagline {
        font-weight: 700;
        color: #898989;
    }

    /* Main Nav ***************************************************************/

    .main-nav a.first.level_1_current.no-navigation .navigation_2 .mega-drop {
        display: none;
    }

    .main-nav {
        display: none; /* Making way for offcanvas menu */
    }

    .mega-drop {
        display: none;
    }

    #megaDropTpl {
        display: none;
    }
    .main-nav .no-link a.no-link {
        cursor: default;

    }


    /* Banner *****************************************************************/
    .banner {
        height: 350px;
    }

    .banner .item {
        margin: 0;
    }

    .banner .banner-content {
        margin: 0;
        background: none;
        position: relative;
    }

    .banner .banner-content .banner-text,
    .banner .banner-content a.banner-text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 150;
        height: 200px;
        width: 400px;
        padding: 2em 3em;
    }

    .banner .banner-content a.banner-text *,
    .banner .banner-content .banner-text * {
        color: #FFFFFF;
    }

    .banner .banner-content a.banner-text h1,
    .banner .banner-content .banner-text h1 {
        text-transform: none;
        text-decoration: none!important;
        margin-bottom: 0;
    }

    .banner .banner-content .banner-text p {
        text-decoration: none!important;
        font-size: 16px!important;
    }

    .banner .banner-content img.banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    ul.navigation {
       background-color: #6c6c6c;
       padding: 16px;
    }
    /*
    ul.navigation li ul,
    ul.navigation li ul li ul {
        padding: 0;
        margin: 0 0 0 10px;
    }
    */

     ul.navigation li {
      list-style: none;
    }

    ul.navigation li a {
      color: #fff;
      text-decoration: none;
      font-size: 0.9em;
    }

     /* HOMEPAGE NEWS SCROLLER *********************************************************/

     .item a.news_article {
        text-decoration: none;
     }

     .item a.news_article span.news_title {
        font-size: 1.3em;
     }

     .item a.news_article span.news_description{
        line-height: 1.1em;
     }

     .news_article h6.pub_date {
         color: #000;
     }


    /* Content styles *********************************************************/
    .notice p {
        color: #4FC9D2;
    }

    /* FAQs & CONTENT CAROUSEL *******************************************************************/
    .faq {
        margin: 2em 0;
    }

    .faq dt {
        clear: both;
        position: relative;
        display: table;
        height: 48px;
        max-height: 48px;
        cursor: pointer;
        margin-bottom: 0.2em;
    }

    .faq dt p {
        display: table-cell;
        vertical-align: middle;
        background: #4FC9D2;
        padding: 0 1em;
        color: #FFFFFF;
        line-height: 1.1em;
        width: 100%; /* fix */
        transition: 0.2s;
        font-size: 1.15em;
        font-weight: normal;
    }

    .faq dt span {
        display: block;
        float: left;
        height: 48px;
        width: 50px;
        background: url('../images/faq_closed.png') 0 0 no-repeat;
        transition: 0.2s;
    }

    .faq dt.open p {
        background: #00A0A0;
    }

    .faq dt.open span {
        background: url('../images/faq_open.png') 0 0 no-repeat;
    }

    .faq dd {
        background: #E9E9E9;
        padding: 1em 1em 0.5em;
        display: none;
        color: #6c6c6c;
    }

     .faq dd table tr td {
        padding: 5px;
    }

    .text-content dd p strong,
    .text-content dd p a,
    .text-content dd p a strong,
    .text-content p a strong,
    .text-content dd ul li strong a,
    .text-content p strong a  {
        color: #6c6c6c!important;
        font-weight: bold;
    }

    /* GLOSSARY *******************************************************************/
    .glossary {
        margin: 2em 0;
    }

    .glossary dt {
        clear: both;
        position: relative;
        display: table;
        height: 30px;
        max-height: 48px;
        cursor: pointer;
        margin-bottom: 0.2em;
    }

    .glossary dt p {
        display: table-cell;
        vertical-align: middle;
        padding: 0 1em;
        color: #4FC9D2;
        line-height: 1.1em;
        width: 100%; /* fix */
        transition: 0.2s;
        font-size: 1.15em;
        font-weight: bold;
        border-bottom: 1px solid #d6d6d6;
    }

    .glossary dt span {
        display: block;
        float: left;
        height: 38px;
        width: 27px;
        margin-top: 10px;
        background: url('../images/glossary_closed.jpg') 0 0 no-repeat;
        transition: 0.2s;
    }

    .glossary dt.open p {
         color: #4FC9D2;
    }

    .glossary dt.open span {
        background: url('../images/glossary_open.jpg') 0 0 no-repeat;
    }

    .glossary dd {
        color: #6c6c6c;
        padding: 10px 0;
        display: none;
    }

    .standard dd {
        background: #f7f7f7;
        padding: 1em 1em 0.5em;
        display: none;
        color: #6c6c6c;
    }

    .standard dd h4 {
        color: #00a0a0;
        font-size: 1em;
    }

    .standard dd strong {
        color: #6c6c6c;
    }

    /* FEEDBACK FORM *******************************************************************/
    .feedback_form input.text,
    .login #login-form input.text,
    .remember_password #login-form input.text,
    .contact_form .contact-form input.text {
        width: 300px;
    }

      .contact_form .contact-form textarea#your_message {
          height: 100px;
      }

    .feedback_form textarea {
        height: 180px;
        width: 600px;
    }

    .contact_form span.required,
    .feedback_form span.required {
        color: #d12003;
        font-size: 18px;
    }

     .feedback_form a.expand {
        color: #755e8b;
        text-decoration: none;
        font-weight: bold;
    }

    .feedback_form input.submit.form-btn,
    .login input.submit.form-btn,
    .remember_password input.submit.form-btn,
    .contact_form input#submit.submit.form-btn,
    .update_password input#submit.submit.form-btn {
        background-color: #755e8b;
        color: #fff;
        border: none;
        width: 110px;
        height: 32px;
        margin-bottom: 15px;
    }

     .update_password input#submit.submit.form-btn {
        width: 120px;
    }

    .feedback_form p.question {
        color: #42aeae;
        margin-top: 1.25em;
        margin-bottom: 1em;
    }

    .feedback_form input.radio {
        margin: 0 20px 0 5px;
    }



    /* Chocks - blocks of content *********************************************/
    .chock {
        min-height: 304px;
        overflow: hidden;
        margin-bottom: 1.5em;
        background-position: right bottom;
        background-repeat: no-repeat;
        position: relative;
    }

    .chock * {
        color: #FFFFFF;
    }

    .chock .in {
        padding: 1em 1.3em;
    }

    .chock .in p {
        line-height: 1.2em;
    }

    .chock .in .more {
        text-transform: uppercase;
        display: block;
        background-color: #FFFFFF;
        color: #AEAEAE;
        font-weight: bold;
        position: absolute;
        bottom: 1.3em;
        right: 1.3em;
        z-index: 1;
        padding: 0.8em 1.3em;
        font-size: 0.75em;
        text-decoration: none;
    }

    .chock.news {
        background-color: #C73429;
        background-image: url("../images/chocks/chocks_news.jpg");
    }

    .chock.submenu {
        background-color: #AEAEAE;
/*        background-image: url("../images/chocks/chocks_news.png");*/
    }

    .chock.links {
        background-color: #77A9FC;
        background-image: url("../images/chocks/chocks_quicklinks.png");
    }

    .inner_quicklinks ul {
        margin-top: -7px;
    }

    .inner_quicklinks ul li {
        font-size: 20px;
        line-height: 40px;
        list-style: none;
    }

    .chock.contact {
        background-color: #755E8B;
        background-image: url("../images/chocks/chocks_contactus.png");
    }

    .chock.contact .in .more {
        color: #634E79;
    }

    .little-chock {
        height: 238px;
        overflow: hidden;
        margin-bottom: 1.5em;
        position: relative;
    }

    .little-chock .in {
        height: 100%;
        padding: 0.7em 1em;
    }
    .little-chock .in > .boxlink {
        height: 100%;
        display: block;
    }

    .little-chock .in .more {
        text-transform: uppercase;
        display: block;
        background-color: #FFFFFF;
        color: #AEAEAE;
        font-weight: bold;
        position: absolute;
        bottom: 1.3em;
        right: 1.3em;
        z-index: 1;
        padding: 0.8em 1.3em;
        font-size: 0.75em;
        text-decoration: none;
    }

    .little-chock .in h3 {
        text-transform: uppercase;
    }

    .little-chock p {
        line-height: 1.3;
        color: #fff;
    }

    .little-chock.bordered {
        color: #AEAEAE;
        border: 4px solid #AEAEAE;
    }

    .little-chock.bordered .in p,
    .little-chock.bordered .in h3 {
        color: #AEAEAE;
    }

    .little-chock.bordered .in .more {
        background-color: #AEAEAE;
        color: #FFFFFF;
    }

    .little-chock.solid {
        color: #FFFFFF;
        background-color: #AEAEAE;
    }

    .little-chock.solid .in h3,
    .little-chock.solid .in h4 {
        color: #FFFFFF;
        margin-bottom: 0.2em;
    }

    .little-chock.solid .in .more {
        background-color: #FFFFFF;
        color: #AEAEAE;
    }

    .little-chock.solid.one {
        background-color: #b6d5fd;
    }


    .little-chock.solid.two {
        background-color: #4FC9D2;
    }

    .little-chock.solid.one .in .more {
        color: #755E8B;
    }

    .little-chock.solid.two .in .more {
        color: #4FC9D2;
    }

    /* Crumbs ************************************************************/
    .crumbs {
        font-size: 0.9em;
        margin: 0 0 2em;
    }

    .crumbs span {
        padding: 0 0.4em;
    }

    .crumbs a {
        text-decoration: none;
        color: #7C7C7C;
    }
    .crumbs .breadcrumb-no-link {
        cursor: default;
    }
    .crumbs .breadcrumb-no-link:hover {
        opacity: 1;
    }

    /* Sliders ****************************************************************/
    .news-slider .item {
        margin: 0.2em;
        padding: 0px;
        color: #FFF;
        text-align: left;
    }

    .news-slider .item img {
        margin: 0 0 0.7em;
    }

    .news-slider .item p {
        margin: 0;
    }

    .news-slider .item p .date {
        font-weight: 700;
        text-transform: uppercase;
    }


    .in a.quicklink {
        display: block;
        font-size: 1.3em;
        line-height: 2em;
        text-decoration: none;
    }

    .in a.quicklink:hover {
       text-decoration: underline;
    }



   /* NEWS CENTER ***********************************************************/

 .news_center a.news_article {
    margin-bottom: 10px;
    padding: 5px;
    display: block;
    color: #000000;
    text-decoration: none;
    border: 1px solid #fff;
}

    .news_center a.news_article:hover {
       opacity: 100;
   }

.news_center a.news_article span.news_title {
    color: #755e8b;
    font-size: 18px;
    font-weight: bold;
}

    .news_center a.news_article:hover span.news_title {
        color: #d12003;
        text-decoration: underline;
    }

    .news_center a.news_article span.news_description {
        color: #6C6C6C;
        font-size: 14px;
        line-height: 14px;
    }

    .news_center a.news_article span.pub_date {
        color: #000;
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }


  /* SEARCH RESULTS ***********************************************************/
  form.search_form {
      width: 50%;
      margin: 0;
  }

   form.search_form input.submit {
      background: url("../images/search-btn.jpg") no-repeat;
      border: none;
      box-shadow: none;
      text-indent: -999em;
      width: 28px;
      height: 28px;
      display: block;
      margin: -45px 10px 0 290px;
      cursor: pointer;
  }

     .search a.result {
        color: #000;
        display: block;
        text-decoration: none;
        margin-bottom: 40px;
    }

    .search a.result:hover {
       opacity: 100;
   }

    .search a.result:hover {
        color: #000;
        text-decoration: none;
    }

    .search a.result span.search_title {
        color: #755e8b;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

        .search a.result:hover span.search_title {
           color: #d12003;
           text-decoration: underline;
        }

    .search a.result span.search_description {
       color: #6C6C6C;
        font-size: 14px;
        line-height: 16px;
    }

    .search a.result span.search_description strong{
        color: #6C6C6C;
    }

        .search a.result:hover span.search_description strong{
            color: #d12003;
        }

    .search a.result span.search_url {
        color: #000;
    }

    p.success {
        border-bottom: 1px solid #aeaeae;
        line-height: 80px;
    }

    .error p,
    .error ul li {
        color:#d12003;
    }



    /* Main Footers ***********************************************************/
    .bilge-footer {
        padding: 1em 0 2em;
    }

    .bilge-footer p {
        font-size: 0.7em;
        font-weight: 700;
        margin-bottom: 0;
    }

    .bilge-footer nav {
        font-size: 0.7em;
    }

    .bilge-footer nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .bilge-footer nav ul li {
        float: left;
        padding-left: 0.7em;
        line-height: 1.2;
        color: #777777;
    }

    .bilge-footer nav ul li a {
        text-decoration: none;
        color: #777777;
    }

    .main-footer {
        padding: 2em 0;
        background-color: #E9E9E9;
    }

    .main-footer a {
       color: #6c6c6c;
       text-decoration: none;
       display: block;
       height: 30px;
    }

    .main-footer a.title-link,
    .main-footer a.title,
    .main-footer p.title {
        color: #d12003;
        font-weight: bold;
    }

    .main-footer p.title {
        font-size: 16px;
        line-height: 14px;
        padding-bottom: 10px;
    }

    .main-footer p {
        margin-bottom: 0;
    }

    .main-footer p.text-resize {
       float: right;
    }

    .main-footer .saul-logo {
        display: block;
        text-indent: -999em;
        height: 66px;
        width: 124px;
        background: url("../images/SAUL_logo.png") 0 0 no-repeat;
    }

    .main-footer .social {
        padding-top: 23px;
    }

    .main-footer .social a {
        height: 32px;
        width: 32px;
        float: right;
        display: block;
        background-position: -32px 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("../images/icons_social.png");
        margin-right: 0.4em;
    }

    .main-footer .social a.facebook {
        background-position: -64px 0;
    }

    .main-footer .social a.email {
        background-position: 0 0;
    }

    .main-footer .social a.twitter {
        background-position: -96px 0;
    }

    .main-footer a.saul-logo {
        background: url("../images/saul-logo-footer.png") right no-repeat;
        width: 100%;
        height: 96px;
        display: block;
    }

    .main-footer a.investors-logo {
        background: url("../images/investors-logo-footer.png") right no-repeat;
        width: 100%;
        height: 52px;
        display: block;
        text-indent: -999em;
    }

    .main-footer a.investors-logo,
    .main-footer a.saul-logo {
        opacity: 100;
    }

    a#employer_login {
        background: #00a0a0 url('../images/padlock.png') right no-repeat;
        width: 100%;
        display: block;
        float: left;
        color: #fff;
        padding: 15px 15px;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 15px;
    }

    a#upm_login {
        background: #755e8b url('../images/padlock.png') right no-repeat;
        width: 100%;
        display: block;
        float: left;
        color: #fff;
        padding: 15px 15px;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    a#moveit_login{
        background: #fad232 url('../images/padlock.png') right no-repeat;
        width: 100%;
        display: block;
        float: left;
        color: #fff;
        padding: 15px 15px;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 15px;
    }



    /* Hacks ******************************************************************/
    .cf:before,.cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        *zoom: 1;
    }





    /* Calculators ******************************************************************/


    .calculator-intro h3 {
        text-transform: none;
        margin: 0;
    }
    .calculator-intro h3 i {
        margin-bottom: 20px;
    }
    .calculator-intro .calculator-intro-sections {
        margin: 30px 0 50px;
    }
    .calculator-intro .calculator-intro-sections p {
        margin: 0 0 20px 0;
    }
    #introCalculatorModal input[type="text"] {
        margin-bottom: 0;
    }
    #introCalculatorModal h2 {
        font-weight: 700;
        letter-spacing: -0.05em;
    }
    #introCalculatorModal .row {
        margin-bottom: 10px;
    }

    .calculator h2 {
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        overflow: hidden;
        line-height: 1.2;
    }
    .calculator h2,
    .calculator h4 {
        text-transform: none;
    }

    .blue h2,
    .blue strong {
        color: #77aafd;
    }
    .grey h2,
    .grey strong {
        color: #bbb;
    }
    .pink h2,
    .pink strong {
        color: #e2bcfa;
    }
    .aqua h2,
    .aqua strong {
        color: #4fc8d1;
    }
    .yellow h2,
    .yellow strong {
        color: rgb(192, 0, 0);
    }

    .calculator .columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    .calculator label {
        font-size: 16px;
        margin: 5px 0;
        position: relative;
    }
    .calculator label small {
        text-transform: none;
    }
    .calculator input[type="date"],
    .calculator input[type="text"] {
        margin-top: 5px;
        font-size: 16px;
    }
    .calculator input[type="text"].error {
        margin-bottom: 1em;
    }
    .icon-tick::after {
        content:"";
        display:inline-block;
        position: absolute;
        bottom: 4px;
        width: 20px;
        height: 19px;
        right: -30px;
        background: url(../images/calculator/icons.png) no-repeat;
    }
    .no-tick::after {
        display: none;
    }
    .icon-question {
        display:inline-block;
        position: absolute;
        bottom: 4px;
        width: 20px;
        height: 19px;
        right: -30px;
        background: url(../images/calculator/icons.png) no-repeat;
        z-index: 1;
    }
    .icon-question.inlined {
        right: auto;
    }
    .blue .icon-tick::after {
        background-position: 0 0;
    }
    .purple .icon-tick::after {
        background-position: -24px 0;
    }
    .pink .icon-tick::after {
        background-position: -120px 0;
    }
    .grey .icon-tick::after {
        background-position: -48px 0;
    }
    .blue .icon-question {
        background-position: -144px 0;
    }

    .aqua .icon-tick::after {
        background-position: -192px 0;
    }
    .purple .icon-question {
        background-position: -96px 0;
    }
    .aqua .icon-question {
        background-position: -168px 0;
    }
    .grey .icon-question {
        background-position: -71px 0;
    }
    .pink .icon-question {
        background-position: -96px 0;
    }
    .yellow .icon-question {
        background-position: -216px 0px
    }
    .icon-tick .icon-question {
        display: none;
    }

    .calculator-main {
        padding: 30px 45px;
    }
    .calculator-side {
        padding: 10px 15px;
        margin-bottom: 30px;
    }
    .calculator-side.border {
        border: 2px solid #ebebeb;
    }

/*    .calculator-side .icon-question {
        right: -60px;
    }*/



    .calculator input[type="checkbox"] + label,
    .calculator input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.44444rem;
        margin-right: 0.88889rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }
    .calculator input[type="text"][readonly] {
        color: #fff;
        background-color: #9c9c9c;
    }
    .calculator input[type="text"][readonly].date-picker {
        background-color: #fff;
        color: #000;
    }
    .calculator input[type="text"][disabled] {
        background-color: #fff;
        opacity: 0.5;
    }
    .calculator label.disabled {
        opacity: 0.5;
    }
    .calculator .circle {
        height: 150px;
        width: 150px;
        padding: 0 10px;
        text-align: center;
        border-radius: 50%;
        vertical-align: middle;
        display: inline-block;
        padding-top: 45px;
        margin-top: 15px;
    }
    .calculator .circle p {
        margin-bottom: 0;
        line-height: 1.3;
        font-size: 14px;
    }
    .calculator .circle strong {
        display: block;
        font-size: 18px;
    }
    .blue .circle {
        background-color: #77aafd;
        color: #fff;
    }
    .aqua .circle {
        background-color: #4fc8d1;
        color: #fff;
    }

    .pink .circle {
        background-color: #b66de4;
        color: #fff;
    }
    .pink .circle strong {
        color: #fff;
    }
    .yellow .circle {
        background-color: rgb(192, 0, 0);
        color: #fff;
    }
    .yellow .circle strong {
        color: #fff;
    }
    .light-pink.circle {
        background-color: #daa8ff;
        color: #4e4e4e;
        opacity: 0.8;
    }
    .light-pink.circle strong {
        color: #755e8b;
        font-size: 24px;
    }

    .circle strong.large {
        font-size: 24px;
        position: relative;
    }

/*    .circle strong.large::before{
        content: "-";
        position: absolute;
        left: 0;
        display: block;
    }
*/
    .circle .icon {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: -6px;
        width: 15px;
        height: 15px;
        color: #aeaeae;
        font-size: 30px;
    }

    .grey .circle {
        background-color: #6c6c6c;
        color: #fff;
    }
    .circle.grey strong,
    .grey .circle strong {
        color: #fff;
    }
    .circle.light-grey {
        background-color: #adadad;
    }

    .calculator .result {
        text-align: center;
    }
    .calculator .result strong {
        display: block;
        font-size: 18px;
    }
    .calculator .result p {
        line-height: 1.2;
        font-size: 14px;
    }
    .calculator .result.result-top {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .calculator .result.result-top p {
        margin-bottom: 10px;
    }
    .calculator .result.result-top {
        border-bottom: 2px solid #77aafd;
    }
    .calculator .aqua .result.result-top {
        border-bottom: 2px solid #4fc8d1;
    }
    .calculator .sub-label {
        color: #adadad;
        margin-top: 12px;
        height: 20px;
    }
    .calculator .fade {
        opacity: 0.6;
    }

    .calculator-links li {
        clear: both;
        padding-right: 20px;
        margin-bottom: 10px;
        min-height: 59px;
        line-height: 1.3;
        font-weight: bold;
    }
    .calculator-links li a.aqua {
        color: #4fc8d2;
    }
    .calculator-links li a.pink {
        color: #e2bcfa;
    }
    .calculator-links li a.blue {
        color: #77aafd;
    }
    .calculator-links li a.grey {
        color: #bbb;
    }
    .calculator-links li a.yellow {
        color: rgb(192, 0, 0);
    }  

    button.red{
        background-color: rgb(192, 0, 0) !important;
        border-color: rgb(142,0,0) !important;
    }
    .icon-calc {
        float: left;
        display: inline-block;
        width: 48px;
        height: 59px;
        background: url(../images/calculator/icons.png) no-repeat 0px -23px;
        margin-right: 20px;
    }
    .icon-calc-pay {
        background-position: 0px -23px;
    }
    .icon-calc-salary {
        background-position: -51px -23px;
    }
    .icon-calc-care {
        background-position: -105px -23px;
    }
    .icon-final-salary {
        background-position: -158px -23px;
    }
    .icon-calc-contracting {
        background-position: -209px -23px;
    }

    h2 .icon-calc {
        width: 68px;
        height: 83px;
    }

    h2 .icon-final-salary {
        background-position: -73px -87px;
    }
    h2 .icon-additional-pension {
        background-position: -145px -87px;
    }
    h2 .icon-takehome-pay {
        background-position: 0px -87px;
    }
    h2 .icon-care-plan {
        background-position: -219px -87px;
    }
    h2 .icon-contracting-out {
        background-position: -292px -87px;
    }
    .calculator .output-panel {
        cursor: pointer;
    }
    .calculator .height-50 {
        min-height: 50px;
    }
    .calculator .divide-line {
        width: 1px;
        height: 470px;
        background-color: #ebebeb;
        float: right;
    }
    .calculator .button.purple {
        border-color: #755e8b;
        background-color: #755e8b;
    }
    .calculator select {
        display: block;
        width: 100%;
        height: 30px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border: 1px solid #ccc;
        -webkit-appearance: menulist-button;
        margin-top: 5px;
        min-width: 50px;
    }
    .calculator .bottom-10 {
        bottom: 10px;
    }

    #topcontrol {
        position: absolute!important;
        bottom: 419px!important;
        background-color: #d12003;
        color: #fff;
        text-transform: uppercase;
        width: 130px;
        height: 35px;
        padding: 12px 5px 5px 5px;
        text-align: center;
        font-size: 12px;
        margin-left: -65px;
        left: 50%;
    }

    @media only screen and (max-width: 768px) {
        #topcontrol {
            bottom: 107px!important
        }
    }

    .calculator .blue ul li {
        background: url(../images/blue-bullet.png) no-repeat 0 0.9em
    }


    .calculator .yellow ul li {
        background: url(../images/red-bullet.jpg) no-repeat 0 0.9em
    }



}

@media only screen and (min-width: 768px) {

    /* Main Nav ***************************************************************/

    .main-nav {
        display: block;
        position: relative;
    }

    .main-nav > ul {
        padding: 0 0.6em;
        margin: 0 0 1.5em;
        padding-bottom: 3px;
    }

    .main-nav ul ul li {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .main-nav ul li.level_1 {
        text-align: center;
        padding: 0 0 0 0.2em;
        display: table;
        height: 55px;
        max-height: 55px;
        position: relative;
    }

    .main-nav ul li.level_1.hover > a {
        background: #D12003;
    }

    .main-nav ul li.level_1:first-child {
        padding: 0;
    }

    .main-nav ul li.level_1 > a {
        display: table-cell;
        vertical-align: middle;
        background: #AEAEAE;
        padding: 0 1em;
        color: #FFFFFF;
        font-size: 0.9em;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1.1em;
        width: 100%; /* fix */
    }

    .main-nav ul li.level_1._current > a {
        background: #D12003;
        font-weight: 700;
    }

    .main-nav ul li.level_1:hover > a {
        background: #D12003;
        opacity: 1;
    }

    .main-nav ul.navigation_2 {
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
        background-color: #666666;
        position: absolute;
        z-index: 100;
        bottom: -50px;
        left: 3px;
        width: 250px;
    }

    .main-nav ul li.level_1:hover > ul.navigation_2 {
        xdisplay: block;
    }

    .main-nav ul li.level_1 ul.navigation_2 li.level_2 a {
        display: table-cell;
        vertical-align: middle;
        background: #666666;
        padding: 0.4em 1em;
        color: #FFFFFF;
        font-size: 0.9em;
        text-decoration: none;
        line-height: 1.1em;
    }
    .main-nav ul a.level_2_current,
    .main-nav ul a.level_3_current {
        color: #D12003;
    }

    .mega-drop {
        position: absolute;
        z-index: 400;
        left: 0;
        right: 0;
    }

    .mega-drop .mega-wrap {
        background-color: #D12003;
        padding: 2px 0;
    }

    .mega-drop .single-col {
        padding: 0 1px 0 3px;
    }

    .mega-drop .mega-wrap .mega-inner {
        /*min-height: 280px;*/
        background: #FFFFFF;
        padding: 1.5em 0;
        position:relative;
    }

    .mega-drop .mega-wrap .mega-inner .row {
        margin: 0;
    }

    .mega-drop .mega-wrap .mega-inner ul {
        list-style: none;
        text-align: left;
        margin-left: 0;
    }

    .mega-drop .mega-wrap .mega-inner ul a {
        text-decoration: none;
    }

    .mega-drop .mega-wrap .mega-inner .nav-col-heading > ul li a {
        color: #D12003;
        font-weight: bold;
        padding-bottom: 1em;
    }

    /* Banner *****************************************************************/
    .banner {
        background: url("../images/background-image1.jpg") center 0 no-repeat;
        height: 480px;
    }

    /* Chocks - blocks of content *********************************************/

    .chock {
        height: 304px;
    }

    .chock .in {
        padding: 1em 1.6em;
    }

    /* FAQs *******************************************************************/
    .faq dd {
        margin-left: 3.1em;
    }
    .faq table {
        background: none;
        border: none;
    }
    .faq table tr.even, .faq table tr.alt, .faq table tr:nth-of-type(even) {
        background: none;
    }

    /* Main Footers ***********************************************************/
    .bilge-footer nav {
        float: right;
    }

}

.sitemap a.sm_level_1,
.sitemap a.first.sm_level_1,
.sitemap a.last.sm_level_1 {
    color: #755e8b;
    font-size: 1.2em;
}

.sitemap a.sm_level_1:hover,
.sitemap a.first.sm_level_1:hover,
.sitemap a.last.sm_level_1:hover {
    color: #755e8b;
   text-decoration: underline;
}

.sitemap a.sm_level_2,
.sitemap a.first.sm_level_2,
.sitemap a.last.sm_level_2 {
    color: #6c6c6c;
}

.sitemap a.sm_level_2:hover,
.sitemap a.first.sm_level_2:hover,
.sitemap a.last.sm_level_2:hover {
    color: #6c6c6c;
    text-decoration: underline;
}

.sitemap a.sm_level_3,
.sitemap a.first.sm_level_3,
.sitemap a.last.sm_level_3 {
    color: #6c6c6c;
}

.sitemap a.sm_level_3:hover,
.sitemap a.first.sm_level_3:hover,
.sitemap a.last.sm_level_3:hover {
    color: #6c6c6c;
    text-decoration: underline;
}

/* **********************************************************************
 * Implementation of the mobile navigation menu
 * This had to added due to the use of the redundant Foundation Library
 * This is where using a front end package manager would have been useful
 * So it would inform developers what version of packages the site was using
 *
 * This is taken Foundation 5
 */
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table;
}
.inner-wrap:after {
    clear: both;
}
.tab-bar.fixed {
    position: fixed;
}
.tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    line-height: 45px;
    padding: 0;
    color: white;
    position: relative;
    transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span:after {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.tab-bar {
    position: absolute;
    top: 0;
    width: 100%;
}
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    visibility:
}
@media only screen and (min-width: 768px) {
    .left-off-canvas-menu {
        display: none;
    }
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.left-off-canvas-menu ul.off-canvas-list li a.level_,
.left-off-canvas-menu ul.off-canvas-list li a.first.no-navigation,
.left-off-canvas-menu ul.off-canvas-list li a.level__current  {
    color: #fff;
}



ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.off-canvas-list li ul li a {
    padding-left: 20px;
}
ul.off-canvas-list li ul li ul li a {
    padding-left: 30px;
}
ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0;
}
ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
      background: #242424;
}

.left-off-canvas-menu ul.off-canvas-list li a.level_,
.left-off-canvas-menu ul.off-canvas-list li a.first.no-navigation,
.left-off-canvas-menu ul.off-canvas-list li a.level__current  {
    color: #fff;
}

.move-right > .inner-wrap {
    -ms-transform: translate(15.625rem, 0);
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate3d(15.625rem, 0, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}

.move-left > .inner-wrap {
    -ms-transform: translate(-15.625rem, 0);
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate3d(-15.625rem, 0, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap .exit-offcanvas-menu {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 1002;
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-offcanvas-menu:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}
.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem;
}

@media only screen and (max-width: 768px) {
    .main-header {
        padding-top: 45px;
    }
    .banner .banner-content a.banner-text h1,
    .banner .banner-content .banner-text h1 {
        font-size: 2em;
    }

    .banner .banner-content .banner-text,
    .banner .banner-content a.banner-text {
        padding: 1em 8em 0 2em;
    }

    .banner .banner-content .banner-text p {
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .chock h2 {
        font-size: 1.4em;
    }
    .item a.news_article span.news_title {
        font-size: 1.1em;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1190px)  {
    .reveal-modal.small.calculator {
        width: 70%;
        margin-left: -35%;
    }
}
@media only screen and (max-width: 767px) {
    .reveal-modal.small.calculator label.right {
        float: left !important;
    }
}
/*
 * End of mobile navigation
 *
 *********************************************************** */


/* *********************************************************
 * Cookie Message
 */
.cookie-message {
    font-weight: normal;
    background-color: #d5d5d5;
    margin-bottom: 0;
}
.cookie-message div > a {
    text-decoration: underline;
}

.alert.hide {
    display: none;
}
@media only screen and (max-width: 768px) {
    .cookie-message {
        top: 0;
        position: relative;
        z-index: 100;
    }
    
    .little-chock p {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .tagline {
        padding-top: 0;
    }
    
    .main-header .social {
        padding-top: 0;
    }
}

/* *********************************************************
 * Login Form
 */
.custom-form .has-tip {
    display: none;
}
.custom-form .has-tip.show {
    display: inline-block;
}
.custom-form input {
    margin-top: 5px;
}
.custom-form .form-loader {
    background: url(../images/ajax-loader.gif) no-repeat;
    width: 16px;
    height: 11px;
    display: none;
}
.custom-form .form-loader.show {
    display: inline-block;
}
.custom-form small.error.hide {
    display: none;
}
.custom-form select.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    margin-bottom: 0;
}
.tooltip {
    font-weight: normal;
    font-size: 12px;
}


.pdf_options .pdf_title {
    background: url('../images/pdf_icon.png') 0 3px no-repeat;
    padding-left: 35px;
    line-height: 37px;
}
.pdf_options p {
    font-size: 12px;
    margin-bottom: 5px;
}
.pdf_options .pdf_opt_list ul {
    list-style: none;
}
.pdf_options .pdf_opt_list ul li {
    font-size: 12px;
    background: url('../images/bullet_dark.png') no-repeat 0 9px;
    padding-left: 15px;
}

/* *********************************************************
 * Paperless Form
 */
.custom-form input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.custom-form select {
    border: 1px solid #cccccc;
    padding: 0.44444rem;
    font-size: 0.77778rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.05556rem;
}
.custom-form label.checkbox {
    margin-bottom: 1.25em;
}

#bannerSlider .owl-controls.clickable {
   margin-top: -50px!important;
   z-index: 300000!important;
   position: relative;
}

#bannerSlider .owl-controls.clickable .owl-page {
     background: url(../images/carousel-btn.png) no-repeat;
     width: 28px;
     height: 30px;
}

#bannerSlider .owl-controls.clickable .owl-page.active {
     background: url(../images/carousel-active.png) no-repeat;
     width: 28px;
     height: 30px;
}

#bannerSlider .owl-controls.clickable .owl-page.active span,
#bannerSlider .owl-controls.clickable .owl-page span {
    display: none!important;
    background: none!important;
}



body.fontsize-1 .text-content {
    font-size: 18px;
    margin-bottom: 0;
}
body.fontsize-2 .text-content {
    font-size: 22px;
}


.text-resize-label {
    line-height: 34px;
}
.text-resize li {
    margin-left: 12px;
    display: inline-block;
    float: none;
}
.text-resize li + li {
    font-size: 18px;
}
.text-resize li + li + li {
    font-size: 20px;
}
.text-resize li.active a {
    text-decoration: underline;
}

.model-error-msg-row {
    margin-top:30px;
    margin-bottom:30px;
    border:1px solid red;
    padding: 20px;
    display:none; 
}

#model-error-msg {
    text-align: center;
}


input.smallInput {
  display: inline-block;
  width: 38px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  text-align: center;
}

.resultsTable{
  border-top: 2px solid rgb(79, 200, 210);
  margin-top: 25px;
}
.resultsTable .result{
    text-align: center;
}
.resultsTable td{vertical-align: top;}

.resultsTable td:last-child {
  text-align: center;
}


div.smallInput {
  display: inline-block;
  width: 38px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

#featureBoxes {
  display: inline-block;
  clear: both;
}

.fetureBox {
  display: inline-block;
  width: 212px;
  height: 225px;
}


 .changesIcon {
  float: left;
  display: inline-block;
  width: 88px;
  height: 92px;
   background-position: 19px 14px!important;
  background-repeat: no-repeat!important;
  clear: both;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
  margin-top: -28px;
  }

  .changesCAREIcon{background: url(../images/Consultation-calc---2.png);}
  .changesFSIcon{background: url(../images/Consultation-calc---1.png);}


  #changesFs-calc .changesIcon, #changesCp-calc .changesIcon {
  margin-top: -13px;
}

.featureBoxText {
  position: absolute;
  margin-top: 2%;
  margin-left: 2%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  z-index: 999999999;
  max-width: 189px;
}

@media (max-width:400px){

    .featureBoxText {
         max-width: 163px;
    }

#featureBoxes {
      text-align: center;
  }

.fetureBox {
  display: inline-block;
  width: 48%;
  min-width:175px;
  height:auto;
  margin: 0 auto;
}

}
a{
position: relative;
}
.fetureBox a{
    display: block;
}


.changingSAUL {
    color: white;
    background-color: #D12003;
    padding: 13px;
    text-align: center;
    margin-bottom: -33px;
    margin-left: 39px;
    margin-top: -4px;
}

.changingSAUL a, .changingSAUL a:hover{
        color:white!important;
        text-decoration:underline;
    }

.changingContainer {
    padding-bottom: 46px;
}

.tagline,.search{
    padding-top: 0px!important;
    margin-top: 4px;}

@media screen and (max-width:767px){
    .changingSAUL {
        margin-bottom: 10px;
        margin-left: 0px;
    }
}
h4.yellow{
    color: rgb(192, 0, 0);
}

.paperless-date-fields > .small-3{
    float: left;
    margin-right: 12.5%;
}

.paperless-date-fields > .small-3:nth-child(3){
    margin-right: 0;
}

.calculator + .text-content{
    width: 65%;
}


@media screen and (max-width:768px){
    
    .calculator + .text-content{
        width: 100%;
    }

}

.cal-icon-wrapper {
    display: inline-block;
}


