@charset "utf-8";
/* CSS Document */




.green { color: #9FAA14; }
a img { border:none; }
a[href], input[type='submit'],input[type='radio'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

/*
Lato Normal 400 Bold 700 Black 900
*/
html, body {
    color: #4E4A49;
    font-family: 'Lato', sans-serif,Helvetica, sans-serif;
}


#container {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    margin:0 auto;
    max-width:970px;
}

.admin-section #container {
    max-width: 1100px;
}



#body { min-height: 500px; }
#topNav { height:51px; margin-bottom:15px; text-align: right; }
#masthead {	position: relative;}
#menu ul, #menu ul li {  list-style:none; padding-left:0; margin:0; display: inline-block; }
#menu ul li a { font-size:16px; color:white; text-decoration:none; float:left;  display:block; margin-right:15px; font-family:Arial, Helvetica, sans-serif; padding:15px 0 2px 0; }
#menu ul li a.active { border-bottom:2px solid #9FAA16; }
#menu ul li a.hilight { color:#9FAA16; }
#userBtns { float:right ; padding:7px 0;  font-family:Georgia, "Times New Roman", Times, serif;  }
#userBtns a { padding-left:10px; display: inline-block; zoom: 1; *display: inline; }
#userBtns a img { border:none; }
#loggedIn { color: #6B6563; padding-top:8px; font-size:12px; width: 220px; text-align: right; }
#loggedIn a { color: #9FAA16; padding-left:0; }
#homeNote { width:351px;  }
#homeNote p { color: #99938E;  font-family:Georgia, "Times New Roman", Times, serif; font-size: 18px; }

#smallLogo { float:left; margin-top:10px; margin-right:15px; margin-left:11px; }

#home h1 { color: #4E4A49; font-size: 40px; margin-top:15px; margin-bottom: 5px; }



#calculator { float:right; width:549px; background:#423F3E; padding:15px; color:white; margin-top: 30px;  }
#calculator h2 { color:white; margin:0px 0; }
#calculator p { color:#949D1B; margin:1px 0 5px  0; }
#calculator td { font-size:17px; padding-bottom:10px; letter-spacing:.02em; }
#calcOptions { margin:10px -15px; background:#4F4A48; border-top:1px solid #6B6563; border-bottom:1px solid  #6B6563; padding:15px 15px 5px 15px; }
#calculator select, #calculator input { width:100%; height: 26px; border:1px solid #8F8987; color: #4F4A48; font-size:16px;  }
#calculator  .radioBtns input { width:auto; height:auto; border:none; }
#calculator span.note { font-size:12px; color:#8A8482; }
#calculator label.error { font-size:12px; color: grey; }
#lowerContent { clear:both; padding-top:30px; }

.leftCol, .rightCol { float:left; width:485px; }
.rightCol { margin-left:38px; width:550px; }
.leftCol { width:351px; }
.leftCol h3 {  font-size:15px;  text-transform:uppercase; }
.rightCol h3 { font-size:15px;  font-family:Georgia, "Times New Roman", Times, serif; }



.fbItem { border-top:1px solid#E9E4D8; padding:15px 0; margin-bottom:15px;  }
.fbImg img { border:1px solid #9E9998; background:white; }
/*.fbImg { background: #EFECE2; }*/
.fbClose { border-top:1px solid #E9E4D8; height:1px; margin-bottom:15px;  margin-top:-15px; }
.fbItem p { float:right; width:200px; font-size: 12px; margin: 0;  }
.fbItem span { color: #99938E; font-style: italic; margin-top: 3px; }

img.border { border:1px solid #9E9998; padding:2px; }
.linkList { padding-left:0; list-style:none; font-size:12px;  }
.linkList li { float:left; margin:0 15px 15px 0; width:260px; height: 73px; }
.linkList img { padding-right:15px; }
.linkList h4 { margin:0;  font-size:12px;  }
.linkList p { margin-top:0; }



/*#text { padding:20px; background: white; }*/

/*#text ol { margin-left:50px; }*/

.text-full-height {
    box-sizing: border-box;
    font-size:14px;
    padding:20px;
    background: white;
    height: 100%;
}

#numlist { margin-left:15px; }

/* Inherited Ugly Styles */
#pricingTable {
    border:1px solid grey;
    border-collapse:collapse;
}
#pricingTable th {
    background: #423F3E;
    color: white;
}
#pricingTable td {
    padding: 3px;
    padding-left:10px;
    font-weight: bold;
}
#pricingTable td.label  { font-weight:normal; }
#pricingTable tr.alt {
    background: #E8E6DC;
}

#pricingJoin {
    background: #423F3E;
    width: 445px;
    float: right;
    padding: 10px;
    margin-bottom: 15px;
}

blockquote {
    margin:10px 10px 10px 10px;
    padding:5px 20px;
    border-top:3px solid #EFECE2;
    border-bottom:3px solid #EFECE2;
}

.formError {
    border: 1px solid red;
    padding: 15px;
    color: red;
    width: auto;
    background:#EFECE2;
    margin-left:0;
    margin-right:0;
}

.error-block {
    color: red;
    background:#EFECE2;
    padding: 15px;
    border: 1px solid red;
}
a {
    color:#737A10;
}
a:hover {
    color:#4E4A49;
    /*text-decoration:underline;*/
}
.niceTable {
    border-collapse:collapse;
    border:1px solid grey;
}

.niceTable td {
    padding:5px;
}

.listingTable {
    border-collapse:collapse;
    border:1px solid grey;
    padding:20px;
}
.listingTable th { padding:3px; }


.listingTable th {
    background-color:#4E4A49;
    color:#919B1C;
    text-align:left;
    font-size:13px;
}
.listingTable td{
    background-color:#F0F0F0;
    border:1px solid white;
    padding:10px 10px;
    line-height: 140%;
}
.listingTable--vert-top td {
    vertical-align: top;
}
.listingTable tr.not-renewed td { background: #FEF0C9; }
form.appnitro input.button {
    border:1px solid #EFECE2;
    background: #4E4A49;
    color:white;
    padding:5px;
    cursor:pointer;
}

form.appnitro input.button:hover {
    border:1px solid #ADBC10;
    color:#ADBC10;
}


form.appnitro input.accept_quote {
    background:url(/assets/images/accept_quote.png) top left;
    border:none;
    width:132px;
    height:30px;
    padding:0px;
}
form.appnitro input.accept_quote:hover {
    border:none;
    color:#4E4A49;
}
form.appnitro ul.ulColumn  {
    width:430px;
    float: left;
}
form.appnitro ul.ulColumn li,
form.appnitro ul.ulColumn li div {
    width:420px;
}
form.appnitro ul.ulColumn li div.fullwidth {
    width: 100%;
}

h3.block-title {
    background:none repeat scroll 0 0 #EFEFEF;
    padding:5px;
    border-radius: 3px;
    overflow: hidden;
}

form.appnitro ul li h3 .help-icon {
    float: right;
    display: inline-block;
    margin-right: 15px;
    margin-top: 3px;
}

div.important, span.important {
    background: #EFECEC;
    border: 2px solid #9F9CA0;
    margin: 2px;
    padding: 5px;
}

img.niceBorder {
    margin:-17px 18px 0 0;
    padding:2px;
    border:1px solid #9EAC10;
}

.flavour_box {
    float:left;
    width:247px;
    border:4px solid #BBBBBB;
    margin-right:10px;
    height:390px;
    position:relative;
}


.flavour_box h1 {

    background:#F7F7F7;
    border-bottom:1px solid #CCCCCC;
    text-align:center;
    height:48px;
    line-height:48px;
    margin:0;
}

.flavour_box ul  { margin-left:15px; }
#body .flavour_box h1 a {
    font-size:18px;
    display:block;
}

.flavour_box div.inner {
    padding:8px;
}


.loginButton {
    background:transparent url(/assets/images/signup_button_bg.png) repeat scroll left top;
    color:white;
    display:block;
    font-size:13px;
    height:41px;
    line-height:41px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    width:132px;
    cursor:pointer;
    border:0;
}

.loginButton:hover {
    border:none;
    color:#4E4A49;
}

.last {
    margin-right:0;
}

.flavour_box div.signup  {
    text-align:center;
    position:absolute;
    bottom:10px;
    left:55px;
}


.flavour_box .signup a {
    width:132px;
    height:41px;
    line-height:41px;
    display:block;
    background:url(/assets/images/signup_button_bg.png) top left;
    color:white;
    text-decoration:none;
    font-size:13px;
    text-align:center;
    text-transform:uppercase;
}

.flavour_box .signup a:hover {
    background-position:0 41px;
}


h2.rental {
    background:url(/assets/images/icons/house.png) no-repeat left 1px;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    margin:2px 0px;
    display:block;
}
.signup a {
    width:132px;
    height:41px;
    line-height:41px;
    display:block;
    background:url(/assets/images/signup_button_bg.png) top left;
    color:white;
    text-decoration:none;
    font-size:13px;
    text-align:center;
    text-transform:uppercase;
}

.signup a:hover {
    background-position:0 41px;
}

a.pdf_link {
    background:url(/assets/images/icons/page_white_acrobat.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}

a.pdf_link--inline {
    display: inline-block;
}

.makeClaim {
    background:url(/assets/images/icons/note_add.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}

a.renew {
    background:url(/assets/images/icons/note_go.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}
a.renew:hover { text-decoration: underline;}

a.helperInfo {
    background:url(/assets/images/icons/page.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}

a.update-account {
    background:url(/assets/images/icons/user_edit.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}
a.update-account:hover { text-decoration: underline;}
.update-account--right {
    float: right;
}

.addPhotos {
    background:url(/assets/images/icons/camera_add.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}


.cancelPolicy {
    background:url(/assets/images/icons/cancel.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
    margin-top: 8px;
}

.termsConditions {
    background:url(/assets/images/icons/page_red.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}

.policyWording {
    background:url(/assets/images/icons/report.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}

.modifyPolicy {
    background:url(/assets/images/icons/pencil.png) no-repeat center left;
    padding:2px 2px 2px 20px;
    text-decoration:none;
    display:block;
}


input.okButton {
    background:#4E4A49 none repeat scroll 0 0;
    border:1px solid #EFECE2;
    color:white;
    cursor:pointer;
    padding:5px;
}

textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

.errorBox,
.successBox,
.warningBox {
    padding:5px;
    text-align:center;
    font-size:12px;
    border:solid 3px;
    margin:3px;
    background-color:#CCCCCC;
}

.warningBox {
    color:#FF6600; border-color:#FFFF99;
}
.successBox {
    color:#009900; border-color:#003300;
}
.errorBox {
    color:#CC3300; border-color:#CC3300;
}


a.niceButton:active, a.niceButton:visited {
    display: block;
    padding:15px;
    border:1px solid #9FAA16;
    background: #EFECE2;
    cursor:pointer;
    text-align:center;
    font-size:14px;
    text-decoration:none;
}

a.niceButton {
    display: block;
    padding:15px;
    border:1px solid #9FAA16;
    background: #EFECE2;
    cursor:pointer;
    text-align:center;
    font-size:14px;
    text-decoration:none;
}
a.niceButton:hover {
    background: #4E4A49;
    color: #9FAA16;
}

#progress_counter {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;

    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    border-bottom: 1px solid #e0e3e8;
}
#progress_counter .step  {
    display:block;
    padding:10px 0px 10px 0;
    color:#999;
    border-bottom:2px solid transparent;
    font-size: 14px;
    font-weight: bold;
}

#progress_counter .active {
    color:#82b541;
    border-color:#82b541;

}

#progress_counter .complete {
    color: #686D71;
    border-color:transparent;
}

#payment_icons { float:right; }

ul.cols {
    list-style:none;
}
ul.cols  li {
    float:left;
    display:block;
    list-style:none;
    padding:3px;
    margin-right:15px;
    width:80px;
}


.clearboth { clear:both; }


#completedContainer {
    padding:0 0 0 10px;
}

#completedContainer  p { font-size:12px; }
#completedContainer img.niceBorder { margin:5px 15px 15px 10px; }

#slider_flavors div {
    width:240px; float:left; margin-right:15px;
}




.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.appnitro li.scrollableInfo {
    width:100%;
}
.scrollableInfo .scroll, .scroll {
    width:95%;
    height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
    border:1px solid  #666;
    padding:5px;
    position: relative;
}


#ui-datepicker-div {
    font-size:12px;
    -webkit-backface-visibility: hidden;
}

#plain {
    color: #4E4A49;
    background: #F1EDED;
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    overflow:auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

#plain .title-bg-banner {
    padding: 25px 25px 0 25px;
    font-size:18px;
    font-weight:bold;
}

#plain #container {
    margin:0;
    width:auto;
    padding:25px;
    box-sizing: border-box;
}


#plain a { color:#737A10; text-decoration:none; }




input.button { background:none repeat scroll 0 0 #4E4A49;
    border:1px solid #EFECE2;
    color:white;
    cursor:pointer;
    padding:5px;
}
input.continue:hover {
    border:1px solid #ADBC10;
    color:#ADBC10;
}

input.cancel:hover {
    color:#ADBC10;
}

.back-input-as-link, input.back-input-as-link {
    background: none;
    color: #00a7ff;
    border: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
}

.back-link {
    color: #00a7ff;
    font-size: 15px;
    margin-bottom: 15px;
}

.back-input-as-link:hover, input.back-input-as-link:hover {
    color: #4E4A49;
}


#cancel_policy input.cancel { float:right; margin-right:20px; }

#stagingBlock { position:fixed; bottom:0; left:0; padding:15px; color:white; border:1px solid black; background:grey; }

.hide { display: none; }

#updateQuote { font-weight: bold; display: block;}

td.excessValue { text-align: left;}

.excessValue  em { font-size: 9px;}

table.quoteTable tr.active td { background: #EFECE2; }

form.renewal ul.infolist { list-style: none; }
form.renewal ul.infolist li { font-weight: bold; padding-left:0; }
form.renewal ul.infolist li span { width: 200px; font-weight: normal; float: left; }
form.renewal ul.infolist li span.error { width: auto; }

body form.renewal label.error {  margin-left: 0; margin-right: 5px; }
body form.renewal li label.error { margin-left: 200px; }
form.renewal input.submitBtn { padding: 5px;}
form.renewal #property_cover_type_notes {
    clear: both;
    padding-top: 5px;
    font-weight: normal;
    line-height: 120%;
}

#property_cover_type_notes {
    font-size:12px;
    color: #fffbb5;
}
#property_cover_type_notes div { display: none;}

#fb_button.logged_in {
    margin-right: 15px;
}


/* 2013 */

.info-links {
    margin: 10px 0 5px 0px;
}
.info-icon {
    font-size:13px;
    font-weight: bold;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/icons/information.png) no-repeat;
    text-decoration: none;
}
.info-icon:hover {
    /*cursor: default;*/
    text-decoration: none;
}

.help-icon {
    font-size:13px;
    font-weight: bold;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/icons/help.png) no-repeat;
    text-decoration: none;
}

.form-nav__help-actions .help-icon {
    color: #00a7ff;
}

label.inline {
    display: inline;
    float:none;
    width: auto;
}

.additional-cover-wrapper {
    margin-top:10px;
}

.quote-feature {
    padding:0 10px 10px 20px;
    background: #EFECE2;
    font-size: 14px;
}

.quote-features-mobile-only {
    margin-bottom: 20px;
}

.step-get_quote .quoteTable thead td,
.step-select_premium .quoteTable thead td { padding-bottom: 10px; }

.step-get_quote .quoteTable tbody tr:hover,
.step-select_premium .quoteTable tbody tr:hover {   background: #f5f5f5;}

.step-get_quote .quoteTable input.radio,
.step-select_premium .quoteTable input.radio {
    margin: 0;
    line-height: normal;
}
.renewal #form-nav {
    clear: both;
}

#form-nav {
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-nav__help-actions {
    float: right;
}

.form-nav-next-button {
    padding: 5px;
    border: 1px solid #EFECE2;
}

.form-nav-next-button:hover {
    border: 1px solid #ADBC10;
}



#form-nav .next, .form-nav-next-button {
    font-size: 17px;
    color: #ADBC10;
    border-radius: 4px;
    padding-left:15px;
    padding-right: 15px;
    background: #4E4A49;
}

#form-nav .button-form-cta,
form.appnitro input.premium-summary-submit,
.button.premium-summary-submit {
    background: #ec8e35;
    color: white;
    padding-left:15px;
    padding-right: 15px;
    border-radius: 4px;
}

#form-nav .button-form-cta {
    min-width: 220px;
    font-size: 17px;
    height: 50px;
    line-height: 15px;
    /*box-shadow: 0 0 11px 0 rgba(122, 122, 122, 0.70);*/
    box-shadow: 0 0 11px 0 rgba(122, 122, 122, 0.48);
    border: 0;
    font-weight: bold;
}

#form-nav .button-form-cta:hover {
    box-shadow: 0 0 11px 0 rgba(122, 122, 122, 0.70);
}

form.appnitro .premium-summary-wrapper  input.premium-summary-submit {
    float: none;
}


.button.premium-summary-submit.premium-summary-submit--modern {
    background-color: #EE8C00;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 11px 0 rgba(122, 122, 122, 0.48);
    /*box-shadow: 0 0 10px rgba(0,0,0,0.6);*/
    border:none;
}

.button.premium-summary-submit.premium-summary-submit--modern:hover {
    box-shadow: 0 0 11px 0 rgba(122, 122, 122, 0.70);
    /*box-shadow: 0 0 10px rgba(0,0,0,0.6);*/
    background-color: #EE8C00;
    color: white;
    border:none;
}

#form-nav .button-form-cta:hover,
form.appnitro input.premium-summary-submit:hover,
.button.premium-summary-submit:hover {
    /*border-color: black;*/
    /*background: #ecaa3f;*/
    /*color: black;*/
}

#form-nav .text-button {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}
#form-nav .text-button:hover {
    color: #4E4A49;
}
#form-nav .previous {
    margin-left: 15px;
}
#form-nav .restart {  margin-left:10px; }
#form-nav .restart:hover {
    border-color: #E6554B;
    color: #E6554B;
}

#form-nav .need-help {

}

.step-policy_questions .rhs {
    float: right;
    margin-left: 10px;
    width: 40%;
}
.step-policy_questions .lhs {
    width: 55%;
}
.step-policy_questions .sidebside {overflow: hidden; }

.renewal .lhs { float: left; width: 55%; }
.renewal .rhs { float: right; width: 36%;  }
.renewal .rhs h3 { margin-top: 0; }




#interested_parties_other_wrapper span.error { float: none; clear: none; display: inline; }
#interested_parties_other_wrapper  {
    text-align: right;
}

.hidden { display: none; }


.renewal-notice {
    background: #EFECE2;
    padding: 5px 15px;
    margin-bottom: 3px;
    border-radius: 5px;
}

.clear { clear: both; }


.fancybutton, .fancybutton:visited {
    background:transparent url(/assets/images/signup_button_bg.png) repeat scroll left top;
    color:white;
    display:block;
    font-size:13px;
    height:41px;
    line-height:35px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    width:132px;
    cursor:pointer;
    border:0;
}

.signup span {
    background:url(/assets/images/icons/add.png) no-repeat center left;
    margin:5px 5px 0 10px;
    display:inline-block;
    width: 16px;
    height: 16px;
    float: left;

}
.fancybutton:hover {
    background-position:0 41px;
    text-decoration: none;
}

#feedback-btn {
    float: right;
}

.fancy-error {
    clear: both;
    color: red;
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 5px;
}


form.appnitro span.error.no-float {
    float: none;
}

.extra-margin-top {
    margin-top: 26px;
}


.modify-policy-house-icon {
    float: right;
    width: 25%;
    margin:0 15px;
    opacity: 0.8;
}


.note-box {
    color: #00529B;
    background-color: #BDE5F8;
    margin: 10px 0;
    padding: 12px;
    font-size: 12px;
}


.alert-box,
.flash-alert {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
    line-height: 130%;
}

.alert-box.alert-box--no-corners,
.flash-alert {
    border-radius: 0;
}

.alert-box span, .flash-alert span {
    font-weight:bold;
    text-transform:uppercase;
}

.alert-box.error, .flash-alert--error {
    background:#ffecec url('/assets/images/icons/exclamation.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.alert-box.success, .flash-alert--success {
    background:#e9ffd9 url('/assets/images/icons/accept.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.alert-box.warning, .flash-alert--warning {
    background:#fff8c4 url('/assets/images/icons/error.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.alert-box.notice {
    background:#e3f7fc url('/assets/images/icons/information.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

.alert-box.alert-box--larger {
    font-size: 12px;
}



.mid-width-container {
    width: 70%; max-width: 450px;
}


.quick-basic-form label.error,
.generated-invalid-error {
    margin-left: 240px;
    color: red;
    margin-bottom: 15px;
    margin-top: 5px;
    float: none;
    clear: both;
    display: block;
}

.generated-invalid-error {
    margin-left: 0;
}



.quick-basic-form input:not([type='submit']), .quick-basic-form textarea {
    width: 200px;
}

.quick-basic-form  .error-list {
    overflow: hidden;
}

/* Modify Policy page */
.interested-party-options-container {

}

.vanilla-label {
    float: none;
    width: auto;
}

.contents-cover-options,
.rental-cover-options,
.multi-unit-options,
.excess-cover-options {
    overflow: hidden;
    margin-bottom: 15px;
    clear: both;
}

/*.excess-cover-options label,*/
.contents-cover-options label,
.multi-unit-options label,
.rental-cover-options label {
    float: none;
    clear: both;
    display: block;
    width: auto;
    padding: 4px 0;
    border: 1px solid #EEEEEE;
    margin-bottom: 5px;
    border-radius: 2px;
    padding: 10px;
    overflow: hidden;
}

/*.excess-cover-options label:hover,*/
.contents-cover-options label:hover,
.multi-unit-options label:hover,
.rental-cover-options label:hover {
    background-color: #f3f4f7;
}

/*.excess-cover-options .label-selected, .excess-cover-options .label-selected:hover,*/
.contents-cover-options .label-selected, .contents-cover-options .label-selected:hover,
.multi-unit-options .label-selected, .multi-unit-options .label-selected:hover,
.rental-cover-options .label-selected, .rental-cover-options .label-selected:hover {
    border-color: #82B541;
    background-color: white;
    border-width: 2px;
}

.excess-cover-options__label-txt,
.contents-cover-full-replacement-options__label-txt,
.contents-cover-options__label-txt,
.rental-cover-options__label-txt,
.multi-unit-options__label-txt
{
    display: block;
    overflow: hidden;
    font-weight: bold;
}


.rental-cover-options-wrapper .radio,
.excess-cover-options .radio,
.contents-cover-options .radio  {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.excess-cover-options__select-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.excess-cover-options__content-excess-group {
    display: none;
    align-items: center;
    margin-left: 20px;
}

.excess-cover-options__select-row__label {
    margin-right: 15px;
    flex-shrink: 0;
}

.cover-options-group {
    border-top: 1px solid #DFE3E8;
    margin-top: 30px;
    padding-top: 30px;
}

.cover-options-group--last {
    border-bottom: 1px solid #DFE3E8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.contents-cover-options__contents-calc-link {
    color: #00a7ff;
    line-height: 1.125;
    font-size: 14px;
}

.discount-notification-block {
    display: none;
}

.premium-summary-wrapper {
    padding: 15px;
    margin-top:10px;
    font-size: 13px;
    background: #FAFAFA;
    position: relative;
    transition:all 0.3s ease;
    border-radius: 4px;
}

.premium-summary-wrapper--sidebar {
    margin-bottom: 15px;
    border: none;
}

.premium-summary-wrapper--tabbed {
   border-radius: 0;
   border: none;
   background: none;
   border: 1px solid #eeeeee;
   margin-top: 0;
   overflow: hidden;
}

.quote-breakdown-container {
    padding: 15px;
}

.appnitro .quote-tab-container li {
    width: auto;
}


.quote-tab-container {
    margin-bottom: 20px;
}

.quote-tab-container__tab-premium {
    display: block;
    font-size: 14px;
    font-weight: normal;
}


.premium-summary-wrapper:before {
    display: block;
    content: '';
    width:0;
    height:0;
    opacity:0;
    background: url(/assets/images/template2/loading-big.gif) center center no-repeat;
    background-size: cover;
    position: absolute;
    left:50%;
    margin-left:-15px;
    top: 50%;
    margin-top: -15px;
    z-index:3;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.premium-summary-wrapper--loading:before {
    width: 35px;
    height:35px;
    opacity:1;
}

.premium-summary-wrapper:after {
    display: block;
    content: '';
    z-index: 2;
    background-color: #efece2;
    position: absolute;
    opacity:0;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.premium-summary-wrapper--loading:after {
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:0.8;
}

.premium-summary-wrapper--error {
    border-color: #F44336;
}

.premium-summary-wrapper--error:before {
    content: 'There was a problem, please try again or reload';
    background: none;
    width: 100%;
    margin: 0;
    text-align: center;
    left: 0;
    font-size:16px;
    padding: 15px;
    font-weight: bold;
    color: #F44336;
}

.premium-summary-wrapper--error:after {
    opacity:0.9;
}

.premium-summary-discount {
    color: #82B541;
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    display: none;
}

.premium-summary__is-refund {
    color: #82B541;
}

.premium-summary__is-charge {
    color: #B54141;
}


.premium-summary-discount__title {
    font-weight: bold;
}

.quote-tab-container .premium-summary-discount__value {
    font-weight: 900;
    color: #82B541;
}

.premium-summary {
    font-size: 13px;
    display: block;
}

.premium-summary__payment-interval-label {
    display: block;
    font-size: 13px;
}
.premium-summary__payment-interval-label::first-letter {
    text-transform: uppercase;
}

.premium-summary__payment-value-wrapper {
    display: block;
    margin: 4px 0;
}

.premium-summary-wrapper__note {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-style: italic;
    color: #666666;
}

.premium-summary .price,
.premium-summary-wrapper .price {
    color: #737A10;
    font-weight: bold;
}

.premium-summary__small-price {
    color: #82B541;
    font-weight: 900;
    font-size: 16px;
}

.premium-summary__small-price--dark {
    color: #383838;
}

.premium-summary__big-price {
    font-weight: 900;
    font-size: 36px;
}

.premium-summary__row-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.premium-summary__row-group__left {
    align-self: flex-end;
}

.premium-summary__row-group__right {
    align-self: flex-end;
}


.premium-summary__text-row--has-divider {
    border-top: 1px solid #DFE3E8;
    padding-top: 10px;
    margin-top: 10px;
}

.premium-summary-wrapper__submit-wrapper {
    /*overflow: hidden;*/
    margin-top: 10px;
}

.premium-summary-wrapper__submit-wrapper--centered {
    display: flex;
    justify-content: space-around;
}

.premium-summary-wrapper__submit-wrapper--bordered {
    border-top: 1px solid #DFE3E8;
    padding-top: 20px;
    margin-top: 20px;
}

.quote-payment-tabs .premium-summary-wrapper__submit-wrapper {
    overflow: visible;
    margin-top: 0;
}

.quote-payment-tabs  .premium-summary-discount {
    margin-bottom: 10px;
}

.button.premium-summary-submit--resized {
    max-width: 220px;
    min-width: 220px;
    float: none;
    margin: 0 auto;
    font-size: 17px;
    height: 50px;
}

.button.premium-summary-submit--smaller-font {
    font-size: 17px;
}

.quote-payment-tabs  .premium-summary-discount {
    text-align: center;
}

.quote-tab-container__email-quote {
    display: flex;
    justify-content: center;
}

.quote-tab-container__email-quote__btn  {
    border: 1px solid #eeeeee;
    border-top: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 12px;
    color: #00A7FF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.quote-tab-container__email-quote__btn svg {
    margin-right: 10px
}


.quoteTable .td-excess {
    padding-right: 5px;
    width: 13px;
	padding-left: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.quoteTable .td-label {
	padding-right: 5px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.quoteTable td {
    padding:4px 0;
}

.excess-table tr {
    border: 2px solid #EEEEEE;
}

.excess-table tr:hover {
    background-color: #f3f4f7;
}

.excess-table tr.selected:hover {
    border-color: #82B541;
}


.contents-note, .rental-note, .multi-unit-note {
    font-size: 13px;
    margin-top: 6px;
    color: #808080;
    display: none;
    line-height: 16px;
    margin-bottom: 5px;
    max-width: 400px;
    margin-left: 43px;
    clear: left;
}

.cover-option__tag {
    float: right;

}

.tag:not(body).cover-option__tag {
    font-size: 10px;
}

.step-get_quote #form-nav .next {
    display: none;
}

.sub-h2 {
    font-size: 14px;
}

.thin-hr {
    height: 1px;
    background: #efece2;
    border: 0;
}

.thin-hr--light-grey {
    background: #d6d3c8;
}

.payment-summary-table {
    margin-bottom: 15px;
}

.payment-summary-table td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
}

.payment-summary-table-logos span {
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 5px 15px;
}


.payment-summary-table-logos img {
    display: inline-block;
    max-width: 100px;
    margin-bottom:25px;
}

.payment-summary-table-logos--wrapped img {
    margin-bottom:12px;
}

.payment-summary-table-logos img.payment-summary-table-logos__wide {
    display: inline-block;
    max-width: 200px;
}

.payment-summary-table-logos img.payment-summary-table-logos__mid {
    display: inline-block;
    max-width: 147px;
}

.payment-summary-table-note {
    line-height:140%;
    padding: 10px;
    background: #f7f7f7;
    color: #797979;
    margin-top:40px;
    border-radius: 5px;
    max-width: 534px;
}

.payment-summary-table-note p {
    margin-top: 0;
}

.payment-summary-table-note__trigger-link, .payment-summary-table-note__trigger-link:visited {
    color: #797979;
    text-decoration: underline;
}
.payment-summary-table-note__trigger-link:hover {
    color: #504f4f;
}

#loggedIn #userBtns {
    vertical-align: middle;
}

#loggedIn #fb_button {
    display: inline-block;
    vertical-align: middle;
}

.contents-cover-full-replacement-options--hidden {
    display: none;
}

.rental-cover-options-wrapper--hidden {
    display: none;
}



/* New additional items module */
.addition-list {
    margin-top: 15px;
}

.addition-list__remove-item {
    display: inline-block;
}

.addition-list__item {
    border-bottom: 1px dashed #efece2;
    padding: 5px 0px 5px 0;
    margin-bottom: 10px;
    clear: left;
}

.addition-list__item-desc, .addition-list__item-price {
    display: inline-block;
}

.addition-list__item-desc {
    margin-left: 0;
    width: 50%;
}

.addition-list__item-price {
    width: 30%;
}

input.text.input-error {
    background:#FBE3E4 none repeat scroll 0 0;
    border-color:#FBC2C4;
    color:#8A1F11;
}

.currentOccupierQuoteWrapper {
    padding: 15px;
}

.specified-items-container__item-total-wrapper {
    border-top: 1px dashed #efece2;
    margin-top: 5px;
}

.specified-items-container__item-total-label {
    width: 50%;
    display: inline-block;
    padding-top: 10px;
    margin-bottom: 20px;
}

.specified-items-container {
    float: left;
    width: 60%;
    margin-right: 5%;
}

.specified-items-info {

    float: right;
    width: 35%;
    margin-bottom: 30px;
    padding: 0 10px 10px 20px;
    background: #EFECE2;
}

.specified-items-info__list-table {

}

.specified-items-info__list-table td {
    padding: 4px 0 4px;
}

.currentOccupierQuoteWrapper {
    clear: both;
}

.specified-items-container__item-total-wrapper {
    margin-top:15px;
    margin-bottom: 15px;
}


.lighbox-alert-error {
    padding: 15px;
    background: white;
    line-height: 140%;
}
/*
.oo-add-item-btn, .oo-add-item-btn:visited {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #A2C514;
    color: white;
    text-decoration: none;
    border: 1px solid #ACD215;
    font-size: 12px;
    text-transform: uppercase;

}
.oo-add-item-btn:hover {
    text-decoration: none;
    border: 1px solid #737A10;
}
*/


.renewal-pre-payment-sidebar {
    width: 40%;
    float: right;
}

.renewal-pre-payment-main-col {
    width: 60%;
    float: left;
}

.fancybutton--modern,
.fancybutton--modern:visited  {
    display: inline-block;
    border-radius: 10px;
    height: 38px;
    text-align: center;
    padding: 0 8px;
    line-height: 38px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background: #A9CD29;
    position: relative;
    border: 2px solid white;
    transition: all 0.2s;
    font-size: 13px;
}

.fancybutton--modern--secondary,
.fancybutton--modern--secondary:visited  {
    display: inline-block;
    border-radius: 10px;
    height: 38px;
    text-align: center;
    padding: 0 8px;
    line-height: 35px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background: grey;
    position: relative;
    border: 2px solid white;
    transition: all 0.2s;
    font-size: 13px;
}

.fancybutton--modern.fancybutton--modern--block {
    display: block;
}

.fancybutton--modern.fancybutton--modern--wide {
    min-width: 135px;
}

.fancybutton--modern + .fancybutton--modern {
    margin-left: 15px;
}

.fancybutton--modern:before {
    content: '';
    display: block;
    border: 1px solid #B2B4B4;
    border-radius: 10px;
    position: absolute;
    top:-3px;
    right:-3px;
    bottom: -3px;
    left: -3px;
}

.fancybutton--modern:hover,
.fancybutton--modern:visited:hover {
    background: #81AE11;
    text-decoration: none;
}


.fancybutton--modern[data-badge]:after {
    content:attr(data-badge);
    position:absolute;
    top:-13px;
    right:-13px;
    font-size:.6em;
    letter-spacing:1px;
    width:25px;
    height:25px;
    text-align:center;
    line-height:25px;
    box-shadow:0 0 1px #333;
    border-radius: 50%;
    border: 1px solid #4F540A;
    background: #7C841F;
    color: white;
}


.renewal-startpage-sidebar {

}

.page-loading-overlay {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url(/assets/images/template2/loading-big.gif) center center no-repeat #fff;
    opacity: 0.8;
    text-align: center;

}

.page-loading-overlay span {
    position: fixed;
    top: 50%;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 12px;
    margin-top: 65px;
}


.legal-lightbox-icon-link {
    background: url(/assets/images/icons/page_red.png) no-repeat center left;
    padding: 2px 2px 2px 20px;
    text-decoration: none;
    display: block;
}



input.radio.radio--button-mode {
    height: 0;
    width: 0;
    display: inline-block;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.radio--button-mode + label.choice,
form.appnitro--wider-labels .radio--button-mode + label.choice {
    display: inline-block;
    border-radius: 5px;
    background-color: #F1F1F1;
    padding: 8px 13px;
    margin: 0 15px 0 0;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    width: 80px;
    transition: all 0.3s;
    -webkkit-transition: all 0.3s;
    margin-bottom: 8px;
    clear: none;
}


.radio--button-mode + label.choice--auto-width,
form.appnitro--wider-labels .radio--button-mode + label.choice--auto-width {
    width: auto;
}

.radio--button-mode + label.choice--wider,
form.appnitro--wider-labels .radio--button-mode + label.choice--wider {
    width: 100px;
}

.form.appnitro--wider-labels .radio--button-mode + label.choice:last-child {
    margin-right:0;
}

.radio--button-mode + label.choice:hover,
form.appnitro--wider-labels .radio--button-mode + label.choice:hover {
    background: #EFECE2;
}

.radio--button-mode:checked + label.choice,
form.appnitro--wider-labels .radio--button-mode:checked + label.choice {
    background: #82b541;
    color: white;
}

label.description.description--padbottom {
    padding-bottom: 7px;
}

label.description.description--normal-weight {
    font-weight: normal;
}

label.description.description--width-auto,
.appnitro-half-col label.description.description--width-auto {
    width: auto;
}

.help-icon--normal-weight {
    font-weight: normal;
}

.moreinfo--hidden {
    display: none;
}

.step-rentaldetails #property_cover_type_notes {
    padding: 15px;
    line-height: 140%;
    margin-right: 15px;
}

.link-button {
    font-size: 17px;
    color: #ADBC10;
    border-radius: 4px;
    background: none repeat scroll 0 0 #4E4A49;
    border: 1px solid #EFECE2;
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
}
.link-button:hover {
    color: #ADBC10;
    text-decoration: none;
}
.link-button:visited {
    color: #ADBC10;
}

.link-button--alt,
.link-button--alt:hover,
.link-button--alt:visited {
    color: white;
    background: none repeat scroll 0 0 #4E4A49;
}


.member-info-block {
    text-align: right;
    margin-top: 0;
}

.dash-policy-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: normal;
}

.dash-policy-heading--prev-year {
    margin-top: 10px;
}

.effective_date_custom_notice {
    clear: both;
    font-style: italic;
}

.environment-status-banner-wrapper {
    height: 30px;
}
.environment-status-banner {
    background: #cabd8b url(/assets/images/icons/information.png) no-repeat 10px 50%;
    border-top: 1px solid #656753;
    border-bottom: 1px solid #656753;
    position: absolute;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 5px;
    text-align: center;
}

pre {
    position: relative;
    max-width: 800px;
    padding: 30px 15px;
    background: #f7f7f7;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    font-size: 14px;
    color: #666666;
    border-left: 3px solid #7b7b7b;
}

.description + .question-tip {
    margin-top:-10px;
}

.question-tip {
    color: #9a9898;
    padding-left:10px;
    padding-right: 15px;
    margin-left:10px;
    border-left: 1px solid #d2d1d1;
    margin-bottom:15px;
    padding-bottom:0;
    line-height: 135%;
}

/*
.question-tip:before {
	content: 'Tip:';
	display: inline-block;
	margin-right:5px;

}
*/

label.description {
    overflow: hidden;
}

.step-policy_questions label.description .required {
    float: left;
}

.sidebside .description__text {
    display: block;
    overflow: hidden;
    clear: none;
    font-size:16px;
    line-height:22px;
}

form li.moreinfo {
    padding-top: 0;
    margin-left: 5px;
    margin-top:-5px;
    margin-bottom:10px;
}



.bullet-list {
    list-style: none;
    padding-left: 15px;
    width: auto;
}

.bullet-list li {
    width: auto;
}

.bullet-list li::before {
    content: "•";
    color: #7bac3e;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    line-height:140%;
}

.payment-provider-error-msg {
    max-width: 600px;
    line-height: 140%;
}

.referral-warning {
    color: #ff8600;
}


.policy-claimslist-module {

}

.policy-claimslist-module .claimslist-table__row--hidden,
.policy-conviction-list-module .conviction-list-table__row--hidden {
    display: none;
}

.claimslist-table ,
.input-list-table {
    border-collapse: separate;
    border-spacing: 2px;
}

.claimslist-table td,
.input-list-table td {
    vertical-align: middle;
}
.claimslist-table__row > td,
.input-list-table__row > td {
    padding-bottom:10px;
}



.claimslist-table__row__year,
.claimslist-table__row__value,
.claimslist-table__row__detail,
.input-list-table__row__input,
.input-list-table__row__textarea {
    width: 100%;
    box-sizing: border-box;
    height:44px;
    padding: 5px;
    border: 1px solid #a7a7a7;
}

.claimslist-table__row__year.invalid,
.claimslist-table__row__value.invalid,
.claimslist-table__row__detail.invalid,
.input-list-table__row__textarea.invalid,
.input-list-table__row__input.invalid
{
    border-color: red;
}


.claimslist-table__row__detail:read-only ,
.claimslist-table__row__year:read-only ,
.claimslist-table__row__value:read-only,
.input-list-table__row__input:read-only,
.input-list-table__row__textarea:read-only{
    color: #a7a7a7;
    border: 1px solid lightgrey;
}

.input-list-table__row-add-button,
.input-list-table__row-add-button:visited {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #A2C514;
    color: white;
    text-decoration: none;
    border: 1px solid #ACD215;
    font-size: 12px;
    text-transform: uppercase;
}


.no-margin-top {
    margin-top: 0;
}


.minimal-nav .menu-header {
    visibility: hidden;
}

.minimal-nav .navbar-toggle {
    visibility: hidden;
}

.multi-unit-warning {
    margin-bottom:20px;
    background: #f9f2d1;
    padding: 15px;
    line-height:145%;
    display: none;
}

.premium-summary__toggle-wrapper {
    margin-top: 15px;
}

.premium-summary__quote-breakdown-toggle  {
    font-size:12px;
    margin-top:5px;
    display: inline-block;
    clear: both;
    text-decoration: underline;
}

.premium-summary__quote-breakdown-toggle:hover {
    text-decoration: underline;
}

.quote-breakdown {
    margin-top:5px;
    color: #86847d;
}

.quote-breakdown__title {
    font-size:13px;
    display: block;
    margin-bottom: 5px;
}

.quote-breakdown__item {
    display: block;
    font-size:14px;
    margin-bottom:3px;
}

.quote-breakdown__item__title {
    width: 210px;
    display: inline-block;
}

.quote-breakdown .quote-breakdown__graph {
    display: table;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}


.quote-breakdown__graph-title-row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.quote-breakdown__graph-title-row__tab-buttons {
    display: inline-block;
    margin-left: auto;
}

.quote-breakdown__graph-title-row__title {
    font-size: 14px;
    color: #303030;
    font-weight: bold;
}


.quote-breakdown .quote-breakdown__percent {
    display: table-cell;
    font-size: 12px;
    cursor: default;
    vertical-align: top;
    /*pointer-events: none;*/
}

.quote-breakdown .quote-breakdown__percent-line {
    display: block;
    height: 12px;
    margin-bottom: 13px;
}

.quote-breakdown  .quote-breakdown__value {
    color: #4E4A49;
    /*display: block;*/
    display: none;
}

.quote-breakdown  .quote-breakdown__title {
    display: block;
}


.quote-breakdown .quote-breakdown__percent--premium .quote-breakdown__percent-line {
    background-color: #82B541;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.quote-breakdown .quote-breakdown__percent--premium .quote-breakdown__percent-title {
    color: #82B541;
}

.quote-breakdown .quote-breakdown__percent--levies .quote-breakdown__percent-line {
    background-color: #7741B5;
}
.quote-breakdown .quote-breakdown__percent--levies .quote-breakdown__percent-title {
    color: #7741B5;
    margin-left: 5px;
}

.quote-breakdown .quote-breakdown__percent--gst .quote-breakdown__percent-line {
    background-color: #41ACB5;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.quote-breakdown .quote-breakdown__percent--gst .quote-breakdown__percent-title {
    color: #41ACB5;
}

.quote-helper-links-block {
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 20px;
}

.quote-helper-links-block a {
    color: #00A7FF;
    display: block;
    padding: 8px 0;
}
.quote-helper-links-block a:hover {
    color: #4E4A49;
}

.quote-helper-links-block a:last-child {
    padding-bottom: 0;
}

.quote-helper-links-block a:first-child {
    padding-top:0;
}

.quote-helper-links-block a + a {
    border-top: 1px solid #DFE3E8;
}

.form-columns {
    display: flex;
    display: -webkit-flex;

    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;

}

.form-columns .form-columns__column:first-child {
    width: 54%;
    margin-right: 2%;
    box-sizing: border-box;
}


.form-columns .form-columns__column--65:first-child {
    width: 65%;
    margin-right: 5%;
}

.appnitro .appnitro-half-col li {
    width: 100%;
    box-sizing: border-box;
    padding-bottom:12px;
}

.appnitro .appnitro-half-col .note {
    margin-top: 10px;
}

.appnitro .appnitro-half-col li > div {
    padding-bottom: 0;
}

.appnitro-half-col label.description {
    width: 265px;
}

.appnitro-half-col select.medium,
.appnitro-half-col input.text{
    width: 208px;
}
.appnitro-half-col select.wide,
.appnitro-half-col input.wide  {
    width: 475px;
}

.appnitro-half-col label.description--minor-padding-bottom {
    padding-bottom:5px;
}

.appnitro-half-col label.choice {
    margin-bottom:0;
}


form.appnitro .appnitro-errors-left label.error {
    display: block;
    width: auto;
    float: none;
    clear: left;
    margin-left:0;
    margin-top:3px;
    margin-bottom:3px;
}

.quote-feature__title {
    font-size:18px;
    margin-top: 0;
}

.quote-feature--pad-top {
    padding-top: 20px;
}

span.note {
    display: block;
}


/*Vertical Steps*/
.quote-debug-list-wrapper {
    background: #f7f7f7;
    border-left: 3px solid #7b7b7b;
    padding: 15px;
    margin-top: 80px;
    clear: both;
    display: flex;
}

.quote-debug-list {
    padding-left:10px;
}

.quote-debug__title {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.quote-debug-list li{
    border:none;
    border-left:3px solid #4E4A49;
    box-sizing:border-box;
    border-radius:0;
    counter-increment: step-counter;
    padding-left:20px;
    padding-right:0px;
    padding-bottom:10px;
    padding-top:0px;
    list-style: none;
}
.quote-debug-list li.active{
    background-color:transparent;
    color:inherit;
}
.quote-debug-list li:last-child{
    border-left:3px solid transparent;
    padding-bottom:0;
}
.quote-debug-list li::before {
    border-radius: 50%;
    background-color:#4E4A49;
    color:#ADBC10;
    content: counter(step-counter);
    display:inline-block;
    float:left;
    height:25px;
    line-height:25px;
    margin-left:-35px;
    text-align:center;
    width:25px;
}
.quote-debug-list li .quote-debug-list__inner,
.quote-debug-list li a{
    display:block;
    overflow:hidden;
    padding-top:2px;
}
/*Active/ Completed States*/
.quote-debug-list li.active::before{
    background-color:#0052c2;
    color:#fff;
}
.quote-debug-list li.quote-debug-list__skipped{
    border-left:3px solid #efece2;
    color: grey;
}
.quote-debug-list li.quote-debug-list__skipped::before{
    background-color:#efece2;
    color:#fff;
}
.quote-debug-list li.quote-debug-list__skipped:last-child{
    border-left:3px solid transparent;
}

.quote-debug-list li.quote-debug-list__single_value{
    border-left:3px solid #4E4A49;
}
.quote-debug-list li.quote-debug-list__single_value::before{
    content: '√';
    background-color:#4E4A49;
    color:#ADBC10;
}
.quote-debug-list li.quote-debug-list__single_value:last-child{
    border-left:3px solid transparent;
}

.quote-debug-list__title {
    font-weight:bold;
}



.member-policy-listing-table .line_property_cover {
    display: block;
}

.policy_listing_card {
    box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
    margin-bottom:30px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}


.policy_listing_card__header {
    font-size: 140%;
    padding: 15px;
    line-height:130%;
}

.policy_listing_card__inner {
    display: flex;
    display: -webkit-flex;
    margin-bottom:20px;
    padding: 0 15px 15px 15px;
}

.policy_listing_card__details {
    flex: 1.5;
    -webkit-flex: 1.5;
}

.policy_listing_card__footer {
    padding: 15px;
    background: #faf9f5;
}

.policy_card_listings {
    display: none;
}
.policy_listing_card__actions {
    padding-left: 30px;
    padding-right: 0;
    border-left: 1px dashed #c5c5c5;
    margin-left: 30px;
}




.step-payment_details .lhs {
    width: 60%;
    float: left;
}

.step-payment_details .rhs {
    width:40%;
    float: left;
    padding-left:30px;
}

.step-payment_details .column-container {
    overflow: hidden;
}

.step-clientdetails .radioBtns label.error {
    line-height:150%;
}

.member-action-links {
    margin-bottom:20px;
}


.form-error-request-wrapper {
    margin-top: 15px;
}


.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}
.star-cb-group * {
    font-size: 1.8rem;
}
.star-cb-group label {
    float: none;
    margin-right:5px;
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}
.star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #cccccc;
}
.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: "★";
    color: #f5d62b;
    text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}
.star-cb-group > .star-cb-clear + label:before {
    width: 0.5em;
}
.star-cb-group:hover > input + label:before {
    content: "☆";
    color: #cccccc;
    text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #f5d62b;
    text-shadow: 0 0 1px #333;
}

.wp-rating-form.is-loading {
    position: relative;
}

.wp-rating-form__step2,
.wp-rating-form__success,
.wp-rating-form__error,
.wp-rating-form__loading {
    display: none;
}

.wp-rating-form__text {
    padding: 10px;
    width: 300px;
    height:40px;
}

.login-form__label {
    width:100px;
    float:left;
}

.login-form__form__input {
    float: left;
}

.login-form__form__input--text, .login-form__form__input--password {
    border: 1px solid #c3c3c3;
    padding: 5px;
}

.premium-legal-msg {
    margin-bottom:15px;
}

.premium-legal-msg a {
    color: #00a7ff;
}

.premium-legal-msg {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}

.premium-legal-msg__content {
    margin-left: 15px;
}

.premium-legal-msg__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.founders-photo {
    max-width: 450px;
    border-radius: 4px;
}

.replacement-contents-specified-items-note {
    margin-top:15px;
    clear: both;
}

.sum-insured-group-wrapper {
  border: 1px solid #E9EBEF;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.sum-insured-selector {
    max-width: 370px;
}


.sum-insured-selector__parts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sum-insured-selector__value {
    font-size: 30px;
    font-weight: bold;
}

.sum-insured-selector__value sup {
    font-size: 15px;
    margin-right: 3px;
}

.sum-insured-selector__gst {
    font-size: 13px;
}

.sum-insured-selector__errors {
    color: red;
}

.sum-insured-selector__dial {
    display: block;
    width: 30px;
    text-align: center;
    border-radius: 30px;
    height: 30px;
    border: 3px solid #82B541;
    line-height: 23px;
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: color, border;
    transition-duration: 0.15s;
    color: #82B541;
}

.sum-insured-selector__dial:hover {
    color: #4E4A49;
    border-color: #4E4A49;
}

.sum-insured-selector__dial:active {
    color: #6fa03f;
    border-color: #6fa03f;
}

.sum-insured-selector__dial.disabled,
.sum-insured-selector__dial.disabled:hover,
.sum-insured-selector__dial.disabled:active {
    opacity: 0.4;
    cursor: default;
    color: black;
    border-color: #82B541;
}

.sum-insured-selector__note {
    color: #808080;
    font-size: 13px;
    margin-top: 7px;
}

.sum-insured-selector__note a {
    color: #00a7ff;
}

.sum-insured-selector__note a:hover {
    color: #4E4A49;
}



.sum-sure-tool-cta {
    padding: 10px 10px 10px 20px;
    border-radius: 3px;
    display: block;
    border-left: 1px solid #F9F9F9;
    transition: background 0.3s ease-in-out;
}

.sum-sure-tool-cta:hover {
    background-color: #F9F9F9;
}

.sum-sure-tool-cta__calculator-icon {
    margin-top: 3px;
}


.sum-sure-tool-cta__text {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}

.sum-sure-tool-cta__title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #363636;
    margin-left: 10px;
}

.sum-sure-tool-cta__subtext {
    font-size: 12px;
    font-style: italic;
    display: block;
    color: #00a7ff;
}

.sum-sure-tool-cta__external-link-icon {
    margin-left: 10px;
}

.confirm-sum-insured-wrapper {
    background: #F7F7F7;
    border-top: 1px solid #E9EBEF;
    margin: 0 -15px -15px -15px;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
}
.confirm-sum-insured-wrapper__text-label {
    display: block;
    padding: 3px 0;
    position: relative;
}
.confirm-sum-insured-wrapper__inner {
    display: flex;
    align-items: center;
}
.confirm-sum-insured-wrapper__input {
    position: absolute;
    opacity: 0;
    top: -20px;
    left: -20px;
}

.confirm-sum-insured-wrapper__text-label .option-inner-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: 1px #82B541 solid;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: border-color 0.1s, background-color 0.1s;
    overflow: hidden;
    margin-right: 10px;
}

.confirm-sum-insured-wrapper__text-label .option-inner-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #82B541;
    transform: scale(0);
    transition: transform 0.1s;
    -webkit-transition: -webkit-transform 0.1s;
    -webkit-backface-visibility: hidden;
}

.confirm-sum-insured-wrapper__text-label input[type='checkbox']:checked + .confirm-sum-insured-wrapper__inner .option-inner-icon {
    border: 0;
}

.confirm-sum-insured-wrapper__text-label input[type='checkbox']:checked + .confirm-sum-insured-wrapper__inner .option-inner-icon:after {
    content: "";
    display: block;
    transform: scale(1);
    width: 15px;
    height: 15px;
    background: url(/assets/images/2018/tick-only-white.svg) center center no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    color: white;
    position: relative;

}

.confirm-sum-insured-wrapper__text-label input[type='checkbox']:checked + .confirm-sum-insured-wrapper__inner .option-inner-icon:before {
    /*transform: scale(1.2);*/
    transform: scale(1);
}



#payment-latest-reviews {
    padding: 15px;
    padding-top: 0;
}

#payment-latest-reviews  .initio-rating__content,
#payment-latest-reviews .initio-rating__author,
#payment-latest-reviews .initio-rating__published {
    font-size:14px;
}

#payment-latest-reviews  .initio-rating {
    margin-bottom:20px;
}
#payment-latest-reviews  .initio-single-rating {
    margin-bottom:20px;
}

.payment-summary-table-logos--wrapped {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

.page-header {
    min-height: 77px;
    -webkit-transform-style: preserve-3d; /* Fix weird flash when adding transition on quote checkbox chrome  */
}

.page-container {
    display: flex;
    display: -webkit-flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between
}



form.appnitro.step-policy_questions label.error {
    display: block;
}


.proposal-history-action-wrapper {
    background: #FFFDF6;
    border: 1px solid #FEDB67;
    padding: 15px;
}
.proposal-history-action-wrapper__extra-text {
    font-size: 13px;
    margin-bottom: 15px;
}

.proposal-answers-tables-lb table tr td:first-child{
    width: auto !important;
    padding-right: 10px;
}


.quote-loader__loader {
    text-align: center;
    display: block;
    transform: translateZ(0);
}

.quote-loader__row__title {
    width: 50%;
    text-align: left;
}

.quote-loader__row__risk-text {
    width: 50%;
    text-align: right;
    opacity: 0;
    animation: 0.8s anim-risk-text ease forwards;
    transform: translateZ(0);
    font-weight: bold;
}

.quote-loader__row__bar {
    width: 100%;
    background: #F7F7F7;
    height: 4px;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}

.quote-loader__row__bar__track {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width: 100%;
    background: white;
    opacity: 0;
    border-radius: 5px;
    transform: translateZ(0);
}


.quote-loader__title {
    color: #4E4A49;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 15px 0;
}



.quote-loader__loader img {
    width: 60px;
}

.quote-loader__row--risk-low .quote-loader__row__bar__track {
    animation: 0.8s anim-bar--low-risk ease forwards;
    max-width: 88%;
}

.quote-loader__row--risk-low .quote-loader__row__risk-text {
    color: #BCDD7D;
}

.quote-loader__row--risk-medium .quote-loader__row__bar__track {
    animation: 0.8s anim-bar--medium-risk ease forwards;
    max-width: 35%;
}

.quote-loader__row--risk-medium .quote-loader__row__risk-text {
    color: #FFCF00;
}

.quote-loader__row--risk-high .quote-loader__row__bar__track {
    animation: 0.8s anim-bar--high-risk ease forwards;
    max-width: 12%;
}

.quote-loader__row--risk-high .quote-loader__row__risk-text {
    color: #EF1F1A;
}


.quote-loader__row:nth-of-type(1)  {
    animation-delay: 0.5s;
}
.quote-loader__row:nth-of-type(1) .quote-loader__row__bar__track {
    animation-delay: 0.5s;
}
.quote-loader__row:nth-of-type(1) .quote-loader__row__risk-text {
    animation-delay: 1s;
}

.quote-loader__row:nth-of-type(2)  {
    animation-delay: 1.5s;
}
.quote-loader__row:nth-of-type(2) .quote-loader__row__bar__track {
    animation-delay: 1.5s;
}
.quote-loader__row:nth-of-type(2) .quote-loader__row__risk-text {
    animation-delay: 2s;
}

.quote-loader__row:nth-of-type(3)  {
    animation-delay: 2.5s;
}
.quote-loader__row:nth-of-type(3) .quote-loader__row__bar__track {
    animation-delay: 2.5s;
}
.quote-loader__row:nth-of-type(3) .quote-loader__row__risk-text {
    animation-delay: 3s;
}

.quote-loader__row:nth-of-type(4)  {
    animation-delay: 3.5s;
}
.quote-loader__row:nth-of-type(4) .quote-loader__row__bar__track {
    animation-delay: 3.5s;
}
.quote-loader__row:nth-of-type(4) .quote-loader__row__risk-text {
    animation-delay: 4s;
}

.quote-loader__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}



@keyframes anim-quote-loader-out {
    0% {
        opacity: 1;
        max-height: 324px;
    }
    99% {
        opacity: 0;
        max-height: 324px;
    }
    100% {
        max-height: 0;
        /*opacity: 1;*/
        /*visibility: hidden;*/
    }
}


@keyframes quote-loader-parent-container-out {
    0% {
        max-height: 324px;
        margin: inherit;
        overflow: inherit;
    }
    100% {
        max-height: 0px;
        margin: 0 !important;
        overflow: hidden;
    }
}

/*Need to make sure the columns container doesn't take up any space, else mobile has heaps of empty padding at top*/
.columns.quote-loader-columns-parent {
    animation: 0.2s quote-loader-parent-container-out ease forwards;
    animation-delay: 5s;
}


.quote-loader {
    overflow: hidden;
    max-height: 324px;
    transform: translateZ(0);
    animation: 0.7s anim-quote-loader-out ease-in forwards;
    animation-delay: 4.3s;
}


.quote-graph-enabled .main-quote-column {
    opacity: 0;
    animation: 0.6s anim-quote-page-blocks-in ease forwards;
    animation-delay: 5s;
    transform: translateZ(0);
}

.quote-graph-enabled .quote-overview-wrapper {
    opacity: 0;
    animation: 0.6s anim-quote-page-blocks-in ease forwards;
    animation-delay: 5s;
    transform: translateZ(0);
}




.quote-loader__title span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count:20;
    animation-fill-mode: both;
    transform: translateZ(0);
}

.quote-loader__title span:nth-child(2) {
    animation-delay: .2s;
}

.quote-loader__title span:nth-child(3) {
    animation-delay: .4s;
}



.ini-select {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    color: #303030;
    line-height: 14px;
    padding: 1rem 1.4rem 1rem .8rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #DFE3E8;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    /*background: blue url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat;*/
    /*background-position: right 5px top 50%;    */

    /*background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'><path fill='#000' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/></svg>") no-repeat;*/

    background-position: right 5px top 50%;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    background-color: #fff;
}
.ini-select::-ms-expand {
    display: none;
}
.ini-select:hover {
    border-color: #888;
}
.ini-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.ini-select option {
    font-weight:normal;
}

.ini-select--short {
    width: 140px;
}



@keyframes anim-quote-page-blocks-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes anim-risk-text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


@keyframes anim-bar--low-risk {
    0% {
        transform: translateX(-100%);
        opacity: 1;
        background: linear-gradient(to left, #EF1F1A, #D90300);
    }
    33% {
        background: linear-gradient(to left, #EF1F1A, #D90300);
    }
    67% {
        background: linear-gradient(to left, #FFCF00, #FFB300);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        background: linear-gradient(to left, #BCDD7D, #82B541);
    }
}

@keyframes anim-bar--medium-risk {
    0% {
        transform: translateX(-100%);
        opacity: 1;
        background: linear-gradient(to left, #EF1F1A, #D90300);
    }
    33% {
        background: linear-gradient(to left, #EF1F1A, #D90300);
    }
    67% {
        background: linear-gradient(to left, #FFCF00, #FFB300);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        background: linear-gradient(to left, #FFCF00, #FFB300);
    }
}

@keyframes anim-bar--high-risk {
    0% {
        transform: translateX(-100%);
        opacity: 1;
        background: linear-gradient(to left, #EF1F1A, #D90300);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        background: linear-gradient(to left, #EF1F1A, #D90300);
    }
}


@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}




.cover-features-block {
    background: #82B541;
    padding: 15px;
    margin-bottom: -4px;
    border-radius:  4px;
    z-index: 2;
    position: relative;
}

.cover-features-block__total-wrapper {
    border-bottom: 1px solid #AFCA83;
    color: white;
    padding-bottom: 10px;
}

.cover-features-block__total-wrapper__gst {
    font-weight: bold;
    font-size: 16px;
}

.cover-features-block .table {
    color: white;
    margin-bottom: 0;
    background-color: #82B541;
    font-size: 14px;
}
.cover-features-block .table td,
.cover-features-block  .table th {
    border: 0;
    border: none;
    background: #82B541;
    padding: .3em .75em;
}


input[type="submit"].cover-features-block__update-button {
    background: none;
    color: white;
    text-decoration: underline;
    border: none;
    font-size: 14px;
    padding: 0px;
}

input.cover-features-block__update-button:hover {
    color: #c3dba3;
}

.quote-overview-wrapper {
    padding-bottom: 5px;
}

a.policy-features-link-box {
    border: 1px solid #DFE3E8;
    border-radius: 2px;
    padding: 15px;
    display: block;
    margin-bottom: 20px;
}

a.policy-features-link-box:hover {
    border-color: #00A7FF;
}

.policy-features-link-box__title {
    color: #212C35;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.policy-features-link-box__txt-link {
    color: #00A7FF;
    font-size: 13px;
}
.policy-features-link-box__feature-list {
    list-style: none;
    margin-bottom: 15px;
}

.appnitro .policy-features-link-box__feature-list li,
.policy-features-link-box__feature-list li {
    padding-left: 25px;
    background:url(/assets/images/email/tickbox-circle.png) 0px 7px no-repeat;
    color: #717F86;
    display: block;
    font-size: 14px;
    margin-left: 2px;
    width: auto;
}


#whats_covered_modal .policy-feature-table .bullet-list-table__bullet-td {
    padding-right: 0;
    padding-top: 12px;
}

/*
.cover-features-block__update-button {
    background: none;
    border: 1px solid #dae9c7;
    color: #dae9c7;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
    margin-top:15px;
}

.cover-features-block__update-button:hover {
    background: white;
    color: #82B541;
}
*/


.is-lower-alpha li {
    display: list-item;
    list-style-type: lower-alpha;
}


/* Override minimal nav */
.page-header--minimal-nav .navbar-start {
    display: none;
}

.page-header--minimal-nav .navbar-item--get-quote {
    display: none;
}

a.navbar-item:hover {
    background: none;
}

.navbar-item--logo:hover {
    opacity: 0.8
}

body.minimal-nav footer.page-footer .navbar-footer {
    display: none;
}


/*Fix legacy lightbox popups for new theme */
#cboxContent .container {
    max-width: 100%;
}

#cboxLoadedContent {
    background: white;
}

.tabs--no-margin,
.tabs--no-margin:not(:last-child) {
    margin: 0;
}

.tabs li {
    display: block;
    padding-bottom: 0;
}

.tabs li.is-active a {
    color: #6fa03f;
    border-bottom-color: #6fa03f;
}


.premium-summary__price-wrapper {
    display: block;
}
.premium-summary__intro {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.premium-summary__how-it-works-link {
    background: #DFE3E8;
    height: 20px;
    width: 20px;
    color: white;
    text-transform: none;
    font-weight: normal;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 20px;
}

.premium-summary__how-it-works-link:hover {
    background: #00A7FF;
    color: white;
}

.premium-summary__price-dollar {
    top: -10px;
    position: relative;
    font-weight: 900;
    font-size: 16px;
    margin-right: 2px;
}

.premium-summary__price-value {
    font-size: 38px;
    font-weight: 900;
    line-height: 38px;
}

.premium-summary__price-gst-text {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.premium-summary__price-gst-text-small {
    font-size: 13px;
}

.quote-payment-tabs {
    display: flex;
}

.quote-payment-tabs__tab {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.quote-payment-tabs__tab.quote-payment-tabs__tab--featured {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
}

.quote-payment-tabs__tab.quote-payment-tabs__tab--featured  .quote-payment-tabs__tab__feature-line {
    border: 1px solid #eeeeee;
    border-bottom: 0;
}

.quote-payment-tabs__tab.quote-payment-tabs__tab--featured + .quote-payment-tabs__tab .quote-payment-tabs__tab__payment-type,
.quote-payment-tabs__tab.quote-payment-tabs__tab--featured + .quote-payment-tabs__tab .premium-summary-wrapper--tabbed {
    border-left-width: 0;
}

.quote-payment-tabs__tab__feature-line {
    display: flex;
    text-align: center;
    min-height: 30px;
    align-items: center;
    justify-content: center;
}

.quote-payment-tabs__tab__feature-line--highlight {

    background: #82B541;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
}

.quote-payment-tabs__tab__payment-type {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.quote-payment-tabs__tab .premium-summary__price-gst-text {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #717F86;
    font-weight: normal;
    padding-bottom: 20px;
    margin-top: 10px;
}

.quote-payment-tabs__tab__footer-note {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #717F86;
    margin-top: 15px;
}

.quote-payment-tabs__tab .premium-summary__price-wrapper {
    text-align: center;
}

.quote-payment-tabs__tab .button.premium-summary-submit.premium-summary-submit--modern {
    max-width: 220px;
    float: none;
    margin: 0 auto;
    font-size: 17px;
    height: 50px;
}

.premium-summary-wrapper--tabbed {
    flex: 1 0 auto;
}


.selected-property-details-block {
    font-size: 14px;
    border: 1px solid #DFE3E8;
    padding: 12px 9px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #303030
}

input[type="submit"].selected-property-details-block__update-details-input {
    color: #00A7FF;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 14px;
    padding: 0;
    margin-top: 3px;
}

input[type="submit"].selected-property-details-block__update-details-input:hover {
    text-decoration: underline;
}


.quote-price-block {
    background: #82B541;
    padding: 15px;
    margin-bottom: -4px;
    border-radius: 4px;
    z-index: 2;
    position: relative;
    color: white;
}

.quote-price-block:before {
    display: block;
    content: '';
    width:0;
    height:0;
    opacity:0;
    background: url(/assets/images/template2/loading-big.gif) center center no-repeat;
    background-size: cover;
    position: absolute;
    left:50%;
    margin-left:-15px;
    top: 50%;
    margin-top: -15px;
    z-index:3;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.quote-price-block--loading:before {
    width: 35px;
    height:35px;
    opacity:1;
}

.quote-price-block:after {
    display: block;
    content: '';
    z-index: 2;
    background-color: #efece2;
    position: absolute;
    opacity:0;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.quote-price-block--loading:after {
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:0.8;
}


.quote-price-block__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.quote-price-block__row + .quote-price-block__row {
    padding-top: 10px;
    border-top: 1px solid #AFCA83;
    margin-top: 14px;
}

.quote-price-block__row__title {
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 900;
}

.quote-price-block__row__dollar-char {
    font-size: 12px;
    font-weight: 900;
}

.quote-price-block__row__amount {
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
}


.quote-price-block__row__notes {
    margin-left: auto;
    align-self: flex-end;
    font-size: 10px;
}

.product-nav-links__title {
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
}

.product-nav-links__link {
    color: #00A7FF;
    font-size: 13px;
    margin-left: 15px;
    display: inline-block;
}


    /**
     * Style stripe elements
       https://github.com/stripe/elements-examples/blob/master/css/base.css / example 1
     */
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.stripe-inline-container button {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

.stripe-inline-container button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background-color: #43458b;
}

.stripe-inline-container__card-input {
    margin-bottom: 20px;
}

.stripe-inline-container.success form,
.stripe-inline-container.submitting form {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.stripe-inline-container  #card-errors {
    color: red;
    padding: 5px;
}


.stripe-inline-container .group {
    background-color: white;
    height: 40px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 20px;
}

.stripe-inline-container label {
    position: relative;
    color: #8898AA;
    height: 40px;
    line-height: 40px;
    /*margin-left: 20px;*/
    display: flex;
    flex-direction: row;
}

.stripe-inline-container .group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

.stripe-inline-container label > span {
    width: 120px;
    text-align: right;
    margin-right: 30px;
}

.stripe-inline-container .field {
    background: transparent;
    border: 0;
    outline: none;
    flex: 1;
    padding-right: 12px;
    padding-left: 12px;
    cursor: text;
    color: #32325d;
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.stripe-inline-container .field::-webkit-input-placeholder {
    color: #aab7c4;
}

.stripe-inline-container .field::-moz-placeholder {
    color: #aab7c4;
}

.stripe-inline-container fieldset {
    border: 1px solid #bec8d2;
    padding: 15px;
    border-radius: 6px;
}

.stripe-inline-container fieldset legend {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #32325d;
}

/* Stripe payment animations */

.stripe-inline-container  .stripe-inline-container__success {
    pointer-events: none;
    height:0;
    overflow: visible;
}

.stripe-inline-container.success .stripe-inline-container__success {
    pointer-events: all;
}

.stripe-inline-container.success  .stripe-inline-container__success .loader-icon .border,
.stripe-inline-container.success  .stripe-inline-container__success .loader-icon .checkmark {
    opacity: 1;
    stroke-dashoffset: 0 !important;
}



.stripe-inline-container .stripe-inline-container__success > * {
    transition-property: opacity, transform;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(50px);
}

.stripe-inline-container.submitting.preloading  .stripe-inline-container__success .loader-icon {
    transform: translateY(-120px) scale(0.45);
    opacity: 0.5;
    text-align: center;
}

.stripe-inline-container.submitting  .stripe-inline-container__success .loader-icon,
.stripe-inline-container.success  .stripe-inline-container__success .loader-icon{
    opacity: 1;
}

.stripe-inline-container .stripe-inline-container__success .loader-icon {
    margin: 15px 0 30px;
    transform: translateY(-120px) scale(0.75);
    text-align: center;
}

.stripe-inline-container .stripe-inline-container__success .loader-icon svg {
    will-change: transform;
}

.stripe-inline-container .stripe-inline-container__success .loader-icon .border {
    stroke-dasharray: 251;
    stroke-dashoffset: 62.75;
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: spin 1s linear infinite;
}

.stripe-inline-container .stripe-inline-container__success .loader-icon .checkmark {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}


#stripe-token-handler {
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    padding: 20px 30px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translateY(0);
    opacity: 1;
    background-color: white;
}

#stripe-token-handler.is-hidden {
    opacity: 0;
    transform: translateY(-80px);
}

/** Stripe animations styles */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes void-animation-out {
    0%,
    to {
        opacity: 1;
    }
}




/* From the current front-site css */
/* TODO - migrate to include front-end css */
footer.page-footer {
    background: #f5f5f5;
    color: #717f86;
    padding-top: 25px;
    padding-bottom: 30px;
}
footer.page-footer a {
    color: #717f86;
}
footer.page-footer .navbar-item:hover {
    background: none;
}
footer.page-footer a:hover {
    color: #00A7FF;
}
footer.page-footer .navbar-item {
    padding: 0;
    margin-right: 20px;
}
footer.page-footer .navbar-footer {
    padding: 15px 0;
    border-bottom: 1px solid rgba(191, 188, 188, 0.19);
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: stretch;
}
footer.page-footer .navbar-item--product-link {
    font-weight: bold;
    font-size: 16px;
}

footer.page-footer .footer-finalist-link {
    max-width: 160px;
    display: block;
}

footer.page-footer .navbar-start--product-links {
    margin-bottom: 20px;
}

.navbar-brand .logo {
    width: 120px;
    height: auto;
    max-height: none !important;
}

.page-header {
    border-bottom: 1px solid #E0E3E8;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 1024px) {
    nav.navbar {
        height: 77px;
    }
}

nav.navbar {
    z-index: 3;
}

.button.is-large-by-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

.button.is-bold {
    font-weight: bold;
}

.tag.is-feature {
    background-color: #796FFF;
    color: white;
}

.pdf-download-icon-link {
    color: #00a7ff;
    display: flex;
    width: 100%;
}

.pdf-download-icon-link:before {
    content: url(/assets/images/2018/pdf-download-icon-green.svg);
    display: block;
    width: 26px;
    margin-right: 10px;
}

.sidebar-download-links p {
    margin-bottom: 10px;
}

@supports (zoom:2) {
    input[type="radio"].big-checkbox,  input[type=checkbox].big-checkbox{
        zoom: 2;
    }
}
@supports not (zoom:2) {
    input[type="radio"].big-checkbox,  input[type=checkbox].big-checkbox{
        transform: scale(2);
        margin: 15px;
    }
}

label.big-checkbox {
    /* fix vertical align issues */
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}



.navbar-toggle {
    float: right;
    position: relative;
    border: 1px solid white;
    border-radius: 3px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    display: none;
}

.navbar-toggle:hover {
    background: #888888;
}
.navbar-toggle .icon-bar {
    background: white;
    cursor: pointer;
    opacity: 1;
    width: 22px;
    height: 2px;
    display: block;
    transition: all 0.2s ease-out;
}


#smallLogo {
    position: relative;
}

.under-nav-bar {
    border-bottom: 1px solid #E0E3E8;
    padding: 0.5rem;
}

.under-nav-bar--fade-in-with-risk-loader {
    opacity: 0;
    animation: 0.6s anim-quote-page-blocks-in ease forwards;
    animation-delay: 5s;
    transform: translateZ(0);
}




input.no-spinner[type="number"]::-webkit-outer-spin-button,
input.no-spinner[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.no-spinner[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance:textfield;
}




.initio-rating {
    margin-bottom:30px;
    padding-bottom: 15px;
    border-bottom:1px dotted #ccc;
}

.initio-rating__hidden {
    display: none;
}
.initio-rating__star {
    display: inline-block;
    content: "☆";
    color: #cccccc;
    font-size:50px;
}
.initio-rating__group {
    height:15px;
}

#content .initio-rating__content p {
    margin-bottom:5px;
    font-style: italic;
    font-size:16px;
}

.initio-rating__star--active {
    color: #f5d62b;
}

.initio-rating__published, .initio-rating__author {
    display: inline-block;
    font-size:15px;
}


.initio-rating-overview-outer {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 18px;
}

.initio-rating-overview-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background: #fbfbfb;
    right: -100%;
    z-index: 0;
}

.initio-rating-overview-inner {
    position: relative;
    z-index:1;

    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.initio-rating-overview-copy {
    display: inline-block;
}

.initio-rating-overview {
    display: inline-block;
}

.initio-rating-overview__title {
    margin: 0 5px;
}

.initio-rating-overview__read-reviews-link {
    font-style: italic;
    font-size:14px;
}


.initio-star-ratings-percent {
    unicode-bidi: bidi-override;
    color: #cccccc;
    font-size: 25px;
    height: 25px;
    /*width: 125px;*/
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
    display: inline-block;
}

.initio-star-ratings-percent-top {
    color: #f5d62b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.initio-star-ratings-percent-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

/*Locatio CSS Overrides*/

body .locatio__inputcontainer {
    margin: 0;
    padding: 0;
}

body .locatio__autocomplete,
body .locatio__addressfinder {
    margin: 0;
    max-width: 475px;
    clear: both;
    padding-bottom: 0;
}


body .locatio__addressfinder input.locatio__unit,
body .locatio__addressfinder input.locatio__number {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

body .locatio__addressfinder input::-webkit-input-placeholder {
    opacity: 0.6;
}

body .locatio__address::-webkit-input-placeholder {
    opacity: 0.6;
}

body .locatio__addresspreview:empty {
    display: none;
}
body .locatio__addresspreview {
    background: #F2F7EB;
}


body .locatio__addressfinder.locatio__valid {
    background: none;
}

.locatio__addressfinder.locatio__valid .locatio__addresspreview-heading,
.locatio__addressfinder.locatio__valid .locatio__addresspreview {
    display: block;
}

.locatio__addresspreview-heading {
    display: none;
    font-weight: bold;
    border-top: 1px solid #DFE3E8;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #303030;
}

body .locatio__autocomplete input.locatio__id:not([value=""]) ~ input.locatio__address {
    border-color: #82B541;
    border-width: 1px;
}

.locatio__field-label {
    color: #303030;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}


.locatio__autocomplete .help.is-help,
.locatio__addressfinder  .help.is-help{
    color: #717F86;
    padding-top: 5px;
}

.locatio__autocomplete__help-find-address-wrapper {
    float: right;
    margin-top: 5px;
}

.locatio__autocomplete__help-find-address-wrapper a {
    color: #00a7ff;
    font-size: 13px;
}

.locatio__autocomplete__help-find-address-wrapper a:hover {
    color: #4E4A49;
}

body .locatio__cant-find {
    margin-top: 8px;
    margin-bottom: 27px;
}
body  .locatio__addressfinder {
    margin: 0 0 30px 0;
    padding: 0;
}

.locatio__addressfinder__wrapper {
    border-radius: 2px;
    border: 1px solid #E9EBEF;
}


body .appnitro-half-col li.locatio__row {
    padding: 0;
}

.locatio__addresspreview,
.locatio__addresssuggest {
    padding: 0;
}

body .locatio__addresssuggest:empty {
    display: none;
}

body .locatio__addresssuggest {
    font-size: 14px;
    margin-top: 15px;
}

body .locatio__addresssuggest a{
    color: #00A7FF;
    font-size: 14px;
    font-weight: normal;
}
body .locatio__addresssuggest:not(:empty):before {
    color: #EB5757;
}
body .locatio__addresspreview {
    background: #E6FBFF;
    padding: 14px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    color: #303030;
}

.locatio__address:placeholder-shown ~ .locatio__clear {
    display:none;
}

/* END Locatio CSS Overrides */

form li div.locatio__search_icon {
    padding: 0 1.3rem;
    margin: 0;
}

/* Bodycorp / Middle Unit Question Check CSS Override */
body .li_body_corporate__cant-cover{
    color: #7bac3e;
    text-decoration: underline;
}
body .li_body_corporate__invalid-list{
    list-style: outside disc;
    margin: 0.5em 0 0.5em 2em;
}
.appnitro .appnitro-half-col li .li_body_corporate__invalid-list-item{
    padding-bottom:0px;
    padding-right: 2em;
    font-weight: 400;
    position: relative;
    display: list-item;
}

/* Bulma overrides / additions
-------------------------------------------------------------- */
.button.is-grey {
    background-color: #717F86;
    border-color: transparent;
    color: #fff;
}

.button.is-tiny {
    border-radius: 2px;
    font-size: .60rem;
}

.notification.is-highlighted {
    background-color: #E7FBFF;
    color: #303030;
}

.tag:not(body).is-primary {
    background-color: #82B541;
}

.tag:not(body).is-grey {
    background-color: #717F86;
    color: #fff;
    background-color: #717F86;
}

/*Prevent my custom blockquote from ruining stadard bulma blockquote*/
.content blockquote {
    border-top: 0;
    border-bottom: 0;
    margin: 0;
}

/* End Bulma overrides / additions
-------------------------------------------------------------- */


/* Fixing select for safari freezing
-------------------------------------------------------------- */
.select, select, .select select {
    text-rendering: auto !important;
}


/* =Menu
-------------------------------------------------------------- */

#access {

}
#access .menu-header,
div.menu {
}
#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
#access .menu-header li,
div.menu li {
    display: inline-block;
    position: relative;
}
#access a {
    color: #aaa;
    display: block;
    line-height: 38px;
    padding: 0 10px;

    text-decoration: none;
}
#access ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
#access ul ul li {
    min-width: 180px;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
    background: #333;
    color: #fff;
}
#access ul li:hover > ul {
    display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}

#access { background:none; }
#access .menu-header, div.menu { margin-left:0; }
#access a {
    font-size:16px;
    color:white;
    margin-left: 22px;
    padding:15px 0 2px;
    padding-bottom: 12px;
    line-height: normal;
}
#access {  width:auto; display: inline-block; }

#access li:hover > a,
#access ul ul :hover > a {
    background: none;
    color: #868482;
}
#access ul li:hover > ul {
    display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #fff;
    border-bottom:2px solid #9FAA16;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}

#access .header-featured-links a {
    color: #fff;
    background: #9FAA16;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #9FAA16;
    transition: all 0.2s ease-out;
}

#access .header-featured-links a:hover {
    border: 2px solid #9FAA16;
    color: white;
    text-decoration: none;
}

#access .menu-header {
    display: inline-block;
    max-width:970px;
    margin: 0 auto;
}

.header-featured-links {
    list-style:none;
    padding-left:0px;
    margin-left:0;
    display: inline-block;
    margin-top:0;
    margin-bottom: 0;
}

#userBtns {  display: inline-block; }
#loggedIn {
    color:#6B6563;
    font-size:12px;
    padding-top:4px;
}
#loggedIn a {
    color:#9FAA16;
    padding-left:0;
}


.footRight {
    float:right;
    padding:0px 0;
    text-align:right;
    width:250px;
}



/* Shady fix for getting correct min-width on production */
@media screen and (min-width: 960px) {
    #container {
        min-width: 970px;
    }
}


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

    .navbar-toggle  {
        display: block;
    }

    #access {
        width: 100%;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.2s ease;
        display: block;
    }

    .navbar-toggle .icon-bar+.icon-bar  {
        margin-top: 4px;
    }

    .navbar-toggle  .navbar-close {
        opacity: 0;
        position: absolute;
        top: 0px;
        text-align: center;
        display: block;
        transition: all 0.2s ease-out;
        right: 0;
        left: 0;
        bottom: 0;
        color: white;
        font-size: 30px;
    }

    .mobile-nav-active .navbar-toggle  .navbar-close  {
        opacity: 1;
    }

    .mobile-nav-active .navbar-toggle .icon-bar {
        opacity: 0;
    }

    .mobile-nav-active #access {
        padding-bottom: 15px;
        border-top: 1px solid #6B6563;
        border-bottom: 1px solid #6B6563;
        margin-top: 15px;
        padding-top: 15px;
        background: #272625;
        position: relative;
        z-index: 1;
        max-height: 330px;
    }
    .mobile-nav-active #access a {
        padding-top: 3px;
        padding-top: 3px;
        margin-left: 0;
    }

    #access ul li.current_page_item > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
        border-color: transparent;
        color: #9FAA16;
    }


    body #smallLogo {
        text-align: left;
        float: none;
    }
    .menu-header {
        text-align: center;
    }

    body #footer {
        padding: 15px;
        width: auto;
    }

    .footRight {
        float: none;
        text-align: inherit;
        width: auto;
    }

    body #access .menu-header li,
    body div.menu li,
    body #access .menu-header,
    body  .header-featured-links {
        display: block;
        text-align: center;

    }

    footer.page-footer .navbar-footer {
        display: block;
    }

    footer.page-footer .fb-footer-link {
        margin-bottom: 10px;
        display: inline-block;
    }

    footer.page-footer .footer-finalist-link {
        display: inline-block;
    }

    .page-header {
        min-height: 52px;
    }

    #container {
        width: 100%;
    }
    #text {
        /*padding: 5px; I think this is redundant with bulma in use*/
    }
    .quote-debug-list-wrapper, pre {
        max-width: 400px;
        box-sizing: border-box;
        overflow: scroll;
        display: none;
    }

    .renewal .rhs, .renewal .lhs  {
        float: none;
        width: auto;
    }

    .renewal-startpage-sidebar {
        margin-bottom: 20px;
    }

    .renewal-pre-payment-sidebar {
        display: none;
    }

    .renewal-pre-payment-main-col {
        width: auto;
        float: none;
    }

    .renewal #form-nav {
        margin-right: 0;
    }

    .renewal-startpage-sidebar{
        display: none;
    }

    #menu-main-nav, .menu-header {
        padding-left: 0;
    }

    .navbar-toggle {
        line-height:29px;
    }

    .member-policy-listing-table {
        display: none;
    }

    .policy_card_listings {
        display: block;
    }

    .addButton + .addButton {
        margin:15px;
    }

    .form-columns {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .form-columns .form-columns__column,
    .form-columns .form-columns__column:first-child  {
        width: 100%;
        margin-right: 0;
    }


    .premium-summary-wrapper {
        margin-bottom: 20px;
    }

    .quote-payment-tabs .premium-summary-wrapper {
        margin-bottom: 0;
    }

    .premium-summary-wrapper--sidebar {
        display: none;
    }
    form.appnitro input.premium-summary-submit {
        float: none;
    }
    .premium-summary-wrapper .premium-summary{
        display: block;
    }

    #form-nav .text-button {
        margin-top:15px;
    }

    .form-nav__help-actions {
        text-align: center;
        margin-top: 40px;
        float: none;
    }

    .appnitro-half-col select.wide,
    .appnitro-half-col input.wide {
        width: 208px;
    }

    .appnitro-half-col label.description {
        width: 100%;
    }

    .appnitro-half-col select.medium,
    .appnitro-half-col input.text {
        box-sizing: border-box;
        width: 100%;
    }

    #form-nav {
        margin-right: 0;
    }


    .step-policy_questions .rhs {
        display: none;
    }
    .step-policy_questions .lhs {
        float: none;
        width: auto;
    }


    .step-payment_details .lhs {
        width: auto;
        float: none;
    }

    .step-payment_details .rhs {
        display: none;
    }

    .step-client_details .quote-feature{
        display: none;
    }

    .step-payment_details .button.next {
        margin-bottom:20px;
    }

    .step-property_options .quote-feature {
        display: none;
    }


    .specified-items-container {
        width: auto;
        float: none;
    }
    .specified-items-info {
        float: none;
        width: auto;
        overflow: hidden;
    }

    .currentOccupierQuoteWrapper {
        width: auto;
        max-width: none;
    }

    .member-action-links {
        text-align: center;
    }

    #feedback-btn {
        float: none;
    }

    .mid-width-container {
        width: auto;
    }



    #progress_counter .step .progress_counter__step-title  {
        display: none;
    }

    #progress_counter .step.active .progress_counter__step-title  {
        display: block;
    }


    .policy_listing_card__inner {
        display: block;
    }

    .policy_listing_card__actions {
        margin-left:0;
        border-left:0;
        margin-top:15px;
        padding-top:15px;
        padding-left:0;
        border-top: 1px dashed #c5c5c5;
    }

    .founders-photo {
        max-width: 100%;
    }


    .quote-tab-container .tabs {
        font-size: 15px;
    }

    .quote-tab-container .tabs a {
        padding: .5em .6em;
    }

    .premium-summary-wrapper__submit-wrapper .premium-summary-submit {
        margin-bottom: 10px;
    }


    form.renewal.step-current_details .help-icon {
        margin-top: 20px;
        float: left;
        clear: both;
    }

    .cover-option__highlight {
        float: none;
        display: block;
    }

    .quote-loader {
        margin-top: 2vh; /* // Mobile is less */
        max-height: 317px;
    }

    #whats_covered_modal .policy-feature-table tr > td:first-child {
        display: none;
    }

    #whats_covered_modal .policy-feature-table tr td {
        padding-left: 0;
        padding-right: 0;
    }

    .quote-payment-tabs {
        flex-wrap: wrap;

    }

    .quote-payment-tabs__tab {
        width: 100%;
    }

    .section--body-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .product-nav-links__title {
        margin-bottom: 0;
    }

    .product-nav-links {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .product-nav-links  .column {
        padding-left: 0;
        padding-right: 0;
    }

    .product-nav-links  .column:first-child {
        padding-bottom: 0.5rem;
    }
    .product-nav-links  .column:last-child {
        padding-top: 0;
    }

    .excess-cover-options__content-excess-group {
        margin-left: 0;
        margin-top: 15px;
    }

    .excess-cover-options__select-row__label {
        min-width: 68px;
    }


    .cover-option__tag {
        float: none;
    }

    .product-nav-links__link {
        margin-left: 0;
        margin-right: 15px;
    }

    .quote-payment-tabs__tab.quote-payment-tabs__tab--featured + .quote-payment-tabs__tab .quote-payment-tabs__tab__payment-type,
    .quote-payment-tabs__tab.quote-payment-tabs__tab--featured + .quote-payment-tabs__tab .premium-summary-wrapper--tabbed {
        border-left-width: 1px;
    }

}