@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
    height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

.select_dropdown {
    font-size: 20px
}

body, html {
    color: #575757;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

p {
    color: #575757;
    line-height: 130%;
}

.orange {
    color: #5d34ae;
}

a:link, a:active, a:visited {
    color: #ff5450;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #00ac89;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

/* Mobile Layout: 480px and below. */

h1, .orange-header, #grey-inner-wrapper h3, .four-column-footer-header, #quote-stage-main-content-area h3 {
    font-family: 'Roboto', sans-serif;
    color: #5d34ae;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    display: block;
}

#quote-stage-inner-right-lower-column .orange-header {
    font-family: 'Roboto', sans-serif;
    color: #5d34ae;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: none !important;
    display: block;
    line-height: 120%;
}

#quote-stage-main-content-area h4 {
    font-family: 'Roboto', sans-serif;
    color: #ff5450;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Roboto', sans-serif;
    color: #5d34ae;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    margin: 0 0 15px 0;
    text-transform: uppercase;

}

#grey-inner-wrapper h3, #quote-stage-main-content-area h3, #quote-stage-main-content-area h4 {
    text-align: left !important;
    margin: 0 0 15px 0 !important;
}

.four-column-footer-header {
    text-align: center !important;
    margin: 0 0 5px 0 !important;
}

/* Top level navigation */

.mainNav-holder {
    width: 100%;
    background-color: #5d34ae;
    display: inline-block;
}

#mainNav {
    width: 87%;
    display: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    clear: both;
    margin: 0 auto;
    text-align: justify;
}

#mainNav:after {
    content: '';
    width: 100%; /* Ensures justification for single lines */
    display: inline-block;
}

#mainNav li {
    display: table-cell;
    text-decoration: none;
    background-image: none;
    padding: 0 11px;
    border-right: #a4a1a4 solid 2px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
}

#mainNav li:last-child {
    padding: 0;
    border-right: none;
}

#mainNav, #grey-inner-wrapper-Nav {
    width: 760px;
    display: block;
}

#mainNav-a {
    display: block;
    color: #ffffff;
    padding: 0 0 0 0;
    text-decoration: none;
    background-image: none;
    padding: 0;
}

#mainNav li a:hover {
    color: #a4a1a4;
}

/* Top level navigation */

/* Top level navigation */

#grey-inner-wrapper-Nav {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    clear: both;
    margin: 0 auto;
    text-align: justify;
}

#grey-inner-wrapper-Nav:after {
    content: '';
    width: 100%; /* Ensures justification for single lines */
    display: inline-block;
}

#grey-inner-wrapper-Nav li {
    display: block;
    text-decoration: none;
    background-image: none;
    padding: 0px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    background-color: #ffffff;
    margin: 0 0 10px 0;
}

#grey-inner-wrapper-Nav li a {
    display: block;
    color: #5d34ae;
    padding: 14px;
    text-decoration: none;
    background-image: none;
    padding: 14px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

}

#grey-inner-wrapper-Nav li a:hover {
    color: #ffffff;
    background-color: #5d34ae;
}

/* Top level navigation */

.header-section {
    padding: 0px 0;
    width: 100%;
    background-color: #ffffff;
    display: block;
}

.header-section-inner {
    width: 87%;
    margin: 0 auto 0 auto;
    display: block;
}

#header-section-inner-right {
    text-align: center;
    color: #9294cc;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    clear: both;
    padding: 0 0 5px 0;
    margin: 0 auto;
}

#mobile-icons, #mobile-icons a:link, #mobile-icons a:active, #mobile-icons a:visited {
    display: inline-block;
    line-height: 130%;
    color: #5d34ae;
    margin-bottom: 0px;
}

#mobile-icons a:hover {
    color: #a4a1a4;
}

#mobile-icons img, #inner-right-column img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

#mobile-icons img:hover, #inner-right-column img:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.social-icon {
    width: 28px;
}

#logo {
    display: block;
    text-align: center;
    width: 140px;
    height: 90px;
    margin: 0 auto;
}

#home-slider {
    width: 100%;
    display: block;
    margin: 0 auto 20px 0;
    background-color: #a4a1a4;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

#quote-header-block {
    width: 87%;
    text-align: left;
    margin: 0 auto;
    disaply: block;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0 0 0;
}

#wrapper, #grey-inner-wrapper {
    width: 87%;
    margin: 0 auto 0 auto;
    display: block;
}

#full-width-wrapper {
    width: 100%;
    border-bottom: solid 1px #a4a1a4;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    float: left;
}

#full-width-grey-wrapper {
    width: 100%;
    padding: 30px 0;
    margin: 10px 0 40px 0;
    background-color: #f0f0f0;
}

#full-width-orange-line-wrapper {
    width: 100%;
    border-top: solid 2px #ff5450;
    padding: 15px 0 0 0;
    margin: 0 0 30px 0;
}

#inner-right-column {
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: left;
}

#quote-stage-inner-right-column {
    display: inline-block;
    padding: 5%;
    width: 90%;
    text-align: left;
    background-color: #c4c3c3;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 14px;
    float: right;
}

#quote-stage-inner-right-lower-column {
    display: inline-block;
    padding: 5%;
    width: 90%;
    text-align: left;
    background-color: #f0f0f0;
    margin-top: 30px;
    font-weight: 400;
}

#proceed-button {
    display: inline-block;
    padding: 5% 5% 2% 5%;
    width: 90%;
    text-align: center;
    background-color: #ff5450;
    clear: right;

}

#proceed-button p {
    padding-right: 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
}

#inner-right-column img {
    margin: 0 auto 10px auto;
    display: block;
    max-width: 270px;
}

#main-content-area {
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: left;
}

#quote-stage-main-content-area {
    display: inline-block;
    padding: 20px;
    width: auto;
    text-align: left;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    float: left;

}

#main-content-area p, #quote-stage-main-content-area p {
    font-weight: 300;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 14px;
    line-height: 135%;
}

#main-content-area ul {
    padding: 0 0 10px 0;
    margin: 0;
}

#main-content-area li {
    padding: 4px 0 0 40px;
    margin: 0 0 10px 0;
    font-weight: 300;
    list-style: none;
    background-image: url(../images/bullet-tick.png);
    background-repeat: no-repeat;
    background-position: -4px left;
    background-size: 30px;
    min-height: 30px;
    font-size: 14px;
    line-height: 135%;
}

#main-content-area a:link, #main-content-area a:visited, #main-content-area a:active, #quote-stage-main-content-area a:link, #quote-stage-main-content-area a:visited, #quote-stage-main-content-area a:active {
    color: #ff5450;
    font-weight: 500;
    text-decoration: underline;
}

#main-content-area a:hover, #quote-stage-main-content-area a:hover {
    color: #5d34ae;
}

a.orange-block-link:link, a.orange-block-link:visited, a.orange-block-link:active {
    background-color: #5d34ae;
    color: #ffffff !important;
    display: inline-block;
    padding: 12px 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none !important;
    margin: 0 10px 10px 0;
}

a.blue-block-link:link, a.blue-block-link:visited, a.blue-block-link:active {
    background-color: #ff5450;
    color: #ffffff !important;
    display: inline-block;
    padding: 12px 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none !important;
    margin: 0 10px 10px 0;
}

a.orange-block-link:hover, #policy-details-table a.orange-block-link:hover {
    background-color: #a4a1a4 !important;
}

a.blue-block-link:hover {
    background-color: #a4a1a4;
}

#one-third-column-box {
    width: 90%;
    padding: 0;
    margin: 0 auto 20px auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: block;
    vertical-align: top;
    line-height: 130%;
    color: #575757;
    background-color: #f0f0f0;
}

#one-third-column-box:nth-child(odd) {
    background-color: #ffffff;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

#one-third-column-box h2, .quote-summary-header {
    font-family: 'Roboto', sans-serif;
    color: #5d34ae;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 15px auto;
    text-transform: uppercase;
    line-height: 110%;
    width: 65%;
    display: block;
}

.quote-summary-header-grey {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 10px auto;
    text-transform: uppercase;
    line-height: 110%;
    display: block;
    border-bottom: 1px solid #575757;
    padding: 0 0 5px 0;
}

#one-third-column-box ul {
    padding: 0 20px 10px 20px;
    margin: 0;
}

#one-third-column-box p {
    padding: 0 20px 20px 20px;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

#one-third-column-box li {
    padding: 0 0 0 34px;
    margin: 0 0 10px 0;
    font-weight: 300;
    list-style: none;
    background-image: url(../images/bullet-tick.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px;
    min-height: 26px;
}

#one-third-column-box img {
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#one-third-column-box img:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.one-third-column-box-icon {
    display: block;
    position: relative;
    z-index: 2;
    margin: -75px auto 0 auto !important;
    width: 114px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

.one-third-column-box-icon:hover {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.inner-page-header-icon {
    display: block;
    position: relative;
    z-index: 2;
    margin: -72px auto 0 auto !important;
    width: 90px;
    height: auto;
    padding: 0 0 10px 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

.quote-summary-icon {
    display: block;
    position: relative;
    z-index: 2;
    margin: -52px auto 0 auto !important;
    width: 90px;
    height: auto;
    padding: 0 0 10px 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

a.get-a-quote:link, a.get-a-quote:visited, a.get-a-quote:active {
    background-color: #ff5450;
    color: #ffffff;
    display: block;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

a.get-a-quote:hover {
    background-color: #5d34ae;
}

#testimonial-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 0 40px 0;
}

#testimonial-box img {
    position: relative;
    left: 100%;
    margin-left: -175%;
    max-width: 175%;
    min-height: 175px;
    text-align: center;
}

#testimonial-caption {
    background-image: url(../images/testimonial-box-bg-grey.png);
    background-repeat: repeat;
    top: 10%;
    color: #FFF !important;
    text-align: center;
    padding: 4%;
    position: absolute;
    width: 82%;
    margin: 0 auto !important;
    text-transform: uppercase;
    display: block;
    left: 5%;
    vertical-align: middle;
}

#testimonial-caption h2 {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-align: center !important;
}

#testimonial-caption p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

#blue-flash-box {
    background-color: #5D34AE;
    padding: 3%;
    display: inline-block;
    margin: 0 0 20px 0;
    width: 94%;
}

#blue-flash-box .orange-header {
    text-align: center;
    margin: 0 0 5px 0;
}

#blue-flash-box ul {
    padding: 0 20px 10px 20px;
    margin: 0;
}

#blue-flash-box li {
    padding: 0 0 0 34px;
    margin: 0 0 10px 0;
    font-weight: 300;
    list-style: none;
    background-image: url(../images/bullet-tick.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px;
    min-height: 26px;
    color: #FFF;
}

#blue-flash-box p {
    padding: 0 20px 20px 20px;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

#quote-stage-inner-right-lower-column .orange-header {
    text-align: left;
    margin: 15px 0 15px 0;
    font-size: 25px;
}

#blue-flash-box p {
    font-weight: 500;
    color: #FFF;
    text-align: center;
}

#blue-flash-box img {
    width: 100px;
    margin: 0 auto 20px auto;
    display: block;

}

#blue-flash-box a:link, #blue-flash-box a:visited, #blue-flash-box a:active {
    color: #f99131 !important;
    text-decoration: none;
}

#blue-flash-box a:hover {
    text-decoration: underline;
}

.footer {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0 0;
    background-color: #a4a1a4;
    text-align: center;
}

.footerinner {
    text-align: left;
    line-height: 140%;
    font-size: 13px;
    width: 87%;
    margin: 0 auto 20px auto;
    text-align: center;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    display: inline-block;
    padding: 0 0 40px 0;
}

.footerheader {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.footerinner-left {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

#footerinner-right {
    float: right;
    width: 100%;
    text-align: center;
    color: #FFF;
}

#footerinner-right a:link, .footerinner-centre a:link {
    color: #ffffff !important;
}

#footerinner-right a:hover, .footerinner-centre a:hover {
    color: #5d34ae !important;
}

.footerinner-centre {
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.footerinner-centre img {
    margin: 0 0 20px 0;
}

.footer-bottom {
    text-align: center;
    line-height: 140%;
    font-size: 13px;
    width: 87%;
    margin: 0 auto 20px auto;
    color: #ffffff;
    display: inline-block;
    padding: 20px 0;
}

#footerinner-four-column {
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    text-align: center;
    vertical-align: top;
}

#footerinner-four-column p {
    font-weight: 500 !important;
    color: #ffffff !important;
    padding: 0;
    margin: 0;
}

#footerinner-four-column img {
    width: 30%;
    display: block;
    margin: 0 auto 20px auto;
}

/* QUOTE STAGE STYLING */

#quote-stage-breadcrumb {
    background-color: #f0f0f0;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    text-align: justify;
}

#quote-stage-breadcrumb li {
    display: table-cell;
    text-decoration: none;
    background-image: none;
    padding: 0 2%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    color: #ff5450;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.number-disc {
    border-radius: 50%;
    width: 32px;
    height: 24px;
    color: #ffffff;
    background-color: #ff5450;
    margin-right: 10px;
    display: inline-block;
    padding: 8px 0 0 0;
    font-size: 18px;
}

.number-disc-orange {
    border-radius: 50%;
    width: 32px;
    height: 24px;
    color: #ffffff;
    background-color: #5d34ae;
    margin-right: 10px;
    display: inline-block;
    padding: 8px 0 0 0;
    font-size: 18px;
    text-align: center;
}

#quote-stage-inner-section {
    border-top: 1px solid #ff5450;
    padding: 30px 0 10px 0;
    margin-bottom: 20px;
}

#quote-stage-inner-section:last-child {
    border-top: 1px solid #ff5450;
    padding: 30px 0 0 0;
    margin-bottom: 0px;
}

#tick-box {
    text-transform: uppercase;
    color: #ff5450;
    font-weight: 400;
    width: 40%;
    padding: 0 1%;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
    line-height: 120%;
    margin: 0 3% 20px 3%;
}

#tick-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}

.text-box-short {
    border: none;
    background-color: #ffffff;
    padding: 10px 15px;
    width: 50px;
    margin-bottom: 20px;
}

.text-box-short-table {
    border: none;
    background-color: #ffffff;
    padding: 5px 15px;
    width: 50px;
    margin-top: -8px;
}

.text-box-long {
    border: none;
    background-color: #ffffff;
    padding: 10px 15px;
    width: 60%;
    margin-bottom: 20px;
    display: block;
}

.checkbox {
    margin-right: 10px;
}

.quote-summary-title {
    display: block;
    font-weight: 500;
    border-top: 1px solid #ffffff;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
}

/* QUOTE STAGE STYLING */

/* PERSONS INSURED TABLE STYLES */

#persons-insured-table {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 14px;
}

#persons-insured-table table,
#persons-insured-table tbody {
    display: block;
    width: 100%;
}

#persons-insured-table thead {
    display: none;

}

#persons-insured-table table tr,
#persons-insured-table table th,
#persons-insured-table table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

#persons-insured-table table tr {
    padding: 10px;

}

#persons-insured-table table th[data-title]:before,
#persons-insured-table table td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: 500;
}

#persons-insured-table table td {
    border: none;
    margin-bottom: 6px;
    text-align: left;
    color: #575757;
}

#persons-insured-table table td:empty {
    display: none;
}

#persons-insured-table table td:first-child {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #575757;
}

/* PERSONS INSURED TABLE STYLES */

/* OPTIONAL EXTRAS TABLE STYLES */

#optional-extras-table {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 14px;
}

#optional-extras-table table,
#optional-extras-table tbody {
    display: block;
    width: 100%;
}

#optional-extras-table thead {
    display: none;

}

#optional-extras-table table tr,
#optional-extras-table table th,
#optional-extras-table table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

#optional-extras-table table tr {
    padding: 10px;

}

#optional-extras-table table td {
    border: none;
    margin-bottom: 6px;
    text-align: left;
    font-weight: 500;
    color: #ff5450;
}

#optional-extras-table table td:empty {
    display: none;
}

#optional-extras-table table td:first-child {
    font-weight: 400;
    margin-bottom: 6px;
    font-weight: 500;
}

#optional-extras-table table td.short {
    margin-bottom: 14px;
}

/* OPTIONAL EXTRAS TABLE STYLES */

/* POLICY DETAILS TABLE STYLES */

#policy-details-table {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 14px;
}

#policy-details-table table,
#policy-details-table tbody {
}

#policy-details-table thead {
    display: none;
}

#policy-details-table table tr,
#policy-details-table table th,
#policy-details-table table td {
    display: block;
    padding: 0;
    white-space: normal;
}

#policy-details-table table tr {
    padding: 0px;
    margin-bottom: 20px;
}

#policy-details-table table th[data-title]:before,
#policy-details-table table td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: 500;
}

#policy-details-table table td {
    border: none;
    margin-bottom: 2px;
    color: #575757;
    background-color: #ffffff;
    vertical-align: middle;
    padding: 12px 6px;
}

#policy-details-table table td:empty {
    display: none;
}

#policy-details-table table td:first-child {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #575757;
    background-color: #f0f0f0;
    text-transform: uppercase;
}

#policy-details-table a.orange-block-link:link, #policy-details-table a.orange-block-link:visited, #policy-details-table a.orange-block-link:active {
    background-color: #5d34ae;
    color: #ffffff !important;
    display: inline-block;
    padding: 3px 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none !important;
    margin: 0;
    width: auto;
    float: right;
    clear: right;
}

#policy-details-table table td.large-cover-type {
    font-size: 16px;
    font-weight: 500;
    text-align: center !important;
    color: #ffffff !important;
    background-color: #ff5450 !important;
    padding: 10px !important;
    text-transform: uppercase;
}

#policy-details-table table td.large-cover-type[data-title]:before {
    display: none;
}

#policy-details-table table td.large-price {
    font-size: 15px;
    font-weight: 500;
}

img.excess-slider-graphic {
    width: 75%;
    margin: 0 auto;
    display: block;
}

/* POLICY DETAILS TABLE STYLES */

@media only screen and (max-width: 963px) {

    .header-section-inner, #quote-header-block {
        width: 78%;
    }

    #wrapper, #grey-inner-wrapper {
        width: 78%;
        margin: 0 auto 0 auto;
        display: block;
    }

    #footerinner-four-column {
        width: 40%;
        padding: 13px;
    }

    #footerinner-four-column img {
        width: 60%;
    }

    #mainNav, #grey-inner-wrapper-Nav {
        width: 100%;
        font-size: 13px;
    }

    #mainNav li {
        display: block;
        height: 20px;
        text-decoration: none;
        background-image: none;
        padding: 0 1% 0 0;
        border-right: #de791c solid 2px;
        text-align: center;
    }

    #grey-inner-wrapper-Nav li a {
        padding: 14px 30px 33px 30px !important;
    }
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

    .header-section-inner, #quote-header-block {
        width: 78%;
    }

    #wrapper, #grey-inner-wrapper {
        width: 78%;
        margin: 0 auto 0 auto;
        display: block;
    }

    #footerinner-four-column {
        width: 40%;
        padding: 13px;
    }

    #footerinner-four-column img {
        width: 60%;
    }

    img.excess-slider-graphic {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    #mainNav, #grey-inner-wrapper-Nav {
        width: 100%;
        font-size: 13px;
    }

    #grey-inner-wrapper-Nav li a {
        padding: 14px 30px 33px 30px !important;
    }

}

/* Desktop Small Layout: 768px to a max of 963px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    h1, .orange-header, #grey-inner-wrapper h3, #quote-stage-main-content-area h3 {
        font-size: 20px;
        margin: 0 0 30px 0;

    }

    #quote-stage-main-content-area h4 {
        font-size: 16px;
    }

    h2 {
        font-size: 18px;
        margin: 0 0 20px 0;

    }

    #logo {
        width: 190px;
        height: 122px;
        display: inline-block;
        text-align: left;
    }

    .header-section {
        padding: 10px 0;
    }

    #header-section-inner-right {
        float: right;
        text-align: right;
        padding: 36px 0 0 0;
    }

    #mobile-icons {
        margin: 0;
    }

    #mobile-icons img {
        padding: 0 2px;
    }

    .social-icon {
        width: 46px;
    }

    #mainNav, #grey-inner-wrapper-Nav {
        width: 760px;
        display: block;
    }

    #grey-inner-wrapper-Nav li {
        display: inline-block;
    }

    #grey-inner-wrapper-Nav li a {
        font-size: 16px;
        background-image: url(../images/grey-nav-bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        padding: 14px 14px 33px 14px;
    }

    #grey-inner-wrapper-Nav li a:hover {
        background-image: url(../images/grey-nav-over-bg.png);
    }

    #home-slider {
        margin: 0 auto 40px 0;
    }

    .header-section-inner {
        width: 760px;

    }

    #quote-header-block {
        width: 760px;
        padding: 40px 0 0 0;
        font-size: 22px;
    }

    #wrapper, #grey-inner-wrapper {
        width: 760px;

    }

    #main-content-area {
        width: 484px;
        padding: 0 20px 0 0;
    }

    #quote-stage-main-content-area {
        width: 404px;
        padding: 40px;
        margin: 0 20px 40px 0;
    }

    #inner-right-column {
        width: 250px;
        vertical-align: top;
    }

    #quote-stage-inner-right-column, #quote-stage-inner-right-lower-column {
        width: 210px;
        vertical-align: top;
        padding: 20px;
        font-size: 16px;
        line-height: 130%;
        float: right;
        clear: right;
    }

    #proceed-button {
        width: 210px;
        vertical-align: top;
        padding: 20px 20px 10px 20px;
        float: right;
    }

    #main-content-area p, #main-content-area li, #quote-stage-main-content-area p {
        font-size: 16px;
    }

    #testimonial-box img {
        max-width: 100%;
        left: auto;
        margin-left: 0;
    }

    #testimonial-caption {
        top: 25%;
        padding: 4%;
        width: 62%;
        left: 15%;
    }

    #testimonial-caption p {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #testimonial-caption h2 {
        font-weight: 500 !important;
    }

    #one-third-column-box {
        width: 32%;
        margin: 0 8px 8px 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        line-height: 130%;
        padding: 0;
    }

    #one-third-column-box h2, #testimonial-caption h2, .quote-summary-header, .quote-summary-header-grey {
        font-size: 20px !important;
    }

    a.get-a-quote:link, a.get-a-quote:visited, a.get-a-quote:active {
        font-size: 20px;
    }

    #one-third-column-box:last-child {
        margin: 0 0 10px 0;
    }

    #one-third-column-box img {
        margin-bottom: 20px;
        max-width: 100%;
    }

    #one-third-column-box h2 {
        min-height: 70px;
    }

    #full-width-orange-line-wrapper {
        padding: 30px 0 0 0;
    }

    .inner-page-header-icon {
        margin: -105px auto 0 auto !important;
        width: 114px;

    }

    .quote-summary-icon {
        width: 90px;

    }

    .footerinner {
        text-align: left;
        line-height: 140%;
        font-size: 13px;
        width: 760px;
        margin: 0 auto 0 auto;
        text-align: center;
        color: #ffffff;

    }

    .footerinner-left {
        float: left;
        width: 25%;
        text-align: left;
        text-transform: uppercase;
        margin: 0;

    }

    #footerinner-right {
        float: right;
        width: 25%;
        text-align: left;
        color: #FFF;
    }

    .footerinner-centre {
        float: left;
        width: 50%;
        text-align: center;
        color: #FFF;
        margin: 0;
    }

    #footerinner-four-column {
        width: 20%;
    }

    #footerinner-four-column img {
        width: 60%;
    }

    #blue-flash-box p {
        font-weight: 500;
        color: #FFF;
        text-align: left;
    }

    #blue-flash-box img {
        width: 150px;
        float: left;
        margin: 0 20px 0 0;
    }

    #blue-flash-box .orange-header, #quote-stage-inner-right-lower-column .orange-header {
        text-align: left;
    }

    #inner-right-column img {
        max-width: 100%;
    }

    /* QUOTE STAGE STYLING */
    #quote-stage-breadcrumb {
        margin-bottom: 40px;
    }

    #quote-stage-breadcrumb li {
        display: inline-block;
        font-size: 16px;
        padding: 0 2%;
    }

    /* QUOTE STAGE STYLING */
    /* PERSONS INSURED TABLE STYLES */
    #persons-insured-table table {
        border-collapse: collapse;
        padding: 0;
        margin: 0 0 11px 0;
        width: 100%;
        font-size: 16px;
    }

    #persons-insured-table thead {
        display: inline-block;
        width: 100%;
    }

    #persons-insured-table table th {
        text-align: left;
        border-bottom: 0;
        vertical-align: bottom;
        padding: 0;
        text-align: left;
        font-weight: 500;
        width: 15%;
        display: inline-block;
    }

    #persons-insured-table table td {
        border-bottom: none;
        vertical-align: top;
        padding: 0;
        text-align: left;
        display: inline-block;
        width: 15%;
        margin-bottom: 0;
    }

    #persons-insured-table table th.long {
        text-align: left;
        border-bottom: 0;
        vertical-align: bottom;
        padding: 0;
        text-align: left;
        font-weight: 500;
        width: 65%;
        display: inline-block;
    }

    #persons-insured-table table td.long {
        border-bottom: none;
        vertical-align: top;
        padding: 0;
        text-align: left;
        display: inline-block;
        width: 65%;
        margin-bottom: 0;
    }

    #persons-insured-table table th[data-title]:before,
    #persons-insured-table table td[data-title]:before {
        display: none;
    }

    #persons-insured-table td:first-child {
        font-size: 16px !important;
    }

    /* PERSONS INSURED TABLE STYLES */
    /* OPTIONAL EXTRAS TABLE STYLES */
    #optional-extras-table table {
        border-collapse: collapse;
        padding: 0;
        margin: 0 0 11px 0;
        width: 100%;
        font-size: 16px;

    }

    #optional-extras-table thead {
        display: inline-block;
        width: 100%;
    }

    #optional-extras-table table th {
        text-align: left;
        border-bottom: 0;
        vertical-align: bottom;
        padding: 0;
        text-align: left;
        font-weight: 500;
        width: 70%;
        display: inline-block;
    }

    #optional-extras-table table td {
        border-bottom: none;
        vertical-align: top;
        padding: 0;
        text-align: left;
        display: inline-block;
        width: 70%;
        margin-bottom: 0;
        font-weight: 500;
    }

    #optional-extras-table table th.short {
        text-align: left;
        border-bottom: 0;
        vertical-align: bottom;
        padding: 0;
        text-align: left;
        font-weight: 500;
        width: 12%;
        display: inline-block;
    }

    #optional-extras-table table td.short {
        border-bottom: none;
        vertical-align: top;
        padding: 8px 0 0 0;
        text-align: left;
        display: inline-block;
        width: 12%;
        margin-bottom: 0;
        font-weight: 500;
    }

    #optional-extras-table table th[data-title]:before,
    #optional-extras-table table td[data-title]:before {
        display: none;
    }

    #optional-extras-table td:first-child {
        font-size: 16px;
    }

    /* OPTIONAL EXTRAS TABLE STYLES */

}

/* Desktop Large Layout: 964px to a max of 1219px.  Inherits styles from: Mobile Layout and Tablet Layout and Deskop Small Layout. */

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

    #logo {
        width: 300px;
        height: 122px;
    }

    #header-section-inner-right {
        padding: 42px 0 0 0;
    }

    #mainNav, #grey-inner-wrapper-Nav {
        width: 944px;
        font-size: 13px;
    }

    #mainNav li {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        padding: 0 1% 0 0;
        border-right: #a4a1a4 solid 2px;
        text-align: center;
    }

    #grey-inner-wrapper-Nav li a {
        padding: 14px 30px 33px 30px !important;
    }

    .header-section-inner, #quote-header-block {
        width: 944px;
    }

    #wrapper, #grey-inner-wrapper {
        width: 944px;
    }

    #main-content-area {
        width: 666px;
    }

    #quote-stage-main-content-area {
        width: 586px;
    }

    #inner-right-column {
        width: 254px;
    }

    #quote-stage-inner-right-column, #proceed-button, #quote-stage-inner-right-lower-column {
        width: 214px;
    }

    #one-third-column-box {
        margin: 0 13px 13px 0;
    }

    #one-third-column-box h2 {
        min-height: 45px;
    }

    #testimonial-caption {
        top: 30%;
    }

    .four-column-footer-header {
        font-size: 20px;
        line-height: 110%

    }

    .footerinner {
        width: 944px;
    }

    .footer-bottom {
        width: 50%;
    }

    /* QUOTE STAGE STYLING */
    #quote-stage-breadcrumb li {
        display: inline-block;
        font-size: 16px;
        padding: 0 1.5%;
    }

    #tick-box {
        text-transform: uppercase;
        color: #ff5450;
        font-weight: 400;
        width: 17%;
        padding: 0 1%;
        display: inline-block;
        font-weight: 500;
        text-align: center;
        vertical-align: top;
        line-height: 120%;
        margin: 0;
    }

    /* QUOTE STAGE STYLING */
    /* POLICY DETAILS TABLE STYLES */
    #policy-details-table {
        margin: 0 0 30px 0;

    }

    #policy-details-table table {
        border-collapse: collapse;
        padding: 0;
        margin: 0 0 11px 0;
        width: 100%;
    }

    #policy-details-table thead {
        display: inline-block;
        width: 100%;
    }

    #policy-details-table table th {
        text-align: left;
        border-bottom: 0;
        vertical-align: bottom;
        padding: 3% 2%;
        text-align: center;
        font-weight: 500;
        width: 20%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        background-image: url(../images/white-line-seperator.png);
        background-position: right center;
        background-repeat: no-repeat;

    }

    #policy-details-table .pd-head {
        width: 30% !important;
    }

    #policy-details-table .end {
        display: inline-flex !important;
        padding: 0 3% 0 3% !important;
    }

    #policy-details-table .pd-head .head-container {
        display: flex;
        width: 80%;
        text-align: right !important;
        align-items: center;
    }

    #policy-details-table .pd-head .img-container {
        width: 50%;
    }

    #policy-details-table .pd-head .img-container img {
        width: 100%;
        padding: 0;
        float: right;
        position: relative;
        left: 2rem;
    }

    #policy-details-table .pd-head .head-container span {
        width: 87%;
        text-align: right;
    }

    #policy-details-table table th:last-child {
        background-image: none;
    }

    #policy-details-table table td {
        border-bottom: none;
        vertical-align: top;
        padding: 3% 2%;
        text-align: center;
        display: inline-block;
        width: 20%;
        margin-bottom: 0;
        vertical-align: middle;
        font-weight: 500;
        background-color: transparent;
    }

    #policy-details-table table td.large-price {
        font-size: 18px;
        font-weight: 700;
    }
	
    #policy-details-table table td.large-cover-type {
        font-size: 16px;
        font-weight: 700;
        text-align: center !important;
        color: #ffffff !important;
        background-color: #ff5450 !important;
        width: 20% !important;
        padding: 6% 2% !important;
    }

    #policy-details-table table tr {
        background-color: #ffffff;
        margin-bottom: 5px;
        vertical-align: middle;
        padding: 0;
    }

    #policy-details-table table th[data-title]:before,
    #policy-details-table table td[data-title]:before {
        display: none;
    }

    #policy-details-table table td:first-child {
        margin-bottom: 0;
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        background-color: #f0f0f0;
        padding: 3% 2% 3% 0;
        width: 22%;
    }

    #policy-details-table a.orange-block-link:link, #policy-details-table a.orange-block-link:visited, #policy-details-table a.orange-block-link:active {
        background-color: #5d34ae;
        color: #ffffff !important;
        display: inline-block;
        padding: 12px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none !important;
        margin: 10px 0 0 0;
        width: 100%;
        float: none;
    }

    img.excess-slider-graphic {
        width: 100%;
        margin: 0 auto;
        display: block;

    }

    /* POLICY DETAILS TABLE STYLES */

}

/* Desktop Layout: 1220px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout and Desktop Large Layout. */

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

    #mainNav, #grey-inner-wrapper-Nav {
        width: 1200px;
        font-size: 14px;
        min-height: 30px;
    }

    #mainNav li {
        padding: 0 2% 0 0;
    }

    #grey-inner-wrapper-Nav li a {
        padding: 14px 54px 33px 54px !important;
    }

    .header-section-inner, #quote-header-block {
        width: 1200px;

    }

    #wrapper, #grey-inner-wrapper {
        width: 1200px;
    }

    #main-content-area {
        width: 886px;
    }

    #quote-stage-main-content-area {
        width: 806px;
    }

    #inner-right-column {
        width: 290px;
    }

    #quote-stage-inner-right-column, #proceed-button, #quote-stage-inner-right-lower-column {
        width: 250px;
    }

    .icon {
        float: left;
        margin: -8px 8px 0 0;
        display: inline-block;
    }

    #one-third-column-box {
        margin: 0 18px 18px 0;
    }

    #testimonial-caption {
        top: 40%;
    }

    .footerinner {
        width: 1200px;
    }

    #footerinner-four-column {
        width: 22%;
    }

}