gelv1_y2018_m1_d22_h9 {
	color: red;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/***************************************************************
	Base
***************************************************************/

/***************************************************************
  Base Variables 
***************************************************************/

/***************************************************************
  Responsive Grid 
***************************************************************/

/***************************************************************
  Clearfix
***************************************************************/

/***************************************************************
  Responsive Breakpoints

  Usage: 
  @include breakpoint(large) {  }

***************************************************************/

/***************************************************************
  Retina Images
  
  Usage:
  @include image-2x("logo2x.png", 100px, 25px);

***************************************************************/

/***************************************************************
  Rem Function 
***************************************************************/

/***************************************************************
  Font Size 
***************************************************************/

/***************************************************************
  because fontdeck doesn't know how to group font families 
***************************************************************/

/***************************************************************
  Border Radius
  
  Usage:
  @include border-radius(5px);
  @include border-top-radius(10px);
    @include border-right-radius(8px);
    @include border-bottom-radius(10px);
    @include border-left-radius (6px);

***************************************************************/

/***************************************************************
  Absolute Positioned
  
  Usage:
  @include abs-pos(10px, 10px, 5px, 15px);

***************************************************************/

/***************************************************************
  Fixed Positioned
  
  Usage:
  @include fixed-pos(10px, 10px, 5px, 15px);

***************************************************************/

/***************************************************************
  Horizontal List
  
  Usage:
  @include horizontal-list;

***************************************************************/

/***************************************************************
  Arrow
***************************************************************/

/***************************************************************
  Gradient
  
  Usage:
  @include gradient(#fff, #333);

***************************************************************/

/***************************************************************
  Opacity
  
  Usage:
  @include opacity(0.8);

***************************************************************/

/**
  outputs font-size in both px & rems
  accepts both px or rem eg. @include font-size(14px) or @include font-size(2rem)
**/

/**
  helper function to get integer without unit property (eg. em)
**/

/*
  NEED TO UNDERSTAND THIS AND REPLACE CODE BELOW WITH CALCULATION IF DIFFERENT
*/

/***************************************************************
  Opacity

  Usage:
  @include vertical-align();

***************************************************************/

/***************************************************************
	Base Colours
***************************************************************/

/* CGU color */

/* AMI color */

/* STATE color */

/* Bendigo color */

/*
background: lighten($color-black,40%);	#666666;
background: lighten($color-black,50%);	#808080;
background: lighten($color-black,89.5%);#e5e5e5;
background: lighten($color-black,93%);	#ededed;
*/

/***************************************************************
compare table
***************************************************************/

/**************************************************************
Modal background Color
**************************************************************/

/***************************************************************
Modules
***************************************************************/

/***************************************************************
Forms
***************************************************************/

/***************************************************************
	Message Colours
***************************************************************/

/***************************************************************
  Message Backgrounds
***************************************************************/

/***************************************************************
	Button Colours
***************************************************************/

/***************************************************************
	Print Colours
***************************************************************/

/***************************************************************
	Text Colours
***************************************************************/

/***************************************************************
	Navigation Colours
***************************************************************/

/***************************************************************
	Border Colours
***************************************************************/

/***************************************************************
	Disabled element Colours
***************************************************************/

html {
	font-family: FS Joey Web Regular, Helvetica, Arial; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	color: #434345;
}

.ssc-gel,
.ssc { /* Lists
     ========================================================================== */
}

.ssc-gel article,
.ssc-gel aside,
.ssc-gel details,
.ssc-gel figcaption,
.ssc-gel figure,
.ssc-gel footer,
.ssc-gel header,
.ssc-gel hgroup,
.ssc-gel main,
.ssc-gel nav,
.ssc-gel section,
.ssc-gel summary,
.ssc article,
.ssc aside,
.ssc details,
.ssc figcaption,
.ssc figure,
.ssc footer,
.ssc header,
.ssc hgroup,
.ssc main,
.ssc nav,
.ssc section,
.ssc summary {
	display: block;
}

.ssc-gel audio,
.ssc-gel canvas,
.ssc-gel progress,
.ssc-gel video,
.ssc audio,
.ssc canvas,
.ssc progress,
.ssc video {
	display: inline-block; /* 1 */
	*display: inline;
	*zoom: 1;
	vertical-align: baseline; /* 2 */
}

.ssc-gel audio:not([controls]),
.ssc audio:not([controls]) {
	display: none;
	height: 0;
}

.ssc-gel [hidden],
.ssc [hidden] {
	display: none;
}

.ssc-gel template,
.ssc template {
	display: none;
}

.ssc-gel a,
.ssc a {
	background: transparent;
	text-decoration: none;
}

.ssc-gel a:active,
.ssc-gel a:hover,
.ssc a:active,
.ssc a:hover {
	outline: 0;
}

.ssc-gel abbr[title],
.ssc abbr[title] {
	border-bottom: 1px dotted;
}

.ssc-gel b,
.ssc-gel strong,
.ssc b,
.ssc strong {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel blockquote,
.ssc blockquote {
	margin: 16px 20px;
}

.ssc-gel code,
.ssc-gel kbd,
.ssc-gel pre,
.ssc-gel samp,
.ssc code,
.ssc kbd,
.ssc pre,
.ssc samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

.ssc-gel dfn,
.ssc dfn {
	font-style: italic;
}

.ssc-gel h1,
.ssc h1 { /* Set the font-size and line-height while keeping a proper vertical rhythm. */
	font-size: 32px;
	font-size: 2rem;
	margin-top: 12px;
	line-height: 37px;
	margin-bottom: 8px;
}

.ssc-gel h2,
.ssc h2 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-top: 12px;
	line-height: 29px;
	margin-bottom: 8px;
}

.ssc-gel h3,
.ssc h3 {
	font-size: 19px;
	font-size: 1.17rem;
	margin-top: 12px;
	line-height: 23.72px;
	margin-bottom: 8px;
}

.ssc-gel h4,
.ssc h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 12px;
	line-height: 21px;
	margin-bottom: 8px;
}

.ssc-gel h5,
.ssc h5 {
	font-size: 14px;
	font-size: 0.83rem;
	margin-top: 12px;
	line-height: 18.28px;
	margin-bottom: 8px;
}

.ssc-gel h6,
.ssc h6 {
	font-size: 11px;
	font-size: 0.67rem;
	margin-top: 12px;
	line-height: 15.72px;
	margin-bottom: 8px;
}

.ssc-gel mark,
.ssc mark {
	background: #ff0;
	color: #000;
}

.ssc-gel p,
.ssc-gel pre,
.ssc p,
.ssc pre {
	margin: 11px 0;
}

.ssc-gel pre,
.ssc pre {
	overflow: auto;
}

.ssc-gel small,
.ssc small {
	font-size: 80%;
}

.ssc-gel sub,
.ssc-gel sup,
.ssc sub,
.ssc sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.ssc-gel sup,
.ssc sup {
	top: -0.5em;
}

.ssc-gel sub,
.ssc sub {
	bottom: -0.25em;
}

.ssc-gel dl,
.ssc-gel menu,
.ssc-gel ol,
.ssc-gel ul,
.ssc dl,
.ssc menu,
.ssc ol,
.ssc ul {
	margin: 16px 0;
}

.ssc-gel ol ol,
.ssc-gel ol ul,
.ssc-gel ul ol,
.ssc-gel ul ul,
.ssc ol ol,
.ssc ol ul,
.ssc ul ol,
.ssc ul ul {
	margin: 0;
}

.ssc-gel dd,
.ssc dd {
	margin: 0 0 0 20px;
}

.ssc-gel menu,
.ssc-gel ol,
.ssc-gel ul,
.ssc menu,
.ssc ol,
.ssc ul {
	padding: 0 0 0 20px;
}

.ssc-gel nav ul,
.ssc-gel nav ol,
.ssc nav ul,
.ssc nav ol {
	list-style: none;
	list-style-image: none;
}

.ssc-gel img,
.ssc img {
	border: 0; /* Improve image quality when scaled in IE 7. */
	-ms-interpolation-mode: bicubic;
}

.ssc-gel svg:not(:root),
.ssc svg:not(:root) {
	overflow: hidden;
}

.ssc-gel figure,
.ssc figure {
	margin: 16px 20px;
}

.ssc-gel hr,
.ssc hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

.ssc-gel form,
.ssc form {
	margin: 0;
}

.ssc-gel button,
.ssc-gel input,
.ssc-gel optgroup,
.ssc-gel select,
.ssc-gel textarea,
.ssc button,
.ssc input,
.ssc optgroup,
.ssc select,
.ssc textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
	*font-family: FS Joey Web Regular, Helvetica, Arial; /* 4 */
	*vertical-align: middle; /* 5 */
}

.ssc-gel button,
.ssc button {
	overflow: visible;
}

.ssc-gel button,
.ssc-gel select,
.ssc button,
.ssc select {
	text-transform: none;
}

.ssc-gel button,
.ssc-gel html input[type="button"],
.ssc-gel input[type="reset"],
.ssc-gel input[type="submit"],
.ssc button,
.ssc html input[type="button"],
.ssc input[type="reset"],
.ssc input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible; /* 4 */
}

.ssc-gel button[disabled],
.ssc-gel html input[disabled],
.ssc button[disabled],
.ssc html input[disabled] {
	cursor: default;
}

.ssc-gel button::-moz-focus-inner,
.ssc-gel input::-moz-focus-inner,
.ssc button::-moz-focus-inner,
.ssc input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ssc-gel input,
.ssc input {
	line-height: normal;
}

.ssc-gel input[type="checkbox"],
.ssc-gel input[type="radio"],
.ssc input[type="checkbox"],
.ssc input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

.ssc-gel input[type="number"]::-webkit-inner-spin-button,
.ssc-gel input[type="number"]::-webkit-outer-spin-button,
.ssc input[type="number"]::-webkit-inner-spin-button,
.ssc input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

.ssc-gel input[type="search"],
.ssc input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; /* 2 */
}

.ssc-gel input[type="search"]::-webkit-search-cancel-button,
.ssc-gel input[type="search"]::-webkit-search-decoration,
.ssc input[type="search"]::-webkit-search-cancel-button,
.ssc input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.ssc-gel fieldset,
.ssc fieldset {
	margin: 0 2px; /* Apply borders and padding that keep the vertical rhythm. */
	border-color: #c0c0c0;
}

.ssc-gel legend,
.ssc legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
	*margin-left: -7px; /* 3 */
}

.ssc-gel textarea,
.ssc textarea {
	overflow: auto;
}

.ssc-gel optgroup,
.ssc optgroup {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel table,
.ssc table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ssc-gel td,
.ssc-gel th,
.ssc td,
.ssc th {
	padding: 0;
}

.ssc-gel ol,
.ssc-gel ul,
.ssc-gel li,
.ssc ol,
.ssc ul,
.ssc li {
	padding: 0;
	margin: 0;
}

.ssc-gel ul li,
.ssc ul li {
	list-style-type: none;
}

.ssc-gel ::-webkit-input-placeholder,
.ssc ::-webkit-input-placeholder {
	color: #c3c3c4;
}

.ssc-gel :-moz-placeholder,
.ssc :-moz-placeholder { /* Firefox 18- */
	color: #c3c3c4;
}

.ssc-gel ::-moz-placeholder,
.ssc ::-moz-placeholder { /* Firefox 19+ */
	color: #c3c3c4;
}

.ssc-gel :-ms-input-placeholder,
.ssc :-ms-input-placeholder {
	color: #c3c3c4 !important;
}

.ssc-gel .inline-flex {
	display: inline-flex;
}

body {
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}

@font-face {
	font-family: 'FS Joey Web Regular';
	src: url("../fonts/fsjoey/regular/FSJoeyWeb-Regular.eot");
	src: url("../fonts/fsjoey/regular/FSJoeyWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fsjoey/regular/FSJoeyWeb-Regular.woff") format("woff"), url("../fonts/fsjoey/regular/FSJoeyWeb-Regular.svg#FSJoeyWeb") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FS Joey Web Light';
	src: url("../fonts/fsjoey/light/FSJoeyWeb-Light.eot");
	src: url("../fonts/fsjoey/light/FSJoeyWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/fsjoey/light/FSJoeyWeb-Light.woff") format("woff"), url("../fonts/fsjoey/light/FSJoeyWeb-Light.svg#FSJoeyWeb-Light") format("svg");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'FS Joey Web Medium';
	src: url("../fonts/fsjoey/medium/FSJoeyWeb-Medium.eot");
	src: url("../fonts/fsjoey/medium/FSJoeyWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/fsjoey/medium/FSJoeyWeb-Medium.woff") format("woff"), url("../fonts/fsjoey/medium/FSJoeyWeb-Medium.svg#FSJoeyWeb-Medium") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'iag_icons';
	src: url("../fonts/iag-icons/iag_icons.eot?21660861");
	src: url("../fonts/iag-icons/iag_icons.eot?21660861#iefix") format("embedded-opentype"), url("../fonts/iag-icons/iag_icons.woff?21660861") format("woff"), url("../fonts/iag-icons/iag_icons.ttf?21660861") format("truetype"), url("../fonts/iag-icons/iag_icons.svg?21660861#iag_icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

body .hidden,
.page .hidden {
	display: none !important;
	visibility: hidden;
}

body .visuallyhidden,
.page .visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

body .visuallyhidden.focusable:active,
body .visuallyhidden.focusable:focus,
.page .visuallyhidden.focusable:active,
.page .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

body .invisible,
.page .invisible {
	visibility: hidden;
}

body .break-word,
.page .break-word {
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
}

body .transparent-overlay,
body .image-tint:before,
body .page .image-tint:before,
.page body .image-tint:before,
.page .transparent-overlay,
.page .image-tint:before {
	background: #000;
	width: 100%;
	height: 100%;
	display: block;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

body .image-tint:before,
.page .image-tint:before {
	position: absolute;
	z-index: 2;
}

body .divider,
.page .divider {
	border-top: 1px solid #cccbcd;
	text-align: center;
	margin-top: 20px;
	height: 20px;
}

body .divider.divider-margin,
.page .divider.divider-margin {
	margin: 40px 0 20px 0;
}

body .divider.or:before,
.page .divider.or:before {
	content: 'OR';
	position: relative;
	top: -15px;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 25px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-clip: padding-box; /* stops bg color from leaking outside the border: */
	background-color: #ededed;
	border: 2px solid #ffffff;
}

body .divider + dl,
.page .divider + dl {
	border-top: 0 none;
	padding-top: 10px;
}

body .no-vertical-margins,
.page .no-vertical-margins {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body .margin-top-5,
.page .margin-top-5 {
	margin-top: 5px;
}

body .margin-top-10,
.page .margin-top-10 {
	margin-top: 10px;
}

body .margin-top-20,
.page .margin-top-20 {
	margin-top: 20px;
}

body .margin-bottom-10,
.page .margin-bottom-10 {
	margin-bottom: 10px;
}

body .margin-bottom-20,
.page .margin-bottom-20 {
	margin-bottom: 20px;
}

body .margin-right-minus-15,
.page .margin-right-minus-15 {
	margin-right: -15px;
}

body .margin-left-minus-15,
.page .margin-left-minus-15 {
	margin-left: -15px;
}

body .margin-left-10,
.page .margin-left-10 {
	margin-left: 10px;
}

body .margin-left-20,
.page .margin-left-20 {
	margin-left: 20px;
}

body .no-padding,
.page .no-padding {
	padding: 0 !important;
}

body .padding-left-5,
.page .padding-left-5 {
	padding-left: 5px;
}

body .padding-left-10,
.page .padding-left-10 {
	padding-left: 10px;
}

body .padding-left-15,
.page .padding-left-15 {
	padding-left: 15px;
}


body .padding-left-20,
.page .padding-left-20 {
	padding-left: 20px;
}

body .padding-right-5,
.page .padding-right-5 {
	padding-right: 5px;
}

body .padding-right-10,
.page .padding-right-10 {
	padding-right: 10px;
}

body .padding-right-15,
.page .padding-right-15 {
	padding-right: 10px;
}

body .padding-right-20,
.page .padding-right-20 {
	padding-right: 20px;
}

.inline-block {
	display: inline-block;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.float-left,
.float-right {
	float: left;
}

.float-left .inner,
.float-right .inner {
	margin: 0 .5em;
}

.float-right {
	float: right;
}

.float-none {
	float: none !important;
}

.txt-circle {
	display: inline-block;
	border-radius: 50%;
	background: #a7a6a8;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.no-border {
	border: none !important;
}

.border-bottom {
	border-bottom: 1px solid #cccbcd;
}

.disabled {
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
}

.last-child {
	margin-bottom: 0;
}

.help-link {
	display: inline-block;
}

.margin-email-us {
	margin-top: 30px;
}

.flex,
.mod .bd.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-justify-center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.flex-justify-start {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}

.flex-justify-end {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}

.flex-justify-space-between {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.flex-column-reverse {
	-webkit-flex-flow: column-reverse nowrap;
	-moz-flex-flow: column-reverse nowrap;
	flex-flow: column-reverse nowrap;
}

.flexbox {
	display: flex !important;
}

.flexbox-child {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flexbox-child-2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.flexbox-child-3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	box-flex: 3;
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.flexbox-align-items-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox-column-list {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox-column-list .flexbox-child {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 220px;
	-moz-flex: 1 220px;
	-ms-flex: 1 220px;
	flex: 1 220px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.ft h1,
.ft h2,
.ft h3,
.ft h4,
.ft h5,
.ft h6,
.bd h1,
.bd h2,
.bd h3,
.bd h4,
.bd h5,
.bd h6 {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.hd h1,
.hd h2,
.hd h3,
.hd h4,
.hd h5,
.hd h6 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

/************ paragraph *************/

p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

/************ links *************/

a {
	text-decoration: none;
	color: #009bda;
}

a:active,
a:hover {
	text-decoration: underline;
}

/************ generic size adjustments *************/

.txt-xsml {
	font-size: 13px;
	font-size: 0.8rem;
	line-height: 1.1em;
}

.txt-sml,
.ssc-gel .modal .paired-list .bd,
.ssc-gel .mod.price-comparison .ft p.note {
	font-size: 15px;
	font-size: 0.9rem;
	line-height: 1.2em;
}

.txt-reg,
.ssc-gel .pay-other .paired-list .bd h2 span,
.ssc-gel .pay-other.paired-list .bd h2 span,
.ssc-gel .mod.price-comparison .half h2 span {
	font-size: 16px;
	font-size: 1rem;
}

.txt-lrg {
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.2em;
}

.txt-xlrg {
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 1.1em;
}

.txt-xxlrg {
	font-size: 21px;
	font-size: 1.3rem;
	line-height: 1.1em;
}

/************ specific text colours *************/
.txt-white {
	color: #ffffff;
}

.txt-default {
	color: #434345;
}

.txt-lighten-2,
.ssc-gel .pay-other .paired-list .bd h2 span,
.ssc-gel .pay-other.paired-list .bd h2 span,
.txt-grey {
	color: #a9a9ab;
}

.txt-lighten,
.txt-darkGrey {
	color: #757579;
}

.txt-info {
	color: #009bda;
}

.txt-error,
.error {
	color: #da0000;
}

.txt-success,
.success {
	color: #007900;
}

.txt-warning,
.warning {
	color: #f68b33;
}

/************ Text alignment *************/

.txt-left {
	text-align: left;
}

.txt-center,
.text-center {
	text-align: center;
}

.txt-justify,
.text-justify {
	text-align: justify;
}

.txt-right,
.text-right {
	text-align: right;
}

/************ Text Weights *************/

.txt-italic {
	font-family: FS Joey Web Italic, Helvetica, Arial;
	font-weight: normal;
	font-style: italic;
}

.txt-light {
	font-family: FS Joey Web Light, Helvetica, Arial;
	font-weight: 200;
	font-style: normal;
}

.txt-regular {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.txt-medium {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.txt-bold {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

/************ Text highlight *************/

.txt-highlight {
	background: #e3e3e3;
	padding: 2px 5px 2px 5px;
}

.txt-highlight-reverse {
	background: #434345;
	color: white;
	padding: 2px 5px 2px 5px;
}

/*********** Text Line-through *********/

.txt-line-through {
	text-decoration: line-through;
}

footer {
	box-shadow: inset 6px 6px 30px -10px rgba(0, 0, 0, 0.3);
}

footer:before,
footer:after {
	content: "";
	display: table;
}

footer:after {
	clear: both;
}

footer.main {
	color: #757579;
	padding: 1em 1em 10em 1em;
	margin-top: 30px;
}

footer.main p {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: left;
}

footer .ssl {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

button,
.btn {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.03s;
	-moz-transition-duration: 0.03s;
	transition-duration: 0.03s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #2666a5;
	padding: 10px;
	font-size: 16px;
	font-size: 1rem;
	color: #2666a5;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button:focus,
button:active,
button:hover,
.btn:focus,
.btn:active,
.btn:hover {
	border-color: #009bda;
	text-decoration: none;
	background-color: #e4f7ff;
	outline: 0;
}

button:focus,
button:hover,
.btn:focus,
.btn:hover {
	border: 1px solid #2666a5;
	box-shadow: #009bda 0px 0px 4px;
}

button:active,
.btn:active {
	box-shadow: none;
}

button i,
.btn i {
	margin-right: 6px;
}

button.margin-top,
.btn.margin-top {
	margin-top: 10px;
}

button.primary,
.btn.primary {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-size: 1.5rem;
	background-color: #010C66;
	border: 1px solid #010C66;
	color: #ffffff;
	border-radius: 64px;
}

button.primary:hover,
.btn.primary:hover {
	background-color: #00084E;
}

button.primary:focus,
.btn.primary:focus {
	background-color: #00084E;
}

button.primary:disabled,
.btn.primary:disabled {
	background-color: #2666a5 !important;
}

button.primary span.button-txt-sml,
.btn.primary span.button-txt-sml {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

button.primary i,
.btn.primary i {
	font-size: 20px;
	font-size: 1.2rem;
}

button.primary .sub,
.btn.primary .sub {
	font-size: 16px;
	font-size: 1rem;
}

button.primary + .primary,
.btn.primary + .primary {
	margin-top: 10px;
}

button.primary.payment,
.btn.primary.payment {
	background-color: #007900;
	border: 1px solid #007900;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

button.primary.payment span,
.btn.primary.payment span {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

button.primary.payment:hover,
.btn.primary.payment:hover {
	background-color: #006000;
}

button.primary.payment:focus,
.btn.primary.payment:focus {
	background-color: #006000;
}

button.primary.alternate,
.btn.primary.alternate {
	color: #2666a5;
	border: 1px solid #2666a5;
	background-color: #fff;
}

button.section-primary,
.btn.section-primary {
	display: block;
	background-color: #007900;
	border: 1px solid #007900;
	color: #ffffff;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

button.section-primary span,
.btn.section-primary span {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

button.section-primary:hover,
.btn.section-primary:hover {
	background-color: #006000;
}

button.section-primary:focus,
.btn.section-primary:focus {
	background-color: #006000;
}

button.section-primary span.button-txt-sml,
.btn.section-primary span.button-txt-sml {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

button.section-primary:disabled,
.btn.section-primary:disabled {
	background-color: #007900;
	border: 1px solid #004600;
}

button.secondary,
.btn.secondary {
	background: none;
	border: none;
}

button.secondary:hover,
.btn.secondary:hover {
	background: none;
	color: #2666a5;
	text-decoration: underline;
}

button.secondary:hover i,
.btn.secondary:hover i {
	text-decoration: none;
	color: #2666a5;
}

button.secondary:focus,
.btn.secondary:focus {
	background-color: #e4f7ff;
	border: 0 none;
}

button.secondary:active,
.btn.secondary:active {
	border: 0 none;
}

button.link,
.btn.link {
	border: 0px;
	margin: 0pc;
	padding: 0px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

button.link:hover,
.btn.link:hover {
	text-decoration: underline;
}

button.link:focus,
.btn.link:focus {
	text-decoration: underline;
}

button:disabled,
.btn:disabled {
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	border-color: #009bda;
	box-shadow: none;
	background-color: #fff;
}

button.btn-small,
.btn.btn-small {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px;
}

.btn-group {
	text-align: center;
	margin-top: 16px;
	margin-bottom: -10px;
}

.btn-group .btn,
.btn-group button {
	display: inline-block;
}

.btn-group .help-text {
	color: #434345;
	margin-right: 10px;
}

.btn-group.btn-group-left {
	text-align: left;
}

.btn-group.btn-group-left .btn,
.btn-group.btn-group-left button {
	margin-left: 0px;
	margin-right: 10px;
}

.btn-group.btn-group-right {
	text-align: right;
}

.btn-group.btn-group-right .btn,
.btn-group.btn-group-right button {
	margin-left: 10px;
	margin-right: 0px;
}

.btn-group:before,
.btn-group:after {
	content: "";
	display: table;
}

.btn-group:after {
	clear: both;
}

.btn-group.btn-group-inline {
	clear: none;
	margin: 1px;
	display: inline-block;
	vertical-align: bottom;
}

.btn-group.btn-group-inline .btn,
.btn-group.btn-group-inline button {
	margin-bottom: 0px;
}

.btn-group.btn-group-inline.btn-group-inline-float-right {
	top: 0px;
	bottom: 0px;
	margin: 0px;
	float: right;
	margin-top: -20px;
}

.btn-group .btn,
.btn-group button {
	width: auto;
	min-width: 80px;
	font-size: 16px;
	font-size: 1rem;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.btn-group .btn.section-primary,
.btn-group button.section-primary {
	font-size: 21px;
	font-size: 1.3125rem;
	padding: 7px 14px;
}

.btn-group .btn.primary,
.btn-group button.primary {
	width: auto;
	border-radius: 64px;
}

.btn-group .btn.primary + .primary,
.btn-group button.primary + .primary {
	margin-top: 0;
}

.btn-group .btn.primary i,
.btn-group button.primary i {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
}

/* New Gel Buttons
------------------------------------------------------------------------------------------*/

/* Button Action */

/* Primary Button */

/* Secondary Button */

/* Default Button
------------------------------------------------------------------------------------------*/

.button {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.03s;
	-moz-transition-duration: 0.03s;
	transition-duration: 0.03s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #2666a5;
	padding: 10px 30px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #2666a5;
	cursor: pointer;
	min-width: 100px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 64px;
}

.button:focus,
.button:active,
.button:hover {
	border-color: #009bda;
	text-decoration: none;
	background-color: #e4f7ff;
	outline: 0;
	border: 1px solid #2666a5;
	box-shadow: #009bda 0px 0px 4px;
}

.button i {
	margin-right: 6px;
}

.button:active {
	box-shadow: none;
}

.button:disabled,
.button.disabled {
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	cursor: default;
}

.button:disabled:focus,
.button:disabled:active,
.button:disabled:hover,
.button.disabled:focus,
.button.disabled:active,
.button.disabled:hover {
	background-color: #fff;
	box-shadow: none;
}

/* Login Button Email Us
------------------------------------------------------------------------------------------*/

.button-login-email-us {
	width:21% !important;
}

/* Primary Button
------------------------------------------------------------------------------------------*/

.button-primary {
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	background-color: #2666a5;
	border: 1px solid #2666a5;
	color: #fff;
}

.button-primary:active,
.button-primary:hover {
	background-color: #00084E;
	border-color: #00084E;
}

.button-primary:focus {
	background-color: #0d4e8c;
	border-color: #0d4e8c;
}

.button-primary:disabled:focus,
.button-primary:disabled:active,
.button-primary:disabled:hover,
.button-primary.disabled:focus,
.button-primary.disabled:active,
.button-primary.disabled:hover {
	background-color: #2666a5;
	box-shadow: none;
}

/* Secondary Button
------------------------------------------------------------------------------------------*/

.button-secondary {
	border: none;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button-secondary:focus,
.button-secondary:active,
.button-secondary:hover {
	border: none;
	background: #fff;
}

.button-secondary:disabled:focus,
.button-secondary:disabled:active,
.button-secondary:disabled:hover,
.button-secondary.disabled:focus,
.button-secondary.disabled:active,
.button-secondary.disabled:hover {
	text-decoration: none;
}

/* Action button
------------------------------------------------------------------------------------------*/

.button-action {
	font-size: 18px;
	font-size: 1.125rem;
	background-color: #fff;
	border-color: #010C66;
	color: #010C66;
}

.button-action:active,
.button-action:hover {
	background-color: #F7F1EA;
	box-shadow: none;
	border-color: #010C66;
}

.button-action:focus {
	background-color: #F7F1EA;
	border-color: #010C66;
}

.button-action:disabled:focus,
.button-action:disabled:active,
.button-action:disabled:hover,
.button-action.disabled:focus,
.button-action.disabled:active,
.button-action.disabled:hover {
	background-color: #007900;
	box-shadow: none;
}

/* Button Group
------------------------------------------------------------------------------------------*/

.iag-button-group-section {
	clear: both;
	text-align: center;
	max-width: 300px;
	margin: 40px auto 10px auto;
}

.iag-button-group-section:before,
.iag-button-group-section:after {
	content: "";
	display: table;
}

.iag-button-group-section:after {
	clear: both;
}

.iag-button-group-section .float-left,
.iag-button-group-section .float-right {
	float: none;
}

/* Remove top margin when using within page content (price pages, modals, modules) */

.mod .iag-button-group-section {
	margin-top: 0;
}

.button-group-item {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button-group-item .button {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 5px;
	order: 2;
	-webkit-order: 2;
}

.button-group-item .button-action {
	order: 1;
	-webkit-order: 1;
}

.button-group-item .button[purpose='back'] {
	order: 3;
	-webkit-order: 3;
}

.button-group-item-flex {
	display: block;
	justify-content: center;
}

.button-group-item-flex .button,
.button-group-item-flex a {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 5px 0;
	width: 100%;
}

.button-group-item-flex .single {
	max-width: 300px;
}

/*************************************************************
    FIX: for non responsive pages main content breaking
    - pages taking on the wrong styles becuase of the prefixing
    - once non responsive pages are taken out this .ssc can be
      removed from below
*************************************************************/

.ssc-gel nav.main,
.ssc nav.main {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 280px;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-webkit-transform: translate3d(-280px, 0px, 0px);
	-moz-transform: translate3d(-280px, 0px, 0px);
	-ms-transform: translate3d(-280px, 0px, 0px);
	-o-transform: translate3d(-280px, 0px, 0px);
	transform: translate3d(-280px, 0px, 0px);
	-webkit-box-shadow: inset -11px 0 19px -11px #cccccc;
	box-shadow: inset         -11px 0 19px -11px #cccccc;
	border-left: 1px solid #ebebeb;
}

.ssc-gel nav.main.absolute,
.ssc nav.main.absolute {
	position: absolute;
}

.ssc-gel nav.main .chat-status,
.ssc-gel nav.main .webchat-status,
.ssc nav.main .chat-status,
.ssc nav.main .webchat-status {
	background: #8e9091;
	color: #ffffff;
	font-size: 11.2px;
	line-height: 12.8px;
	padding: 2px;
	margin: 0px 3px;
	display: inline-block;
	text-transform: uppercase;
}

.ssc-gel nav.main .webchat-status,
.ssc nav.main .webchat-status {
	padding: 0;
	margin: 0 10px;
	background: none;
	color: #2666a5;
}

.ssc-gel nav.main .searchBox,
.ssc nav.main .searchBox {
	padding: 15px;
	padding-right: 0px;
	width: 100%;
	box-sizing: border-box;
	height: 78px;
	background: #ebebeb;
	clear: both;
}

.ssc-gel nav.main .searchBox input.placeholder,
.ssc nav.main .searchBox input.placeholder {
	color: #414042;
}

.ssc-gel nav.main .searchBox input,
.ssc nav.main .searchBox input {
	vertical-align: middle;
	border: 1px solid #d8d8d8;
	border-right: 0px solid #d8d8d8;
	float: left;
	line-height: 27px;
	box-sizing: border-box;
	height: 48px;
	width: 75%;
	outline: none;
	padding: 5px;
	margin: 0;
}

.ssc-gel nav.main .searchBox button,
.ssc nav.main .searchBox button {
	box-sizing: border-box;
	height: 48px;
	width: 48px;
	line-height: 48px;
	border: 1px solid #d8d8d8;
	border-left: 0px solid #d8d8d8;
	float: left;
	left: 0px;
	padding: 0px;
	margin: 0px;
	color: #b2b2b2;
	font-size: 22.4px;
}

.ssc-gel nav.main .searchBox button:hover,
.ssc nav.main .searchBox button:hover {
	color: #ffffff;
}

.ssc-gel nav.main ul,
.ssc nav.main ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel nav.main ul.secondary,
.ssc nav.main ul.secondary {
	background: #ebebeb;
}

.ssc-gel nav.main ul.secondary li a,
.ssc nav.main ul.secondary li a {
	border-bottom: 1px solid #a4a4a4;
}

.ssc-gel nav.main ul li:last-child a,
.ssc nav.main ul li:last-child a {
	border-bottom: 0px solid #ffffff;
}

.ssc-gel nav.main ul.login li,
.ssc nav.main ul.login li {
	background: #ebebeb;
}

.ssc-gel nav.main ul.login li .icon:before,
.ssc nav.main ul.login li .icon:before {
	color: #8e9091;
}

.ssc-gel nav.main ul.login li a,
.ssc nav.main ul.login li a {
	padding-top: 10px;
	border: 0px;
}

.ssc-gel nav.main ul li a,
.ssc nav.main ul li a {
	padding: 10px 0 10px 0;
	-webkit-transition-property: background-color, opacity;
	-moz-transition-property: background-color, opacity;
	transition-property: background-color, opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: block;
	text-align: center;
	color: #009bda;
	color: #010C66;
	border-bottom: 1px solid #b2b2b2;
	text-align: left;
	width: 90%;
	margin-left: 5%;
}

.ssc-gel nav.main ul li a .icon,
.ssc-gel nav.main ul li a .icon:hover,
.ssc nav.main ul li a .icon,
.ssc nav.main ul li a .icon:hover {
	text-decoration: none;
}

.ssc-gel nav.main ul li a .icon:before,
.ssc nav.main ul li a .icon:before {
	text-decoration: none;
	font-size: 24px;
	font-size: 1.5rem;
	width: 24px;
	height: 24px;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
	position: relative;
	color: #010C66;
}

.ssc-gel nav.main ul li:hover,
.ssc nav.main ul li:hover {
	background-color: #eceae5;
	cursor: pointer;
	opacity: .8;
	text-decoartion: none;
}

.ssc-gel nav.main ul li span.info,
.ssc nav.main ul li span.info {
	clear: both;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	padding-left: 44px;
}

.ssc-gel.nav-open nav.main,
.ssc.nav-open nav.main {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.ssc-gel.nav-open .content-mask,
.ssc.nav-open .content-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 8;
}

.ssc-gel,
.ssc { /* For CGU webchat */
}

.ssc-gel .cgu .logo,
.ssc-gel .logo,
.ssc-gel .logos-cgu,
.ssc-gel .logos-nrma,
.ssc-gel .logos-racv,
.ssc-gel .logos-sgic,
.ssc-gel .logos-sgio,
.ssc-gel .logos-sprite,
.ssc-gel .nrma .logo,
.ssc-gel .racv .logo,
.ssc-gel .sgic .logo,
.ssc-gel .sgio .logo,
.ssc .cgu .logo,
.ssc .logo,
.ssc .logos-cgu,
.ssc .logos-nrma,
.ssc .logos-racv,
.ssc .logos-sgic,
.ssc .logos-sgio,
.ssc .logos-sprite,
.ssc .nrma .logo,
.ssc .racv .logo,
.ssc .sgic .logo,
.ssc .sgio .logo {
	background-image: url(../img/sprites/logos-nrmablue.png);
	background-repeat: no-repeat;
}

.ssc-gel .cgu .logo,
.ssc-gel .logos-cgu,
.ssc .cgu .logo,
.ssc .logos-cgu {
	background-position: 0 0;
}

.ssc-gel .logo,
.ssc-gel .logos-nrma,
.ssc-gel .nrma .logo,
.ssc .logo,
.ssc .logos-nrma,
.ssc .nrma .logo {
	background-position: 0 0px;
}

.ssc-gel .logos-racv,
.ssc-gel .racv .logo,
.ssc .logos-racv,
.ssc .racv .logo {
	background-position: 0 -130px;
}

.ssc-gel .logos-sgic,
.ssc-gel .sgic .logo,
.ssc .logos-sgic,
.ssc .sgic .logo {
	background-position: 0 -195px;
}

.ssc-gel .logos-sgio,
.ssc-gel .sgio .logo,
.ssc .logos-sgio,
.ssc .sgio .logo {
	background-position: 0 -255px;
}

.ssc-gel .logos-retina-cgu,
.ssc-gel .logos-retina-nrma,
.ssc-gel .logos-retina-racv,
.ssc-gel .logos-retina-sgic,
.ssc-gel .logos-retina-sgio,
.ssc-gel .logos-retina-sprite,
.ssc .logos-retina-cgu,
.ssc .logos-retina-nrma,
.ssc .logos-retina-racv,
.ssc .logos-retina-sgic,
.ssc .logos-retina-sgio,
.ssc .logos-retina-sprite {
	background-image: url(../img/sprites/logos-retina-se5ed324ff0.png);
	background-repeat: no-repeat;
}

.ssc-gel .logos-retina-cgu,
.ssc .logos-retina-cgu {
	background-position: 0 0;
}

.ssc-gel .logos-retina-nrma,
.ssc .logos-retina-nrma {
	background-position: 0 -130px;
}

.ssc-gel .logos-retina-racv,
.ssc .logos-retina-racv {
	background-position: 0 -260px;
}

.ssc-gel .logos-retina-sgic,
.ssc .logos-retina-sgic {
	background-position: 0 -390px;
}

.ssc-gel .logos-retina-sgio,
.ssc .logos-retina-sgio {
	background-position: 0 -509px;
}

.ssc-gel .pay-bpay,
.ssc-gel .pay-bpay-hor,
.ssc-gel .pay-mastercard,
.ssc-gel .pay-mastercard-s,
.ssc-gel .pay-sprite,
.ssc-gel .pay-visa,
.ssc-gel .pay-visa-s,
.ssc .pay-bpay,
.ssc .pay-bpay-hor,
.ssc .pay-mastercard,
.ssc .pay-mastercard-s,
.ssc .pay-sprite,
.ssc .pay-visa,
.ssc .pay-visa-s {
	background-image: url(../img/sprites/pay-s6c0d4fbd28.png);
	background-repeat: no-repeat;
}

.ssc-gel .pay-bpay-hor,
.ssc .pay-bpay-hor {
	background-position: 0 0;
}

.ssc-gel .pay-bpay,
.ssc .pay-bpay {
	background-position: 0 -61px;
}

.ssc-gel .pay-mastercard-s,
.ssc .pay-mastercard-s {
	background-position: 0 -113px;
}

.ssc-gel .pay-mastercard,
.ssc .pay-mastercard {
	background-position: 0 -156px;
}

.ssc-gel .pay-visa-s,
.ssc .pay-visa-s {
	background-position: 0 -217px;
}

.ssc-gel .pay-visa,
.ssc .pay-visa {
	background-position: 0 -260px;
	height: 56px;
	width: 89px;
	display: inline-block;
}

.ssc-gel .pay-mastercard,
.ssc .pay-mastercard {
	height: 56px;
	width: 89px;
	display: inline-block;
}

.ssc-gel .pay-mastercard-s,
.ssc-gel .pay-visa-s,
.ssc .pay-mastercard-s,
.ssc .pay-visa-s {
	height: 38px;
	width: 60px;
	display: inline-block;
}

.ssc-gel .pay-bpay,
.ssc .pay-bpay {
	height: 47px;
	width: 29px;
	display: inline-block;
}

.ssc-gel .pay-bpay-hor,
.ssc .pay-bpay-hor {
	height: 56px;
	width: 124px;
	display: inline-block;
}

.ssc-gel .logo,
.ssc-gel .nrma .logo,
.ssc .logo,
.ssc .nrma .logo {
	height: 65px;
	width: 85px;
	display: inline-table;
}

.ssc-gel .sgic .logo,
.ssc .sgic .logo {
	height: 50px;
	width: 89px;
	display: inline-table;
}

.ssc-gel .sgio .logo,
.ssc .sgio .logo {
	height: 47px;
	width: 126px;
	display: inline-table;
}

.ssc-gel .racv .logo,
.ssc .racv .logo {
	height: 55px;
	width: 95px;
	display: inline-block;
}

.ssc-gel .cgu .logo,
.ssc .cgu .logo {
	height: 60px;
	width: 192px;
	display: inline-block;
	background-image: url(../img/cgu/cgu-logo.png);
}

.ssc-gel .ami .logo,
.ssc .ami .logo {
	height: 67px;
	width: 108px;
	display: inline-block;
	background-image: url(../img/nz/ami-logo.png);
	background-position: center;
}

.ssc-gel .state .logo,
.ssc .state .logo {
	height: 57px;
	width: 129px;
	display: inline-block;
	background-image: url(../img/nz/state-logo.png);
	background-position: center;
}

.ssc-gel .bendigo .logo,
.ssc .bendigo .logo {
	height: 57px;
	width: 100%;
	display: inline-block;
	background-image: url(../img/bendigo/bendigo-logo.png);
	background-position: center;
}

.ssc-gel .ColesIns .logo,
.ssc .ColesIns .logo {
	height: 57px;
	width: 100%;
	display: inline-block;
	background-image: url(../img/coles/coles.png);
	background-position: center;
}

.ssc-gel .Supplier .logo,
.ssc .Supplier .logo {
	height: 57px;
	width: 100%;
	display: inline-block;
	background-image: url(../img/supplier/supplier-logo.png);
	background-position: center;
}

.ssc-gel .Supplier_Internal .logo,
.ssc .Supplier_Internal .logo {
	height: 57px;
	width: 100%;
	display: inline-block;
	background-image: url(../img/supplier/supplier_internal-logo.png);
	background-position: center;
}

.ssc-gel .NZSupplierOne .logo,
.ssc .NZSupplierOne .logo {
	height: 57px;
	width: 100%;
	display: inline-block;
	background-image: url(../img/supplier/NZSupplierOne.png);
	background-position: center;
}

.ssc-gel .MotorClaimsSAS .logo,
.ssc .MotorClaimsSAS .logo {
	height: 57px;
	width: 100%;
	display: inline-block;
	background-image: url(../img/supplier/MotorClaimsSAS.png);
	background-position: center;
}

.ssc-gel .PropertyClaimsSAS .logo,
.ssc .PropertyClaimsSAS .logo {
	height: 57px;
	width: 100%;
	display: inline-block;
	background-image: url(../img/supplier/PropertyClaimsSAS.png);
	background-position: center;
}

.ssc-gel.cgu .page-webchat header.main,
.ssc.cgu .page-webchat header.main {
	text-align: left;
	padding-left: 10px;
}

.ssc-gel header.main,
.ssc header.main {
	background: white;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	/*box-shadow: 6px 6px 30px -10px rgba(0, 0, 0, 0.3);*/
	color: #010C66;
	line-height: 1em;
	padding: 0;
	text-align: center;
	height: 90px;
}

.ssc-gel header.main.fixed,
.ssc header.main.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

.ssc-gel header.main.absolute,
.ssc header.main.absolute {
	position: absolute;
}

.ssc-gel header.main h1,
.ssc header.main h1 {
	-webkit-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	font-size: 48px;
	font-size: 3rem;
	line-height: 1em;
	margin: -3px;
	display: inline-block;
	text-indent: -20000px;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel header.main .nav-btn,
.ssc header.main .nav-btn {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 44px;
	text-transform: uppercase;
	text-decoration: none;
	color: #010C66;
	position: absolute;
	left: 16px;
	top: 39px;
	cursor: pointer;
}

.ssc-gel header.main .nav-btn:hover,
.ssc-gel header.main .nav-btn:active,
.ssc header.main .nav-btn:hover,
.ssc header.main .nav-btn:active {
	text-decoration: none;
}

.ssc-gel header.main .nav-btn:hover i:before,
.ssc-gel header.main .nav-btn:active i:before,
.ssc header.main .nav-btn:hover i:before,
.ssc header.main .nav-btn:active i:before {
	animation-name: pushRight;
	-webkit-animation-name: pushRight;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel header.main .nav-btn i:before,
.ssc header.main .nav-btn i:before {
	animation-name: pushLeft;
	-webkit-animation-name: pushLeft;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	font-size: 33px;
	font-size: 2.0625rem;
	text-decoration: none;
}

.ssc-gel header.main .nav-btn span,
.ssc header.main .nav-btn span {
	display: none;
}

.ssc-gel header.main .logout-btn,
.ssc header.main .logout-btn {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 39px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2666a5;
	position: absolute;
	right: 16px;
	top: 14px;
}

.ssc-gel header.main .logout-btn:hover i:before,
.ssc header.main .logout-btn:hover i:before {
	content: '\29';
}

.ssc-gel header.main .logout-btn i,
.ssc header.main .logout-btn i {
	font-size: 22px;
	font-size: 1.375rem;
	color: #009bda;
	display: none;
}

.ssc-gel header.main .logout-btn span,
.ssc header.main .logout-btn span {
	font-size: 13px;
	font-size: 0.8rem;
	margin-left: 8px;
	display: inline-block;
	position: relative;
	top: -3px;
}

.ssc-gel header.main .header-actions-menu,
.ssc header.main .header-actions-menu {
	position: absolute;
	top: 34px;
	right: 8px;
}

.ssc-gel header.main .header-actions-menu a,
.ssc header.main .header-actions-menu a {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel header.main .header-actions-menu li,
.ssc header.main .header-actions-menu li {
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
}

.ssc-gel header.main .header-actions-menu li.only-child .webchat-initiate .mobile-webchat-open:after,
.ssc header.main .header-actions-menu li.only-child .webchat-initiate .mobile-webchat-open:after {
	content: "";
}

.ssc-gel header.main .header-actions-menu .webchat-initiate .mobile-webchat-open,
.ssc header.main .header-actions-menu .webchat-initiate .mobile-webchat-open {
	display: block;
	font-size: 1.2rem;
}

.ssc-gel header.main .header-actions-menu .webchat-initiate .mobile-webchat-close,
.ssc header.main .header-actions-menu .webchat-initiate .mobile-webchat-close {
	font-size: 1.2rem;
}

.ssc-gel header.main .header-actions-menu .logout,
.ssc header.main .header-actions-menu .logout {
	margin-left: 4px;
}

.ssc-gel header.main .header-actions-menu .logout .icon,
.ssc header.main .header-actions-menu .logout .icon {
	display: none;
	margin-right: 2px;
}

.ssc-gel header.main .header-actions-menu .logout a:hover i:before,
.ssc header.main .header-actions-menu .logout a:hover i:before {
	content: '\29';
}

.ssc-gel header.main .header-actions-menu .logout span,
.ssc header.main .header-actions-menu .logout span {
	text-transform: capitalize;
}

.ssc-gel.nav-open header.main,
.ssc.nav-open header.main {
	-webkit-transform: translate3d(280px, 0px, 0px);
	-moz-transform: translate3d(280px, 0px, 0px);
	-ms-transform: translate3d(280px, 0px, 0px);
	-o-transform: translate3d(280px, 0px, 0px);
	transform: translate3d(280px, 0px, 0px);
}

.ssc-gel.nav-open header.main .nav-btn,
.ssc.nav-open header.main .nav-btn {
	margin-left: -5px;
}

.margin-top-0px {
	margin-top: 0px;
}

.margin-top-30px {
	margin-top: 30px;
}

.margin-top-20px {
	margin-top: 20px;
}

.margin-top-16px {
	margin-top: 16px;
}

.margin-top-minus-16px {
	margin-top: -16px;
}

.sliding-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9;
}

.sliding-banner {
	width: 100%;
	position: sticky;
	top: 80px;
	z-index: 9;
}

.callbackOnly {
	margin-top: 13px;
	border : 1px solid #009bda;
	padding : 10px;
	color : #009bda;
	border-radius: 5px;
	display :inline-block;
}

.percentage{
	margin-top:20px !important;
	margin-bottom:50px !important;
	font-size: 18px;
	font-weight: bold;
	max-width: 58em;
}

.progress-bar-logo{
	max-width: 42em !important;
}

.sliding-header-bar {
	width: 100%;
	position: fixed;
	top: 80px;
	z-index: 9;
}

.sliding-header header.absolute {
	width: 100%;
}

.ssc-gel,
.ssc { /* Alignment fix for specific icons */ /***************************************************************
    Colour Variables 
  ***************************************************************/ /***************************************************************
    Padding Variables 
  ***************************************************************/
}

.ssc-gel [class^="icon"]:before,
.ssc-gel [class*=" icon"]:before,
.ssc [class^="icon"]:before,
.ssc [class*=" icon"]:before {
	font-family: "iag_icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

.ssc-gel .icon,
.ssc .icon { /* '!' */ /* '#' */ /* '&amp;' */ /* '(' */ /* ')' */ /* '*' */ /* '+' */ /* '-' */ /* '/' */ /* '0' */ /* '1' */ /* '2' */ /* '3' */ /* '4' */ /* '5' */ /* '6' */ /* '7' */ /* '8' */ /* '9' */ /* '&lt;' */ /* '=' */ /* '&gt;' */ /* '?' */ /* '@' */ /* 'A' */ /* 'B' */ /* 'C' */ /* 'D' */ /* 'E' */ /* 'F' */ /* 'G' */ /* 'H' */ /* 'I' */ /* 'J' */ /* 'K' */ /* 'L' */ /* 'M' */ /* 'N' */ /* 'O' */ /* 'P' */ /* 'Q' */ /* 'R' */ /* 'S' */ /* 'T' */ /* 'U' */ /* 'V' */ /* 'W' */ /* 'X' */ /* 'Y' */ /* '_' */ /* 'a' */ /* 'b' */ /* 'c' */ /* 'd' */ /* 'e' */ /* 'f' */ /* 'g' */ /* 'h' */ /* 'i' */ /* 'j' */ /* 'k' */ /* 'l' */ /* 'm' */ /* 'n' */ /* 'o' */ /* 'p' */ /* 'q' */ /* 'r' */ /* 's' */ /* 't' */ /* 'u' */ /* 'v' */ /* 'w' */ /* 'x' */ /* 'y' */ /* '{' */ /* '|' */ /* '}' */ /* '~' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '¯óÖ' */ /* '¯óë' */ /* '¯óè' */ /* '¯óï' */
}

.ssc-gel .icon.search:before,
.ssc .icon.search:before {
	content: '\21';
}

.ssc-gel .icon.chat:before,
.ssc .icon.chat:before {
	content: '\23';
}

.ssc-gel .icon.feedback:before,
.ssc .icon.feedback:before {
	content: '\26';
}

.ssc-gel .icon.lock:before,
.ssc .icon.lock:before {
	content: '\28';
}

.ssc-gel .icon.lock-open:before,
.ssc .icon.lock-open:before {
	content: '\29';
}

.ssc-gel .icon.about-us:before,
.ssc .icon.about-us:before {
	content: '\2a';
}

.ssc-gel .icon.plus:before,
.ssc .icon.plus:before {
	content: '\2b';
}

.ssc-gel .icon.minus:before,
.ssc .icon.minus:before {
	content: '\2d';
}

.ssc-gel .icon.license:before,
.ssc .icon.license:before {
	content: '\2f';
}

.ssc-gel .icon.caravan:before,
.ssc .icon.caravan:before {
	content: '\30';
}

.ssc-gel .icon.bicycle:before,
.ssc .icon.bicycle:before {
	content: '\31';
}

.ssc-gel .icon.funeral:before,
.ssc .icon.funeral:before {
	content: '\32';
}

.ssc-gel .icon.user:before,
.ssc .icon.user:before {
	content: '\33';
}

.ssc-gel .icon.register:before,
.ssc .icon.register:before {
	content: '\34';
}

.ssc-gel .icon.contact-us:before,
.ssc .icon.contact-us:before {
	content: '\35';
}

.ssc-gel .icon.counter:before,
.ssc .icon.counter:before {
	content: '\36';
}

.ssc-gel .icon.save-quote:before,
.ssc .icon.save-quote:before {
	content: '\37';
}

.ssc-gel .icon.tow-truck:before,
.ssc .icon.tow-truck:before {
	content: '\38';
}

.ssc-gel .icon.external-link:before,
.ssc .icon.external-link:before {
	content: '\39';
}

.ssc-gel .icon.chevron-thin-left:before,
.ssc .icon.chevron-thin-left:before {
	content: '\3c';
}

.ssc-gel .icon.laptop:before,
.ssc .icon.laptop:before {
	content: '\3d';
}

.ssc-gel .icon.chevron-thin-right:before,
.ssc .icon.chevron-thin-right:before {
	content: '\3e';
}

.ssc-gel .icon.help:before,
.ssc-gel .icon.faq:before,
.ssc .icon.help:before,
.ssc .icon.faq:before {
	content: '\3f';
}

.ssc-gel .icon.pool-area:before,
.ssc .icon.pool-area:before {
	content: '\40';
}

.ssc-gel .icon.airplane:before,
.ssc .icon.airplane:before {
	content: '\41';
}

.ssc-gel .icon.travel-domestic:before,
.ssc .icon.travel-domestic:before {
	content: '\42';
}

.ssc-gel .icon.multi-trip:before,
.ssc .icon.multi-trip:before {
	content: '\43';
}

.ssc-gel .icon.clock-24h:before,
.ssc .icon.clock-24h:before {
	content: '\44';
}

.ssc-gel .icon.medical-condition:before,
.ssc .icon.medical-condition:before {
	content: '\45';
}

.ssc-gel .icon.briefcase:before,
.ssc .icon.briefcase:before {
	content: '\46';
}

.ssc-gel .icon.lawnmower:before,
.ssc .icon.lawnmower:before {
	content: '\47';
}

.ssc-gel .icon.desk:before,
.ssc .icon.desk:before {
	content: '\48';
}

.ssc-gel .icon.food:before,
.ssc .icon.food:before {
	content: '\49';
}

.ssc-gel .icon.cart:before,
.ssc .icon.cart:before {
	content: '\4a';
}

.ssc-gel .icon.health:before,
.ssc .icon.health:before {
	content: '\4b';
}

.ssc-gel .icon.trades:before,
.ssc .icon.trades:before {
	content: '\4c';
}

.ssc-gel .icon.property:before,
.ssc .icon.property:before {
	content: '\4d';
}

.ssc-gel .icon.motor-trade:before,
.ssc .icon.motor-trade:before {
	content: '\4e';
}

.ssc-gel .icon.farms:before,
.ssc .icon.farms:before {
	content: '\4f';
}

.ssc-gel .icon.family:before,
.ssc .icon.family:before {
	content: '\50';
}

.ssc-gel .icon.income-protect:before,
.ssc .icon.income-protect:before {
	content: '\51';
}

.ssc-gel .icon.boat:before,
.ssc .icon.boat:before {
	content: '\52';
}

.ssc-gel .icon.security:before,
.ssc .icon.security:before {
	content: '\53';
}

.ssc-gel .icon.home-alarm:before,
.ssc .icon.home-alarm:before {
	content: '\54';
}

.ssc-gel .icon.patrols:before,
.ssc .icon.patrols:before {
	content: '\55';
}

.ssc-gel .icon.cctv:before,
.ssc .icon.cctv:before {
	content: '\56';
}

.ssc-gel .icon.intercom:before,
.ssc .icon.intercom:before {
	content: '\57';
}

.ssc-gel .icon.safe:before,
.ssc .icon.safe:before {
	content: '\58';
}

.ssc-gel .icon.alarm-medical:before,
.ssc .icon.alarm-medical:before {
	content: '\59';
}

.ssc-gel .icon.ctp:before,
.ssc .icon.ctp:before {
	content: '\5f';
}

.ssc-gel .icon.transport:before,
.ssc .icon.transport:before {
	content: '\61';
}

.ssc-gel .icon.car:before,
.ssc .icon.car:before {
	content: '\62';
}

.ssc-gel .icon.car-firetheft:before,
.ssc .icon.car-firetheft:before {
	content: '\63';
}

.ssc-gel .icon.car-plus:before,
.ssc .icon.car-plus:before {
	content: '\64';
}

.ssc-gel .icon.car-thirdparty:before,
.ssc .icon.car-thirdparty:before {
	content: '\65';
}

.ssc-gel .icon.car-vintage:before,
.ssc .icon.car-vintage:before {
	content: '\66';
}

.ssc-gel .icon.icon-damage:before,
.ssc .icon.icon-damage:before {
	content: '\67';
}

.ssc-gel .icon.icon-windscreen:before,
.ssc .icon.icon-windscreen:before {
	content: '\68';
}

.ssc-gel .icon.icon-research:before,
.ssc .icon.icon-research:before {
	content: '\69';
}

.ssc-gel .icon.icon-assets:before,
.ssc .icon.icon-assets:before {
	content: '\6a';
}

.ssc-gel .icon.icon-hirecar:before,
.ssc .icon.icon-hirecar:before {
	content: '\6b';
}

.ssc-gel .icon.home-insurance:before,
.ssc .icon.home-insurance:before {
	content: '\6c';
}

.ssc-gel .icon.home-plus:before,
.ssc .icon.home-plus:before {
	content: '\6d';
}

.ssc-gel .icon.home-contents:before,
.ssc .icon.home-contents:before {
	content: '\6e';
}

.ssc-gel .icon.home-contents-plus:before,
.ssc .icon.home-contents-plus:before {
	content: '\6f';
}

.ssc-gel .icon.home-flood:before,
.ssc .icon.home-flood:before {
	content: '\70';
}

.ssc-gel .icon.contents:before,
.ssc .icon.contents:before {
	content: '\71';
}

.ssc-gel .icon.contents-plus:before,
.ssc .icon.contents-plus:before {
	content: '\72';
}

.ssc-gel .icon.landlord:before,
.ssc .icon.landlord:before {
	content: '\73';
}

.ssc-gel .icon.strata:before,
.ssc .icon.strata:before {
	content: '\74';
}

.ssc-gel .icon.motorcycle:before,
.ssc .icon.motorcycle:before {
	content: '\75';
}

.ssc-gel .icon.motorcycle-3rdparty:before,
.ssc .icon.motorcycle-3rdparty:before {
	content: '\76';
}

.ssc-gel .icon.motorcycle-vintage:before,
.ssc .icon.motorcycle-vintage:before {
	content: '\77';
}

.ssc-gel .icon.scooter:before,
.ssc .icon.scooter:before {
	content: '\78';
}

.ssc-gel .icon.third-party-scooter:before,
.ssc .icon.third-party-scooter:before {
	content: '\79';
}

.ssc-gel .icon.chevron-up:before,
.ssc .icon.chevron-up:before {
	content: '\7b';
}

.ssc-gel .icon.branch-locate:before,
.ssc .icon.branch-locate:before {
	content: '\7c';
}

.ssc-gel .icon.chevron-down:before,
.ssc .icon.chevron-down:before {
	content: '\7d';
}

.ssc-gel .icon.location:before,
.ssc .icon.location:before {
	content: '\7e';
}

.ssc-gel .icon.wallet:before,
.ssc .icon.wallet:before {
	content: '\a6';
}

.ssc-gel .icon.bpay:before,
.ssc .icon.bpay:before {
	content: '\a7';
}

.ssc-gel .icon.chevron-left:before,
.ssc .icon.chevron-left:before {
	content: '\ab';
}

.ssc-gel .icon.letter:before,
.ssc .icon.letter:before {
	content: '\ac';
}

.ssc-gel .icon.question:before,
.ssc .icon.question:before {
	content: '\b1';
}

.ssc-gel .icon.chevron-right:before,
.ssc .icon.chevron-right:before {
	content: '\bb';
}

.ssc-gel .icon.phone:before,
.ssc .icon.phone:before {
	content: '\bf';
}

.ssc-gel .icon.community:before,
.ssc .icon.community:before {
	content: '\c0';
}

.ssc-gel .icon.motorcycle-windscreen:before,
.ssc .icon.motorcycle-windscreen:before {
	content: '\c1';
}

.ssc-gel .icon.scooter-windscreen:before,
.ssc .icon.scooter-windscreen:before {
	content: '\c2';
}

.ssc-gel .icon.clock:before,
.ssc .icon.clock:before {
	content: '\cd';
}

.ssc-gel .icon.twitter:before,
.ssc .icon.twitter:before {
	content: '\d2';
}

.ssc-gel .icon.facebook:before,
.ssc .icon.facebook:before {
	content: '\d3';
}

.ssc-gel .icon.google:before,
.ssc .icon.google:before {
	content: '\d4';
}

.ssc-gel .icon.youtube:before,
.ssc .icon.youtube:before {
	content: '\d5';
}

.ssc-gel .icon.cog:before,
.ssc .icon.cog:before {
	content: '\d7';
}

.ssc-gel .icon.mobile:before,
.ssc .icon.mobile:before {
	content: '\de';
}

.ssc-gel .icon.docs:before,
.ssc .icon.docs:before {
	content: '\e0';
}

.ssc-gel .icon.text-doc:before,
.ssc .icon.text-doc:before {
	content: '\e1';
}

.ssc-gel .icon.edocs:before,
.ssc .icon.edocs:before {
	content: '\e2';
}

.ssc-gel .icon.quote-retrieve:before,
.ssc .icon.quote-retrieve:before {
	content: '\e3';
}

.ssc-gel .icon.quote-new:before,
.ssc .icon.quote-new:before {
	content: '\e4';
}

.ssc-gel .icon.claim:before,
.ssc .icon.claim:before {
	content: '\e5';
}

.ssc-gel .icon.calendar:before,
.ssc .icon.calendar:before {
	content: '\fa';
}

.ssc-gel .icon.refresh:before,
.ssc .icon.refresh:before {
	content: '\fb';
}

.ssc-gel .icon.credit-card:before,
.ssc .icon.credit-card:before {
	content: '\fc';
}

.ssc-gel .icon.public-liability:before,
.ssc .icon.public-liability:before {
	content: '\ff';
}

.ssc-gel .icon.info:before,
.ssc .icon.info:before {
	content: '\2139';
}

.ssc-gel .icon.home:before,
.ssc .icon.home:before {
	content: '\2302';
}

.ssc-gel .icon.list:before,
.ssc .icon.list:before {
	content: '\2630';
}

.ssc-gel .icon.warning:before,
.ssc .icon.warning:before {
	content: '\26a0';
}

.ssc-gel .icon.mail:before,
.ssc .icon.mail:before {
	content: '\2709';
}

.ssc-gel .icon.pencil:before,
.ssc .icon.pencil:before {
	content: '\270e';
}

.ssc-gel .icon.check:before,
.ssc .icon.check:before {
	content: '\2713';
}

.ssc-gel .icon.cross:before,
.ssc .icon.cross:before {
	content: '\2715';
}

.ssc-gel .icon.balcony-deck:before,
.ssc .icon.balcony-deck:before {
	content: '\e800';
}

.ssc-gel .icon.bathroom:before,
.ssc .icon.bathroom:before {
	content: '\e801';
}

.ssc-gel .icon.bedroom:before,
.ssc .icon.bedroom:before {
	content: '\e802';
}

.ssc-gel .icon.carport:before,
.ssc .icon.carport:before {
	content: '\e803';
}

.ssc-gel .icon.dining-room:before,
.ssc .icon.dining-room:before {
	content: '\e804';
}

.ssc-gel .icon.family-room:before,
.ssc .icon.family-room:before {
	content: '\e805';
}

.ssc-gel .icon.games-room:before,
.ssc .icon.games-room:before {
	content: '\e806';
}

.ssc-gel .icon.garage:before,
.ssc .icon.garage:before {
	content: '\e807';
}

.ssc-gel .icon.large-shed:before,
.ssc .icon.large-shed:before {
	content: '\e808';
}

.ssc-gel .icon.lounge-room:before,
.ssc .icon.lounge-room:before {
	content: '\e809';
}

.ssc-gel .icon.slope-flat:before,
.ssc .icon.slope-flat:before {
	content: '\e80a';
}

.ssc-gel .icon.slope-gentle:before,
.ssc .icon.slope-gentle:before {
	content: '\e80b';
}

.ssc-gel .icon.slope-steep:before,
.ssc .icon.slope-steep:before {
	content: '\e80c';
}

.ssc-gel .icon.slope-steeper:before,
.ssc .icon.slope-steeper:before {
	content: '\e80d';
}

.ssc-gel .icon.small-shed:before,
.ssc .icon.small-shed:before {
	content: '\e80e';
}

.ssc-gel .icon.storage:before,
.ssc .icon.storage:before {
	content: '\e80f';
}

.ssc-gel .icon.verandah:before,
.ssc .icon.verandah:before {
	content: '\e810';
}

.ssc-gel .icon.motorcycle-windscreen:before,
.ssc .icon.motorcycle-windscreen:before {
	content: '\e811';
}

.ssc-gel .icon.scooter-windscreen:before,
.ssc .icon.scooter-windscreen:before {
	content: '\e812';
}

.ssc-gel .icon.headset:before,
.ssc .icon.headset:before {
	content: '\e813';
}

.ssc-gel .icon.car-bonnet:before,
.ssc .icon.car-bonnet:before {
	content: '\e814';
}

.ssc-gel .icon.sunroom:before,
.ssc .icon.sunroom:before {
	content: '\e815';
}

.ssc-gel .icon.picture:before,
.ssc .icon.picture:before {
	content: '\e816';
}

.ssc-gel .icon.license-plate:before,
.ssc .icon.license-plate:before {
	content: '\e817';
}

.ssc-gel .icon.caravan-onsite:before,
.ssc .icon.caravan-onsite:before {
	content: '\e818';
}

.ssc-gel .icon.trailer:before,
.ssc .icon.trailer:before {
	content: '\e819';
}

.ssc-gel .icon.checklist:before,
.ssc .icon.checklist:before {
	content: '\e871';
}

.ssc-gel .icon.building-repairs:before,
.ssc .icon.building-repairs:before {
	content: '\e872';
}

.ssc-gel .icon.progress:before,
.ssc .icon.progress:before {
	content: '\e873';
}

.ssc-gel .icon.cash:before,
.ssc .icon.cash:before {
	content: '\e874';
}

.ssc-gel .icon.store-card:before,
.ssc .icon.store-card:before {
	content: '\e875';
}

.ssc-gel .icon.offer:before,
.ssc .icon.offer:before {
	content: '\e876';
}

.ssc-gel .icon.automotive-repairs:before,
.ssc .icon.automotive-repairs:before {
	content: '\e877';
}

.ssc-gel .icon.trash:before,
.ssc .icon.trash:before {
	content: '\e893';
}

.ssc-gel .icon.check-circled:before,
.ssc .icon.check-circled:before {
	content: '\e894';
}

.ssc-gel .icon.eye:before,
.ssc .icon.eye:before {
	content: '\e896';
}

.ssc-gel .icon.badge2:before,
.ssc .icon.badge2:before {
	content: '\e81a';
}

.ssc-gel .icon.heart2:before,
.ssc .icon.heart2:before {
	content: '\e897';
}

.ssc-gel .icon.credit-card-1:before,
.ssc .icon.credit-card-1:before {
	content: '\e899';
}

.ssc-gel .icon.windscreen-scooter:before,
.ssc .icon.windscreen-scooter:before {
	content: '\e889';
}

.ssc-gel .icon.windscreen-motorcycle:before,
.ssc .icon.windscreen-motorcycle:before {
	content: '\e88a';
}

.ssc-gel .icon.phone-barcode:before,
.ssc .icon.phone-barcode:before {
	content: '\e88b';
}

.ssc-gel .icon.store-card,
.ssc .icon.store-card {
	top: -4px;
}

.ssc-gel .banner-text,
.ssc .banner-text {
	background-color: #ebebeb;
	margin-top: -16px;
}

.ssc-gel .banner-text .inner,
.ssc .banner-text .inner {
	text-align: left;
	padding: 0px 15px;
}

.ssc-gel .banner-text .hd,
.ssc .banner-text .hd {
	background-color: none;
	color: #2666a5;
	min-height: 44px;
}

.ssc-gel .banner-text .hd h3,
.ssc .banner-text .hd h3 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
}

.ssc-gel .banner-text .hd i,
.ssc .banner-text .hd i {
	font-size: 26px;
	font-size: 1.6rem;
	color: #009bda;
	bottom: -3px;
}

.ssc-gel .banner-text .bd,
.ssc .banner-text .bd {
	background-color: none;
}

.ssc-gel .mod,
.ssc .mod {
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	display: block;
	position: relative;
	padding: 0; 
	margin-bottom:1em;/***************************************************************
    Default Theme
  ***************************************************************/ /***************************************************************
    Alternate Theme
  ***************************************************************/ /***************************************************************
    Primary Theme
  ***************************************************************/ /***************************************************************
    Secondary Theme
  ***************************************************************/ /***************************************************************
    A group or container for modules
  ***************************************************************/ /***************************************************************
    Padded Module (when you need extra spacing on a generic module)
  ***************************************************************/ /***************************************************************
    Disabled state, grey out EVERYTHING and drop opacity
  ***************************************************************/
}

.ssc-gel .radio-custom-icon .mod.collapsible{
	display: block;
	float: left;
	margin-bottom: 0;
}

.ssc-gel .mod:before,
.ssc-gel .mod:after,
.ssc .mod:before,
.ssc .mod:after {
	content: "";
	display: table;
}

.ssc-gel .mod:after,
.ssc .mod:after {
	clear: both;
}

.ssc-gel .mod .inner,
.ssc .mod .inner {
	-webkit-transition-property: max-width, opacity;
	-moz-transition-property: max-width, opacity;
	transition-property: max-width, opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	opacity: 1;
	float: none;
}

.ssc-gel .mod .hd,
.ssc-gel .mod .bd,
.ssc-gel .mod .ft,
.ssc .mod .hd,
.ssc .mod .bd,
.ssc .mod .ft {
	display: block;
	position: relative;
}

.ssc-gel .mod .hd .bd.standard-highlight,
.ssc-gel .mod .bd .bd.standard-highlight,
.ssc-gel .mod .ft .bd.standard-highlight,
.ssc .mod .hd .bd.standard-highlight,
.ssc .mod .bd .bd.standard-highlight,
.ssc .mod .ft .bd.standard-highlight {
	background: white;
}

.ssc-gel .mod .hd i,
.ssc-gel .mod .hd h2,
.ssc .mod .hd i,
.ssc .mod .hd h2 {
	display: inline-block;
}

.ssc-gel .mod .hd .btn-group,
.ssc .mod .hd .btn-group {
	margin: 0;
}

.ssc-gel .mod .hd .btn-group button,
.ssc-gel .mod .hd .btn-group .btn,
.ssc .mod .hd .btn-group button,
.ssc .mod .hd .btn-group .btn {
	margin: 5px;
}

.ssc-gel .mod .hd *:first-child,
.ssc .mod .hd *:first-child {
	margin-top: 0;
}

.ssc-gel .mod .bd h4,
.ssc .mod .bd h4 {
	padding: 0 15px;
}

.ssc-gel .mod.grid > .inner,
.ssc .mod.grid > .inner {
	max-width: 3.33333em;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
}

.ssc-gel .mod.grid > .inner:before,
.ssc-gel .mod.grid > .inner:after,
.ssc .mod.grid > .inner:before,
.ssc .mod.grid > .inner:after {
	content: "";
	display: table;
}

.ssc-gel .mod.grid > .inner:after,
.ssc .mod.grid > .inner:after {
	clear: both;
}

.ssc-gel .mod.standard > .inner > .hd,
.ssc-gel .mod.alternate > .inner > .hd,
.ssc .mod.standard > .inner > .hd,
.ssc .mod.alternate > .inner > .hd {
	background: #010C66;
	display: block;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.ssc-gel .mod.standard > .inner > .hd i,
.ssc-gel .mod.alternate > .inner > .hd i,
.ssc .mod.standard > .inner > .hd i,
.ssc .mod.alternate > .inner > .hd i {
	font-size: 22px;
	font-size: 1.375rem;
	color: #f7f6f4;
	padding: 0;
	display: table-cell;
	text-align: right;
	width: 33px;
}

.ssc-gel .mod.standard > .inner > .hd i.ctp,
.ssc-gel .mod.alternate > .inner > .hd i.ctp,
.ssc .mod.standard > .inner > .hd i.ctp,
.ssc .mod.alternate > .inner > .hd i.ctp {
	width: 50px;
	font-size: 31px;
	line-height: 31px;
	top: 3px;
}

.ssc-gel .mod.standard > .inner > .hd h2,
.ssc-gel .mod.alternate > .inner > .hd h2,
.ssc .mod.standard > .inner > .hd h2,
.ssc .mod.alternate > .inner > .hd h2 {
	color: #ffffff;
	padding: 10px 28px 10px 12px;
	margin: 0;
	position: relative;
	display: table-cell;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
}

.ssc-gel .mod.standard > .inner > .hd h2 .help-text,
.ssc-gel .mod.alternate > .inner > .hd h2 .help-text,
.ssc .mod.standard > .inner > .hd h2 .help-text,
.ssc .mod.alternate > .inner > .hd h2 .help-text {
	position: absolute;
	right: 5px;
	top: 8px;
	width: auto;
	text-align: right;
}

.ssc-gel .mod.standard > .inner > .hd h2 .help-text i,
.ssc-gel .mod.alternate > .inner > .hd h2 .help-text i,
.ssc .mod.standard > .inner > .hd h2 .help-text i,
.ssc .mod.alternate > .inner > .hd h2 .help-text i {
	display: inline-block;
	padding: 0px;
	width: auto;
	font-size: 22px;
	line-height: 32px;
}

.ssc-gel .mod.standard > .inner > .hd .btn,
.ssc-gel .mod.alternate > .inner > .hd .btn,
.ssc .mod.standard > .inner > .hd .btn,
.ssc .mod.alternate > .inner > .hd .btn {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 9px 18px 8px;
}

.ssc-gel .mod.standard > .inner > .hd .btn-group,
.ssc-gel .mod.alternate > .inner > .hd .btn-group,
.ssc .mod.standard > .inner > .hd .btn-group,
.ssc .mod.alternate > .inner > .hd .btn-group {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	width: 100px;
	margin: 0;
}

.ssc-gel .mod.standard > .inner > .hd .btn-group .btn,
.ssc-gel .mod.alternate > .inner > .hd .btn-group .btn,
.ssc .mod.standard > .inner > .hd .btn-group .btn,
.ssc .mod.alternate > .inner > .hd .btn-group .btn {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	margin-top: 5px;
	margin-right: 5px;
}

.ssc-gel .mod.alternate > .inner > .bd,
.ssc .mod.alternate > .inner > .bd {
	background: #ededed;
	padding: 15px;
}

.ssc-gel .mod.alternate > .inner > .bd.standard-highlight,
.ssc .mod.alternate > .inner > .bd.standard-highlight {
	background: white;
}

.ssc-gel .mod.primary.grid,
.ssc .mod.primary.grid {
	background: transparent;
	color: #fff;
}

.ssc-gel .mod.primary.grid > .inner,
.ssc .mod.primary.grid > .inner {
	background: #2666a5;
}

.ssc-gel .mod.primary,
.ssc .mod.primary {
	background: #2666a5;
	color: #fff;
}

.ssc-gel .mod.primary > .inner > .hd,
.ssc .mod.primary > .inner > .hd {
	text-align: center;
}

.ssc-gel .mod.primary > .inner > .hd i,
.ssc .mod.primary > .inner > .hd i {
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel .mod.primary > .inner > .hd h2,
.ssc .mod.primary > .inner > .hd h2 {
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel .mod.primary > .inner > .hd h2:first-child,
.ssc .mod.primary > .inner > .hd h2:first-child {
	margin-top: 15px;
}

.ssc-gel .mod.primary > .inner > .bd,
.ssc .mod.primary > .inner > .bd {
	background: #2666a5;
	padding: 15px;
}

.ssc-gel .mod.primary > .inner a,
.ssc .mod.primary > .inner a {
	color: #41CCFF;
}

.ssc-gel .mod.primary-heading > .inner > .hd,
.ssc .mod.primary-heading > .inner > .hd {
	background: #2666a5;
	color: #fff;
}

.ssc-gel .mod.secondary,
.ssc .mod.secondary {
	background: #ededed;
}

.ssc-gel .mod.secondary > .inner > .hd,
.ssc-gel .mod.secondary > .inner > .bd,
.ssc-gel .mod.secondary > .inner > .ft,
.ssc .mod.secondary > .inner > .hd,
.ssc .mod.secondary > .inner > .bd,
.ssc .mod.secondary > .inner > .ft {
	padding: 15px;
}

.ssc-gel .mod.group .half,
.ssc .mod.group .half {
	margin: 0;
}

.ssc-gel .mod.group .half .inner,
.ssc .mod.group .half .inner {
	margin: 0;
	max-width: 100%;
}

.ssc-gel .mod.group > .inner > .bd,
.ssc .mod.group > .inner > .bd {
	padding: 0;
}

.ssc-gel .mod.group > .inner > .bd:before,
.ssc-gel .mod.group > .inner > .bd:after,
.ssc .mod.group > .inner > .bd:before,
.ssc .mod.group > .inner > .bd:after {
	content: "";
	display: table;
}

.ssc-gel .mod.group > .inner > .bd:after,
.ssc .mod.group > .inner > .bd:after {
	clear: both;
}

.ssc-gel .mod.padded .bd,
.ssc-gel .mod.padded .ft,
.ssc .mod.padded .bd,
.ssc .mod.padded .ft {
	padding: 10px 0;
}

.ssc-gel .mod.disabled,
.ssc .mod.disabled {
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	-webkit-transform: scale(0.96, 0.96);
	-moz-transform: scale(0.96, 0.96);
	-ms-transform: scale(0.96, 0.96);
	-o-transform: scale(0.96, 0.96);
	transform: scale(0.96, 0.96);
}

/* START NAMESPACE */

.ssc-gel { /*************************************************************
      FIX: for non responsive pages main content breaking
      - as i have moved "../components/_modules"; this variable is
        needed for some of the below components
      - once non responsive pages are taken out this .ssc can be
        removed from below
  *************************************************************/ /***************************************************************
      Layout
  ***************************************************************/ /***************************************************************
      Components
  ***************************************************************/ /* New Gel Buttons
  ------------------------------------------------------------------------------------------*/ /* Button Action */ /* Primary Button */ /* Secondary Button */ /* Default Button
  ------------------------------------------------------------------------------------------*/ /* Primary Button
  ------------------------------------------------------------------------------------------*/ /* Secondary Button
  ------------------------------------------------------------------------------------------*/ /* Action button
  ------------------------------------------------------------------------------------------*/ /* Button Group
  ------------------------------------------------------------------------------------------*/ /* Remove top margin when using within page content (price pages, modals, modules) */ /* dl */ /***************************************************************
    Simple Form
  ***************************************************************/ /***************************************************************
    Form title (dt) - inline help modal
  ***************************************************************/ /***************************************************************
    Form Block - block level form inputs
    Example: home-policy-change-address.html
  ***************************************************************/ /***************************************************************
    Misc. unique classes
  ***************************************************************/ /***************************************************************
    IE styles
  ***************************************************************/ /***************************************************************
        Custom Checkbox Styling
  ***************************************************************/ /* checkbox-custom */ /***************************************************************
    IE styles
  ***************************************************************/ /***************************************************************
      Checkbox Select List
    ***************************************************************/ /* Date of Birth Field
  ------------------------------------------------------------------------------------------*/ /* Timepicker
  ------------------------------------------------------------------------------------------*/ /***************************************************************
  	IE Styles
  ***************************************************************/ /* dl */ /***************************************************************
  Group Errors
  ***************************************************************/ /***************************************************************
    TAM Errors
  ***************************************************************/ /* dl */ /***************************************************************
    Radio Group Box
  ***************************************************************/ /* radio-group-box */ /***************************************************************
        Custom Radio Button Styling
  ***************************************************************/ /***************************************************************
    Custom Radio Button Inline Group Styling
    ***************************************************************/ /*-------------------------
    PASSWORD STRENGTH - old styles
  -------------------------*/ /* Icon sizes
  ------------------------------------------------------------------------------------------*/ /***************************************************************
    simple component. styles do <dl> only
    On mobile a pair list should be identical to block list;
   ***************************************************************/ /***************************************************************
     As a module (includes styles for .bd <p> and .ft and button)
   ***************************************************************/ /* For CGU webchat */ /* Ion.RangeSlider, Simple Skin
  // css version 2.0.0
  //  Denis Ineshin, 2014    https://github.com/IonDen
  //  guybowden, 2014        https://github.com/guybowden
  // ===================================================================================================================*/ /* =====================================================================================================================
  // Skin details */ /* Google maps - Default styling
  ***************************************************************/ /***************************************************************
      Modules
  ***************************************************************/ /* policy */ /* add-new-driver */ /* banners */ /***************************************************************
  Themes
  ***************************************************************/ /* motor */ /* add-new-driver */ /* policy */ /* kana */ /* Firefox < 16 */ /* Safari, Chrome and Opera > 12.1 */ /* Internet Explorer */ /* Opera < 12.1 */ /* Firefox < 16 */ /* Safari, Chrome and Opera > 12.1 */ /* Internet Explorer */ /* Opera < 12.1 */ /***************************************************************
      promos or temporary styles
  ***************************************************************/ /***************************************************************
      Vendor
  ***************************************************************/ /* 
   * 	Core Owl Carousel CSS File
   *	v1.3.3
   */ /* clearfix */ /* display none until init */ /* mouse grab icon */ /* fix */ /*
  * 	Owl Carousel Owl Demo Theme 
  *	v1.3.3
  */ /* Styling Next and Prev buttons */ /* Clickable class fix problem with hover on touch devices */ /* Use it for non-touch hover action */ /* Styling Pagination*/ /* If PaginationNumbers is true */ /* preloading images */ /***************************************************************
      IE Specific Styles
  ***************************************************************/ /***************************************************************
  	IE Styles 
  ***************************************************************/ /***************************************************************
    IE8 & IE9 Specific Styles
  ***************************************************************/ /***************************************************************
  	IE8 Specific Styles
  ***************************************************************/ /***************************************************************
  	IE9 Specific Styles
  ***************************************************************/ /***************************************************************
    Print Styles - Moved to end to take priority
  ***************************************************************/ /* ==========================================================================
     Print styles.
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */ /* END NAMESPACE */
}

.ssc-gel dl dd + dd.cols-1,
.ssc-gel dl dd + dd.cols-2,
.ssc-gel dl dd + dd.cols-3,
.ssc-gel dl .make-changes .bd dd + dd.call,
.ssc-gel .make-changes .bd dl dd + dd.call,
.ssc-gel dl dd + dd.cols-4,
.ssc-gel dl dd + dd.cols-5,
.ssc-gel dl dd + dd.cols-6,
.ssc-gel dl .email-receive-receipt dd + dd,
.ssc-gel .email-receive-receipt dl dd + dd,
.ssc-gel dl dd + dd.cols-7,
.ssc-gel dl dd + dd.cols-8,
.ssc-gel dl dd + dd.cols-9,
.ssc-gel dl .make-changes .bd dd + dd.branch,
.ssc-gel .make-changes .bd dl dd + dd.branch,
.ssc-gel dl dd + dd.cols-10,
.ssc-gel dl dd + dd.cols-11 {
	padding-top: 10px;
}

.ssc-gel .cols-1,
.ssc-gel .cols-2,
.ssc-gel .cols-3,
.ssc-gel .make-changes .bd .call,
.ssc-gel .cols-4,
.ssc-gel .cols-5,
.ssc-gel .cols-6,
.ssc-gel .email-receive-receipt dd,
.ssc-gel .cols-7,
.ssc-gel .cols-8,
.ssc-gel .cols-9,
.ssc-gel .make-changes .bd .branch,
.ssc-gel .cols-10,
.ssc-gel .cols-11,
.ssc-gel .cols-12 {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 100%;
	margin: 0;
}

.ssc-gel .cols-1:last-child,
.ssc-gel .cols-2:last-child,
.ssc-gel .cols-3:last-child,
.ssc-gel .make-changes .bd .call:last-child,
.ssc-gel .cols-4:last-child,
.ssc-gel .cols-5:last-child,
.ssc-gel .cols-6:last-child,
.ssc-gel .email-receive-receipt dd:last-child,
.ssc-gel .cols-7:last-child,
.ssc-gel .cols-8:last-child,
.ssc-gel .cols-9:last-child,
.ssc-gel .make-changes .bd .branch:last-child,
.ssc-gel .cols-10:last-child,
.ssc-gel .cols-11:last-child,
.ssc-gel .cols-12:last-child {
	margin-right: 0;
}

.ssc-gel section.main {
	margin-top: 83px;
}

.ssc-gel section.main:before,
.ssc-gel section.main:after {
	content: "";
	display: table;
}

.ssc-gel section.main:after {
	clear: both;
}

.ssc-gel section.main.mobile-app {
	margin-top: 0;
}

.ssc-gel.cgu section.main {
	font-family: Helvetica;
}

.ssc-gel section.content {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
	background-color: white;
}

.ssc-gel section.content:before,
.ssc-gel section.content:after {
	content: "";
	display: table;
}

.ssc-gel section.content:after {
	clear: both;
}

.ssc-gel .nav-open section.content {
	opacity: .6;
}

.ssc-gel .testing {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: block;
	text-align: center;
}

.ssc-gel .testing a {
	border-bottom: 1px dotted grey;
}

.ssc-gel .testing a span {
	width: 30%;
	display: inline-block;
	text-transform: uppercase;
}

.ssc-gel .testing ul {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.ssc-gel .testing ul li {
	text-align: left;
}

.ssc-gel .testing .object {
	height: 100%;
	width: 100%;
}

.ssc-gel .testing h1.hr,
.ssc-gel .testing h2.hr {
	width: 100%;
	background: #009bda;
	border: 1px solid #000000;
	color: #ffffff;
	text-align: center;
}

.ssc-gel .testing .desktop,
.ssc-gel .testing .iPhone,
.ssc-gel .testing .iPad {
	margin-top: 20px;
	width: 350px;
	height: 510px;
	padding: 15px;
	background: #000000;
	border: 1px solid black;
	text-align: center;
	display: inline-block;
	border-radius: 15px;
}

.ssc-gel .testing .desktop .window,
.ssc-gel .testing .iPhone .window,
.ssc-gel .testing .iPad .window {
	display: block;
	background: #ffffff;
	width: 320px;
	height: 480px;
	padding: 0;
}

.ssc-gel .testing .desktop.autoHeight,
.ssc-gel .testing .iPhone.autoHeight,
.ssc-gel .testing .iPad.autoHeight {
	padding-bottom: 0;
	border-bottom: 3px dashed gray;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ssc-gel .testing .desktop.autoHeight .window,
.ssc-gel .testing .iPhone.autoHeight .window,
.ssc-gel .testing .iPad.autoHeight .window {
	height: 100%;
}

.ssc-gel .testing .iPad {
	width: 730px;
	height: 630px;
}

.ssc-gel .testing .iPad .window {
	width: 700px;
	height: 600px;
}

.ssc-gel .testing .desktop {
	width: 1080px;
	height: 630px;
}

.ssc-gel .testing .desktop .window {
	width: 1050px;
	height: 600px;
}

.ssc-gel [data-warning-badge]:after,
.ssc-gel [data-badge]:after,
.ssc-gel [data-danger-badge]:after,
.ssc-gel [data-success-badge]:after {
	content: attr(data-badge);
	position: absolute;
	top: -5px;
	right: -10px;
	display: inline-block;
	width: 20.8px;
	height: 20.8px;
	text-align: center;
	border-radius: 100px;
	background: #2666a5;
	border: 2px solid white;
	box-shadow: 0px 0px 3px #2666a5;
	background-clip: padding-box;
	color: #ffffff;
	text-decoration: none;
	font: bold 12px/18px "Helvetica Neue", sans-serif !important;
	font-style: normal;
	font-size: 12.8px;
	line-height: 20.8px;
}

.ssc-gel [data-danger-badge]:after {
	content: attr(data-danger-badge);
	background-color: #da0000;
	box-shadow: #da0000 0px 0px 3px;
}

.ssc-gel [data-warning-badge]:after {
	content: attr(data-warning-badge);
	background-color: #f68b33;
	box-shadow: #f68b33 0px 0px 3px;
}

.ssc-gel [data-success-badge]:after {
	content: attr(data-success-badge);
	background-color: #69be28;
	box-shadow: #69be28 0px 0px 3px;
}

.ssc-gel .alert-badge:after {
	position: relative;
	top: -1px;
	right: 0;
}

.ssc-gel .btn.page-top {
	border: none;
	text-decoration: none;
	color: #009bda;
}

.ssc-gel .btn.page-top i {
	margin: 0px;
}

.ssc-gel .btn-grid {
	margin-top: 20px;
}

.ssc-gel .btn-grid h3 {
	margin: 0;
}

.ssc-gel .btn-grid ul {
	margin-top: 0;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.ssc-gel .btn-grid li {
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	text-align: center;
	padding: 0;
	margin: 0 5px 20px 5px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2em;
	border: 1px solid #2666a5;
}

.ssc-gel .btn-grid li a,
.ssc-gel .btn-grid li button {
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 16px;
	font-size: 1rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	border: none;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.ssc-gel .btn-grid li a.fix-height,
.ssc-gel .btn-grid li button.fix-height {
	min-height: 145px;
}

.ssc-gel .btn-grid li a i,
.ssc-gel .btn-grid li button i {
	-webkit-transition-property: -webkit-transform, color;
	-moz-transition-property: -moz-transform, color;
	transition-property: transform, color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	font-size: 50px;
	font-size: 3.125rem;
	margin-bottom: 10px;
	color: #009bda;
	display: block;
}

.ssc-gel .btn-grid li a span,
.ssc-gel .btn-grid li button span {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1em;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .btn-grid li a:hover,
.ssc-gel .btn-grid li a:active,
.ssc-gel .btn-grid li button:hover,
.ssc-gel .btn-grid li button:active {
	background-color: #fff;
	color: #2666a5;
	border: none;
	box-shadow: none;
}

.ssc-gel .btn-grid li a:hover i,
.ssc-gel .btn-grid li a:active i,
.ssc-gel .btn-grid li button:hover i,
.ssc-gel .btn-grid li button:active i {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
	color: #009bda;
}

.ssc-gel .btn-grid.alternate li {
	padding-left: 10px;
	padding-right: 0;
	border: none;
	border-left: 1px solid #dad9db;
}

.ssc-gel .btn-grid.alternate li:first-child {
	padding-left: 0;
	padding-right: 10px;
	border: none;
}

.ssc-gel .btn-grid.alternate li a {
	color: #434345;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.ssc-gel .btn-grid.alternate li a p {
	font-size: 15px;
	font-size: 0.9rem;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	min-height: 51px;
}

.ssc-gel .btn-grid.alternate li a i {
	font-size: 50px;
	font-size: 3.125rem;
	color: #009bda;
	display: block;
	margin: 0;
}

.ssc-gel .btn-grid.alternate li a .btn.primary {
	font-size: 18px;
	font-size: 1.1em;
	line-height: 1em;
}

.ssc-gel .btn-grid.alternate li a:hover .btn.primary,
.ssc-gel .btn-grid.alternate li a:active .btn.primary {
	background-color: #215990;
}

.ssc-gel .btn-grid.grid-small li {
	padding: 0;
	margin: 0 5px;
}

.ssc-gel .btn-grid.grid-small li a {
	padding: 20px 10px 30px 10px;
	margin: 0;
}

.ssc-gel .btn-grid.grid-small li a:hover {
	background: #e4f7ff;
}

.ssc-gel .btn-grid.grid-small li a i {
	font-size: 50px;
	font-size: 3.125rem;
}

.ssc-gel dl.block-list {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #cccbcd;
}

.ssc-gel dl.block-list:before,
.ssc-gel dl.block-list:after {
	content: "";
	display: table;
}

.ssc-gel dl.block-list:after {
	clear: both;
}

.ssc-gel dl.block-list:first-child,
.ssc-gel dl.block-list.first-child {
	border: none;
}

.ssc-gel dl.block-list dt.email,
.ssc-gel dl.block-list dd.email,
.ssc-gel dl.block-list dt.email div,
.ssc-gel dl.block-list dd.email div {
	word-wrap: normal;
	word-break: normal;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ssc-gel dl.block-list dt,
.ssc-gel dl.block-list dd,
.ssc-gel dl.block-list dt div,
.ssc-gel dl.block-list dd div {
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	overflow: hidden;
}

.ssc-gel dl.block-list dt {
	margin-bottom: 6px;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.block-list dt.txt-bold {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel dl.block-list dd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 0;
}

.ssc-gel dl.block-list dd p {
	margin: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.block-list.borderless {
	border-top: 0;
}

.ssc-gel .block-list .bd {
	margin-bottom: 10px;
}

.ssc-gel .block-list .bd p {
	margin: 0;
}

.ssc-gel .block-list .bd dl {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #cccbcd;
}

.ssc-gel .block-list .bd dl:before,
.ssc-gel .block-list .bd dl:after {
	content: "";
	display: table;
}

.ssc-gel .block-list .bd dl:after {
	clear: both;
}

.ssc-gel .block-list .bd dl:first-child,
.ssc-gel .block-list .bd dl.first-child {
	border: none;
}

.ssc-gel .block-list .bd dl dt.email,
.ssc-gel .block-list .bd dl dd.email,
.ssc-gel .block-list .bd dl dt.email div,
.ssc-gel .block-list .bd dl dd.email div {
	word-wrap: normal;
	word-break: normal;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ssc-gel .block-list .bd dl dt,
.ssc-gel .block-list .bd dl dd,
.ssc-gel .block-list .bd dl dt div,
.ssc-gel .block-list .bd dl dd div {
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	overflow: hidden;
}

.ssc-gel .block-list .bd dl dt {
	margin-bottom: 6px;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .block-list .bd dl dt.txt-bold {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .block-list .bd dl dd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 0;
}

.ssc-gel .block-list .bd dl dd p {
	margin: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .block-list.borderless dl {
	border-top: 0;
}

.ssc-gel button,
.ssc-gel .btn {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.03s;
	-moz-transition-duration: 0.03s;
	transition-duration: 0.03s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 2px solid #010C66;
	padding: 10px;
	font-size: 16px;
	font-size: 1rem;
	color: #010C66;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 64px;
	margin: 0px 10px 0px 0px;
}

.ssc-gel button:focus,
.ssc-gel button:active,
.ssc-gel button:hover,
.ssc-gel .btn:focus,
.ssc-gel .btn:active,
.ssc-gel .btn:hover {
	border-color: #010C66;
	text-decoration: none;
	background-color: #F7F1EA;
	outline: 0;
}

.ssc-gel button:focus,
.ssc-gel button:hover,
.ssc-gel .btn:focus,
.ssc-gel .btn:hover {
	border: 1px solid #2666a5;
	box-shadow: #010C66 0px 0px 4px;
}

.ssc-gel button:active,
.ssc-gel .btn:active {
	box-shadow: none;
}

.ssc-gel button i,
.ssc-gel .btn i {
	margin-right: 6px;
}

.ssc-gel button.margin-top,
.ssc-gel .btn.margin-top {
	margin-top: 10px;
}

.ssc-gel button.primary,
.ssc-gel .btn.primary {
	width: 100%;
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-size: 1.5rem;
	background-color: #010C66;
	border: 1px solid #010C66;
	color: #ffffff;
	border-radius: 64px;
}

.ssc-gel button.primary:hover,
.ssc-gel .btn.primary:hover {
	background-color: #00084E;
}

.ssc-gel button.primary:focus,
.ssc-gel .btn.primary:focus {
	background-color: #00084E;
}

.ssc-gel button.primary:disabled,
.ssc-gel .btn.primary:disabled {
	background-color: #2666a5 !important;
}

.ssc-gel button.primary span.button-txt-sml,
.ssc-gel .btn.primary span.button-txt-sml {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel button.primary i,
.ssc-gel .btn.primary i {
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel button.primary .sub,
.ssc-gel .btn.primary .sub {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel button.primary + .primary,
.ssc-gel .btn.primary + .primary {
	margin-top: 10px;
}

.ssc-gel button.primary.payment,
.ssc-gel .btn.primary.payment {
	background-color: #010c66;
	border: 2px solid #010c66;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel button.primary.payment span,
.ssc-gel .btn.primary.payment span {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel button.primary.payment:hover,
.ssc-gel .btn.primary.payment:hover {
	background-color: #006000;
}

.ssc-gel button.primary.payment:focus,
.ssc-gel .btn.primary.payment:focus {
	background-color: #006000;
}

.ssc-gel button.primary.alternate,
.ssc-gel .btn.primary.alternate {
	color: #2666a5;
	border: 1px solid #2666a5;
	background-color: #fff;
}

.ssc-gel button.section-primary,
.ssc-gel .btn.section-primary {
	display: block;
	background-color: #007900;
	border: 1px solid #007900;
	color: #ffffff;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel button.section-primary span,
.ssc-gel .btn.section-primary span {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel button.section-primary:hover,
.ssc-gel .btn.section-primary:hover {
	background-color: #006000;
}

.ssc-gel button.section-primary:focus,
.ssc-gel .btn.section-primary:focus {
	background-color: #006000;
}

.ssc-gel button.section-primary span.button-txt-sml,
.ssc-gel .btn.section-primary span.button-txt-sml {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel button.section-primary:disabled,
.ssc-gel .btn.section-primary:disabled {
	background-color: #007900;
	border: 1px solid #004600;
}

.ssc-gel button.secondary,
.ssc-gel .btn.secondary {
	background: none;
	border: none;
}

.ssc-gel button.secondary:hover,
.ssc-gel .btn.secondary:hover {
	background: none;
	color: #2666a5;
	text-decoration: underline;
}

.ssc-gel button.secondary:hover i,
.ssc-gel .btn.secondary:hover i {
	text-decoration: none;
	color: #2666a5;
}

.ssc-gel button.secondary:focus,
.ssc-gel .btn.secondary:focus {
	background-color: #e4f7ff;
	border: 0 none;
}

.ssc-gel button.secondary:active,
.ssc-gel .btn.secondary:active {
	border: 0 none;
}

.ssc-gel button.link,
.ssc-gel .btn.link {
	border: 0px;
	margin: 0pc;
	padding: 0px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ssc-gel button.link:hover,
.ssc-gel .btn.link:hover {
	text-decoration: underline;
}

.ssc-gel button.link:focus,
.ssc-gel .btn.link:focus {
	text-decoration: underline;
}

.ssc-gel button:disabled,
.ssc-gel .btn:disabled {
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	border-color: #009bda;
	box-shadow: none;
	background-color: #fff;
}

.ssc-gel button.btn-small,
.ssc-gel .btn.btn-small {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px;
}

.ssc-gel .btn-group {
	text-align: left;
	margin-top: 16px;
	margin-bottom: -10px;
}

.ssc-gel .btn-group .btn,
.ssc-gel .btn-group button {
	display: inline-block;
}

.ssc-gel .btn-group .help-text {
	color: #434345;
	margin-right: 10px;
}

.ssc-gel .btn-group.btn-group-left {
	text-align: left;
}

.ssc-gel .btn-group.btn-group-left .btn,
.ssc-gel .btn-group.btn-group-left button {
	margin-left: 0px;
	margin-right: 10px;
}

.ssc-gel .btn-group.btn-group-right {
	text-align: right;
}

.ssc-gel .btn-group.btn-group-right .btn,
.ssc-gel .btn-group.btn-group-right button {
	margin-left: 10px;
	margin-right: 0px;
}

.ssc-gel .btn-group:before,
.ssc-gel .btn-group:after {
	content: "";
	display: table;
}

.ssc-gel .btn-group:after {
	clear: both;
}

.ssc-gel .btn-group.btn-group-inline {
	clear: none;
	margin: 1px;
	display: inline-block;
	vertical-align: bottom;
}

.ssc-gel .btn-group.btn-group-inline .btn,
.ssc-gel .btn-group.btn-group-inline button {
	margin-bottom: 0px;
}

.ssc-gel .btn-group.btn-group-inline.btn-group-inline-float-right {
	top: 0px;
	bottom: 0px;
	margin: 0px;
	float: right;
	margin-top: -20px;
}

.ssc-gel .btn-group .btn,
.ssc-gel .btn-group button {
	width: auto;
	min-width: 80px;
	font-size: 16px;
	font-size: 1rem;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 64px;
}

.ssc-gel .btn-group .btn.section-primary,
.ssc-gel .btn-group button.section-primary {
	font-size: 21px;
	font-size: 1.3125rem;
	padding: 7px 14px;
}

.ssc-gel .btn-group .btn.primary,
.ssc-gel .btn-group button.primary {
	width: auto;
}

.ssc-gel .btn-group .btn.primary + .primary,
.ssc-gel .btn-group button.primary + .primary {
	margin-top: 0;
}

.ssc-gel .btn-group .btn.primary i,
.ssc-gel .btn-group button.primary i {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
}

.ssc-gel .button {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.03s;
	-moz-transition-duration: 0.03s;
	transition-duration: 0.03s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 2px solid #010C66;
	padding: 10px 30px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #010C66;
	cursor: pointer;
	min-width: 100px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ssc-gel .button:focus,
.ssc-gel .button:active,
.ssc-gel .button:hover {
	border-color: #F7F1EA;
	text-decoration: none;
	background-color: #F7F1EA;
	outline: 0;
	border: 1px solid #010C66;
	box-shadow: #F7F1EA 0px 0px 4px;
}

.ssc-gel .button i {
	margin-right: 6px;
}

.ssc-gel .button:active {
	box-shadow: none;
}

.ssc-gel .button:disabled,
.ssc-gel .button.disabled {
	filter: alpha(opacity=35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	cursor: default;
}

.ssc-gel .button:disabled:focus,
.ssc-gel .button:disabled:active,
.ssc-gel .button:disabled:hover,
.ssc-gel .button.disabled:focus,
.ssc-gel .button.disabled:active,
.ssc-gel .button.disabled:hover {
	background-color: #fff;
	box-shadow: none;
}


.ssc-gel .button-primary {
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	background-color: #010C66;
	border: 1px solid #010C66;
	color: #fff;
}

.ssc-gel .button-primary:active,
.ssc-gel .button-primary:hover {
	background-color: #00084E;
	border-color: #00084E;
}

.ssc-gel .button-primary:focus {
	background-color: #00084E;
	border-color: #00084E;
}

.ssc-gel .button-primary:disabled:focus,
.ssc-gel .button-primary:disabled:active,
.ssc-gel .button-primary:disabled:hover,
.ssc-gel .button-primary.disabled:focus,
.ssc-gel .button-primary.disabled:active,
.ssc-gel .button-primary.disabled:hover {
	background-color: #2666a5;
	box-shadow: none;
}

.ssc-gel .button-secondary {
	border: none;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ssc-gel .button-secondary:focus,
.ssc-gel .button-secondary:active,
.ssc-gel .button-secondary:hover {
	border: none;
	background: #fff;
}

.ssc-gel .button-secondary:disabled:focus,
.ssc-gel .button-secondary:disabled:active,
.ssc-gel .button-secondary:disabled:hover,
.ssc-gel .button-secondary.disabled:focus,
.ssc-gel .button-secondary.disabled:active,
.ssc-gel .button-secondary.disabled:hover {
	text-decoration: none;
}

.ssc-gel .button-action {
	font-size: 18px;
	font-size: 1.125rem;
	background-color: #91BF9E;
	border-color: #91BF9E;
	color: #fff;
}

.ssc-gel .button-action:active,
.ssc-gel .button-action:hover {
	background-color: #19941a;
	box-shadow: none;
	border-color: #19941a;
}

.ssc-gel .button-action:focus {
	background-color: #006100;
	border-color: #006100;
}

.ssc-gel .button-action:disabled:focus,
.ssc-gel .button-action:disabled:active,
.ssc-gel .button-action:disabled:hover,
.ssc-gel .button-action.disabled:focus,
.ssc-gel .button-action.disabled:active,
.ssc-gel .button-action.disabled:hover {
	background-color: #007900;
	box-shadow: none;
}

.ssc-gel .iag-button-group-section {
	clear: both;
	text-align: center;
	max-width: 300px;
	margin: 40px auto 10px auto;
}

.ssc-gel .iag-button-group-section:before,
.ssc-gel .iag-button-group-section:after {
	content: "";
	display: table;
}

.ssc-gel .iag-button-group-section:after {
	clear: both;
}

.ssc-gel .iag-button-group-section .float-left,
.ssc-gel .iag-button-group-section .float-right {
	float: none;
}

.ssc-gel .mod .iag-button-group-section {
	margin-top: 0;
}

.ssc-gel .button-group-item {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ssc-gel .button-group-item .button {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 5px;
	order: 2;
	-webkit-order: 2;
}

.ssc-gel .button-group-item .button-action {
	order: 1;
	-webkit-order: 1;
}

.ssc-gel .button-group-item .button[purpose='back'] {
	order: 3;
	-webkit-order: 3;
}

.ssc-gel .button-group-item-flex {
	display: block;
	justify-content: center;
}

.ssc-gel .button-group-item-flex .button,
.ssc-gel .button-group-item-flex a {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 5px 0;
	width: 100%;
}

.ssc-gel .button-group-item-flex .single {
	max-width: 300px;
}

.ssc-gel .mod.collapsible-amend {
	-webkit-transition-property: margin-top;
	-moz-transition-property: margin-top;
	transition-property: margin-top;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	margin-bottom: 0;
}

.ssc-gel .mod.collapsible-amend .collapsible {
	position: relative;
	padding: 8px;
	background-color: #ededed;
	margin-bottom: 5px;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd {
	position: relative;
	text-align: left;
	margin: 0;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd button,
.ssc-gel .mod.collapsible-amend .collapsible .hd a.btn.info {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd button:active,
.ssc-gel .mod.collapsible-amend .collapsible .hd a.btn.info:active {
	color: #ffffff;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd a.btn.info {
	display: inline-block;
	right: 86px;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd a.btn.secondary:hover {
	color: #2666a5;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd a.help-text {
	bottom: -5px;
	position: relative;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd a.help-text i::before {
	vertical-align: top;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd dl {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd dl.collapsible-amend-heading-alternate dd {
	color: #2666a5;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd dl.collapsible-amend-heading dd {
	color: #909090;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd dl dt {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3em;
	color: #434345;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd dl dd {
	margin: 0;
	width: 70%;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd dl dd .amount {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.3em;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd p {
	color: #434345;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd p.note {
	margin-bottom: 0;
	padding: 0 5px;
}

.ssc-gel .mod.collapsible-amend .collapsible .bd .collapsible-content {
	background-color: white;
}

.ssc-gel .mod.collapsible-amend .standard-highlight p {
	word-break: break-word;
	word-wrap: break-word;
}

.ssc-gel input::-webkit-outer-spin-button,
.ssc-gel input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.ssc-gel input[type=number] {
	-moz-appearance: textfield;
}

.ssc-gel dl {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #cccbcd; /***************************************************************
    Inline List
  ***************************************************************/ /***************************************************************
    Inline Input - for inputs with inline %, $ characters
  ***************************************************************/
}

.ssc-gel dl:before,
.ssc-gel dl:after {
	content: "";
	display: table;
}

.ssc-gel dl:after {
	clear: both;
}

.ssc-gel dl:first-child {
	border: none;
}

.ssc-gel dl dt {
	margin-top: 14px;
	padding: 0 5px;
}

.ssc-gel dl dt:first-child {
	margin-top: 0;
}

.ssc-gel dl dt label {
	margin-bottom: 10px;
	display: block;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	color: #434345;
}

.ssc-gel dl dd {
	margin: 0;
	padding: 0 5px;
	position: relative;
}

.ssc-gel dl dd.flush {
	padding: 0;
}

.ssc-gel dl.inline-list dt,
.ssc-gel dl.inline-list dd {
	display: inline-block;
	margin-right: 20px;
}

.ssc-gel dl.inline-input dd {
	display: inline-block;
}

.ssc-gel .simple dl {
	padding-bottom: 0;
	border: none;
}

.ssc-gel .simple dl.invalid,
.ssc-gel .simple dl.information {
	padding-bottom: 15px;
}

.ssc-gel .hgroup {
	width: 100%;
	border-top: 1px solid #cccbcd;
}

.ssc-gel .hgroup .hgroup {
	border: none;
}

.ssc-gel .hgroup:first-child {
	border: none;
}

.ssc-gel .hgroup.border {
	border-top: 1px solid #cccbcd;
}

.ssc-gel .hgroup.no-border {
	border: none;
}

.ssc-gel .hgroup dl {
	border-top: none;
	padding: 10px 0;
}

.ssc-gel .hgroup.hgroup-bg {
	background: #ededed;
	padding: 0 15px;
}

.ssc-gel dl dt .hgroup label {
	display: inline-block;
}

.ssc-gel .row {
	display: block;
	border-top: 1px solid #cccbcd;
}

.ssc-gel .row:before,
.ssc-gel .row:after {
	content: "";
	display: table;
}

.ssc-gel .row:after {
	clear: both;
}

.ssc-gel .row:first-child {
	border: none;
}

.ssc-gel .row dl {
	border: none;
}

.ssc-gel label {
	color: #8f8f92;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .note {
	font-size: 15px;
	font-size: 0.9rem;
	color: #8f8f92;
	padding: 5px;
}

.ssc-gel dl.form {
	position: relative;
	padding: 8px 0;
	margin: 0;
}

.ssc-gel dl.form:before,
.ssc-gel dl.form:after {
	content: "";
	display: table;
}

.ssc-gel dl.form:after {
	clear: both;
}

.ssc-gel dl.form label {
	margin: 0;
}

.ssc-gel dl.form dt {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 21.37813%;
	clear: left;
	margin: 0;
	padding: 0;
}

.ssc-gel dl.form dt:last-child {
	margin-right: 0;
}

.ssc-gel dl.form dt label {
	display: inline-block;
	padding: 0.3em 0;
}

.ssc-gel dl.form dd {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 73.79271%;
	margin: 0;
	padding: 0;
	display: block;
}

.ssc-gel dl.form dd:last-child {
	margin-right: 0;
}

.ssc-gel dl.form p.note {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 2px 0 5px 18px;
	display: block;
}

.ssc-gel dl.form .text-only {
	display: inline-block;
	padding: 0.3em 0;
}

.ssc-gel dl.form.first {
	border-top: 1px solid #f7f6f4;
}

.ssc-gel dl.form.wide dt {
	width: 47.9166667%;
}

.ssc-gel dl.form.wide dd {
	width: 50%;
	margin-left: 50%;
	float: none;
}

.ssc-gel dl.form .sub-block {
	background: white;
}

.ssc-gel dl.form .sub-block dl.form dt {
	padding-left: 2.083333%;
	width: 29.161667%;
}

.ssc-gel dl.form .sub-block .sub-block dl.form dt {
	padding-left: 4.166667%;
	width: 27.088333%;
}

.ssc-gel .dollarSymbol {
	display: inline-block;
	background: #f5f5f5;
	border: 1px solid #f7f6f4;
	padding: 4px 0;
	margin-right: -2px;
	border-radius: 6px 0 0 6px;
	color: #000;
	width: 1.2em;
	text-align: center;
}

.ssc-gel input[readonly='readonly'] {
	border: 1px solid #f7f6f4;
}

.ssc-gel .form-block label {
	margin-bottom: 8px;
	display: block;
}

.ssc-gel .form-block dl {
	display: block;
	border-top: 1px solid #dadada;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}

.ssc-gel .form-block dl:first-child {
	border: none;
}

.ssc-gel .form-block .ft {
	text-align: center;
}

.ssc-gel .checkbox-custom { /***************************************************************
  Custom Checkbox Inline Select Block Styling
  ***************************************************************/
}

.ssc-gel .checkbox-custom dd {
	margin-top: 12px;
}

.ssc-gel .checkbox-custom dd label {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
	margin-right: 15px;
	line-height: 1.6em;
	color: #434345;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ssc-gel .checkbox-custom dd label:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
	background-color: #fff;
	border: 2px solid #909090;
}

.ssc-gel .checkbox-custom dd label span {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .checkbox-custom dd input[type=checkbox] {
	position: absolute;
	left: -1000em;
}

.ssc-gel .checkbox-custom dd input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 20px;
	font-size: 1.25rem;
	color: #2666a5;
	text-align: center;
	line-height: 21px;
}

.ssc-gel .checkbox-custom dd input[type=checkbox]:disabled + label:before {
	background-color: #dad9db;
	color: #747276;
}

.ssc-gel .checkbox-custom dd input[type=checkbox]:disabled + label {
	color: #8e8c8f;
}

.ssc-gel .checkbox-custom dd input[type=checkbox]:focus + label:before,
.ssc-gel .checkbox-custom dd input[type=checkbox]:hover + label:before {
	border: 2px solid #2666a5;
}

.ssc-gel .checkbox-custom dd input[type=checkbox]:active + label:before {
	border: 2px solid #2666a5;
}

.ssc-gel .checkbox-inline-group {
	margin-left: auto;
	margin-right: auto;
	display: table;
	position: relative;
}

.ssc-gel .checkbox-inline-group .checkbox-custom {
	text-align: center;
	display: table-cell;
	border: none;
	padding: 0;
	vertical-align: middle;
	width: 33%;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd {
	margin: 0px;
	padding: 0px 3px;
	padding-top: 10px;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd label {
	margin: 0;
	padding: 10px 3px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1rem;
	background-color: #fff;
	border: 1px solid #2666a5;
	height: 140px;
	width: 100%;
	max-width: 140px;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd label:before {
	display: none;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd label i {
	display: block;
	color: #009bda;
	font-size: 30px;
	font-size: 1.875rem;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd input[type=checkbox]:checked + label {
	background-color: #009bda;
	color: #ffffff;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd input[type=checkbox]:checked + label i {
	color: #ffffff;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd input[type=checkbox]:focus + label {
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd input[type=checkbox]:active + label {
	box-shadow: none;
}

.ssc-gel .select-list li,
.ssc-gel .select-list dd {
	clear: left;
	padding: 5px;
	overflow: hidden;
}

.ssc-gel .select-list.list-bg li,
.ssc-gel .select-list.list-bg dd {
	border-top: 1px solid #cccbcd;
	padding: 15px;
	background: #ededed;
	padding: 15px;
}

.ssc-gel .select-list.list-bg li:first-child,
.ssc-gel .select-list.list-bg dd:first-child {
	border: none;
}

.ssc-gel .select-list.list-bg li label:before,
.ssc-gel .select-list.list-bg dd label:before {
	background-color: #fff;
	border: 2px solid #a7a6a8;
}

.ssc-gel .select-list label {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
	margin-right: 15px;
	line-height: 1.6em;
	color: #434345;
}

.ssc-gel .select-list label:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 10px;
	background-color: #fff;
	border: 2px solid #909090;
	top: 4px;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
}

.ssc-gel .select-list label span {
	margin: 0;
	display: block;
	font-weight: normal;
}

.ssc-gel .select-list label p.warning {
	margin-left: 0;
}

.ssc-gel .select-list input[type=checkbox] {
	position: absolute;
	left: -1000em;
}

.ssc-gel .select-list input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 20px;
	font-size: 1.25rem;
	color: #2666a5;
	text-align: center;
	line-height: 21px;
}

.ssc-gel .select-list input[type=checkbox]:focus + label:before,
.ssc-gel .select-list input[type=checkbox]:hover + label:before {
	border: 2px solid #2666a5;
}

.ssc-gel .select-list input[type=checkbox]:active + label:before {
	border: 2px solid #2666a5;
}

.ssc-gel .select-list p.warning {
	clear: left;
	margin-left: 36px;
}

.ssc-gel .select-list .select-list-half {
	padding-left: 36px;
}

.ssc-gel .select-list.readonly label:before {
	visibility: hidden;
}

.ssc-gel .date dd {
	padding-top: 10px;
}

.ssc-gel .input-date {
	border: 1px solid #a7a6a8;
	width: 190px;
	height: 44px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.ssc-gel .input-date.full-width {
	width: 100%;
}

.ssc-gel .input-date.full-width .input-date-field {
	width: 33%;
}

.ssc-gel .input-date.full-width:before {
	left: 33%;
}

.ssc-gel .input-date.full-width:after {
	left: 66%;
}

.ssc-gel .input-date:before,
.ssc-gel .input-date:after {
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	color: #a7a6a8;
	font-size: 28px;
	font-size: 1.75rem;
}

.ssc-gel .input-date:before {
	content: '/';
	left: 56px;
}

.ssc-gel .input-date:after {
	content: '/';
	left: 122px;
}

.ssc-gel .input-date-field {
	border: none;
	padding: 12px 10px 13px;
	width: 60px;
	text-align: center;
}

.ssc-gel .input-time .switch {
	display: inline-block;
	border: none;
	padding: 0;
}

.ssc-gel .input-time .radio-group-box dd {
	min-width: 30px;
}

.ssc-gel .input-time .radio-group-box input[type=radio] + label {
	padding: 12px 18px;
}

.ssc-gel .input-time-fields {
	display: inline-block;
	border: 1px solid #a7a6a8;
	margin-right: 10px;
	position: relative;
	font-size: 0;
}

.ssc-gel .input-time-fields:before {
	position: absolute;
	background: #fff;
	top: 4px;
	left: 0;
	color: #a7a6a8;
	font-size: 20px;
	font-size: 1.25rem;
	content: ':';
	left: 51px;
}

.ssc-gel .input-time-field {
	border: none;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 0;
	width: 50px;
}

.ssc-gel .input-time-field:first-child {
	margin-right: 8px;
}

.ssc-gel select {
	width: 100%;
	height: 46px;
	border: 1px solid #a7a6a8;
	padding: 10px;
	cursor: pointer;
}

.ssc-gel select:focus,
.ssc-gel select:hover {
	border: 1px solid #009bda;
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel select:active {
	border: 1px solid #414042;
	box-shadow: none;
}

.ssc-gel select::-ms-value {
	background: none; /* THIS LINE REMOVES THE BLUE BACKGROUND */
	color: black; /* the -ms-value element defaults to white text, so a different font colour is needed for text to be visible */
}

.ssc-gel .select-custom {
	background: #fff;
	width: 100%;
	height: 46px;
	position: relative;
}

.ssc-gel .select-custom select {
	box-shadow: none;
	background: none;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	position: relative;
}

.ssc-gel .select-custom select::-ms-expand {
	display: none;
}

.ssc-gel .select-custom select option[disabled]:first-child {
	display: none;
}

.ssc-gel .select-custom select:focus {
	border: 1px solid #009bda;
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel .select-custom select:active {
	border: 1px solid #414042;
	box-shadow: none;
}

.ssc-gel .select-custom select::-ms-expand {
	display: none;
}

.ssc-gel .select-custom i {
	top: 14px;
	right: 10px;
	position: absolute;
	z-index: 3;
	color: #2666a5;
	pointer-events: none;
}

.ssc-gel .ie8 .select-custom i {
	display: none;
}

.ssc-gel dl ul.error {
	display: none;
	clear: left;
}

.ssc-gel dl.error input,
.ssc-gel dl.error .dropdown,
.ssc-gel dl.error select,
.ssc-gel dl.error textarea {
	color: #434345;
	background: #ffe9e9;
}

.ssc-gel dl.error ul.error {
	display: inherit;
	color: #da0000;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel dl.error + ul.error {
	color: #da0000;
	margin-top: -10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.ssc-gel dl.error + ul.error li {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel ul.input-error {
	display: inherit;
	color: #da0000;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel dl { /***************************************************************
    Radio Group
  ***************************************************************/ /* radio-group */
}

.ssc-gel dl.radio-group {
	padding-left: 5px;
	padding-right: 5px;
}

.ssc-gel dl.radio-group.vertical dd {
	width: 100%;
}

.ssc-gel dl.radio-group dd {
	display: inline-block;
	padding: 0 5px;
	margin-top: 12px;
	width: auto;
}

.ssc-gel dl.radio-group dd.row-message-info {
    margin-top: 0px;
    color: #8F8F92;
    font-style: italic;
}

.ssc-gel dl.radio-group dd label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 30px;
	color: #434345;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ssc-gel dl.radio-group dd label:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 1px;
	position: absolute;
	background-color: #fff;
	border: 2px solid #909090;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

.ssc-gel dl.radio-group dd input[type=radio] {
	position: absolute;
	left: -1000em;
}

.ssc-gel dl.radio-group dd input[type=radio]:checked + label:before {
	margin: 0;
	border-radius: 50%;
	border: 2px solid #2666a5;
}

.ssc-gel dl.radio-group dd input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #2666a5;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.ssc-gel dl.radio-group dd input[type=radio]:focus + label:before,
.ssc-gel dl.radio-group dd input[type=radio]:hover + label:before {
	border: 2px solid #2666a5;
}

.ssc-gel dl.radio-group dd input[type=radio]:focus + label:before {
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel dl.radio-group dd input[type=radio]:active + label:before {
	border: 2px solid #2666a5;
}

.ssc-gel dl.radio-group ul {
	padding-left: 20px;
	margin-bottom: 12px;
}

.ssc-gel dl.radio-group ul li {
	padding: 2px 0;
	list-style-type: disc;
}

.ssc-gel .radio-group-box {
	font-size: 0px; /* Custom Radio Buttons */
}

.ssc-gel .radio-group-box dd,
.ssc-gel .radio-group-box dt {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .radio-group-box dd {
	display: inline-block;
	width: auto;
	min-width: 58px;
	padding-bottom: 10px;
}

.ssc-gel .radio-group-box dd label {
	padding: 0 5px 0 5px;
}

.ssc-gel .radio-group-box dd label span {
	display: block;
}

.ssc-gel .radio-group-box input[type=radio] {
	position: absolute;
	left: -1000em;
}

.ssc-gel .radio-group-box .no-border-right input[type=radio] + label {
	border-right: none;
}

.ssc-gel .radio-group-box .no-border-left input[type=radio] + label {
	border-left: none;
}

.ssc-gel .radio-group-box input[type=radio] + label {
	display: block;
	text-align: center;
	padding: 12px 10px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	background: white;
	border-color: #2666a5;
	color: #2666a5;
}

.ssc-gel .radio-group-box input[type=radio]:checked + label,
.ssc-gel .radio-group-box input[type=radio] + label:active {
	background-color: #009bda;
	color: white;
}

.ssc-gel .radio-group-box input[type=radio]:focus + label:hover,
.ssc-gel .radio-group-box input[type=radio]:checked + label:hover,
.ssc-gel .radio-group-box input[type=radio]:checked + label {
	background-color: #009bda;
	color: white;
}

.ssc-gel .radio-group-box input[type=radio]:focus + label {
	box-shadow: #009bda 0px 0px 2px;
}

.ssc-gel .radio-group-box input[type=radio]:disabled + label {
	border: 1px solid #c1c0c1;
	color: #c1c0c1;
}

.ssc-gel .radio-group-box.switch dd {
	padding: 0;
}

.ssc-gel .radio-group-box.switch dd input[type=radio] + label {
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-top-color: #2666a5;
	border-bottom-color: #2666a5;
	border-left-color: #2666a5;
	border-right-color: #009bda;
	line-height: 1rem;
}

.ssc-gel .radio-group-box.switch dd input[type=radio] + label:focus,
.ssc-gel .radio-group-box.switch dd input[type=radio] + label:hover {
	border-color: #009bda;
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel .radio-group-box.switch dd:first-of-type input[type=radio] + label {
	border-left-width: 1px;
}

.ssc-gel .radio-group-box.switch dd:last-child input[type=radio] + label {
	border-right-color: #2666a5;
}

.ssc-gel .radio-group-box.switch dd input[type=radio]:disabled + label {
	border: 1px solid #c1c0c1;
}

.ssc-gel .radio-custom dd {
	margin-top: 12px;
}

.ssc-gel .radio-custom dd label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
	margin-right: 15px;
	line-height: 1.6em;
	color: #434345;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ssc-gel .radio-custom dd label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
	background-color: #fff;
	border: 1px solid #414042;
}

.ssc-gel .radio-custom dd label:hover:before {
	background-color: #e4f7ff;
}

.ssc-gel .radio-custom dd label span {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.txt-sml, .ssc-gel .radio-custom dd label span {
    font-size: 0.9rem;
    font-family: FS Joey Web Regular, Helvetica, Arial;
    font-weight: normal;
}

.ssc-gel .radio-custom dd input[type=radio] {
	position: absolute;
	left: -1000em;
}

.ssc-gel .radio-custom dd input[type=radio]:checked + label:before {
	content: "\2713";
	font-size: 20px;
	font-size: 1.25rem;
	color: #2666a5;
	text-align: center;
	line-height: 23px;
}

.ssc-gel .radio-custom dd input[type=radio]:disabled + label:before {
	background-color: #dad9db;
	color: #747276;
	border: 1px solid #c1c0c1;
}

.ssc-gel .radio-custom dd input[type=radio]:disabled + label {
	color: #8e8c8f;
}

.ssc-gel .radio-custom dd input[type=radio]:focus + label:before,
.ssc-gel .radio-custom dd input[type=radio]:hover + label:before {
	border: 1px solid #009bda;
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel .radio-custom dd input[type=radio]:active + label:before {
	border: 1px solid #414042;
	box-shadow: none;
}

.ssc-gel .radio-inline-group {
	display: table;
	position: relative;
	width: 100%;
}

.ssc-gel .radio-inline-group.radio-inline-group-centered {
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .radio-inline-group .radio-custom {
	text-align: center;
	display: block;
	float: left;
	border: none;
	padding: 0;
	vertical-align: middle;
	width: 50%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon {
	display: table-cell;
	width: 100%;
}

.ssc-gel .radio-inline-group .radio-custom dd {
	margin: 0px;
	padding: 0px 3px;
	padding-top: 10px;
	float: left;
	width: 100%;
	margin-right: 10px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon dd {
    margin-right: 32px;
    margin-bottom: 22px;
}

.ssc-gel .radio-inline-group .radio-custom dd label {
	margin: 0;
	padding: 10px 3px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1rem;
	background-color: #fff;
	border: 1px solid #2666a5;
	height: 140px;
	width: 100%;
}

.ssc-gel .radio-inline-group .radio-custom dd label:before {
	display: none;
}

.ssc-gel .radio-inline-group .radio-custom dd label i {
	display: block;
	color: #009bda;
	font-size: 45px;
	font-size: 2.8em;
}

.ssc-gel .radio-inline-group .radio-custom dd input[type=radio]:checked + label {
	background-color: #009bda;
	color: #ffffff;
}

.ssc-gel .radio-inline-group .radio-custom dd input[type=radio]:checked + label i {
	color: #ffffff;
}

.ssc-gel .radio-inline-group .radio-custom dd input[type=radio]:focus + label {
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel .radio-inline-group .radio-custom dd input[type=radio]:active + label {
	box-shadow: none;
}

.ssc-gel .iconInput,
.ssc-gel .searchInput {
	position: relative;
}

.ssc-gel .iconInput input,
.ssc-gel .searchInput input {
	padding-left: 30px;
}

.ssc-gel .iconInput i,
.ssc-gel .searchInput i {
	position: absolute;
	top: 10px;
	left: 7px;
	z-index: 2;
	font-size: 20px;
	font-size: 1.25rem;
	color: #909090;
}

.ssc-gel input {
	display: inline-block;
	width: 100%;
	padding: 14px 10px 13px;
	border: 1px solid #a7a6a8;
}

.ssc-gel input:focus,
.ssc-gel input:hover + {
	border: 1px solid #009bda;
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel input:active {
	border: 1px solid #414042;
	box-shadow: none;
}

.ssc-gel input:disabled {
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
}

.ssc-gel input.read-only {
	border: none;
	padding-left: 0;
}

.ssc-gel input.read-only:focus {
	outline: 0;
}

.ssc-gel input[readonly="readonly"] {
	border: 0;
	border: 1px solid #f7f6f4;
}

.ssc-gel input.longest,
.ssc-gel input.long,
.ssc-gel input.medium-long,
.ssc-gel input.short,
.ssc-gel textarea.longest,
.ssc-gel textarea.long,
.ssc-gel textarea.medium-long,
.ssc-gel textarea.short,
.ssc-gel .select-custom.longest,
.ssc-gel .select-custom.long,
.ssc-gel .select-custom.medium-long,
.ssc-gel .select-custom.short {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 100%;
}

.ssc-gel input.longest:last-child,
.ssc-gel input.long:last-child,
.ssc-gel input.medium-long:last-child,
.ssc-gel input.short:last-child,
.ssc-gel textarea.longest:last-child,
.ssc-gel textarea.long:last-child,
.ssc-gel textarea.medium-long:last-child,
.ssc-gel textarea.short:last-child,
.ssc-gel .select-custom.longest:last-child,
.ssc-gel .select-custom.long:last-child,
.ssc-gel .select-custom.medium-long:last-child,
.ssc-gel .select-custom.short:last-child {
	margin-right: 0;
}

.ssc-gel input.digit8,
.ssc-gel textarea.digit8,
.ssc-gel .select-custom.digit8 {
	width: 8em;
}

.ssc-gel input.digit4,
.ssc-gel textarea.digit4,
.ssc-gel .select-custom.digit4 {
	width: 4em;
}

.ssc-gel input.digit2,
.ssc-gel textarea.digit2,
.ssc-gel .select-custom.digit2 {
	width: 3em;
}

.ssc-gel textarea {
	width: 25em;
	height: 10em;
	resize: none;
	padding: 12px 10px;
	border: 1px solid #a7a6a8;
}

.ssc-gel textarea:focus {
	border: 1px solid #009bda;
	box-shadow: #009bda 0px 0px 4px;
}

.ssc-gel textarea:active {
	border: 1px solid #414042;
	box-shadow: none;
}

.ssc-gel textarea.short,
.ssc-gel textarea.short-height-only {
	height: 5em;
}

.ssc-gel textarea.medium {
	height: 10em;
}

.ssc-gel textarea.tall {
	height: 23.8em;
}

.ssc-gel .isCurrency {
	width: 14.5em;
}

.ssc-gel .long.isCurrency {
	width: 23.8em;
}

.ssc-gel .short.isCurrency {
	width: 3.8em;
}

.ssc-gel .shorter.isCurrency {
	width: 8.8em;
}

.ssc-gel .input-file {
	position: relative;
	overflow: hidden;
}

.ssc-gel .input-file input {
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.ssc-gel .inline-group {
	display: table;
	position: relative;
}

.ssc-gel .inline-group.short,
.ssc-gel .inline-group.medium-long {
	width: 100%;
}

.ssc-gel .inline-group div,
.ssc-gel .inline-group input,
.ssc-gel .inline-group textarea,
.ssc-gel .inline-group select {
	display: table-cell;
	padding-right: 5px;
}

.ssc-gel .inline-group .addon {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	color: #ccc6b9;
	padding-left: 10px;
	padding-right: 0;
}

.ssc-gel .inline-group .addon:first-child {
	padding-left: 0px;
	padding-right: 10px;
}

.ssc-gel .inline-group .addon.knob {
	background-color: #a7a6a8;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 46px;
	color: white;
	padding-left: 10px;
}

.ssc-gel .inline-group .addon.knob.pad-right {
	padding-right: 10px;
}

.ssc-gel .inline-group .addon .btn,
.ssc-gel .inline-group .addon button {
	padding: 10px 12px;
	width: auto;
}

.ssc-gel .inline-group .addon .btn.primary,
.ssc-gel .inline-group .addon button.primary {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .inline-group .mod.modal {
	display: none;
}

.ssc-gel .inline-edit-list .bd .btn-group {
	margin-bottom: 20px;
}

.ssc-gel .inline-edit-list .bd .btn-group.position-right {
	position: absolute;
	right: 0;
	top: 0;
}

.ssc-gel .inline-edit-list .bd .btn-group.position-right a {
	min-width: 36px;
	margin: 0 2px 0;
}

.ssc-gel .inline-edit-list .bd .btn-group.position-right i {
	margin-right: 0;
}

.ssc-gel .inline-edit-list .bd .hgroup dl {
	max-width: 70%;
}

.ssc-gel .inline-edit-list .bd .hgroup dl label {
	margin: 0;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .inline-edit-list .bd .hgroup:first-child dl {
	padding-top: 0;
}

.ssc-gel .inline-edit-list .bd .hgroup:first-child .btn-group {
	margin-top: 0;
}

.ssc-gel .inline-edit-list .bd .hgroup .hgroup dl {
	padding-top: 10px;
}

.ssc-gel .inline-edit-list .bd .hgroup .hgroup dl label {
	font-size: 16px;
	font-size: 1rem;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

.ssc-gel .password_strength {
	padding: 8px 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	width: 100%;
}

.ssc-gel .password_strength_1 {
	background-color: #f30;
}

.ssc-gel .password_strength_2 {
	background-color: #f90;
}

.ssc-gel .password_strength_3 {
	background-color: #cc0;
}

.ssc-gel .password_strength_4 {
	background-color: #9c0;
}

.ssc-gel .password_strength_5 {
	background-color: #0c0;
}

.ssc-gel .hgroup dl.account-name dd {
	width: 100%;
}

.ssc-gel .hgroup dl.bsb ul.error {
	width: 200%;
}

.ssc-gel .hgroup dl.bsb dd {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 30.11389%;
}

.ssc-gel .hgroup dl.bsb dd:last-child {
	margin-right: 0;
}

.ssc-gel .hgroup dl.bsb dd:first-child {
	padding-right: 2px;
}

.ssc-gel .hgroup dl.bsb dd:last-child {
	padding-left: 0;
}

.ssc-gel .hgroup dl.account-number dd {
	width: 100%;
}

.ssc-gel .hgroup {
	display: table;
	position: relative;
}

.ssc-gel .hgroup .purple_changes {
	margin-top: -60px;
	margin-bottom: 15px;
}

.ssc-gel .purple_changes {
	margin-top: -60px;
	margin-bottom: 15px;
}

.ssc-gel .hgroup .mod.modal {
	display: none;
}

.ssc-gel .mod.standard .hd a.help-text,
.ssc-gel .mod.alternate .hd a.help-text,
.ssc-gel .mod.alternate .hd a.help-text {
	text-decoration: none;
	display: table-cell;
	width: 50px;
}

.ssc-gel .mod.standard .hd a.help-text i,
.ssc-gel .mod.alternate .hd a.help-text i,
.ssc-gel .mod.alternate .hd a.help-text i {
	font-size: 29px;
	font-size: 1.8rem;
	color: #909090;
	padding: 0px;
	padding-left: 15px;
}

.ssc-gel a.help-text {
	margin-right: 15px;
	text-decoration: none;
}

.ssc-gel a.help-text i {
	color: #009bda;
	padding: 0px;
	padding-left: 8px;
	font-size: 1.4em;
}

.ssc-gel a.help-text:hover {
	text-decoration: none;
}

.ssc-gel .mod.primary .hd a.help-text {
	text-decoration: none;
}

.ssc-gel .mod.primary .hd a.help-text i {
	font-size: 0.8em;
}

.ssc-gel .mod.primary .bd a.help-text i {
	color: #41CCFF;
}

.ssc-gel i {
	position: relative;
}

.ssc-gel .icons-animation-spin:before {
	animation-name: spin;
	-webkit-animation-name: spin;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

.ssc-gel .icon-size-xs {
	font-size: 22px;
	font-size: 1.375rem;
	min-width: 22px;
	min-height: 22px;
}

.ssc-gel .icon-size-s {
	font-size: 32px;
	font-size: 2rem;
	min-width: 32px;
	min-height: 32px;
}

.ssc-gel .icon-size-m {
	font-size: 42px;
	font-size: 2.625rem;
	min-width: 42px;
	min-height: 42px;
}

.ssc-gel .icon-size-l {
	font-size: 52px;
	font-size: 3.25rem;
	min-width: 52px;
	min-height: 52px;
}

.ssc-gel .icon-size-xl {
	font-size: 62px;
	font-size: 3.875rem;
	min-width: 62px;
	min-height: 62px;
}

.ssc-gel .link-list .bd {
	background: #2666a5;
}

.ssc-gel .link-list .bd ul li {
	border-bottom: 1px solid #6894c0;
	position: relative;
}

.ssc-gel .link-list .bd ul li a {
	display: block;
	color: #fff;
	padding: 15px;
}

.ssc-gel .link-list .bd ul li a i {
	top: 10px;
	right: 15px;
	bottom: auto;
	left: auto;
	position: absolute;
	font-size: 26px;
	font-size: 1.625rem;
}

.ssc-gel .link-list .bd ul li a:hover {
	text-decoration: none;
	background: #009bda;
}

.ssc-gel .link-list .bd ul li:last-child {
	border-bottom: none;
}

.ssc-gel .docs-list .mod.collapsible.documents .bd .collapsible-content {
	padding-left: 0px;
	padding-right: 0px;
	padding: 0;
}

.ssc-gel .docs-list button:hover,
.ssc-gel .docs-list button:focus {
	box-shadow: none;
}

.ssc-gel .docs-list .bd {
	padding-top: 0;
	padding-bottom: 0;
}

.ssc-gel .docs-list .bd .documents {
	margin: 0 auto;
}

.ssc-gel .docs-list .bd .documents .hd {
	border-top: 0;
	border-bottom: 0;
	background-color: #fff;
	border-bottom: 2px solid #dad9db;
}

.ssc-gel .docs-list .bd .documents.collapsed {
	border-bottom: 2px solid #dad9db;
}

.ssc-gel .docs-list .bd .documents.collapsed .hd {
	border-bottom: 0px solid #dad9db;
}

.ssc-gel .docs-list .bd .documents .documents-year {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #009bda;
	width: 100%;
	text-align: left;
	font-size: 20px;
	margin-left: 10px;
	cursor: pointer;
	background: #6cb4dc;
}

.ssc-gel .docs-list .bd .documents .documents-year i {
	color: #009bda;
	margin-left: 10px;
}

.ssc-gel .docs-list .bd .documents .documents-year.active i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ssc-gel .docs-list .bd .documents .documents-year:hover {
	color: #41CCFF;
}

.ssc-gel .docs-list .bd .switched {
	margin-bottom: 20px !important;
}

.ssc-gel .docs-list .bd dl {
	border: 0px solid #dad9db;
	border-bottom: 1px solid #dad9db;
	margin: 0;
	padding: 10px 0;
	display: block;
}

.ssc-gel .docs-list .bd dl:before,
.ssc-gel .docs-list .bd dl:after {
	content: "";
	display: table;
}

.ssc-gel .docs-list .bd dl:after {
	clear: both;
}

.ssc-gel .docs-list .bd dl dt {
	clear: left;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	color: #434345;
	font-size: 20px;
}

.ssc-gel .docs-list .bd dl dt i {
	font-size: 25px;
	position: absolute;
	left: -30px;
}

.ssc-gel .docs-list .bd dl dt button {
	border: 0;
	font-size: 20px;
	color: #434345;
	padding: 0;
	text-align: left;
}

.ssc-gel .docs-list .bd dl dt button:hover,
.ssc-gel .docs-list .bd dl dt button:focus {
	background-color: #fff;
	border: 0;
}

.ssc-gel .docs-list .bd dl dt,
.ssc-gel .docs-list .bd dl dd {
	margin: 0;
	margin-left: 30px;
	position: relative;
}

.ssc-gel .docs-list .bd dl dd {
	float: left;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	width: 100%;
	text-align: left;
	color: #747276;
	padding-left: 35px;
	margin-left: 0px;
	word-break: normal;
	word-wrap: normal;
	word-break: normal;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.ssc-gel .docs-list .bd dl .documents-certificate {
	margin-top: 5px;
	width: 100%;
	overflow: visible; /*bug in chrome zooming cutting off button*/
}

.ssc-gel .tracking-list .bd li {
	padding: 10px 0;
	border-top: 1px solid #dad9db;
	position: relative;
}

.ssc-gel .tracking-list .bd li:first-child {
	border-top: none;
}

.ssc-gel .tracking-list .bd li p {
	margin: 0 0 10px;
}

.ssc-gel .tracking-list .bd li span {
	display: block;
	text-align: right;
	color: #807e81;
	font-style: italic;
}

.ssc-gel .incremental-list li {
	display: none;
}

.ssc-gel ol {
	counter-reset: list;
}

.ssc-gel ol > li {
	list-style: none;
}

.ssc-gel ol.numeric > li {
	counter-increment: customlistcounter;
}

.ssc-gel ol.numeric > li:before {
	content: counter(customlistcounter) ") ";
}

.ssc-gel ol.numeric:first-child {
	counter-reset: customlistcounter;
}

.ssc-gel ol.alpha > li:before {
	content: counter(list,lower-alpha) ") ";
	counter-increment: list;
}

.ssc-gel .numeric,
.ssc-gel .alpha {
	margin: 10px 0 10px 20px;
}

.ssc-gel .numeric li,
.ssc-gel .alpha li {
	margin: 0px 0 0px 0px;
}

.ssc-gel ol > li:before {
	margin-left: -21px;
	width: 1em;
}

.ssc-gel .bullet-list ul,
.ssc-gel ul.bullet-list {
	margin: 10px 0 10px 0px;
}

.ssc-gel .bullet-list ul li,
.ssc-gel ul.bullet-list li {
	color: #434345;
	list-style-type: disc;
	margin: 0px 0 0px 20px;
	padding: 0;
}

.ssc-gel .check-list ul,
.ssc-gel ul.check-list {
	line-height: 1.3em;
	margin: 9px 0 10px 26px;
}

.ssc-gel .check-list ul a,
.ssc-gel ul.check-list a {
	text-decoration: underline;
}

.ssc-gel .check-list ul li,
.ssc-gel ul.check-list li {
	color: #434345;
	position: relative;
	padding: 0px 0px;
	margin: 13px 0;
}

.ssc-gel .check-list ul li > i:first-of-type,
.ssc-gel ul.check-list li > i:first-of-type {
	width: 26px;
	position: absolute;
	left: -26px;
	top: 1px;
	color: #009bda;
	display: inline-block;
}

.ssc-gel .check-list ul li.success i:not(.help),
.ssc-gel ul.check-list li.success i:not(.help) {
	color: #69be28;
}

.ssc-gel .check-list ul li.warning i,
.ssc-gel ul.check-list li.warning i {
	color: #f68b33;
}

.ssc-gel .check-list ul li.danger i,
.ssc-gel ul.check-list li.danger i {
	color: #da0000;
}

.ssc-gel .check-list ul.icon-medium li,
.ssc-gel ul.check-list.icon-medium li {
	padding-left: 16px;
}

.ssc-gel .check-list ul.icon-medium .icon,
.ssc-gel .check-list ul.icon-medium .icon-custom,
.ssc-gel ul.check-list.icon-medium .icon,
.ssc-gel ul.check-list.icon-medium .icon-custom {
	left: -30px;
	font-size: 32px;
	font-size: 2rem;
}

.ssc-gel .check-list ul.icon-large,
.ssc-gel ul.check-list.icon-large {
	margin: 10px 0 10px 76px;
}

.ssc-gel .check-list ul.icon-large li > i:first-child,
.ssc-gel ul.check-list.icon-large li > i:first-child {
	width: 76px;
	left: -76px;
	top: 0;
}

.ssc-gel .check-list ul.icon-large li span,
.ssc-gel ul.check-list.icon-large li span {
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.2em;
}

.ssc-gel .check-list ul.icon-large li i,
.ssc-gel ul.check-list.icon-large li i {
	font-size: 62px;
	font-size: 3.875rem;
}

.ssc-gel .icon-list a {
	text-decoration: underline;
}

.ssc-gel .icon-list li {
	color: #434345;
	position: relative;
	padding: 0;
	margin: 5px 0;
}

.ssc-gel .icon-list .icon {
	margin: 0 5px 0 0;
}

.ssc-gel .webchat-chat-list {
	overflow: auto;
	height: 140px;
}

.ssc-gel .webchat-chat-list li {
	border-top: 1px solid #ededed;
	padding: 5px 15px;
}

.ssc-gel .list-searchable .list-input-container {
	padding: 15px;
	background: #ededed;
	position: relative;
}

.ssc-gel .list-searchable .list-input-container input {
	padding-left: 30px;
}

.ssc-gel .list-searchable .list-input-container i {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 2;
	font-size: 20px;
	font-size: 1.25rem;
	color: #909090;
}

.ssc-gel .modal-open {
	display: inline-block;
}

.ssc-gel .modal-open i {
	font-size: 32px;
	font-size: 2rem;
}

.ssc-gel .link-list .modal-open:hover {
	text-decoration: none;
}

.ssc-gel .modal-fg,
.ssc-gel .modal-bg {
	position: fixed;
	z-index: 99;
}

.ssc-gel .modal-fg {
	z-index: 999;
	left: 5%;
	right: 5%;
	top: 2.5%;
}

.ssc-gel .modal-fg > .modal {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	top: 5px;
	position: absolute;
	width: 100%;
	margin-bottom: 0;
}

.ssc-gel .modal-fg > .modal > .inner:before,
.ssc-gel .modal-fg > .modal > .inner:after {
	content: "";
	display: table;
}

.ssc-gel .modal-fg > .modal > .inner:after {
	clear: both;
}

.ssc-gel .modal-fg > .modal > .inner > .hd {
	height: 15%;
	color: #ffffff;
}

.ssc-gel .modal-fg > .modal > .inner > .hd > h2 {
	padding: 15px 50px 15px 15px;
	margin: 0;
	font-size: 18px;
	font-size: 1.1rem;
	white-space: nowrap;
	word-wrap: normal;
	word-break: normal;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
}

.ssc-gel .modal-fg > .modal > .inner > .bd {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: #ffffff;
	padding: 15px;
	color: #434345;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 98.5%, #a7a6a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(98.5%, #ffffff), color-stop(100%, #d7d7d7));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 98.5%, #a7a6a8 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 98.5%, #a7a6a8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 98.5%, #a7a6a8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 98.5%, #a7a6a8 100%);
}

.ssc-gel .modal-fg > .modal > .inner > .bd .mod:last-child {
	margin-bottom: 0;
}

.ssc-gel .modal-fg > .modal > .inner > .bd .bd {
	position: relative;
}

.ssc-gel .modal-fg > .modal > .inner > .bd > h3:first-child {
	margin-top: 0;
}

.ssc-gel .modal-fg > .modal > .inner > .bd > h3 + p {
	margin-top: -0.6em;
}

.ssc-gel .modal-fg > .modal > .inner > .bd > p {
	margin-top: 0;
	margin-bottom: .6em;
}

.ssc-gel .modal-fg > .modal > .inner > .bd > p + h3 {
	margin-top: 0;
}

.ssc-gel .modal-fg > .modal > .inner > .bd > p:last-child {
	margin-bottom: 0;
}

.ssc-gel .modal-fg > .modal > .inner > .bd blockquote {
	margin: 0 0 .6em;
}

.ssc-gel .modal-fg > .modal > .inner > .bd blockquote:last-child {
	margin-bottom: 0;
}

.ssc-gel .modal-fg > .modal > .inner > .bd textarea {
	width: 100%;
	max-height: 7em;
}

.ssc-gel .modal-fg > .modal.info > .inner > .hd {
	background-color: #009bda;
}

.ssc-gel .modal-fg > .modal.transparent > .inner > .hd {
	background-color: transparent;
	color: #ffffff;
}

.ssc-gel .modal-fg > .modal.transparent > .inner > .bd {
	background-color: transparent;
	color: #ffffff;
}

.ssc-gel .modal-fg > .modal.success > .inner > .hd {
	background-color: #69be28;
}

.ssc-gel .modal-fg > .modal.warning > .inner > .hd {
	background-color: #f68b33;
}

.ssc-gel .modal-fg > .modal.error > .inner > .hd {
	background-color: #da0000;
}

.ssc-gel .modal-fg.show {
	display: block;
}

.ssc-gel .modal-fg.show .modal.active {
	opacity: 1;
	top: 0px;
}

.ssc-gel .btn.modal-close {
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	top: 5px;
	right: 5px;
	bottom: auto;
	left: auto;
	position: absolute;
	border: 0;
	background: transparent;
	color: white;
	font-size: 40px;
	line-height: 0;
	padding: 3px;
}

.ssc-gel .btn.modal-close i {
	margin: 0;
}

.ssc-gel .btn.modal-close:hover {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	text-decoration: none;
}

.ssc-gel .modal-bg {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	display: none;
	background: rgba(26, 32, 41, 0.9);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.ssc-gel .modal-bg.show {
	display: block;
}

.ssc-gel .modal-bg.show.active {
	opacity: 1;
}

.ssc-gel .pay-logos {
	margin-bottom: 25px;
}

.ssc-gel .pay-logos div {
	margin-left: 15px;
	margin-right: 15px;
}

.ssc-gel .iag-currency {
	color: #2666a5;
}

.ssc-gel .iag-currency.large {
	font-size: 55px;
	font-size: 3.4375rem;
	line-height: 1em;
}

.ssc-gel .iag-currency .sign {
	font-size: .6em;
	top: -.5em;
}

.ssc-gel .iag-currency .cents {
	font-style: normal;
	font-size: .6em;
}

.ssc-gel .iag-currency-rev {
	color: #ffffff;
}

.ssc-gel dl.paired-list {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #cccbcd;
}

.ssc-gel dl.paired-list:before,
.ssc-gel dl.paired-list:after {
	content: "";
	display: table;
}

.ssc-gel dl.paired-list:after {
	clear: both;
}

.ssc-gel dl.paired-list:first-child,
.ssc-gel dl.paired-list.first-child {
	border: none;
}

.ssc-gel dl.paired-list dt.email,
.ssc-gel dl.paired-list dd.email,
.ssc-gel dl.paired-list dt.email div,
.ssc-gel dl.paired-list dd.email div {
	word-wrap: normal;
	word-break: normal;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ssc-gel dl.paired-list dt,
.ssc-gel dl.paired-list dd,
.ssc-gel dl.paired-list dt div,
.ssc-gel dl.paired-list dd div {
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	overflow: hidden;
}

.ssc-gel dl.paired-list dt {
	margin-bottom: 6px;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.paired-list dt.txt-bold {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel dl.paired-list dd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 0;
}

.ssc-gel dl.paired-list dd p {
	margin: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.paired-list .paired-list-sub {
	padding-left: 25px;
}

.ssc-gel .paired-list { /***************************************************************
    Condensed Modifier
  ***************************************************************/ /***************************************************************
    Simple Modifier
  ***************************************************************/
}

.ssc-gel .paired-list .bd {
	padding-top: 0;
	padding-bottom: 0;
}

.ssc-gel .paired-list .bd dl {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #cccbcd;
}

.ssc-gel .paired-list .bd dl:before,
.ssc-gel .paired-list .bd dl:after {
	content: "";
	display: table;
}

.ssc-gel .paired-list .bd dl:after {
	clear: both;
}

.ssc-gel .paired-list .bd dl:first-child,
.ssc-gel .paired-list .bd dl.first-child {
	border: none;
}

.ssc-gel .paired-list .bd dl dt.email,
.ssc-gel .paired-list .bd dl dd.email,
.ssc-gel .paired-list .bd dl dt.email div,
.ssc-gel .paired-list .bd dl dd.email div {
	word-wrap: normal;
	word-break: normal;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ssc-gel .paired-list .bd dl dt,
.ssc-gel .paired-list .bd dl dd,
.ssc-gel .paired-list .bd dl dt div,
.ssc-gel .paired-list .bd dl dd div {
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	overflow: hidden;
}

.ssc-gel .paired-list .bd dl dt {
	margin-bottom: 6px;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .paired-list .bd dl dt.txt-bold {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .paired-list .bd dl dd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 0;
}

.ssc-gel .paired-list .bd dl dd p {
	margin: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .paired-list .bd dd ul p,
.ssc-gel .paired-list .bd dd ul span {
	margin: 11px 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .paired-list .bd dd ul p.txt-bold,
.ssc-gel .paired-list .bd dd ul span.txt-bold {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .paired-list .bd dd p.txt-bold,
.ssc-gel .paired-list .bd dd span.txt-bold {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .paired-list .bd h3.list-heading {
	margin: 30px 5px 3px;
}

.ssc-gel .paired-list .bd p.note {
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 10px 15px;
	border-top: 1px solid #dad9db;
}

.ssc-gel .paired-list .ft {
	text-align: center;
}

.ssc-gel .paired-list .ft .btn,
.ssc-gel .paired-list .ft button {
	margin-top: 16px;
}

.ssc-gel .paired-list .ft .btn + p,
.ssc-gel .paired-list .ft button + p {
	margin: 10px 15px 0;
}

.ssc-gel .paired-list.condensed .bd p {
	margin-bottom: 10px;
}

.ssc-gel .paired-list.condensed .bd dl + p:not(.retain-top-margin) {
	margin-top: 0;
}

.ssc-gel .paired-list.condensed .bd dl {
	border-top: 0 none;
	padding: 0;
}

.ssc-gel .paired-list.condensed .bd p + dl {
	border-top: 1px solid #dad9db;
	padding: 10px 0 0;
}

.ssc-gel .paired-list.condensed .bd .divider {
	margin-top: 10px;
	height: 10px;
}

.ssc-gel .paired-list.condensed .bd .enquiryInfo {
	padding-top: 10px;
}

.ssc-gel .paired-list.condensed .hd .trigger {
	padding: 0 !important;
	border: 0 !important;
}

.ssc-gel .paired-list.condensed .hd .trigger i.chevron-down {
	top: 0 !important;
}

.ssc-gel .paired-list.simple {
	margin: 0;
}

.ssc-gel .paired-list.simple .inner {
	margin: 0;
}

.ssc-gel .paired-list.simple .inner .bd p {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #434345;
}

.ssc-gel .paired-list.simple .inner .bd dl {
	margin: 0;
}

.ssc-gel .paired-list.simple .inner .bd dl dt,
.ssc-gel .paired-list.simple .inner .bd dl dd {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #434345;
}

.ssc-gel.cgu .page-webchat dl.paired-list dt {
	font-family: Helvetica;
}

.ssc-gel.cgu .page-webchat dl.paired-list dd {
	font-family: Arial;
}

.ssc-gel .tabs,
.ssc-gel .tabs-kana {
	padding: 20px 0;
}

.ssc-gel .tabs > ul,
.ssc-gel .tabs-kana > ul {
	margin-bottom: -1px;
}

.ssc-gel .tabs > ul:before,
.ssc-gel .tabs > ul:after,
.ssc-gel .tabs-kana > ul:before,
.ssc-gel .tabs-kana > ul:after {
	content: "";
	display: table;
}

.ssc-gel .tabs > ul:after,
.ssc-gel .tabs-kana > ul:after {
	clear: both;
}

.ssc-gel .tabs > ul > li,
.ssc-gel .tabs-kana > ul > li {
	display: block;
	float: left;
	margin-right: 1px;
}

.ssc-gel .tabs > ul > li.ui-state-active,
.ssc-gel .tabs-kana > ul > li.ui-state-active {
	margin: 0;
}

.ssc-gel .tabs > ul > li:first-child,
.ssc-gel .tabs-kana > ul > li:first-child {
	padding-left: 0;
}

.ssc-gel .tabs > ul > li a,
.ssc-gel .tabs-kana > ul > li a {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	outline: none;
	text-decoration: none;
	padding: 12px 15px;
	margin-top: 6px;
	text-align: center;
	display: block;
	background: #8e8c8f;
	color: #ffffff;
	background-image: -webkit-linear-gradient(#8e8c8f, #8e8c8f 80%, #747276);
	background-image: linear-gradient(#8e8c8f, #8e8c8f 80%, #747276);
}

.ssc-gel .tabs > ul > li a:hover,
.ssc-gel .tabs > ul > li a:active,
.ssc-gel .tabs-kana > ul > li a:hover,
.ssc-gel .tabs-kana > ul > li a:active {
	background-color: #a7a6a8;
}

.ssc-gel .tabs > ul > li a.GTNone,
.ssc-gel .tabs-kana > ul > li a.GTNone {
	display: none;
}

.ssc-gel .tabs > ul > li.ui-state-active a,
.ssc-gel .tabs > ul > li.active-tab a,
.ssc-gel .tabs-kana > ul > li.ui-state-active a,
.ssc-gel .tabs-kana > ul > li.active-tab a {
	border-style: solid;
	border-color: #cccbcd;
	border-width: 1px 1px 0 1px;
	color: #434345;
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0;
}

.ssc-gel .tabs > ul > li:focus a,
.ssc-gel .tabs-kana > ul > li:focus a {
	color: white;
	background-color: #009bda;
}

.ssc-gel .tabs > div,
.ssc-gel .tabs-kana > div {
	border: 1px solid #cccbcd;
	padding: 15px;
	display: block;
	background: white;
}

.ssc-gel .tabs > div:before,
.ssc-gel .tabs > div:after,
.ssc-gel .tabs-kana > div:before,
.ssc-gel .tabs-kana > div:after {
	content: "";
	display: table;
}

.ssc-gel .tabs > div:after,
.ssc-gel .tabs-kana > div:after {
	clear: both;
}

.ssc-gel .tabs .dropdown ul li,
.ssc-gel .tabs-kana .dropdown ul li {
	padding-left: 12px;
	float: none;
}

.ssc-gel .tabs .dropdown ul li:first-child,
.ssc-gel .tabs-kana .dropdown ul li:first-child {
	padding-left: 12px;
}

.ssc-gel .tabs.alternate > div,
.ssc-gel .tabs-kana.alternate > div {
	background: #ededed;
}

.ssc-gel .tabs-with-icons .ui-tabs-panel {
	position: relative;
	background: #ededed;
	border: none;
}

.ssc-gel .tabs-with-icons ul li.ui-state-default a {
	line-height: 31px; /* necessary hack in case you have 2 non-icon tabs and 1 icon tab */
}

.ssc-gel .tabs-with-icons ul li.ui-state-active a {
	border: none;
	background: #ededed;
	line-height: 32px;
}

.ssc-gel .tabs-with-icons ul li.tab-alternate a {
	background: #2666a5;
	font-size: 18px;
	line-height: 26px;
}

.ssc-gel .tabs-with-icons ul li.tab-alternate a:hover {
	background-color: #215990;
}

.ssc-gel .tabs-with-icons ul li.tab-alternate i {
	color: #009bda;
	font-size: 28px;
	line-height: 28px;
}

.ssc-gel .tabs-with-icons ul li.tab-alternate.ui-state-active a {
	background-color: #ededed;
}

.ssc-gel .tabs.tabs-center > ul {
	text-align: center;
}

.ssc-gel .tabs.alternate {
	background: #ebebeb;
}

.ssc-gel .tabs.switch > ul {
	font-size: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .tabs.switch > ul li {
	display: inline-block;
	float: none;
	font-size: 0px;
	margin: 0 5px 20px 0;
	padding: 0;
	border: 0;
}

.ssc-gel .tabs.switch > ul li a {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1rem;
	text-decoration: none;
	outline: none;
	padding: 10px;
	text-align: center;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	background: white;
	border-color: #010C66;
	color: #010C66;
	border-radius: 64px;
}

.ssc-gel .tabs.switch > ul li a:hover,
.ssc-gel .tabs.switch > ul li a:active {
	background-color: #e4f7ff;
}

.ssc-gel .tabs.switch > ul li:first-child a {
	border-left-width: 1px;
}

.ssc-gel .tabs.switch > ul li:last-child a {
	border-right-color: #010C66;
}

.ssc-gel .tabs.switch > ul li.ui-state-active a {
	background-color: #010C66;
	color: white;
}

.ssc-gel .tabs.switch > div {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.ssc-gel table,
.ssc-gel table.table-standard {
	width: 100%;
}

.ssc-gel table.no-border tr,
.ssc-gel table.table-standard.no-border tr {
	border: 0px;
}

.ssc-gel table.no-border tr td,
.ssc-gel table.table-standard.no-border tr td {
	border: 0px;
}

.ssc-gel table th,
.ssc-gel table.table-standard th {
	color: #2666a5;
}

.ssc-gel table td,
.ssc-gel table th,
.ssc-gel table.table-standard td,
.ssc-gel table.table-standard th {
	padding: 5px 3px;
	vertical-align: top;
}

.ssc-gel table td.align-middle,
.ssc-gel table th.align-middle,
.ssc-gel table.table-standard td.align-middle,
.ssc-gel table.table-standard th.align-middle {
	vertical-align: middle;
}

.ssc-gel table td.half,
.ssc-gel table th.half,
.ssc-gel table.table-standard td.half,
.ssc-gel table.table-standard th.half {
	width: 50%;
	float: none;
}

.ssc-gel table tr,
.ssc-gel table.table-standard tr {
	border-top: 1px solid #dad9db;
}

.ssc-gel table tr.alt,
.ssc-gel table.table-standard tr.alt {
	background: #f7f6f4;
}

.ssc-gel table .table-disclaimer,
.ssc-gel table.table-standard .table-disclaimer {
	font-size: 14px;
	line-height: 16px;
}

.ssc-gel table .table-icon,
.ssc-gel table.table-standard .table-icon {
	color: #009bda;
}

.ssc-gel table.table-compare {
	line-height: 1.0; /* all about borders */
	border-collapse: collapse;
	border: 1px solid #2666a5; /* end borders */ /* spcial */
}

.ssc-gel table.table-compare.table-compare-equal-3 th,
.ssc-gel table.table-compare.table-compare-equal-3 td {
	width: 33%;
}

.ssc-gel table.table-compare .table-compare-border {
	border: 1px solid #2666a5;
}

.ssc-gel table.table-compare th.table-compare-comment {
	border: 1px solid #2666a5;
}

.ssc-gel table.table-compare th.table-compare-selected {
	border: 1px solid #2666a5;
}

.ssc-gel table.table-compare th:not(:first-child),
.ssc-gel table.table-compare td:not(:first-child) {
	border-left: 1px solid #dad9db;
}

.ssc-gel table.table-compare td.table-compare-selected {
	border: 1px solid #009bda;
}

.ssc-gel table.table-compare tr {
	border-top: 1px solid #dad9db;
}

.ssc-gel table.table-compare tr.alt td.table-compare-selected {
	border: 1px solid #6cb4dc;
}

.ssc-gel table.table-compare th,
.ssc-gel table.table-compare td {
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
}

.ssc-gel table.table-compare a {
	text-decoration: underline;
}

.ssc-gel table.table-compare tr td {
	background: #eceae5;
}

.ssc-gel table.table-compare tr.alt {
	background: #f7f6f4;
}


.ssc-gel table.table-compare tr.alt th {
	background: white;
}

.ssc-gel table.table-compare tr.alt td {
	background: transparent;
}

.ssc-gel table.table-compare th,
.ssc-gel table.table-compare td {
	padding: 10px 5px;
}

.ssc-gel table.table-compare th {
	font-weight: normal;
}

.ssc-gel table.table-compare th .table-compare-cover-type {
	clear: both;
	width: 100%;
	height: 2.3rem;
	display: inline-block;
	position: relative;
}

.ssc-gel table.table-compare th .table-compare-price {
	display: block;
	clear: both;
	font-size: 1.1rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel table.table-compare th .table-compare-term {
	display: block;
	clear: both;
	font-size: 1rem;
}

.ssc-gel table.table-compare th .table-compare-selected-text {
	display: block;
	clear: both;
	font-size: 1rem;
}

.ssc-gel table.table-compare th button.table-compare-button {
	clear: both;
	display: inline-block;
	background: #007900;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ssc-gel table.table-compare th button.table-compare-button-buy {
    clear: both;
    display: inline-block;
    background: #007900;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
}

.ssc-gel table.table-compare th.table-compare-selected button.table-compare-button {
	background: white;
	color: #2666a5;
}

.ssc-gel table.table-compare th.table-compare-selected-buy button.table-compare-button {
    background: #007900;
    color: #ffffff;
    width: 50%;
}

.ssc-gel table.table-compare .table-compare-comment {
	background-color: #2666a5;
	color: #ffffff;
}

.ssc-gel table.table-compare .table-compare-selected {
	background-color: #009bda;
	color: #ffffff;
}

.ssc-gel table.table-compare .table-compare-selected i {
	color: #ffffff;
}

.ssc-gel table.table-compare .table-compare-selected a {
	color: #ffffff;
	text-decoration: underline;
}

.ssc-gel table.table-compare .alt .table-compare-selected {
	background-color: #6cb4dc;
	color: #ffffff;
}

.ssc-gel .hgroup dl.plus-minus-dl,
.ssc-gel .plus-minus-dl {
	clear: left;
	border: none;
	padding: 10px 0;
}

.ssc-gel .hgroup dl.plus-minus-dl dd,
.ssc-gel .plus-minus-dl dd {
	width: auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.ssc-gel dl.plus-minus-dl + ul.error {
	display: block;
}

.ssc-gel .plus-minus-wrapper {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 140px;
	-moz-flex: 0 0 140px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
}

.ssc-gel .plus-minus-description {
	line-height: 1;
	margin: 0 0 0 10px;
	min-height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.ssc-gel .plus-minus-description .icon,
.ssc-gel .plus-minus-description .icon-custom {
	font-size: 40px;
	font-size: 2.5rem;
	color: #009bda;
	min-width: 40px;
}

.ssc-gel .plus-minus-description p.plus-minus-description-text {
	margin: 0 0 0 5px;
	margin-top: 0;
	line-height: 1;
	align-self: center;
}

.ssc-gel .plus-minus {
	width: 140px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
}

.ssc-gel .plus-minus.plus-minus-icon {
	width: 140px;
}

.ssc-gel .plus-minus .plus-minus-button {
	background: #a7a6a8;
	max-width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 40px;
	-moz-flex: 0 0 40px;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.ssc-gel .plus-minus .icon {
	color: #fff;
	line-height: 50px;
}

.ssc-gel .plus-minus .icon:before {
	-webkit-transform: scale(0.875);
	-moz-transform: scale(0.875);
	-ms-transform: scale(0.875);
	-o-transform: scale(0.875);
	transform: scale(0.875);
	font-size: 32px;
	font-size: 2rem;
}

.ssc-gel .plus-minus .icon-minus:before {
	content: '\002D';
}

.ssc-gel .plus-minus .icon-plus:before {
	content: '\002B';
}

.ssc-gel .plus-minus .plus-minus-output {
	left: 40px;
	width: 60px;
	height: 40px;
	text-align: center;
	border: 1px solid #a7a6a8;
	padding: 0;
	font-weight: 600;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .no-touch .plus-minus .plus-minus-button:hover {
	background: #747276;
	text-decoration: none;
}

.ssc-gel .no-touch .plus-minus .plus-minus-button:hover .icon:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ssc-gel .no-touch .plus-minus .plus-minus-button:active {
	text-decoration: none;
}

.ssc-gel .no-touch .plus-minus .plus-minus-button:active .icon:before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.ssc-gel dl.radio-group.border-group,
.ssc-gel dl.select-list.border-group {
	background-color: #fff;
	border: 1px solid #2666a5;
	border-bottom: none;
	padding: 0;
}

.ssc-gel dl.radio-group.border-group dd,
.ssc-gel dl.radio-group.border-group li,
.ssc-gel dl.select-list.border-group dd,
.ssc-gel dl.select-list.border-group li {
	margin: 0;
	border-bottom: 1px solid #2666a5; /*
  &.last {
    border-bottom: 0;
  }
  */
}

.ssc-gel dl.radio-group.border-group .help-text,
.ssc-gel dl.select-list.border-group .help-text {
	position: absolute;
	top: 5px;
	right: 2px;
	margin-right: 0;
	padding: 0 4px;
}

.ssc-gel dl.radio-group.border-group .help-text .icon,
.ssc-gel dl.select-list.border-group .help-text .icon {
	text-indent: 0;
	padding: 0;
}

.ssc-gel dl.radio-group.border-group label,
.ssc-gel dl.select-list.border-group label {
	display: block;
	padding: 10px 25px 10px 40px; /*
  &.last {
    border-bottom: 0 none;
  }
  */
}

.ssc-gel dl.radio-group.border-group label .help-text,
.ssc-gel dl.select-list.border-group label .help-text {
	right: -3px;
}

.ssc-gel dl.radio-group.border-group label:before,
.ssc-gel dl.select-list.border-group label:before {
	left: 5px;
	top: 10px;
}

.ssc-gel .bd dl.select-list.border-group dd {
	padding-top: 0;
	padding-bottom: 0;
}

.ssc-gel .bd dl.select-list.border-group .help-text {
	margin-right: 0;
}

.ssc-gel .bd dl.select-list.border-group label {
	margin-right: 0;
}

.ssc-gel .bd dl.select-list.border-group label .help-text {
	top: 10px;
}

.ssc-gel dl.select-list.border-group input[type=checkbox]:checked + label:before {
	text-indent: 0;
}

.ssc-gel dl.radio-group.border-group dd input[type=radio]:checked + label:after {
	top: 10px;
	left: 5px;
}

.ssc-gel .irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ssc-gel .irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}

.ssc-gel .irs-line-left,
.ssc-gel .irs-line-mid,
.ssc-gel .irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.ssc-gel .irs-line-left {
	left: 0;
	width: 11%;
}

.ssc-gel .irs-line-mid {
	left: 9%;
	width: 82%;
}

.ssc-gel .irs-line-right {
	right: 0;
	width: 11%;
}

.ssc-gel .irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}

.ssc-gel .irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.ssc-gel .irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.ssc-gel .irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

.ssc-gel .irs-slider.type_last {
	z-index: 2;
}

.ssc-gel .irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}

.ssc-gel .irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}

.ssc-gel .irs-from,
.ssc-gel .irs-to,
.ssc-gel .irs-single {
	position: absolute;
	display: block;
	top: 15px;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.ssc-gel .irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.ssc-gel .irs-with-grid .irs-grid {
	display: block;
}

.ssc-gel .irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 18px;
	background: #000;
}

.ssc-gel .irs-grid-pol.small {
	height: 4px;
}

.ssc-gel .irs-grid-text {
	position: absolute;
	bottom: -20px;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	color: #000;
	transition: background 0.5s ease;
}

.ssc-gel .irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: transparent;
	z-index: 2;
}

.ssc-gel .irs-disabled {
	opacity: 0.4;
}

.ssc-gel .lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}

.ssc-gel .irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.ssc-gel .irs {
	height: 96px;
}

.ssc-gel .irs-with-grid {
	height: 96px;
}

.ssc-gel .irs-line {
	height: 44px;
	top: 53px;
	background: #fff; /* W3C */
	border: 1px solid #CCC;
}

.ssc-gel .irs-line-left {
	height: 8px;
}

.ssc-gel .irs-line-mid {
	height: 8px;
}

.ssc-gel .irs-line-right {
	height: 8px;
}

.ssc-gel .irs-bar {
	height: 10px;
	top: 53px;
}

.ssc-gel .irs-bar-edge {
	height: 10px;
	top: 53px;
	width: 38px;
	border-right: 0;
}

.ssc-gel .irs-shadow {
	height: 2px;
	top: 38px;
	background: #000;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.ssc-gel .lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.ssc-gel .irs-slider {
	cursor: pointer;
	top: 15px;
	width: 27px;
	height: 27px;
	z-index: 1;
}

.ssc-gel .irs-min,
.ssc-gel .irs-max {
	color: #333;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: 75px;
	padding: 1px 5px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.ssc-gel .lt-ie9 .irs-min,
.ssc-gel .lt-ie9 .irs-max {
	background: #ccc;
}

.ssc-gel .irs-from,
.ssc-gel .irs-to,
.ssc-gel .irs-single {
	color: #fff;
	font-size: 24px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #2666a5;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.ssc-gel .irs-single {
	padding: 10px 25px;
	cursor: pointer;
	z-index: 2;
}

.ssc-gel .irs-single:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #2666a5;
	border-width: 10px;
	margin-left: -10px;
	margin-top: -1px;
}

.ssc-gel .lt-ie9 .irs-from,
.ssc-gel .lt-ie9 .irs-to,
.ssc-gel .lt-ie9 .irs-single {
	background: #999;
}

.ssc-gel .irs-grid {
	height: 18px;
}

.ssc-gel .irs-grid-pol {
	opacity: 0.5;
	background: #999;
}

.ssc-gel .irs-grid-pol.highlight {
	background: #2666a5;
	width: 2px;
	height: 18px;
}

.ssc-gel .irs-grid-pol.small {
	background: #999;
	display: none;
}

.ssc-gel .irs-grid-text {
	display: none;
}

.ssc-gel .range-slider .range-slider-default {
	text-align: center;
}

.ssc-gel .range-slider .range-slider-custom-value {
	position: relative;
	margin: 30px auto;
}

.ssc-gel .range-slider .range-slider-custom-value .txt-circle,
.ssc-gel .range-slider .range-slider-custom-value label {
	margin-right: 10px;
	margin-top: 10px;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-exact-val {
	width: 6em;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-update-btn {
	position: relative;
	top: 0;
	margin: 0 20px 0 10px;
	padding: 10px 20px;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-error {
	position: absolute;
	top: 3px;
	left: 0;
	height: 44px;
	width: 150px;
	padding: 6px;
	color: #f68b33;
	border: 1px solid #f68b33;
	background: #fef2e8;
	z-index: 10;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-error:before,
.ssc-gel .range-slider .range-slider-custom-value .range-slider-error:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-error:before {
	border-left-color: #d6792c;
	border-width: 9px;
	margin-top: -9px;
}

.ssc-gel .range-slider .bd h3 {
	margin: 0;
}

.ssc-gel .range-slider .range-slider-show-values {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	border-top: none;
	margin-top: 20px;
}

.ssc-gel .range-slider .range-slider-show-values .irs-min,
.ssc-gel .range-slider .range-slider-show-values .irs-max {
	display: none;
}

.ssc-gel .range-slider .range-slider-default {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	border-top: none;
	margin-top: 20px;
}

.ssc-gel .range-slider .range-slider-default .irs-min,
.ssc-gel .range-slider .range-slider-default .irs-max {
	bottom: -15px;
	padding: 0;
	background: none;
	border-radius: 0;
	top: auto;
}

.ssc-gel .range-slider .range-slider-default .irs-min:before,
.ssc-gel .range-slider .range-slider-default .irs-max:before {
	content: '$';
}

.ssc-gel .range-slider .range-slider-show-values {
	margin-bottom: 50px;
}

.ssc-gel .range-slider .range-slider-show-values .irs-grid .irs-grid-text {
	display: block;
	visibility: visible !important;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	top: 40px;
	font-size: 12px;
}

.ssc-gel .range-slider .range-slider-show-values .irs-grid .irs-grid-text:before {
	content: "$";
}

.ssc-gel .range-slider .inline-group .addon {
	float: left;
	width: auto;
}

.ssc-gel .range-slider .range-slider-reset {
	position: absolute;
	top: 10px;
	right: 10px;
}

.ssc-gel .mod.btn-grid-multi .inner .bd {
	padding: 0;
	border-left: 1px solid #dad9db;
	border-right: 1px solid #dad9db;
	border-bottom: 1px solid #dad9db;
}

.ssc-gel .btn-grid-multi-tile {
	padding: 20px 30px;
	border-bottom: 1px solid #dad9db;
}

.ssc-gel .btn-grid-multi-tile:first-of-type {
	border-left: none;
}

.ssc-gel .btn-grid-multi-tile:last-of-type {
	border-right: none;
	border-bottom: none;
}

.ssc-gel .btn-grid-multi-tile .btn-grid-multi-tile-icon {
	text-align: center;
	padding: 20px 0;
	height: 130px;
}

.ssc-gel .btn-grid-multi-tile .btn-grid-multi-tile-icon .icon {
	display: block;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	font-size: 60px;
	font-size: 3.75rem;
	color: #009bda;
}

.ssc-gel .btn-grid-multi-tile .btn-grid-multi-tile-description {
	text-align: center;
	padding-bottom: 20px;
}

.ssc-gel .btn-grid-multi-tile .btn-grid-multi-tile-button button {
	width: 100%;
}

.ssc-gel .btn-grid-multi-tile:hover .icon {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.ssc-gel .btn-grid-multi-tile.offer .icon {
	background: url(../img/svg/offer1.svg) no-repeat;
	background-size: contain;
	height: 66px;
	background-position: center;
}

.ssc-gel .progress-bar ul {
	margin: 40px 0;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.ssc-gel .progress-bar ul li {
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-webkit-flex: 1; /* Chrome */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	text-align: center;
	position: relative;
}

.ssc-gel .progress-bar ul li:not(:first-child):after {
	content: '';
	width: 90%;
	position: absolute;
	top: 30%;
	right: 55%;
	z-index: 1;
	display: block;
	border-top: 8px solid #c1c0c1;
}

.ssc-gel .progress-bar ul li a.txt-circle {
	font-size: 18px;
	position: relative;
	z-index: 2;
	background: #c1c0c1;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.ssc-gel .progress-bar ul li a.txt-circle:hover {
	text-decoration: none;
}

.ssc-gel .progress-bar ul li a.txt-link {
	display: block;
	margin-top: 10px;
}

.ssc-gel .progress-bar ul li span {
	display: block;
	margin-top: 10px;
}

.ssc-gel .progress-bar ul li.active:after {
	border-color: #cbf0ff;
}

.ssc-gel .progress-bar ul li.active a.txt-circle {
	background: #009bda;
}

.ssc-gel .progress-bar ul li.inactive:after {
	border-color: #cbf0ff;
}

.ssc-gel .progress-bar ul li.inactive a.txt-circle {
	background: #cbf0ff;
	color: #009bda;
}

.ssc-gel .booking-calendar-container {
	margin-bottom: 20px;
}

.ssc-gel .booking-calendar-container .booking-calendar-inner {
	position: relative;
}

.ssc-gel .booking-calendar-container .inner {
	position: relative;
}

.ssc-gel .booking-calendar.owl-carousel {
	width: 85%;
	margin-left: 7.5%;
}

.ssc-gel .booking-calendar .owl-controls {
	display: none !important;
}

.ssc-gel .booking-calendar .item {
	background: #fff;
	margin: 5px;
	color: #2666a5;
	border: 1px solid #2666a5;
	text-align: center;
}

.ssc-gel .booking-calendar .item.link a {
	padding: 5px;
	display: inline-block;
}

.ssc-gel .booking-calendar .item.link a:hover {
	text-decoration: none;
}

.ssc-gel .booking-calendar .item.link h2 {
	font-size: 16px;
	line-height: 1;
	margin: 0 auto;
	color: #2666a5;
	text-align: center;
	max-width: 35px;
}

.ssc-gel .booking-calendar .item.link.active {
	background: #009bda;
	border: 1px solid #2666a5;
}

.ssc-gel .booking-calendar .item.link.active h2 {
	color: #fff;
}

.ssc-gel .day-picker .inner h3 {
	margin-top: 0;
}

.ssc-gel .day-picker .col-time {
	float: left;
	width: 33%;
}

.ssc-gel .day-picker .col-time.morning {
	text-align: left;
}

.ssc-gel .day-picker .col-time.lunchtime {
	text-align: center;
}

.ssc-gel .day-picker .col-time.afternoon {
	text-align: right;
}

.ssc-gel .day-picker .slot {
	width: 95%;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #cccbcd;
	display: inline-block;
}

.ssc-gel .day-picker .slot.head {
	margin-bottom: 10px;
}

.ssc-gel .day-picker .slot.time {
	border-bottom: none;
}

.ssc-gel .day-picker .slot.time:last-child {
	border-bottom: 1px solid #cccbcd;
}

.ssc-gel .day-picker .slot.time a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.ssc-gel .day-picker .slot.time.active {
	background: #009bda;
	border-color: #2666a5;
	color: #fff;
}

.ssc-gel .day-picker .slot.time:hover {
	background: #009bda;
	border-color: #2666a5;
	color: #fff;
}

.ssc-gel .day-picker .slot.time.disabled {
	background: #414042;
	color: #fff;
}

.ssc-gel .custom-navigation {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.ssc-gel .custom-navigation i {
	position: absolute;
	margin-top: -17px;
	color: #2666a5;
	font-size: 2rem;
}

.ssc-gel .custom-navigation i:hover {
	color: #009bda;
	cursor: pointer;
}

.ssc-gel .custom-navigation .chevron-left {
	left: 0;
}

.ssc-gel .custom-navigation .chevron-right {
	right: 0;
}

.ssc-gel .bookingCalendarCancelBtn {
	margin-top: -45px;
}

.ssc-gel .scroll-indicator {
	display: none;
}

.ssc-gel .loyalty-discount-table {
	margin-left: -10px;
	position: relative;
}

.ssc-gel .loyalty-discount-table table {
	position: relative;
	margin-bottom: 40px;
	margin-left: 20px;
	border-top: 1px dotted #009bda;
}

.ssc-gel .loyalty-discount-table tr {
	border: 0;
	border-bottom: 1px dotted #009bda;
}

.ssc-gel .loyalty-discount-table td {
	text-align: center;
	border-bottom: 0;
	border-right: 1px dotted #009bda;
	font-size: 12px;
	font-size: 0.75rem;
}

.ssc-gel .loyalty-discount-table td.active {
	background: #007900;
	color: #fff;
}

.ssc-gel .loyalty-discount-table td.highlighted {
	background: rgba(0, 121, 0, 0.1);
}

.ssc-gel .loyalty-discount-table .y-axis-title {
	transform: rotate(-90deg) translate(-60%, 0);
	position: absolute;
	top: -10px;
	left: -50px;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #2666a5;
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .loyalty-discount-table .x-axis-title {
	position: absolute;
	right: 40%;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #2666a5;
}

.ssc-gel .loyalty-discount-table .td-alt {
	background: #2666a5;
	color: #fff;
}

.ssc-gel .loyalty-discount-table .td-blank {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ssc-gel .google-map {
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
}

.ssc-gel .google-map-container {
	margin-bottom: 20px;
	position: relative;
}

.ssc-gel .google-map-input-group {
	display: block;
}

.ssc-gel .google-map-input-group .addon {
	padding: 3px 0 0 0;
}

.ssc-gel .google-map-search {
	width: 100% !important;
}

.ssc-gel .google-map-confirm {
	margin: 6px 0 0 12px;
	background-color: #2666a5;
	border: 1px solid #2666a5;
	color: #ffffff;
}

.ssc-gel .google-map-confirm:hover {
	background-color: #215990;
}

.ssc-gel .damage-butterfly {
	background: #fff;
	padding: 20px;
}

.ssc-gel .damage-butterfly area {
	cursor: pointer;
	cursor: hand;
}

.ssc-gel .damage-butterfly-image {
	position: relative;
	display: block;
	margin: 0 auto;
}

.ssc-gel .damage-butterfly-marker {
	position: absolute;
	width: 42px;
	height: 42px;
	z-index: 8;
	background-color: rgba(0, 102, 0, 0.6);
	margin-left: -21px;
	margin-top: -21px;
	border-radius: 50%;
	text-align: center;
}

.ssc-gel .damage-butterfly-marker:hover {
	text-decoration: none;
}

.ssc-gel .damage-butterfly-marker:hover:after {
	content: 'x';
	color: #fff;
	font-size: 28px;
	line-height: 38px;
}

.ssc-gel img[usemap] {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
}

.ssc-gel .address .bd dl.postcode dd button,
.ssc-gel .update-address .bd dl.postcode dd button {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
	padding: 5px 12px;
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel .address .bd dl.postcode dd button:last-child,
.ssc-gel .update-address .bd dl.postcode dd button:last-child {
	margin-right: 0;
}

.ssc-gel .amendment h2 {
	color: #009bda;
	font-size: 2.2rem;
}

.ssc-gel .amendment h3 {
	color: #009bda;
	font-size: 1.5rem;
}

.ssc-gel .amendment h4 {
	font-size: 1.2rem;
}

.ssc-gel .amendment img {
	width: 100%;
	float: right;
	margin-top: 1.375rem;
}

.ssc-gel .amendment .bd {
	padding: 0 10px;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	display: block;
	border: 1px solid #2666a5;
	padding: 12px 40px 12px 12px;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #2666a5;
	cursor: pointer;
	background: #ffffff;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger i.chevron-down,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger i.plus,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger i.minus {
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	color: #2666a5;
	float: right;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 20px;
	width: auto;
	position: absolute;
	top: 13px;
	right: 10px;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) a.radiobutton-expandable-section i.chevron-right {
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	top: 1px;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger .alert-badge {
	margin-left: 8px;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:hover,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:active,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:focus {
	background-color: #e0f2f9;
	text-decoration: none;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:hover i.chevron-down,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:active i.chevron-down,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:focus i.chevron-down {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:focus {
	background-color: #dde5ed;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger:active {
	background-color: #dde5ed;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger.active:focus {
	background-color: #0eb9ff;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger.active:active {
	background-color: #0eb9ff;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger.active {
	background-color: #009bda;
	border-color: #009bda;
	color: #ffffff;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger.active i.chevron-down:before {
	content: '\7b';
	color: #fff;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) a.radiobutton-expandable-section.active i.chevron-right:before {
	content: '\7d';
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) a.radiobutton-expandable-section.active:active i.chevron-right,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) a.radiobutton-expandable-section.active:hover i.chevron-right {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger.active:hover i.chevron-down,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger.active:active i.chevron-down {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .hd a.trigger.active .txt-info {
	color: #fff;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .ft a.trigger {
	cursor: pointer;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .ft.reverse-collapsible {
	margin-top: 27px;
	text-align: center;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content {
	-webkit-transition-property: max-height, padding-top, padding-bottom, visibility;
	-moz-transition-property: max-height, padding-top, padding-bottom, visibility;
	transition-property: max-height, padding-top, padding-bottom, visibility;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	overflow: visible;
	background-color: #f7f6f4;
	padding: 12px;
	visibility: visible;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd  .collapsible-content.radio-custom-icon {
	padding: 10px 0px 0px 0px;
	background-color: inherit;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content.thirdPartyPolicyRow {
	padding: 0px;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content.reverse-collapsible {
	background-color: #ededed;
	padding: 0;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content.fpgHeringServiceDetails p:not(.txt-bold) {
	margin: 0;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content.fpgHeringServiceDetails .txt-bold {
	margin-bottom: 0;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content ul.bullet-list,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content ul.check-list {
	background: none;
	margin-bottom: 20px;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content ul.bullet-list li,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content ul.check-list li {
	display: list-item;
	table-layout: auto;
	min-height: 100%;
	border: none;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content ul.bullet-list li:after,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .bd .collapsible-content ul.check-list li:after {
	display: none;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile).collapsed .bd .collapsible-content {
	max-height: 0px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	visibility: hidden;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile).collapsible-list {
	margin-bottom: -1px;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile).collapsible-list a.trigger {
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile) .alternate .collapsible-content {
	background-color: #fff;
	margin-bottom: 0;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile).collapsible-plus-minus .hd a.trigger.active i.plus:before {
	content: '\2d';
	color: #fff;
}

.ssc-gel .mod.collapsible:not(.collapse-on-mobile).collapsible-plus-minus .hd a.trigger.active:hover i,
.ssc-gel .mod.collapsible:not(.collapse-on-mobile).collapsible-plus-minus .hd a.trigger.active:active i {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.ssc-gel .mod.collapsible.collapse-on-mobile .hd,
.ssc-gel .mod.collapsible.collapse-on-mobile .ft {
	margin-top: 10px;
}

.ssc-gel .current-address .bd {
	margin: 20px 0 60px 0;
}

.ssc-gel .current-address .bd p {
	margin-bottom: 10px;
}

.ssc-gel .my-document-header-section {
	background-color: #2e86c8;
}

.ssc-gel .my-document-header-section h2 {
	color: #ffffff;
	margin-bottom: 0px;
}

.ssc-gel .collapsible-header.dashboard-collapsible {
	background-color: #2e86c8;
	position: relative;
	clear: left;
}

.ssc-gel .collapsible-header.dashboard-collapsible:after {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #2e86c8;
	border-width: 15px;
}

.ssc-gel .collapsed > .collapsible-header.dashboard-collapsible:after {
	display: none !important;
}

.ssc-gel .third-party-header-section {
	background-color: #2e86c8;
}

.ssc-gel .third-party-header-section span i {
	color: #ffffff;
	font-size: 36.8px;
	line-height: 36.8px;
}

.ssc-gel .third-party-header-section .active .shared-access-customer-link i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

.ssc-gel .third-party-header-section .shared-access-customer-link {
	display: table-cell;
	width: 55px;
	vertical-align: middle;
}

.ssc-gel .third-party-header-section .shared-access-customer-header {
	display: table-cell;
	width: 99%;
	vertical-align: middle;
}

.ssc-gel .third-party-header-section .shared-access-customer-header h2 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ssc-gel .list-of-business button.primary-list,
.ssc-gel .list-of-business button.documents-year {
	padding: 5px 0;
	border: 0;
}

.ssc-gel .list-of-business button.primary-list:focus,
.ssc-gel .list-of-business button.documents-year:focus {
	outline: 0;
}

.ssc-gel .list-of-business ul {
	margin-bottom: 1em;
}

.ssc-gel .list-of-business .list-container .incremental-list {
	margin-bottom: 0;
}

.ssc-gel .list-of-business .list-container .load {
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}

.ssc-gel .list-of-business ul,
.ssc-gel .list-of-business button.primary-list {
	background: #ebebeb;
}

.ssc-gel .list-of-business ul li:after,
.ssc-gel .list-of-business button.primary-list li:after {
	left: 20px;
	right: 20px;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid #a4a4a4;
	z-index: 4;
}

.ssc-gel .list-of-business ul li:last-child:after,
.ssc-gel .list-of-business button.primary-list li:last-child:after {
	display: none;
}

.ssc-gel .list-of-business ul .doc-policy:hover,
.ssc-gel .list-of-business button.primary-list .doc-policy:hover {
	animation-name: pushRight;
	-webkit-animation-name: pushRight;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel .list-of-business ul li,
.ssc-gel .list-of-business button.primary-list li {
	min-height: 70px;
}

.ssc-gel .list-of-business ul li,
.ssc-gel .list-of-business ul .doc-policy,
.ssc-gel .list-of-business button.primary-list li,
.ssc-gel .list-of-business button.primary-list .doc-policy {
	border-top: 0px solid #a4a4a4;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}

.ssc-gel .list-of-business ul li.primary-list,
.ssc-gel .list-of-business ul .doc-policy.primary-list,
.ssc-gel .list-of-business button.primary-list li.primary-list,
.ssc-gel .list-of-business button.primary-list .doc-policy.primary-list {
	cursor: pointer;
}

.ssc-gel .list-of-business ul li.primary-list:hover,
.ssc-gel .list-of-business ul .doc-policy.primary-list:hover,
.ssc-gel .list-of-business button.primary-list li.primary-list:hover,
.ssc-gel .list-of-business button.primary-list .doc-policy.primary-list:hover {
	animation-name: pushRight;
	-webkit-animation-name: pushRight;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel .list-of-business ul li a,
.ssc-gel .list-of-business ul .doc-policy a,
.ssc-gel .list-of-business button.primary-list li a,
.ssc-gel .list-of-business button.primary-list .doc-policy a {
	display: table;
	table-layout: fixed;
	width: 100%;
	animation-name: pushLeft;
	-webkit-animation-name: pushLeft;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	text-decoration: none;
	line-height: 1em;
	position: relative;
}

.ssc-gel .list-of-business ul li a.inline-block,
.ssc-gel .list-of-business ul .doc-policy a.inline-block,
.ssc-gel .list-of-business button.primary-list li a.inline-block,
.ssc-gel .list-of-business button.primary-list .doc-policy a.inline-block {
	display: inline-block;
	width: auto;
}

.ssc-gel .list-of-business ul li > a,
.ssc-gel .list-of-business ul .doc-policy > a,
.ssc-gel .list-of-business button.primary-list li > a,
.ssc-gel .list-of-business button.primary-list .doc-policy > a {
	min-height: 70px;
}

.ssc-gel .list-of-business ul li span,
.ssc-gel .list-of-business ul .doc-policy span,
.ssc-gel .list-of-business button.primary-list li span,
.ssc-gel .list-of-business button.primary-list .doc-policy span {
	display: table-cell;
	width: 55px;
	vertical-align: middle;
	text-align: center;
}

.ssc-gel .list-of-business ul li span.info,
.ssc-gel .list-of-business ul .doc-policy span.info,
.ssc-gel .list-of-business button.primary-list li span.info,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info {
	width: 99%;
	padding: 14px 10px;
	text-align: left;
}

.ssc-gel .list-of-business ul li span.info.left-indented,
.ssc-gel .list-of-business ul .doc-policy span.info.left-indented,
.ssc-gel .list-of-business button.primary-list li span.info.left-indented,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info.left-indented {
	padding-left: 30px;
}

.ssc-gel .list-of-business ul li span.info p,
.ssc-gel .list-of-business ul .doc-policy span.info p,
.ssc-gel .list-of-business button.primary-list li span.info p,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #434345;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ssc-gel .list-of-business ul li span.info p.sub,
.ssc-gel .list-of-business ul .doc-policy span.info p.sub,
.ssc-gel .list-of-business button.primary-list li span.info p.sub,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.sub {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2em;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .list-of-business ul li span.info p.info,
.ssc-gel .list-of-business ul .doc-policy span.info p.info,
.ssc-gel .list-of-business button.primary-list li span.info p.info,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.info {
	color: #009bda;
	text-decoration: none;
}

.ssc-gel .list-of-business ul li span.info p.danger,
.ssc-gel .list-of-business ul li span.info p.danger *,
.ssc-gel .list-of-business ul .doc-policy span.info p.danger,
.ssc-gel .list-of-business ul .doc-policy span.info p.danger *,
.ssc-gel .list-of-business button.primary-list li span.info p.danger,
.ssc-gel .list-of-business button.primary-list li span.info p.danger *,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.danger,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.danger * {
	color: #da0000;
	text-decoration: none;
}

.ssc-gel .list-of-business ul li span.info p.warning,
.ssc-gel .list-of-business ul li span.info p.warning *,
.ssc-gel .list-of-business ul .doc-policy span.info p.warning,
.ssc-gel .list-of-business ul .doc-policy span.info p.warning *,
.ssc-gel .list-of-business button.primary-list li span.info p.warning,
.ssc-gel .list-of-business button.primary-list li span.info p.warning *,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.warning,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.warning * {
	color: #f68b33;
	text-decoration: none;
}

.ssc-gel .list-of-business ul li span.info p.success,
.ssc-gel .list-of-business ul li span.info p.success *,
.ssc-gel .list-of-business ul .doc-policy span.info p.success,
.ssc-gel .list-of-business ul .doc-policy span.info p.success *,
.ssc-gel .list-of-business button.primary-list li span.info p.success,
.ssc-gel .list-of-business button.primary-list li span.info p.success *,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.success,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.success * {
	color: #69be28;
	text-decoration: none;
}

.ssc-gel .list-of-business ul li span.info p.note,
.ssc-gel .list-of-business ul .doc-policy span.info p.note,
.ssc-gel .list-of-business button.primary-list li span.info p.note,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.note {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #909090;
	white-space: normal;
	overflow: visible;
	text-overflow: ellipsis;
}

.ssc-gel .list-of-business ul li span.info p.text-wrap-normal,
.ssc-gel .list-of-business ul .doc-policy span.info p.text-wrap-normal,
.ssc-gel .list-of-business button.primary-list li span.info p.text-wrap-normal,
.ssc-gel .list-of-business button.primary-list .doc-policy span.info p.text-wrap-normal {
	white-space: normal;
}

.ssc-gel .list-of-business ul li span i,
.ssc-gel .list-of-business ul .doc-policy span i,
.ssc-gel .list-of-business button.primary-list li span i,
.ssc-gel .list-of-business button.primary-list .doc-policy span i {
	color: #009bda;
	font-size: 36.8px;
	line-height: 36.8px;
}

.ssc-gel .list-of-business ul li span i.alternate,
.ssc-gel .list-of-business ul .doc-policy span i.alternate,
.ssc-gel .list-of-business button.primary-list li span i.alternate,
.ssc-gel .list-of-business button.primary-list .doc-policy span i.alternate {
	color: #414042;
}

.ssc-gel .list-of-business ul li span i.disabled,
.ssc-gel .list-of-business ul .doc-policy span i.disabled,
.ssc-gel .list-of-business button.primary-list li span i.disabled,
.ssc-gel .list-of-business button.primary-list .doc-policy span i.disabled {
	color: #757579;
}

.ssc-gel .list-of-business ul li span.type,
.ssc-gel .list-of-business ul .doc-policy span.type,
.ssc-gel .list-of-business button.primary-list li span.type,
.ssc-gel .list-of-business button.primary-list .doc-policy span.type {
	width: 55px;
	padding: 0 0 0 15px;
}

.ssc-gel .list-of-business ul li span.type i,
.ssc-gel .list-of-business ul .doc-policy span.type i,
.ssc-gel .list-of-business button.primary-list li span.type i,
.ssc-gel .list-of-business button.primary-list .doc-policy span.type i {
	font-size: 32px;
	line-height: 32px;
}

.ssc-gel .list-of-business ul li span.image,
.ssc-gel .list-of-business ul .doc-policy span.image,
.ssc-gel .list-of-business button.primary-list li span.image,
.ssc-gel .list-of-business button.primary-list .doc-policy span.image {
	text-align: right;
	width: 110px;
	padding: 8px 8px 8px 0;
}

.ssc-gel .list-of-business ul li span.btn-group,
.ssc-gel .list-of-business ul .doc-policy span.btn-group,
.ssc-gel .list-of-business button.primary-list li span.btn-group,
.ssc-gel .list-of-business button.primary-list .doc-policy span.btn-group {
	width: 132px;
	padding-right: 15px;
	text-align: right;
}

.ssc-gel .list-of-business ul li span.btn-group.btn-txt,
.ssc-gel .list-of-business ul .doc-policy span.btn-group.btn-txt,
.ssc-gel .list-of-business button.primary-list li span.btn-group.btn-txt,
.ssc-gel .list-of-business button.primary-list .doc-policy span.btn-group.btn-txt {
	width: 90px;
}

.ssc-gel .list-of-business ul li span.btn-group.btn-txt a,
.ssc-gel .list-of-business ul .doc-policy span.btn-group.btn-txt a,
.ssc-gel .list-of-business button.primary-list li span.btn-group.btn-txt a,
.ssc-gel .list-of-business button.primary-list .doc-policy span.btn-group.btn-txt a {
	width: auto;
}

.ssc-gel .list-of-business ul li span.btn-group a,
.ssc-gel .list-of-business ul .doc-policy span.btn-group a,
.ssc-gel .list-of-business button.primary-list li span.btn-group a,
.ssc-gel .list-of-business button.primary-list .doc-policy span.btn-group a {
	display: inline-block;
	margin: 0 1px;
	min-width: inherit;
}

.ssc-gel .list-of-business ul li span.btn-group i,
.ssc-gel .list-of-business ul .doc-policy span.btn-group i,
.ssc-gel .list-of-business button.primary-list li span.btn-group i,
.ssc-gel .list-of-business button.primary-list .doc-policy span.btn-group i {
	font-size: 18px;
	font-size: 1.125rem;
	margin-right: 0px;
	line-height: 20px;
}

.ssc-gel .list-of-business ul li span .half,
.ssc-gel .list-of-business ul .doc-policy span .half,
.ssc-gel .list-of-business button.primary-list li span .half,
.ssc-gel .list-of-business button.primary-list .doc-policy span .half {
	display: block;
	text-align: left;
	width: 100%;
}

.ssc-gel .list-of-business ul li:first-child,
.ssc-gel .list-of-business ul .doc-policy:first-child,
.ssc-gel .list-of-business button.primary-list li:first-child,
.ssc-gel .list-of-business button.primary-list .doc-policy:first-child {
	border-top: none;
}

.ssc-gel .list-of-business ul li .inline-list,
.ssc-gel .list-of-business ul .doc-policy .inline-list,
.ssc-gel .list-of-business button.primary-list li .inline-list,
.ssc-gel .list-of-business button.primary-list .doc-policy .inline-list {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.ssc-gel .list-of-business ul li .inline-list dt,
.ssc-gel .list-of-business ul li .inline-list dd,
.ssc-gel .list-of-business ul .doc-policy .inline-list dt,
.ssc-gel .list-of-business ul .doc-policy .inline-list dd,
.ssc-gel .list-of-business button.primary-list li .inline-list dt,
.ssc-gel .list-of-business button.primary-list li .inline-list dd,
.ssc-gel .list-of-business button.primary-list .doc-policy .inline-list dt,
.ssc-gel .list-of-business button.primary-list .doc-policy .inline-list dd {
	display: inline-block;
	margin: 4px 20px 4px 0;
	padding: 0;
	color: #434345;
}

.ssc-gel .list-of-business ul li .alert-message i,
.ssc-gel .list-of-business ul .doc-policy .alert-message i,
.ssc-gel .list-of-business button.primary-list li .alert-message i,
.ssc-gel .list-of-business button.primary-list .doc-policy .alert-message i {
	font-size: 16px;
	font-size: 1rem;
	margin-right: 6px;
}

.ssc-gel .list-of-business ul li .half .inline-list dt,
.ssc-gel .list-of-business ul li .half .inline-list dd,
.ssc-gel .list-of-business ul .doc-policy .half .inline-list dt,
.ssc-gel .list-of-business ul .doc-policy .half .inline-list dd,
.ssc-gel .list-of-business button.primary-list li .half .inline-list dt,
.ssc-gel .list-of-business button.primary-list li .half .inline-list dd,
.ssc-gel .list-of-business button.primary-list .doc-policy .half .inline-list dt,
.ssc-gel .list-of-business button.primary-list .doc-policy .half .inline-list dd {
	margin-right: 10px;
}

.ssc-gel .list-of-business .incremental-list li {
	display: none;
}

.ssc-gel .list-of-business.my-policies {
	display: none;
}

.ssc-gel .list-of-business.my-policies .hd {
	padding: 40px 0;
}

.ssc-gel .list-of-business.my-policies .hd h2 {
	display: block;
	line-height: 1;
}

.ssc-gel .list-of-business.my-policies li:after {
	display: none;
}

.ssc-gel .list-of-business.edocs,
.ssc-gel .list-of-business.tracking {
	margin-bottom: 0;
}

.ssc-gel .list-of-business.edocs ul,
.ssc-gel .list-of-business.tracking ul {
	margin-bottom: 0;
}

.ssc-gel .list-of-business.edocs .hd,
.ssc-gel .list-of-business.tracking .hd {
	border-bottom: 2px solid #dad9db;
	background-color: #ebebeb;
}

.ssc-gel .list-of-business.edocs .hd .documents-year,
.ssc-gel .list-of-business.tracking .hd .documents-year {
	background-color: #fff;
}

.ssc-gel .list-of-business.edocs .primary-list.active .policy-link i,
.ssc-gel .list-of-business.tracking .primary-list.active .policy-link i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ssc-gel .list-of-business.tracking .bd .hd {
	border-bottom: none;
	background: none;
}

.ssc-gel .list-of-business.tracking .bd span {
	margin-top: 15px;
	display: block;
	color: #909090;
	text-align: right;
	font-weight: normal;
}

.ssc-gel .list-of-business .additional-products .secondary-list a {
	display: inline;
}

.ssc-gel .mod.lozenge { /***************************************************************
    Simple Lozenge
  ***************************************************************/
}

.ssc-gel .mod.lozenge .inner {
	border-width: 1px;
	border-style: solid;
	background: #ffffff;
}

.ssc-gel .mod.lozenge .hd i,
.ssc-gel .mod.lozenge .hd h2 {
	display: table-cell;
	min-height: 40px;
}

.ssc-gel .mod.lozenge .hd i {
	width: 1%;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 32px;
	font-size: 2rem;
	line-height: 48px;
}

.ssc-gel .mod.lozenge .hd h2 {
	width: 99%;
	text-transform: none;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	overflow: hidden;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: middle;
	clear: none;
	padding: 15px;
	margin: 0px;
}

.ssc-gel .mod.lozenge .hd h2 span {
	display: block;
	text-transform: none;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-size: 0.9rem;
}

.ssc-gel .mod.lozenge .bd {
	padding: 0 15px 15px;
}

.ssc-gel .mod.lozenge .bd h3,
.ssc-gel .mod.lozenge .bd p {
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	color: #434345;
	word-wrap: break-word;
	word-break: break-word;
}

.ssc-gel .mod.lozenge .bd .list {
	margin: 5px 0 15px 20px;
}

.ssc-gel .mod.lozenge .bd .list li {
	list-style-type: disc;
	color: #434345;
}

.ssc-gel .mod.lozenge .bd h3:first-child {
	margin-top: 5px;
}

.ssc-gel .mod.lozenge.simple {
	margin-top: 10px;
}

.ssc-gel .mod.lozenge.simple .inner {
	border: 0 none;
}

.ssc-gel .mod.lozenge.simple.border-dash .inner {
	border: 1px solid;
}

.ssc-gel .mod.lozenge.simple .hd i {
	width: 1%;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2em;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 17px;
}

.ssc-gel .mod.lozenge.simple .hd h2 {
	width: 100%;
	padding-left: 0;
	padding-right: 20px;
}

.ssc-gel .mod.lozenge.simple .bd {
	padding: 5px 15px 15px;
	margin-top: 0;
}

.ssc-gel .mod.lozenge.simple .bd h1,
.ssc-gel .mod.lozenge.simple .bd h2,
.ssc-gel .mod.lozenge.simple .bd h3,
.ssc-gel .mod.lozenge.simple .bd h4,
.ssc-gel .mod.lozenge.simple .bd h5,
.ssc-gel .mod.lozenge.simple .bd p {
	margin: 0;
	padding: 0;
}

.ssc-gel .mod.lozenge.simple .bd p {
	font-size: 15px;
	font-size: 0.9rem;
	line-height: 1.2em;
}

.ssc-gel .mod.lozenge.simple.info .hd h2,
.ssc-gel .mod.lozenge.simple.warning .hd h2,
.ssc-gel .mod.lozenge.simple.error .hd h2,
.ssc-gel .mod.lozenge.simple.success .hd h2,
.ssc-gel .mod.lozenge.simple.dark .hd h2,
.ssc-gel .mod.lozenge.simple.light .hd h2 {
	padding-bottom: 0;
}

.ssc-gel .mod.lozenge.simple.info .bd {
	background-color: #daf4ff;
}

.ssc-gel .mod.lozenge.simple.warning .bd {
	background-color: #fef2e8;
}

.ssc-gel .mod.lozenge.simple.error .bd {
	background-color: #ffe9e9;
}

.ssc-gel .mod.lozenge.simple.success .bd {
	background-color: #f1fbea;
}

.ssc-gel .mod.lozenge.simple.dark .bd {
	background-color: #414042;
}

.ssc-gel .mod.lozenge.simple.dark .bd p {
	color: #ffffff;
}

.ssc-gel .mod.lozenge.simple.light .bd {
	background-color: #ededed;
}

.ssc-gel .mod.lozenge.simple.discount .hd h2 {
	padding-bottom: 10px;
}

.ssc-gel .mod.lozenge.simple.discount .bd {
	padding-top: 0;
}

.ssc-gel .mod.lozenge.simple.discount .bd .btn-group {
	padding: 8px 0;
}

.ssc-gel .mod.lozenge.simple.discount .ft {
	padding: 10px 0;
}

.ssc-gel .mod.lozenge.simple.inline .hd h2 {
	padding-bottom: 10px;
}

.ssc-gel .lozenge.info .inner,
.ssc-gel .lozenge .inner {
	border-color: #009bda;
}

.ssc-gel .lozenge.info .hd,
.ssc-gel .lozenge .hd {
	color: #434345;
	background: #daf4ff;
	display: table;
	width: 100%;
}

.ssc-gel .lozenge.info .hd i,
.ssc-gel .lozenge .hd i {
	color: #009bda;
}

.ssc-gel .lozenge.info .ft .option-button-group,
.ssc-gel .lozenge .ft .option-button-group {
	white-space: nowrap;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.ssc-gel .lozenge.info .ft .option-button-group .option-button,
.ssc-gel .lozenge .ft .option-button-group .option-button {
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.ssc-gel .lozenge.info .ft .option-button-group .option-button .title,
.ssc-gel .lozenge .ft .option-button-group .option-button .title {
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.ssc-gel .lozenge.info .ft .option-button-group .option-button .button,
.ssc-gel .lozenge .ft .option-button-group .option-button .button {
	min-width: 200px;
}

.ssc-gel .lozenge.success .inner {
	border-color: #69be28;
}

.ssc-gel .lozenge.success .hd {
	color: #434345;
	background: #f1fbea;
}

.ssc-gel .lozenge.success .hd i {
	color: #69be28;
}

.ssc-gel .lozenge.warning .inner {
	border-color: #f68b33;
}

.ssc-gel .lozenge.warning .inner .hd {
	color: #434345;
	background: #fef2e8;
}

.ssc-gel .lozenge.warning .inner .hd i {
	color: #f68b33;
}

.ssc-gel .lozenge.warning .inner .hd .bd {
	background-color: #fff;
}

.ssc-gel .lozenge.error .inner {
	border-color: #da0000;
}

.ssc-gel .lozenge.error .inner .hd {
	color: #434345;
	background: #ffe9e9;
}

.ssc-gel .lozenge.error .inner .hd i {
	color: #da0000;
}

.ssc-gel .lozenge.dark .inner {
	border-color: #414042;
}

.ssc-gel .lozenge.dark .inner .hd {
	color: #ffffff;
	background: #414042;
}

.ssc-gel .lozenge.dark .inner .hd i {
	color: #ffffff;
}

.ssc-gel .lozenge.light .inner {
	border-color: #ededed;
}

.ssc-gel .lozenge.light .inner .hd {
	color: #434345;
	background: #ededed;
}

.ssc-gel .lozenge.light .inner .hd i {
	color: #434345;
}

.ssc-gel .lozenge.container {
	margin-bottom: 0;
}

.ssc-gel .lozenge.container .inner .hd {
	color: #2666a5;
	background: #ededed;
}

.ssc-gel .lozenge.container .inner .hd p {
	font-size: 18px;
	padding: 10px;
}

.ssc-gel .lozenge.container .inner .hd p a {
	color: #009bda;
	text-decoration: underline;
}

.ssc-gel .lozenge.container .inner .hd p.nav {
	padding: 20px;
	text-align: left;
	font-size: 22px;
	line-height: 26px;
}

.ssc-gel .lozenge.container .inner .hd .voucher {
	background: #fff;
	padding: 10px;
	line-height: 65px;
	border: 2px solid #009bda;
	font-size: 28px;
}

.ssc-gel .lozenge.lozengeIconic .inner .hd i {
	font-size: 40px;
}

.ssc-gel .lozenge.discount {
	text-align: center;
}

.ssc-gel .lozenge.discount .hd h2 {
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: none;
}

.ssc-gel .lozenge.discount .bd {
	padding-bottom: 20px;
}

.ssc-gel .lozenge.discount .bd p {
	font-size: 18px;
	font-size: 1.1rem;
}

.ssc-gel .lozenge.edocs-switch .bd {
	padding: 0;
	padding-bottom: 20px;
}

.ssc-gel .lozenge.edocs-switch .bd:before,
.ssc-gel .lozenge.edocs-switch .bd:after {
	content: "";
	display: table;
}

.ssc-gel .lozenge.edocs-switch .bd:after {
	clear: both;
}

.ssc-gel .lozenge.edocs-switch .bd .full-width {
	width: 100%;
}

.ssc-gel .lozenge.edocs-switch .bd i {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
	font-size: 64px;
	font-size: 4rem;
	text-align: center;
	color: #009bda;
	margin: 10px 0 0;
}

.ssc-gel .lozenge.edocs-switch .bd i:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.edocs-switch .bd div {
	margin: 10px 0 10px;
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 74.10533%;
}

.ssc-gel .lozenge.edocs-switch .bd div:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.edocs-switch .bd div h3,
.ssc-gel .lozenge.edocs-switch .bd div p {
	margin: 0;
	padding: 25px 10px 0 0;
}

.ssc-gel .lozenge.edocs-switch .bd a.btn {
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.ssc-gel .lozenge.edocs-switch .bd a {
	display: inline;
}

.ssc-gel .road-side-assistance-discount {
	position: relative;
	float: top right;
	width: 80px;
	height: 80px;
	background-color: #592c82;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	z-index: 1;
	text-align: center;
	color: #fff;
}


.ssc-gel .proof-point-message-box {
	border-width: 1px;
	border-style: solid;
	border-color: #2666a5;
	background: #ffffff;
	display:inline-block;
	max-width: 58em;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 15px;
}
.ssc-gel .road-side-assistance-discount-label {
	width: 80%;
}

.ssc-gel .mod.my-nrma-membership .ft {
	padding: 1em;
}

.ssc-gel .mod.grid .payable-amount {
	margin-bottom: 0;
}

.ssc-gel .mod.primary.payable-amount p {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 8px;
}

.ssc-gel .mod.primary.payable-amount .hd h2 {
	width: 100%;
	text-align: center;
	padding: 15px 0 0;
	margin: 0;
}

.ssc-gel .mod.primary.payable-amount .hd h2 span.price-label {
	font-size: 18px;
	font-size: 1.1rem;
	display: block;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .mod.primary.payable-amount .hd span.currency {
	font-size: 40px;
	font-size: 2.5rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .mod.primary.payable-amount .hd span.currency span.sign {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .mod.primary.payable-amount .hd span.currency span.cents {
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .mod.primary.payable-amount .hd span.currency-rev {
	font-size: 40px;
	font-size: 2.5rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .mod.primary.payable-amount .hd span.currency-rev span.sign {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .mod.primary.payable-amount .hd span.currency-rev span.cents {
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .mod.primary.payable-amount.half .hd h2 {
	font-size: 42px;
	font-size: 2.625rem;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .mod.primary.payable-amount .bd {
	padding-top: 0;
	padding-bottom: 0;
}

.ssc-gel .mod.primary.payable-amount .bd p.txt-center {
	margin: 0 auto;
	font-size: 13px;
	font-size: 0.8125rem;
}

.ssc-gel .mod.primary.payable-amount .bd dl dt {
	width: 70%;
}

.ssc-gel .mod.primary.payable-amount .bd dl dd {
	width: 30%;
}

.ssc-gel .mod.primary.payable-amount .ft {
	padding: 15px;
	padding-top: 0px;
}

.ssc-gel .mod.primary.payable-amount .ft p {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}

.ssc-gel .policy-payable-amount .inner {
	background-color: #ededed;
}

.ssc-gel .policy-payable-amount .hd {
	background: #2666a5;
	text-align: center;
}

.ssc-gel .policy-payable-amount .hd h2 {
	display: block;
	font-size: 54px;
	font-size: 3.375rem;
	line-height: 60px;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 10px;
	color: #ffffff;
}

.ssc-gel .policy-payable-amount .hd h2 span.label {
	font-size: 18px;
	font-size: 1.1rem;
	display: block;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .policy-payable-amount .hd h2 span.lighter {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .policy-payable-amount .hd h2 span.cents {
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .policy-payable-amount .hd p {
	margin-top: 0;
	padding: 0 15px 15px;
	color: #c0d8f0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.1em;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .policy-payable-amount .hd p a {
	color: #c0d8f0;
	text-decoration: underline;
}

.ssc-gel .policy-payable-amount .bd {
	text-align: center;
	padding: 15px;
}

.ssc-gel .policy-payable-amount .bd h3 {
	margin: 0;
	line-height: 1em;
}

.ssc-gel .policy-payable-amount .bd p {
	margin: 0;
	font-size: 18px;
	font-size: 1.1rem;
}

.ssc-gel .pay-other.alternate .paired-list .bd h2 span {
	color: #414042;
}

.ssc-gel .pay-other.alternate .paired-list .bd dl dt i {
	color: #414042;
}

.ssc-gel .pay-other .paired-list .bd i,
.ssc-gel .pay-other.paired-list .bd i {
	font-size: 32px;
}

.ssc-gel .pay-other .paired-list .bd a,
.ssc-gel .pay-other.paired-list .bd a {
	text-decoration: none;
	display: block;
}

.ssc-gel .pay-other .paired-list .bd h2,
.ssc-gel .pay-other.paired-list .bd h2 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.ssc-gel .pay-other .paired-list .bd p,
.ssc-gel .pay-other.paired-list .bd p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.ssc-gel .pay-other .paired-list .bd dl dt,
.ssc-gel .pay-other .paired-list .bd dl dd,
.ssc-gel .pay-other.paired-list .bd dl dt,
.ssc-gel .pay-other.paired-list .bd dl dd {
	float: left;
}

.ssc-gel .pay-other .paired-list .bd dl dt,
.ssc-gel .pay-other.paired-list .bd dl dt {
	width: 15%;
	text-align: center;
}

.ssc-gel .pay-other .paired-list .bd dl dt i,
.ssc-gel .pay-other.paired-list .bd dl dt i {
	color: #009bda;
}

.ssc-gel .pay-other .paired-list .bd dl dd,
.ssc-gel .pay-other.paired-list .bd dl dd {
	width: 85%;
	line-height: 30px;
}

.ssc-gel .pay-other .paired-list .bd dl dl,
.ssc-gel .pay-other.paired-list .bd dl dl {
	padding: 0;
}

.ssc-gel .pay-other .paired-list .bd dl dl dt,
.ssc-gel .pay-other.paired-list .bd dl dl dt {
	float: none;
	width: 100%;
	text-align: left;
	line-height: 1.1em;
}

.ssc-gel .pay-other .paired-list .bd dl dl dd,
.ssc-gel .pay-other.paired-list .bd dl dl dd {
	float: none;
	width: 100%;
	line-height: 1.1em;
}

.ssc-gel .mod.policy-change-confirm .bd .highlight-date {
	background: #f7f7f7;
	border-bottom: 1px solid #b2b2b2;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

.ssc-gel .mod.policy-change-confirm .bd .highlight-date dl {
	margin-left: 15px;
	margin-right: 15px;
}

.ssc-gel .mod.policy-change-confirm .bd .highlight-date dt {
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 28.8px;
	color: #909090;
}

.ssc-gel .mod.policy-change-confirm .bd .highlight-date dd {
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 28.8px;
}

.ssc-gel .mod.policy-change-confirm .bd p:first-child {
	margin-top: 0px;
	padding-top: 16px;
}

.ssc-gel .mod.policy-change-confirm .bd p:last-child {
	margin-bottom: 0px;
	padding-bottom: 16px;
}

.ssc-gel .mod.policy-change-confirm .bd dl {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .mod.policy-change-confirm .highlight {
	background: #f7f7f7;
	padding: 15px;
	margin-top: 15px;
}

.ssc-gel .edit-policy { /* bd */
}

.ssc-gel .edit-policy .bd { /* ul */
}

.ssc-gel .edit-policy .bd ul { /* li */
}

.ssc-gel .edit-policy .bd ul li { /* btn */
}

.ssc-gel .edit-policy .bd ul li .btn {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	text-decoration: none;
}

.ssc-gel .edit-policy .bd ul li .btn .icon {
	font-size: 100px;
	font-size: 6.25rem;
	color: #c3c3c4;
	display: block;
}

.ssc-gel .edit-policy .bd ul li .btn span {
	font-size: 18px;
	font-size: 1.125rem;
	color: #757579;
}

.ssc-gel .edit-policy .bd ul li .btn:hover,
.ssc-gel .edit-policy .bd ul li .btn:active {
	border: 1px solid #009bda;
	background: none;
}

.ssc-gel .edit-policy .bd ul li .btn:hover .icon,
.ssc-gel .edit-policy .bd ul li .btn:active .icon {
	color: #009bda;
}

.ssc-gel .register .bd dl {
	border-top: 1px solid #cccbcd;
}

.ssc-gel .register .bd dl:first-child {
	border: none;
}

.ssc-gel .register .bd dl.benefits p {
	margin: 0 0 10px;
}

.ssc-gel .register .bd dl.birth-date dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .register .bd dl.birth-date dd:last-child {
	margin-right: 0;
}

.ssc-gel .register .bd dl.policy-number dd p a {
	display: none;
}

.ssc-gel .registration-confirmation {
	margin-bottom: 40px;
}

.ssc-gel .registration-confirmation .bd {
	margin-bottom: 30px;
}

.ssc-gel .sum-insured > .inner > .hd {
	background: #2666a5;
	text-align: center;
	color: #fff;
	padding: 30px;
}

.ssc-gel .sum-insured > .inner > .hd h2 {
	font-size: 64px;
	font-size: 4rem;
	padding: 0;
	margin-bottom: 10px;
	display: block;
}

.ssc-gel .sum-insured > .inner > .hd h3 {
	margin: 0 0 10px;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .sum-insured > .inner > .hd p {
	margin: 0 0 10px;
}

.ssc-gel .sum-insured .hgroup {
	border: none;
}

.ssc-gel .sum-insured .collapsible .bd {
	padding: 0;
}

.ssc-gel .sum-insured .radio-group-box dd {
	width: 48.9%;
}

.ssc-gel .sum-insured .collapsible-content .radio-group-box dd {
	width: 32%;
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .sum-insured .collapsible-content .radio-group-box dd span {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .sum-insured .message-box h2 {
	padding: 0;
}

.ssc-gel .sum-insured .message-box .bd {
	background: #fff;
}

.ssc-gel .billing-details .bd dl {
	border-top: 1px solid #cccbcd;
}

.ssc-gel .billing-details .bd dl:first-child {
	border: none;
}

.ssc-gel .billing-details .bd dl.radio-group-box dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.radio-group-box dd:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.bsb dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.bsb dd:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.card-expiry dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.card-expiry dd:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd .text-center {
	margin: 0 0 10px;
}

.ssc-gel .user-login .bd {
	padding-bottom: 20px;
}

.ssc-gel .user-login .ft {
	text-align: center;
	margin-bottom: 20px;
}

.ssc-gel .user-login dt {
	margin-top: 0;
}

.ssc-gel .user-login dt #username-label,
.ssc-gel .user-login dt #password-label {
	float: left;
}

.ssc-gel .user-login dt .forgot-username,
.ssc-gel .user-login dt .forgot-password {
	float: right;
	text-align: right;
	position: relative;
	z-index: 1;
}

.ssc-gel .user-forgotten-password .bd {
	margin-bottom: 20px;
}

.ssc-gel .user-forgotten-password .bd p {
	text-align: center;
	margin-bottom: 0;
}

.ssc-gel .user-forgotten-password .ft {
	margin-bottom: 20px;
	text-align: center;
}

.ssc-gel .user-forgotten-password .ft p {
	margin: 0;
}

.ssc-gel .get-in-touch .call {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 30.11389%;
}

.ssc-gel .get-in-touch .call:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .or-sign {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 12.64237%;
	background-color: #f7f6f4;
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background-clip: padding-box; /* stops bg color from leaking outside the border: */
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: FS Joey Web Italic, Helvetica, Arial;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	color: #909090;
	text-align: center;
}

.ssc-gel .get-in-touch .or-sign:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .callback {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 47.58542%;
}

.ssc-gel .get-in-touch .callback:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .branch {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 100%;
}

.ssc-gel .get-in-touch .branch:last-child {
	margin-right: 0;
}

.ssc-gel .invalid,
.ssc-gel .information {
	background-color: #da0000;
	margin-top: -16px;
}

.ssc-gel .invalid .inner,
.ssc-gel .information .inner {
	text-align: center;
}

.ssc-gel .invalid .hd,
.ssc-gel .information .hd,
.ssc-gel .invalid .bd,
.ssc-gel .information .bd {
	background-color: transparent;
	color: #ffffff;
}

.ssc-gel .invalid .hd h3,
.ssc-gel .information .hd h3,
.ssc-gel .invalid .bd h3,
.ssc-gel .information .bd h3 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	line-height: 44px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	padding: 0 10px;
}

.ssc-gel .invalid .hd i,
.ssc-gel .information .hd i,
.ssc-gel .invalid .bd i,
.ssc-gel .information .bd i {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 40px;
	color: #fff;
	padding-right: 5px;
	position: relative;
	top: 3px;
	font-size: 26px;
}

.ssc-gel .invalid .bd,
.ssc-gel .information .bd {
	background-color: transparent;
}

.ssc-gel input.mandatory {
	background: #ffe9e9;
}

.ssc-gel .driver-details dt:before,
.ssc-gel .driver-details dt:after {
	content: "";
	display: table;
}

.ssc-gel .driver-details dt:after {
	clear: both;
}

.ssc-gel .driver-details dd {
	margin: 0;
}

.ssc-gel .driver-details dd:before,
.ssc-gel .driver-details dd:after {
	content: "";
	display: table;
}

.ssc-gel .driver-details dd:after {
	clear: both;
}

.ssc-gel .add-new-driver { /* .bd */
}

.ssc-gel .add-new-driver .bd { /* med-break */
}

.ssc-gel .add-new-driver .bd dl {
	border: none;
}

.ssc-gel .add-new-driver .bd dl.incident-month {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .add-new-driver .bd dl.incident-month:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-year {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .add-new-driver .bd dl.incident-year:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-buttons {
	padding-top: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-buttons .btn {
	margin-top: 0;
}

.ssc-gel .add-new-driver .bd dl.birth-date dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .add-new-driver .bd dl.birth-date dd:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.birth-date ul {
	float: left;
	width: 100%;
	padding: 0 5px;
}

.ssc-gel .add-new-driver .bd dl.license-age dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .add-new-driver .bd dl.license-age dd:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details { /* .bd */
}

.ssc-gel .edit-driver-details .bd { /* med-break */
}

.ssc-gel .edit-driver-details .bd dl {
	border: none;
}

.ssc-gel .edit-driver-details .bd dl.incident-month {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .edit-driver-details .bd dl.incident-month:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-year {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .edit-driver-details .bd dl.incident-year:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-buttons {
	padding-top: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-buttons .btn {
	margin-top: 0;
}

.ssc-gel .edit-driver-details .bd dl.license-age dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .edit-driver-details .bd dl.license-age dd:last-child {
	margin-right: 0;
}

.ssc-gel .new-mailing-address { /* med-break */
}

.ssc-gel .new-mailing-address dl {
	border-top: 1px solid #cccbcd;
}

.ssc-gel .new-mailing-address dl:first-child {
	border: none;
}

.ssc-gel .new-mailing-address dl.postcode dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .new-mailing-address dl.postcode dd:last-child {
	margin-right: 0;
}

.ssc-gel .new-mailing-address dl.postcode dd button {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
	padding: 5px 12px;
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel .new-mailing-address dl.postcode dd button:last-child {
	margin-right: 0;
}

.ssc-gel .new-mailing-address .hgroup-bg dl {
	border-top: 1px solid #cccbcd;
}

.ssc-gel .new-mailing-address .hgroup-bg dl:first-child {
	border: none;
}

.ssc-gel .mod.single-quote-page .flex-container {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-flex-flow: column-reverse nowrap;
	flex-flow: column-reverse nowrap;
}

.ssc-gel .mod.single-quote-page .cover-col .inner {
	max-width: 100%;
}

.ssc-gel .mod.single-quote-page .tabs {
	padding: 0;
}

.ssc-gel .mod.single-quote-page .tabs .ui-tabs-nav {
	background: #fff;
}

.ssc-gel .mod.single-quote-page .tabs .download-policy-booklet {
	width: 100%;
	margin-left: -7.5px;
	margin-top: 20px;
}

.ssc-gel .mod.single-quote-page .single-quote-page-pay-logos {
	float: right;
	height: 45px;
}

.ssc-gel .mod.single-quote-page .single-quote-page-pay-logos img {
	height: 20px;
}

.ssc-gel .mod.single-quote-page .premiumVal,
.ssc-gel .mod.single-quote-page .premiumType {
	padding-right: 20px;
}

.ssc-gel .mod.single-quote-page .premiumVal {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	font-size: 2rem;
	line-height: 32px;
	color: #2666a5;
	margin: 0 0 5px;
}

.ssc-gel .mod.single-quote-page .premiumType {
	margin: 0;
	color: #2666a5;
}

.ssc-gel .mod.single-quote-page .payment-info-monthly {
	margin-bottom: 21px;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header {
	position: fixed;
	z-index: 10;
	top: 0;
	background: #fff;
	width: 100%;
	min-height: 85px;
	border-bottom: 2px solid #ededed;
	margin: 0px;
}

.ssc-gel .nrma-rsa-options-group .nrma-rsa-section-body {
	display: inline-block;
	width: 100%;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.nrma-rsa-single-quote-floating-header {
	min-height: 53px;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.motor-price-page {
	border-bottom-color: #009bda;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.motor-price-page .premiumVal,
.ssc-gel .mod.single-quote-page.single-quote-floating-header.motor-price-page .premiumType {
	padding: 0;
	margin-bottom: 0;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.motor-price-page .switch-billing {
	margin: 0;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.motor-price-page .switch-billing a {
	color: #000000;
	text-decoration: underline;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.absolute {
	position: absolute;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header h2 {
	font-size: 22px;
	font-size: 1.375rem;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .premiumType {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin-top: 10px;
	margin-top: 0;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .premiumVal {
	font-size: 32px;
	font-size: 2rem;
	line-height: 32px;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .half {
	width: 100%;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .half .half {
	width: 50%;
	float: left;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .single-quote-page-buy-now {
	padding: 0;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .single-quote-page-buy-now button {
	line-height: 1;
	margin-top: 8px;
	width: 100%;
}

.ssc-gel .mod.single-quote-page .single-quote-details {
	clear: both;
}

.ssc-gel .mod.single-quote-page .single-quote-page-savings {
	color: #2666a5;
	clear: both;
	margin: 20px 0;
}

.ssc-gel .mod.single-quote-page .btn-group.quote-btns button {
	width: 22%;
	min-width: inherit;
	margin-left: 0;
}

.ssc-gel .mod.single-quote-page .excess .inner {
	margin-left: 0;
}

.ssc-gel .banner {
	z-index: 0;
	position: relative;
	padding: 0;
	background: #2e86c8;
	background-image: -webkit-linear-gradient(#010C66, #010C66);
	background-image: linear-gradient(#010C66, #010C66);
	color: #ffffff;
}

.ssc-gel .banner.quote {
	margin-bottom: 0;
}

.ssc-gel .banner.no-heading {
	margin-bottom: 0;
	min-height: 82px;
}

.ssc-gel .banner h1,
.ssc-gel .banner h2 {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin: 0 10px 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
	overflow: hidden;
	margin-left: 53px;
	line-height: 1.5;
}

.ssc-gel .banner h1 {
	font-size: 21px;
	font-size: 1.3rem;
}

.ssc-gel .banner h2 {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .banner.wrap-text h1 {
	white-space: normal;
	margin: 0;
}

.ssc-gel .banner .has-sub h1 {
	margin-top: 0;
	margin-bottom: 3px;
}

.ssc-gel .banner .inner {
	padding: 10px;
}

.ssc-gel .banner .ft {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	width: 43px;
	height: 100%;
}

.ssc-gel .banner .ft a {
	display: table;
	text-align: left;
	color: white;
	text-decoration: none;
	height: 100%;
}

.ssc-gel .banner .ft a i {
	font-size: 20px;
	font-size: 1.2em;
	color: white;
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	padding: 0 2px 0 0;
	line-height: 23px;
}

.ssc-gel .banner .ft a p {
	display: none;
}

.ssc-gel .banner .ft a:hover {
	animation-name: pushLeft;
	-webkit-animation-name: pushLeft;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel .banner.text-center h1,
.ssc-gel .banner.text-center h2 {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

.ssc-gel .banner.text-center h1 {
	white-space: normal;
}

.ssc-gel .banner.image .inner {
	position: relative;
	padding: 10px;
}

.ssc-gel .banner.image .inner .bd {
	position: relative;
	width: 100%;
	z-index: 3;
}

.ssc-gel .banner.image .inner .bd h1,
.ssc-gel .banner.image .inner .bd h2 {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.ssc-gel .banner.image .inner .bd h1 {
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.5;
	white-space: normal;
}

.ssc-gel .information {
	padding: 10px 0;
	background-color: #2666a5;
}

.ssc-gel .information .hd h1,
.ssc-gel .information .bd h1 {
	margin: 0;
}

.ssc-gel .information .hd p,
.ssc-gel .information .bd p {
	margin: 0;
}

.ssc-gel .information .hd ol,
.ssc-gel .information .hd ul,
.ssc-gel .information .bd ol,
.ssc-gel .information .bd ul {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 200px;
}

.ssc-gel .mod.intro.intro-banner {
	margin-top: -15px;
}

.ssc-gel .mod.intro h2 {
	color: #009bda;
	font-size: 2.2rem;
	line-height: 1;
}

.ssc-gel .mod.intro h3 {
	color: #009bda;
	font-size: 1.5rem;
}

.ssc-gel .mod.intro h4 {
	font-size: 1.2rem;
}

.ssc-gel .mod.intro img {
	width: 100%;
	float: right;
	margin-top: 1.375rem;
}

.ssc-gel .mod.intro .bd {
	padding: 0 10px;
}

.ssc-gel .banner-message {
	background-color: #ebebeb;
	margin-top: -16px;
}

.ssc-gel .banner-message .inner {
	text-align: center;
}

.ssc-gel .banner-message .hd,
.ssc-gel .banner-message .bd {
	color: #2666a5;
	background-color: none;
	margin-bottom: 0;
	margin-top: 0;
}

.ssc-gel .banner-message .hd h3,
.ssc-gel .banner-message .bd h3 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	width: 95%;
}

.ssc-gel .banner-message .hd h3 a,
.ssc-gel .banner-message .bd h3 a {
	color: #ffffff;
}

.ssc-gel .banner-message .bd {
	background-color: none;
}

.ssc-gel .banner-message i.banner-message-icon {
	font-size: 26px;
	font-size: 1.6rem;
	display: table-cell;
	vertical-align: top;
	padding: 5px 10px;
}

.ssc-gel .banner-message i.banner-message-icon.info {
	transform: rotate(180deg);
	padding: 2px 8px 2px 5px;
}

.ssc-gel .banner-message .banner-message-action-bar {
	font-size: 26px;
	font-size: 1.6rem;
	padding-top: 5px;
	display: table-cell;
	min-width: 40px;
	text-align: right;
	vertical-align: top;
}

.ssc-gel .banner-message .banner-message-action-bar a {
	text-align: right;
}

.ssc-gel .banner-message .banner-exclamation {
	font-size: 17px;
}

.ssc-gel .banner-message.banner-message-warning {
	background-color: #f68b33;
}

.ssc-gel .banner-message.banner-message-warning h3 {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-warning i {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-error {
	background-color: #da0000;
}

.ssc-gel .banner-message.banner-message-error h3 {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-error i {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-success {
	background-color: #007900;
}

.ssc-gel .banner-message.banner-message-success h3 {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-success i {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-main {
	background-color: #2666a5;
}

.ssc-gel .banner-message.banner-message-main.inline-banner {
	margin-top: 0px;
	margin-bottom: 10px;
}

.ssc-gel .banner-message.banner-message-main.inline-banner h2{
	color: #ffffff;
	margin-top: 18px;
}

.ssc-gel .banner-message.banner-message-main.inline-banner p{
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-main.inline-banner .content-small{
	font-size: 0.75rem;
	margin-bottom: 20px;
}

.ssc-gel .banner-message.banner-message-main.inline-banner .bd{
	margin-bottom: 10px;
}

.ssc-gel .banner-message.banner-message-main h3 {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-main i {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-alternate {
	margin-top: 10px;
	margin-bottom: 0;
	background-color: #009bda;
}

.ssc-gel .banner-message.banner-message-alternate h3 {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-alternate i {
	color: #ffffff;
}

.ssc-gel .banner-message.banner-message-button-action .inner {
	padding: 0px;
}

.ssc-gel .banner-message.banner-message-button-action .hd {
	width: 64%;
}

.ssc-gel .banner-message.banner-message-button-action .bd {
	width: auto;
	float: right;
	padding: 10px 0;
}

.ssc-gel .page-header {
	background: -webkit-gradient(linear, left top, left bottom, from(#3f8fc9), to(#479fd9));
	background: -moz-linear-gradient(top, #3f8fc9, #479fd9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8fc9', endColorstr='#479fd9');
}

.ssc-gel .page-header h1 {
	color: #fff;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 20px 0;
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .steps {
	background: #ebebeb;
	margin-top: -16px;
}

.ssc-gel .steps .inner {
	position: relative;
}

.ssc-gel .steps .bd {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	z-index: 2;
	width: 100%;
}

.ssc-gel .steps span {
	background: #f7f6f4;
	border: 1px solid #b2b2b2;
	display: inline-block;
	height: 20px;
	width: 20px;
	font-size: 16px;
	line-height: 16px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
}

.ssc-gel .steps .ft {
	display: none;
	background: #ebebeb;
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	width: 100%;
}

.ssc-gel .steps .ft .toolbar {
	margin-right: 10px;
	padding-top: 10px;
}

.ssc-gel .steps .ft i {
	color: #009bda;
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .mod.welcome {
	padding: 10px 20px;
	margin: 0;
	position: relative;
	background-color: #009bda;
	color: #ffffff;
}

.ssc-gel .mod.welcome .inner {
	position: relative;
	z-index: 2;
}

.ssc-gel .mod.welcome p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
}

.ssc-gel .mod.welcome h2 {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	font-size: 1.17rem;
	margin: 0;
	margin-bottom: 8px;
	line-height: 1.5;
}

.ssc-gel .mod.welcome .welcome-employee :after,
.ssc-gel .mod.welcome .welcome-employee-group :after {
	display: none;
}

.ssc-gel .banner-webchat {
	position: relative;
	background-color: #009bda;
	padding: 10px;
	height: 48px;
}

.ssc-gel .banner-webchat .banner-webchat__title {
	color: #fff;
}

.ssc-gel .banner-webchat .banner-webchat__title .icon {
	float: left;
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .banner-webchat .banner-webchat__title h3 {
	float: left;
	margin: 0 0 0 15px;
}

.ssc-gel .banner-webchat .banner-webchat__button {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100px;
}

.ssc-gel .banner-webchat .banner-webchat__button button {
	width: 100%;
	height: 48px;
	font-size: 20px;
	font-size: 1.25rem;
}

.ssc-gel.ColesIns .banner-webchat {
	background-color: #e01a22;
}

.ssc-gel.ColesIns .banner-webchat__button button.primary {
	background-color: #ac212f;
	border: none;
}

.ssc-gel.ColesIns .banner-webchat__button button.primary:hover {
	box-shadow: #ac212f 0px 0px 4px;
}


.ssc-gel.bendigo .banner-webchat__button button.primary {
	background-color: #6d6e71;
	border: none;
}

.ssc-gel.bendigo .banner-webchat__button button.primary:hover {
	box-shadow: #6d6e71 0px 0px 4px;
}

.ssc-gel.cgu .banner-webchat {
	background-color: #0bab47;
}

.ssc-gel.cgu .banner-webchat .banner-webchat__button button {
	background-color: #6d6e71;
	border: none;
}

.ssc-gel.ami .banner-webchat {
	background-color: #ffc60b;
}

.ssc-gel.ami .banner-webchat .banner-webchat__title h3 {
	line-height: 30px;
}

.ssc-gel.ami .banner-webchat .banner-webchat__button button.primary {
	background-color: #4d4d4d;
}

.ssc-gel.state .banner-webchat {
	background-color: #009cde;
}

.ssc-gel.state .banner-webchat__title h3 {
	line-height: 30px;
}

.ssc-gel.state .banner-webchat__button button.primary {
	background-color: #595959;
}

.ssc-gel.bendigo .banner-webchat {
	background-color: #b00032;
}

.ssc-gel.bendigo .banner-webchat__button button.primary {
	background-color: #6d6e71;
	border: none;
}

.ssc-gel.bendigo .banner-webchat__button button.primary:hover {
	box-shadow: #6d6e71 0px 0px 4px;
}

.ssc-gel .motor-select,
.ssc-gel .car-details { /* .bd */
}

.ssc-gel .motor-select .bd,
.ssc-gel .car-details .bd { /* med-break */
}

.ssc-gel .motor-select .bd dl,
.ssc-gel .car-details .bd dl {
	border-top: 1px solid #cccbcd;
}

.ssc-gel .motor-select .bd dl:first-child,
.ssc-gel .car-details .bd dl:first-child {
	border: none;
}

.ssc-gel .motor-policy .rego-number {
	padding: 20px;
	text-align: center;
	background: #e4e4e5;
	color: #009bda;
	font-size: 42px;
	font-size: 2.625rem;
}

.ssc-gel .motor-policy .bd dl {
	border-top: 1px solid #cccbcd;
}

.ssc-gel .motor-policy .bd dl:first-child {
	border: none;
}

.ssc-gel .motor-policy .ft {
	margin-top: 20px;
}

.ssc-gel .mod.ammend-payment > .inner > .bd > .lozenge.simple {
	margin-bottom: 0;
}

.ssc-gel .mod.ammend-payment > .inner > .bd > .lozenge.simple .hd {
	background-color: #69be28;
	color: white;
}

.ssc-gel .mod.ammend-payment > .inner > .bd > .lozenge.simple .hd i {
	font-size: 32px;
	font-size: 2rem;
	line-height: 2.3em;
	color: white;
}

.ssc-gel .mod.ammend-payment > .inner > .bd > .lozenge.simple .hd h2 {
	text-align: center;
	padding-bottom: 15px;
}

.ssc-gel .mod.ammend-payment .tabs .ui-tabs-panel p {
	margin: 0 5% 15px;
}

.ssc-gel .mod.ammend-payment .tabs .ui-tabs-panel p.note {
	font-size: 15px;
	font-size: 0.9rem;
}

.ssc-gel .mod.ammend-payment .tabs .ui-tabs-panel button.primary {
	width: 90%;
	margin: 0 5%;
}

.ssc-gel .mod.dashboard {
	background-color: #fbfbfa;
}

.ssc-gel .mod.dashboard ul {
	position: relative;
	overflow: hidden;
}

.ssc-gel .mod.dashboard ul:before,
.ssc-gel .mod.dashboard ul:after {
	content: "";
	display: table;
}

.ssc-gel .mod.dashboard ul:after {
	clear: both;
}

.ssc-gel .mod.dashboard li {
	float: left;
	width: 33.33333%;
	text-align: center;
	position: relative;
	margin-right: 0;
}

.ssc-gel .mod.dashboard li a {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	padding: 25px 0;
	display: block;
	color: #005274;
	height: 105px;
}

.ssc-gel .mod.dashboard li a:hover,
.ssc-gel .mod.dashboard li a a:active {
	text-decoration: none;
	background-color: white;
}

.ssc-gel .mod.dashboard li a:hover i,
.ssc-gel .mod.dashboard li a a:active i {
	animation-name: pushUp;
	-webkit-animation-name: pushUp;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel .mod.dashboard li a i {
	display: block;
	width: 50px;
	margin: 0 auto;
	font-size: 32px;
	font-size: 2rem;
	color: #009bda;
	animation-name: pushDown;
	-webkit-animation-name: pushDown;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel .mod.dashboard li:after,
.ssc-gel .mod.dashboard li:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #e2ded6;
	z-index: 4;
}

.ssc-gel .mod.dashboard li:before {
	right: 0;
	top: 15px;
	bottom: 15px;
	width: 1px;
}

.ssc-gel .mod.dashboard li:after {
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
}

.ssc-gel .mod.dashboard span.webchat-text {
	display: block;
	margin-bottom: -22px;
}

.ssc-gel .mod.dashboard .chat-status {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
	background-color: #909090;
	color: #fff;
	padding: 0 5px;
	display: inline-block;
	position: relative;
	bottom: -22px;
}

.ssc-gel .repairer-map.enhanced .height-400 {
	height: 400px;
}

.ssc-gel .repairer-map.enhanced .flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.ssc-gel .repairer-map.enhanced .mod.half.googleMap-mod {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
}

.ssc-gel .repairer-map.enhanced .mod.half.googleMap-mod .inner {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
}

.ssc-gel .repairer-map.enhanced .gm-fullscreen-control {
	display: none;
}

.ssc-gel .repairer-map-divider {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #ededed;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	border: 10px solid #fff;
	border-radius: 50%;
	z-index: 1;
}

.ssc-gel .repairer-box {
	width: 100%;
	border: 1px solid #cccbcd;
	padding: 0 8px 8px 8px;
	height: auto;
	margin-bottom: 10px;
}

.ssc-gel .repairer-box.other {
	display: none;
}

.ssc-gel .repairer-box a.btn.section-primary {
	width: 100%;
	max-width: 320px;
	padding: 5px;
	margin: 0 auto;
}

.ssc-gel .repairer-box.hideMap .ft {
	text-align: left;
	width: 100%;
	display: inline-block;
}

.ssc-gel .repairer-box.hideMap .ft a.btn.section-primary {
	width: 100%;
	max-width: 320px;
	padding: 5px;
	margin: 0 auto;
}

.ssc-gel .repairer-box.enhanced {
	position: relative;
	padding-left: 50px;
	height: auto;
	background-color: #fff;
}

.ssc-gel .repairer-box.enhanced h3 {
	margin-bottom: 3px;
}

.ssc-gel .repairer-box.enhanced p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.ssc-gel .repairer-box.enhanced ul {
	margin-top: 5px;
}

.ssc-gel .repairer-box.enhanced.no-radiobutton {
	padding-left: 10px;
}

.ssc-gel .repairer-box.enhanced dl.label-bar {
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f2f2f2;
}

.ssc-gel .repairer-box.enhanced dl.label-bar dd {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.ssc-gel .repairer-box.enhanced dl.label-bar dd input[type=radio] + label:before {
	top: 13px;
	left: 10px;
}

.ssc-gel .repairer-box.enhanced dl.label-bar dd input[type=radio]:checked + label {
	background-color: #ddd;
}

.ssc-gel .repairer-box.enhanced dl.label-bar dd input[type=radio]:checked + label:after {
	top: 13px;
	left: 10px;
}

.ssc-gel .repairer-box.enhanced dl.label-bar label {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
}

.ssc-gel .repairer-box.enhanced ul.benefit-list li {
	display: inline-block;
	margin-right: 10px;
}

.ssc-gel .repairer-box.enhanced ul.benefit-list li i {
	margin-right: 5px;
}

.ssc-gel .view-another .btn {
	margin-left: 0;
	float: left;
}

.ssc-gel .repairer-box:last-of-type {
	margin-bottom: 0px;
}

.ssc-gel .googleMap-mod .googleMap {
	width: 100%;
	border: 1px solid #ccc;
}

.ssc-gel .map-info-window {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	color: #434345;
	font-size: 14px;
}

.ssc-gel .map-info-window h2 {
	font-size: 16px;
	line-height: 1.1em;
	margin: 4px 0;
}

.ssc-gel .map-info-window h3 {
	font-size: 15px;
	line-height: 1.1em;
	margin: 4px 0;
}

.ssc-gel .map-info-window p {
	font-size: 14px;
	line-height: 1.1em;
	margin: 4px 0;
}

.ssc-gel .repairer-benefits i {
	height: 24px;
	width: 64px;
	display: inline-block;
	float: left;
	margin-top: 5px;
}

.ssc-gel .repairer-benefits.enhanced i {
	height: 24px;
	width: 48px;
	display: inline-block;
	float: left;
	margin-top: 0px;
}

.ssc-gel .repairer-benefits {
	width: 100%;
}

.ssc-gel .repairer-benefits li {
	display: inline-block;
	height: 24px;
	width: 64px;
}

.ssc-gel .repairer-benefits li:hover,
.ssc-gel .repairer-benefits li a:active {
	animation-name: pushUp;
	-webkit-animation-name: pushUp;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	cursor: pointer;
	cursor: hand;
}

.ssc-gel .repairer-benefits.enhanced li {
	display: inline-block;
	height: 24px;
	width: auto;
	margin-bottom: 5px;
	margin-right: 5px;
}

.ssc-gel .repairer-benefits.enhanced li:hover,
.ssc-gel .repairer-benefits.enhanced li a:active {
	animation-name: pushUp;
	-webkit-animation-name: pushUp;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	cursor: pointer;
	cursor: hand;
}

.ssc-gel .repairer-benefits.enhanced .taxi {
	background: url(../img/repairer/Taxi_icon.png) no-repeat;
	background-size: 80% 70%;
	background-position: left;
}

.ssc-gel .repairer-benefits.enhanced i.taxi {
	width: 30px;
}

.ssc-gel .repairer-benefits.enhanced .hire {
	background: url(../img/repairer/Hirecar_icon.png) no-repeat;
	background-size: 80% 70%;
	background-position: left;
}

.ssc-gel .repairer-benefits.enhanced i.hire {
	width: 30px;
}

.ssc-gel .repairer-benefits.enhanced .wash {
	background: url(../img/repairer/Carwash_icon.png) no-repeat;
	background-size: 70% 80%;
	background-position: left;
}

.ssc-gel .repairer-benefits.enhanced i.wash {
	width: 32px;
}

.ssc-gel .repairer-benefits.enhanced .specialist {
	background: url(../img/repairer/Hail_icon.png) no-repeat;
	background-size: 80% 80%;
	background-position: left;
}

.ssc-gel .repairer-benefits.enhanced i.specialist {
	width: 30px;
}

.ssc-gel .repairer-benefits .taxi {
	background: url(../img/svg/taxi.svg) no-repeat;
	background-size: contain;
}

.ssc-gel .repairer-benefits .exclusive {
	background: url(../img/svg/exclusive.svg) no-repeat;
	background-size: contain;
}

.ssc-gel .repairer-benefits .hire {
	background: url(../img/svg/hire.svg) no-repeat;
	background-size: contain;
}

.ssc-gel .repairer-benefits .quality {
	background: url(../img/svg/quality.svg) no-repeat;
	background-size: contain;
}

.ssc-gel .repairer-benefits .wash {
	background: url(../img/svg/wash.svg) no-repeat;
	background-size: contain;
}

.ssc-gel .repairer-benefits .online-bookings {
	background: url(../img/svg/online-bookings.svg) no-repeat;
	background-size: contain;
}

.ssc-gel .mod.login h4 {
	margin: 0 0 16px;
}

.ssc-gel .mod.login .bd {
	margin-bottom: 40px;
}

.ssc-gel .mod.login .bd p.txt-center {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .mod.login .bd p.txt-center a {
	display: inline-block;
	white-space: nowrap;
}

.ssc-gel .mod.login .pay-logos {
	text-align: center;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.ssc-gel .mod.login .pay-logos div {
	margin-left: 5px;
}

.ssc-gel .mod.login .pay-logos div:first-child {
	margin-left: 0;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd {
	padding: 0;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd label {
	font-weight: bold;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .err-email-lozenge {
	float: left;
	width: 50%;
	padding: 10px;
	background-color: #009bda;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .err-email-lozenge:after {
	bottom: 19px;
	right: -29px;
	border: solid transparent;
	content: " ";
	height: 0px;
	width: 0px;
	position: absolute;
	pointer-events: none;
	border-width: 15px;
	border-left-color: #009bda;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .suc-title {
	width: 45%;
	float: right;
	text-align: center;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .suc-column {
  width: 6%;
  float: left;
  text-align: center;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login.register {
	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .login-form,
.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .register-steps {
	padding-right: 20px;
	width: 55%;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .register-steps {
	max-width: 310px;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .sms-form {
	position: relative;
	padding-left: 20px;
	width: 45%;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .sms-form .hgroup:first-child dl {
	margin-bottom: 4px;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login dl dd {
	padding: 0;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login button {
	width: 100% !important;
}

.ssc-gel .single-user-code-login .side-info {
	padding: 0 0 0 20px;
}

.ssc-gel .multiquote-compare .hd,
.ssc-gel .multiquote-compare .bd,
.ssc-gel .compare-table .hd,
.ssc-gel .compare-table .bd {
	background: #2666a5;
}

.ssc-gel .multiquote-compare .hd .more-info,
.ssc-gel .multiquote-compare .bd .more-info,
.ssc-gel .compare-table .hd .more-info,
.ssc-gel .compare-table .bd .more-info {
	height: 25px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.ssc-gel .multiquote-compare .hd .more-info a,
.ssc-gel .multiquote-compare .bd .more-info a,
.ssc-gel .compare-table .hd .more-info a,
.ssc-gel .compare-table .bd .more-info a {
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .multiquote-compare .hd .selected .more-info a,
.ssc-gel .multiquote-compare .bd .selected .more-info a,
.ssc-gel .compare-table .hd .selected .more-info a,
.ssc-gel .compare-table .bd .selected .more-info a {
	color: #ffffff;
}

.ssc-gel .multiquote-compare .hd dl dt,
.ssc-gel .multiquote-compare .bd dl dt,
.ssc-gel .compare-table .hd dl dt,
.ssc-gel .compare-table .bd dl dt {
	height: 180px;
}

.ssc-gel .multiquote-compare .hd dl dd,
.ssc-gel .multiquote-compare .bd dl dd,
.ssc-gel .compare-table .hd dl dd,
.ssc-gel .compare-table .bd dl dd {
	height: 65px;
}

.ssc-gel .multiquote-compare .hd dl dt,
.ssc-gel .multiquote-compare .hd dl dd,
.ssc-gel .multiquote-compare .bd dl dt,
.ssc-gel .multiquote-compare .bd dl dd,
.ssc-gel .compare-table .hd dl dt,
.ssc-gel .compare-table .hd dl dd,
.ssc-gel .compare-table .bd dl dt,
.ssc-gel .compare-table .bd dl dd {
	padding: 2px;
	margin: 0;
	display: table;
	width: 100%;
}

.ssc-gel .multiquote-compare .hd dl dt h3,
.ssc-gel .multiquote-compare .hd dl dd h3,
.ssc-gel .multiquote-compare .bd dl dt h3,
.ssc-gel .multiquote-compare .bd dl dd h3,
.ssc-gel .compare-table .hd dl dt h3,
.ssc-gel .compare-table .hd dl dd h3,
.ssc-gel .compare-table .bd dl dt h3,
.ssc-gel .compare-table .bd dl dd h3 {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
}

.ssc-gel .multiquote-compare .hd dl dt p,
.ssc-gel .multiquote-compare .hd dl dt div,
.ssc-gel .multiquote-compare .hd dl dd p,
.ssc-gel .multiquote-compare .hd dl dd div,
.ssc-gel .multiquote-compare .bd dl dt p,
.ssc-gel .multiquote-compare .bd dl dt div,
.ssc-gel .multiquote-compare .bd dl dd p,
.ssc-gel .multiquote-compare .bd dl dd div,
.ssc-gel .compare-table .hd dl dt p,
.ssc-gel .compare-table .hd dl dt div,
.ssc-gel .compare-table .hd dl dd p,
.ssc-gel .compare-table .hd dl dd div,
.ssc-gel .compare-table .bd dl dt p,
.ssc-gel .compare-table .bd dl dt div,
.ssc-gel .compare-table .bd dl dd p,
.ssc-gel .compare-table .bd dl dd div {
	display: table-cell;
	vertical-align: middle;
}

.ssc-gel .multiquote-compare .hd dl dt p,
.ssc-gel .multiquote-compare .hd dl dd p,
.ssc-gel .multiquote-compare .bd dl dt p,
.ssc-gel .multiquote-compare .bd dl dd p,
.ssc-gel .compare-table .hd dl dt p,
.ssc-gel .compare-table .hd dl dd p,
.ssc-gel .compare-table .bd dl dt p,
.ssc-gel .compare-table .bd dl dd p {
	font-size: 13px;
	font-size: 0.8125rem;
}

.ssc-gel .multiquote-compare .hd dl dt.large-cell,
.ssc-gel .multiquote-compare .hd dl dt.cellx2,
.ssc-gel .multiquote-compare .hd dl dd.large-cell,
.ssc-gel .multiquote-compare .hd dl dd.cellx2,
.ssc-gel .multiquote-compare .bd dl dt.large-cell,
.ssc-gel .multiquote-compare .bd dl dt.cellx2,
.ssc-gel .multiquote-compare .bd dl dd.large-cell,
.ssc-gel .multiquote-compare .bd dl dd.cellx2,
.ssc-gel .compare-table .hd dl dt.large-cell,
.ssc-gel .compare-table .hd dl dt.cellx2,
.ssc-gel .compare-table .hd dl dd.large-cell,
.ssc-gel .compare-table .hd dl dd.cellx2,
.ssc-gel .compare-table .bd dl dt.large-cell,
.ssc-gel .compare-table .bd dl dt.cellx2,
.ssc-gel .compare-table .bd dl dd.large-cell,
.ssc-gel .compare-table .bd dl dd.cellx2 {
	height: 130px;
}

.ssc-gel .multiquote-compare .hd dl dt.cellx3,
.ssc-gel .multiquote-compare .hd dl dd.cellx3,
.ssc-gel .multiquote-compare .bd dl dt.cellx3,
.ssc-gel .multiquote-compare .bd dl dd.cellx3,
.ssc-gel .compare-table .hd dl dt.cellx3,
.ssc-gel .compare-table .hd dl dd.cellx3,
.ssc-gel .compare-table .bd dl dt.cellx3,
.ssc-gel .compare-table .bd dl dd.cellx3 {
	height: 195px;
}

.ssc-gel .multiquote-compare .hd dl dt.cellx4,
.ssc-gel .multiquote-compare .hd dl dd.cellx4,
.ssc-gel .multiquote-compare .bd dl dt.cellx4,
.ssc-gel .multiquote-compare .bd dl dd.cellx4,
.ssc-gel .compare-table .hd dl dt.cellx4,
.ssc-gel .compare-table .hd dl dd.cellx4,
.ssc-gel .compare-table .bd dl dt.cellx4,
.ssc-gel .compare-table .bd dl dd.cellx4 {
	height: 260px;
}

.ssc-gel .multiquote-compare .hd,
.ssc-gel .compare-table .hd {
	border-right: 1px solid #2666a5;
	border-left: 1px solid #2666a5;
}

.ssc-gel .multiquote-compare .hd dl dt h3,
.ssc-gel .compare-table .hd dl dt h3 {
	display: table-cell;
	vertical-align: middle;
}

.ssc-gel .multiquote-compare .hd dl dd.discount,
.ssc-gel .compare-table .hd dl dd.discount {
	background-color: #e4f6d5;
}

.ssc-gel .multiquote-compare .hd dl dd.discount p a,
.ssc-gel .compare-table .hd dl dd.discount p a,
.ssc-gel .compare-table .hd dl dd.discount p span {
	color: #2666a5;
	font-weight: bold;
}

.ssc-gel .multiquote-compare .hd,
.ssc-gel .compare-table .hd {
	width: 33.33333%;
	float: left;
	display: block;
}

.ssc-gel .multiquote-compare .bd,
.ssc-gel .compare-table .bd {
	width: 66.66667%;
	float: left;
	display: block;
}

.ssc-gel .multiquote-compare .inner,
.ssc-gel .compare-table .inner {
	border: 1px solid #2666a5;
}

.ssc-gel .multiquote-compare .hd dl,
.ssc-gel .compare-table .hd dl {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #2666a5;
}

.ssc-gel .multiquote-compare .hd dl i,
.ssc-gel .compare-table .hd dl i {
	font-size: 32px;
	font-size: 2rem;
	display: block;
}

.ssc-gel .multiquote-compare .hd dl dt,
.ssc-gel .compare-table .hd dl dt {
	color: #fff;
}

.ssc-gel .multiquote-compare .hd dl dt h3,
.ssc-gel .compare-table .hd dl dt h3 {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .multiquote-compare .hd dl dd,
.ssc-gel .compare-table .hd dl dd {
	background: #fff;
	border-bottom: 1px solid #e4e4e5;
}

.ssc-gel .multiquote-compare .hd dl dd:last-child,
.ssc-gel .compare-table .hd dl dd:last-child {
	border-bottom: none;
	background: #2666a5;
}

.ssc-gel .multiquote-compare .hd dl dd:last-child i,
.ssc-gel .compare-table .hd dl dd:last-child i {
	font-size: 22px;
	font-size: 1.375rem;
}

.ssc-gel .multiquote-compare .hd dl dd:last-child a,
.ssc-gel .compare-table .hd dl dd:last-child a {
	color: #fff;
}

.ssc-gel .multiquote-compare .bd,
.ssc-gel .compare-table .bd {
	overflow: hidden;
}

.ssc-gel .multiquote-compare .bd dl,
.ssc-gel .compare-table .bd dl {
	padding: 0;
	margin: 0;
	text-align: center;
	border-left: 1px solid #2666a5;
	background: #f2f2f2;
}

.ssc-gel .multiquote-compare .bd dl dt,
.ssc-gel .compare-table .bd dl dt {
	border-bottom: 1px solid #2666a5;
}

.ssc-gel .multiquote-compare .bd dl dt h3,
.ssc-gel .compare-table .bd dl dt h3 {
	margin: 0;
	color: #2666a5;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	word-break: break-word;
	display: block;
	text-align: center;
}

.ssc-gel .multiquote-compare .bd dl dd:nth-child(odd),
.ssc-gel .compare-table .bd dl dd:nth-child(odd) {
	background: #e4e4e5;
}

.ssc-gel .multiquote-compare .bd dl dd.discount,
.ssc-gel .compare-table .bd dl dd.discount {
	background-color: #e4f6d5;
}

.ssc-gel .multiquote-compare .bd dl dd:nth-child(odd).discount,
.ssc-gel .compare-table .bd dl dd:nth-child(odd).discount {
	background-color: #d0e5be;
}

.ssc-gel .multiquote-compare .bd dl i,
.ssc-gel .compare-table .bd dl i {
	font-size: 18px;
	font-size: 1.125rem;
}

.ssc-gel .multiquote-compare .bd dl .btn,
.ssc-gel .multiquote-compare .bd dl button,
.ssc-gel .compare-table .bd dl .btn,
.ssc-gel .compare-table .bd dl button {
	display: inline-block;
	background: #69be28;
	border: 1px solid #69be28;
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
	font-weight: 600;
	margin: 2px 0px;
	padding: 4px;
	width: 90px;
}

.ssc-gel .multiquote-compare .bd dl .btn:hover,
.ssc-gel .multiquote-compare .bd dl button:hover,
.ssc-gel .compare-table .bd dl .btn:hover,
.ssc-gel .compare-table .bd dl button:hover {
	background-color: #5da924;
}

.ssc-gel .multiquote-compare .bd dl .btn:focus,
.ssc-gel .multiquote-compare .bd dl button:focus,
.ssc-gel .compare-table .bd dl .btn:focus,
.ssc-gel .compare-table .bd dl button:focus {
	background-color: #414042;
}

.ssc-gel .multiquote-compare .bd dl .btn .button-info-text,
.ssc-gel .multiquote-compare .bd dl button .button-info-text,
.ssc-gel .compare-table .bd dl .btn .button-info-text,
.ssc-gel .compare-table .bd dl button .button-info-text {
	margin-top: 3px;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: none;
	line-height: 1.1em;
	font-weight: 400;
}

.ssc-gel .multiquote-compare .bd dl.selected,
.ssc-gel .compare-table .bd dl.selected {
	background: #46a1d3;
}

.ssc-gel .multiquote-compare .bd dl.selected dt h3,
.ssc-gel .compare-table .bd dl.selected dt h3 {
	color: #fff;
}

.ssc-gel .multiquote-compare .bd dl.selected dd p,
.ssc-gel .compare-table .bd dl.selected dd p {
	color: #fff;
}

.ssc-gel .multiquote-compare .bd dl.selected dd.discount,
.ssc-gel .compare-table .bd dl.selected dd.discount {
	background: #46a1d3;
}

.ssc-gel .multiquote-compare .bd dl.selected dd.discount p a,
.ssc-gel .compare-table .bd dl.selected dd.discount p a{
	color: #fff;
	text-decoration : underline;
}

.ssc-gel .multiquote-compare .bd dl.selected dd:nth-child(odd),
.ssc-gel .compare-table .bd dl.selected dd:nth-child(odd) {
	background: #6cb4dc;
}

.ssc-gel .multiquote-compare .bd dl.selected button,
.ssc-gel .compare-table .bd dl.selected button {
	border: 1px solid #fff;
}

.ssc-gel .multiquote-compare .bd dl.selected dt .compare-price .compare-price-bd,
.ssc-gel .multiquote-compare .bd dl.selected dt .compare-price .compare-price-hd {
	color: #ffffff;
}

.ssc-gel .multiquote-compare .bd dl dt .compare-price {
	width: 100%;
	display: block;
	text-align: center;
	margin: 2px 0;
}

.ssc-gel .multiquote-compare .bd dl dt .compare-price .compare-price-bd,
.ssc-gel .multiquote-compare .bd dl dt .compare-price .compare-price-hd {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #2666a5;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
}

.ssc-gel .multiquote-compare .bd dl dt .compare-price .price {
	font-size: 17px;
	font-size: 1.0625rem;
}

.ssc-gel .multiquote-compare .bd dl dt .compare-price .compare-price-bd {
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .multiquote-total .bd dl {
	border: none;
}

.ssc-gel .multiquote-total .bd h2 {
	display: block;
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 40px;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #2666a5;
	margin: 0;
	padding: 0px 0 5px 0;
}

.ssc-gel .multiquote-total .bd h2 span.sign {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .multiquote-total .bd h2 span.cents {
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .multiquote-total .bd .radio-group-box.switch {
	margin-bottom: 30px;
}

.ssc-gel .my-details dl dd {
	padding: 0;
}

.ssc-gel .my-details .inner .hd .btn {
	z-index: 8;
}

.ssc-gel .my-details .inner .bd ul.bullet-list li {
	margin: 0 0 0 20px;
}

.ssc-gel .my-details .inner .bd .hgroup {
	border-top: none;
}

.ssc-gel .my-details .inner .bd .field-hint {
	display: block;
	clear: both;
	padding-top: 5px;
}

.ssc-gel .my-details .inner .bd dl {
	padding: 8px 0;
}

.ssc-gel .my-details .inner .bd input.medium-long {
	float: none;
}

.ssc-gel .my-details .block-list .bd dl dt {
	margin-left: 6px;
}

.ssc-gel .my-details .block-list .bd dl dd {
	margin-left: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ssc-gel .my-details.block-list dl {
	border-top: none !important;
	margin-right: 15px;
}

.ssc-gel .my-details.block-list dl dt {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 1px;
}

.ssc-gel .my-details.block-list dl dd {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 12px;
}

.ssc-gel .my-details.block-list dl dd p:first-child {
	margin-top: 8px !important;
}

.ssc-gel .my-details input.del {
	width: 195px;
}

.ssc-gel .make-changes .bd a,
.ssc-gel .make-changes .bd div {
	display: block;
	padding: 20px;
	color: #434345;
	line-height: 49px;
	border-top: 1px solid #cccbcd;
}

.ssc-gel .make-changes .bd a:before,
.ssc-gel .make-changes .bd a:after,
.ssc-gel .make-changes .bd div:before,
.ssc-gel .make-changes .bd div:after {
	content: "";
	display: table;
}

.ssc-gel .make-changes .bd a:after,
.ssc-gel .make-changes .bd div:after {
	clear: both;
}

.ssc-gel .make-changes .bd a:first-child,
.ssc-gel .make-changes .bd div:first-child {
	border-top: none;
}

.ssc-gel .make-changes .bd a em,
.ssc-gel .make-changes .bd div em {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	display: inline;
}

.ssc-gel .make-changes .bd a i,
.ssc-gel .make-changes .bd div i {
	color: #009bda;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 34px;
}

.ssc-gel .make-changes .bd a {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .mod.price-comparison {
	text-align: center;
	max-width: 510px;
	margin: 0 auto 16px;
}

.ssc-gel .mod.price-comparison .btn.primary,
.ssc-gel .mod.price-comparison button.primary {
	width: 100%;
}

.ssc-gel .mod.price-comparison dl {
	border-top: 1px solid #b2b2b2;
	padding: 10px 0;
}

.ssc-gel .mod.price-comparison dl:first-of-type {
	border-top: 0px solid #b2b2b2;
}

.ssc-gel .mod.price-comparison dl:first-of-type.border {
	border-top: 1px solid #b2b2b2;
}

.ssc-gel .mod.price-comparison .bd:before,
.ssc-gel .mod.price-comparison .bd:after {
	content: "";
	display: table;
}

.ssc-gel .mod.price-comparison .bd:after {
	clear: both;
}

.ssc-gel .mod.price-comparison .ft p.note {
	color: #434345;
	margin-top: 0;
}

.ssc-gel .mod.price-comparison .ft a {
	display: block;
	margin-top: 20px;
}

.ssc-gel .mod.price-comparison .ft a:before,
.ssc-gel .mod.price-comparison .ft a:after {
	content: "";
	display: table;
}

.ssc-gel .mod.price-comparison .ft a:after {
	clear: both;
}

.ssc-gel .mod.price-comparison .ft button {
	margin-top: 10px;
}

.ssc-gel .mod.price-comparison .half {
	max-width: 250px;
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 47.58542%;
}

.ssc-gel .mod.price-comparison .half:last-child {
	margin-right: 0;
}

.ssc-gel .mod.price-comparison .half .inner {
	background-color: #f7f6f4;
}

.ssc-gel .mod.price-comparison .half .inner .hd-price-comparison {
	background-color: #f7f6f4;
	color: #434345;
	height: 60px;
	border-bottom: 1px solid #d7d2c8;
}

.ssc-gel .mod.price-comparison .half .inner .hd-price-comparison h2 {
	padding: 0 5px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ssc-gel .mod.price-comparison .half .inner .hd {
	border-bottom: 1px solid #d7d2c8;
	padding: 0 10px;
}

.ssc-gel .mod.price-comparison .half .inner .hd h2 {
	width: 100%;
}

.ssc-gel .mod.price-comparison .half h2 {
	padding: 22px 0 11px;
	margin-bottom: 0;
}

.ssc-gel .mod.price-comparison .half h2 span {
	display: block;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .mod.price-comparison .half dt {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .mod.price-comparison .half dd {
	margin: 8px 0px;
	line-height: 1.1em;
	padding: 0 8px;
}

.ssc-gel .mod.price-comparison .half dd.success {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .mod.price-comparison .half dd.price-comparison-help-text-right {
	margin-right: 20px;
}

.ssc-gel .mod.price-comparison .half dd.price-comparison-help-text-right .help-text {
	position: absolute;
	right: -21px;
	top: -4px;
	margin: 0px 5px;
}

.ssc-gel .mod.price-comparison .half dd a.help-link {
	margin-left: 0;
}

.ssc-gel .mod.price-comparison .half:last-of-type {
	margin-right: 0;
}

.ssc-gel .mod.price-comparison.group .half {
	margin-bottom: 10px;
}

.ssc-gel .mod.price-comparison.group .half .inner {
	margin: 0 0 0 2px;
}

.ssc-gel .mod.price-comparison .half:first-child .inner {
	margin: 0;
}

.ssc-gel .mod.price-comparison .best {
	color: #69be28;
}

.ssc-gel .mod.grid.payment-renewal > .inner {
	max-width: 100%;
}

.ssc-gel .price-page-options h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.ssc-gel .price-page-price .hd {
	background: #2666a5;
	text-align: center;
}

.ssc-gel .price-page-price .hd h2 {
	display: block;
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 40px;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	margin: 0;
	padding: 5px 10px 10px;
}

.ssc-gel .price-page-price .hd h2 span.info {
	font-size: 18px;
	font-size: 1.125rem;
	display: block;
	text-transform: none;
	line-height: 1em;
}

.ssc-gel .price-page-price .hd h2 span.info b {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.2em;
}

.ssc-gel .price-page-price.docked {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	display: none;
	position: fixed; /* Changed to full width due to sliding header update for quote pages - BAU request */
	width: 100%;
	margin: 0;
	box-shadow: 6px 6px 30px -10px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
}

.ssc-gel .price-page-price.docked.iOS.show {
	display: none;
}

.ssc-gel .price-page-price.docked.show {
	display: block;
	z-index: 9;
}

.ssc-gel .price-page-price.docked.show.shown {
	opacity: 1;
	animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	visibility: visible !important;
}

.ssc-gel .price-page-price.docked.show .inner {
	margin: 0;
	max-width: 58em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .price-page-price.docked.show .inner:before,
.ssc-gel .price-page-price.docked.show .inner:after {
	content: "";
	display: table;
}

.ssc-gel .price-page-price.docked.show .inner:after {
	clear: both;
}

.ssc-gel .price-page-price.docked.show .inner .hd {
	background-color: #fff;
	height: 60px;
	line-height: 60px;
}

.ssc-gel .price-page-price.docked.show .inner .hd h2 {
	color: #2666a5;
	padding-top: 0;
}

.ssc-gel .price-page-price.docked.show .inner .hd h2 .info {
	line-height: 5px;
	font-size: 13px;
	font-size: 0.8rem;
	line-height: .75em;
}

.ssc-gel .price-page-price.docked.show .inner .hd h2 span.cents {
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: none;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger {
	-webkit-transition-property: margin-top;
	-moz-transition-property: margin-top;
	transition-property: margin-top;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	margin-top: -40px;
	padding-top: 45px;
	display: inline-block;
	background: none;
	border: 0 none;
	color: #c0d8f0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.1em;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger i {
	color: #c0d8f0;
	float: none;
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger:hover,
.ssc-gel .price-page-price .collapsible .hd a.trigger:active {
	background: none;
	color: #ffffff;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger:hover i,
.ssc-gel .price-page-price .collapsible .hd a.trigger:active i {
	color: #ffffff;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger.active {
	background: none;
	color: #6da6dd;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger.active:hover,
.ssc-gel .price-page-price .collapsible .hd a.trigger.active:active {
	color: #ffffff;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger.active:hover i,
.ssc-gel .price-page-price .collapsible .hd a.trigger.active:active i {
	color: #ffffff;
}

.ssc-gel .price-page-price .collapsible .hd a.trigger.active i {
	color: #6da6dd;
}

.ssc-gel .price-page-price .collapsible .bd .collapsible-content {
	background-color: #2666a5;
	color: #c0d8f0;
	padding-top: 0;
}

.ssc-gel .price-page-price .collapsible .bd .collapsible-content * {
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .price-page-price .collapsible .bd .collapsible-content .mod {
	margin-bottom: 0;
}

.ssc-gel .price-page {
	-webkit-transition-property: margin-top;
	-moz-transition-property: margin-top;
	transition-property: margin-top;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	margin-bottom: 0;
}

.ssc-gel .price-page .collapsible {
	position: relative;
	padding: 8px;
	background-color: #ededed;
	margin-bottom: 5px;
}

.ssc-gel .price-page .collapsible .lozenge,
.ssc-gel .price-page .collapsible ul {
	display: none;
}

.ssc-gel .price-page .collapsible .hd {
	position: relative;
	text-align: left;
	margin: 0;
}

.ssc-gel .price-page .collapsible .hd button,
.ssc-gel .price-page .collapsible .hd a.btn.info {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	color: #009bda;
}

.ssc-gel .price-page .collapsible .hd button:active,
.ssc-gel .price-page .collapsible .hd a.btn.info:active {
	color: #ffffff;
}

.ssc-gel .price-page .collapsible .hd a.btn.info {
	display: inline-block;
	right: 86px;
}

.ssc-gel .price-page .collapsible .hd a.btn.secondary:hover {
	color: #2666a5;
}

.ssc-gel .price-page .collapsible .hd a.help-text {
	position: relative;
}

.ssc-gel .price-page .collapsible .hd a.help-text i::before {
	vertical-align: top;
}

.ssc-gel .price-page .collapsible .hd dl {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

.ssc-gel .price-page .collapsible .hd dl dt {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3em;
}

.ssc-gel .price-page .collapsible .hd dl dd {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.3em;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 0;
	width: 70%;
}

.ssc-gel .price-page .collapsible .hd .number {
	display: none;
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-clip: padding-box; /* stops bg color from leaking outside the border: */
	background-color: #2666a5;
	color: #ffffff;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 30px;
	text-align: center;
}

.ssc-gel .price-page .collapsible .hd p {
	color: #434345;
}

.ssc-gel .price-page .collapsible .hd p.note {
	margin-bottom: 0;
	padding: 0;
}

.ssc-gel .price-page .collapsible .bd {
	margin-top: 10px;
}

.ssc-gel .price-page .collapsible.collapsed .lozenge,
.ssc-gel .price-page .collapsible.collapsed ul {
	display: block;
}

.ssc-gel .price-page .collapsible.collapsed .hd button {
	display: inline-block;
}

.ssc-gel .price-page .collapsible.collapsed .bd {
	margin-top: 0px;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content {
	background-color: white;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .lozenge,
.ssc-gel .price-page .collapsible .bd .collapsible-content ul {
	display: block;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .btn-group button {
	margin-left: 9px;
	padding: 10px;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .btn-group button.primary {
	padding: 11px 10px;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .btn-group button:first-child {
	margin-left: 0;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content button {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1em;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content button.range-slider-update-btn {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content button span {
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .ui-state-active a:before {
	content: '\2713';
	color: #009bda;
	font-family: "iag_icons";
	margin-right: 6px;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .ui-tabs-nav + .ui-tabs-panel {
	padding-top: 0;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 16px;
	color: #434345;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content h4 span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
	color: #2666a5;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content p {
	margin-bottom: 0px;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .hgroup {
	border: 0;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .hgroup dd {
	display: table;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .hgroup .radio-group-box {
	padding: 0;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .hgroup .radio-group-box dd label {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 1em 0;
}

.ssc-gel .price-page .collapsible.edit-your-cover {
	display: none;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .tabs {
	padding: 0;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .tabs li a {
	padding-left: 10px;
	padding-right: 10px;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .tabs ul.error li {
	padding: 0 5px;
	width: 100%;
	float: none;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .tabs .hgroup {
	padding: 20px 0 0 0;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .tabs dl.radio-group-box dd {
	padding: 0 5px;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency {
	width: 100%;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency dd {
	display: block;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency dd ul.error {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency input {
	width: 8em;
	float: left;
	margin: 0 10px 10px 0;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency .addon {
	display: block;
	float: left;
	width: auto;
	margin-bottom: 10px;
	padding-left: 0;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency .addon:first-child {
	margin: 0;
	padding-left: 10px;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency dl {
	padding-bottom: 0;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .radio-group-box dd {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 30.11389%;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .radio-group-box dd:last-child {
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.edit-excess .collapsible-content dl {
	padding: 0;
	margin-top: 0;
}

.ssc-gel .price-page .collapsible.edit-excess .collapsible-content dl .hgroup {
	margin: 0 auto;
	width: 10em;
}

.ssc-gel .price-page .collapsible.edit-options .hd p.note {
	margin-right: 85px;
}

.ssc-gel .price-page .collapsible.edit-options .hd ul {
	margin-top: 5px;
}

.ssc-gel .price-page .collapsible.edit-options .hd ul li {
	font-size: 15px;
	font-size: 0.9375rem;
}

.ssc-gel .price-page .collapsible.edit-options .hd ul li .icon {
	color: #69be28;
}

.ssc-gel .price-page .collapsible.edit-options .bd .checkbox-custom {
	padding: 0;
}

.ssc-gel .price-page .collapsible.edit-options .bd .checkbox-custom label {
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-day .collapsible-content dl {
	padding: 0;
	margin-top: 0;
}

.ssc-gel .price-page .collapsible.payment-day .collapsible-content dl .hgroup {
	margin: 0 auto;
	width: 10em;
}

.ssc-gel .price-page .collapsible.payment-details .mod.half {
	float: none;
}

.ssc-gel .price-page .collapsible.payment-details .tabs {
	padding: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-name dd {
	width: 100%;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb dd {
	float: left;
	display: block;
	margin-right: 4.82916%;
	width: 30.11389%;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb dd:last-child {
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb dd:first-child {
	padding-right: 2px;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb dd:last-child {
	padding-left: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-number dd {
	width: 100%;
}

.ssc-gel .price-page .collapsible.fin-provider .sub-content {
	background: #f1f1f1;
	padding: 0 10px;
}

.ssc-gel .price-page .collapsible.fin-provider .sub-content:first-of-type {
	margin-bottom: 10px;
}

.ssc-gel .price-page .lozenge {
	margin-bottom: 10px;
}

.ssc-gel .home-price-page h2 {
	margin-top: 0;
}

.ssc-gel .home-price-page h2 .help-text {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .home-price-page h3 {
	margin-top: 0;
}

.ssc-gel .home-price-page .home-price-page__floating-header {
	position: fixed;
	z-index: 10;
	top: 0;
	background: #fff;
	width: 100%;
}

.ssc-gel .home-price-page .home-price-page__floating-header.absolute {
	position: absolute;
}

.ssc-gel .home-price-page .home-price-page__floating-header .bd {
	height: 80px;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
}

.ssc-gel .home-price-page .home-price-page__floating-header h2 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1em;
}

.ssc-gel .home-price-page .home-price-page__floating-header p {
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__payment-logos img {
	margin-left: 5px;
}

.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__premium-type {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__premium-val {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 32px;
}

.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__premium-val sup {
	font-size: 20px;
	font-size: 1.25rem;
	top: -.5em;
}

.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__premium-val em {
	font-style: normal;
	font-size: 20px;
	font-size: 1.25rem;
}

.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__buy-now .btn,
.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__buy-now button {
	line-height: 1em;
	margin-top: 8px;
	margin-right: 0;
}

.ssc-gel .home-price-page .home-price-page__premium {
	background: #ededed;
	padding: 15px;
	margin-bottom: 1em;
}

.ssc-gel .home-price-page .home-price-page__premium .inline-block {
	vertical-align: top;
}

.ssc-gel .home-price-page .home-price-page__premium .home-price-page__buy-now.no-discounts-applied {
	display: none;
}

.ssc-gel .home-price-page .home-price-page__premium.no-discounts-applied .home-price-page__premium-info {
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__premium.no-discounts-applied .home-price-page__buy-now.no-discounts-applied {
	float: left;
	display: block;
	margin-left: 2em;
}

.ssc-gel .home-price-page .home-price-page__premium .home-price-page__payment-description {
	width: 78%;
}

.ssc-gel .home-price-page .home-price-page__premium .home-price-page__payment-logos {
	float: right;
	width: 38px;
}

.ssc-gel .home-price-page .home-price-page__premium .home-price-page__payment-logos img {
	height: 25px;
	margin-right: 5px;
}

.ssc-gel .home-price-page .home-price-page__premium-type {
	margin-bottom: 0;
}

.ssc-gel .home-price-page .home-price-page__premium-info {
	margin-bottom: 20px;
}

.ssc-gel .home-price-page .home-price-page__premium-val {
	color: #2666a5;
	margin: 0 0 10px;
	line-height: 1;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 58px;
	font-size: 3.625rem;
}

.ssc-gel .home-price-page .home-price-page__premium-val sup {
	font-size: 24px;
	font-size: 1.5rem;
	top: -.8em;
}

.ssc-gel .home-price-page .home-price-page__premium-val em {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .home-price-page .home-price-page__payment-info .paired-list {
	margin-bottom: 10px;
}

.ssc-gel .home-price-page .home-price-page__discounts-applied {
	min-height: 89px;
}

.ssc-gel .home-price-page .home-price-page__discounts-applied li {
	margin-bottom: 10px;
}

.ssc-gel .home-price-page .home-price-page__buy-now {
	margin-bottom: 20px;
}

.ssc-gel .home-price-page .home-price-page__buy-now .btn,
.ssc-gel .home-price-page .home-price-page__buy-now button {
	padding: 7px;
	width: 100%;
}

.ssc-gel .home-price-page .home-price-page__cover-type {
	padding: 0;
}

.ssc-gel .home-price-page .home-price-page__cover-type ul.ui-tabs-nav {
	background: #fff;
}

.ssc-gel .home-price-page .home-price-page__cover-type ul.ui-tabs-nav li a {
	border: 0;
}

.ssc-gel .home-price-page .home-price-page__cover-type ul.ui-tabs-nav li.ui-state-active:focus a {
	background-color: #009bda;
}

.ssc-gel .home-price-page .home-price-page__cover-type ul.ui-tabs-nav li.ui-state-active a {
	background: #ededed;
}

.ssc-gel .home-price-page .home-price-page__cover-type .ui-tabs-panel {
	border: 0;
}

.ssc-gel .home-price-page .home-price-page__payment-footer {
	clear: both;
	float: left;
	margin-top: 1em;
}

.ssc-gel .home-price-page .home-price-page__quote-item {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.ssc-gel .home-price-page .home-price-page__quote-item button {
	margin-bottom: 10px;
}

.ssc-gel .home-price-page .home-price-page__quote-options .mod .inner {
	max-width: 100%;
}

.ssc-gel .home-price-page .range-slider {
	clear: both;
}

.ssc-gel .home-price-page .range-slider .irs-single {
	padding: 10px;
	font-size: 20px;
}

.ssc-gel .home-price-page .range-slider .range-slider-show-values {
	max-width: 260px;
	margin: 0 auto 50px;
}

.ssc-gel .home-price-page .range-slider .range-slider-default {
	clear: both;
	margin: 0 auto;
	max-width: 260px;
}

.ssc-gel .home-price-page .range-slider .range-slider-custom-value .range-slider-custom-label,
.ssc-gel .home-price-page .range-slider .range-slider-custom-value .txt-circle {
	margin-right: 5px;
}

.ssc-gel .home-price-page .range-slider .range-slider-reset {
	top: 0;
}

.ssc-gel .home-price-page .home-price-page__quote-btns {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-bottom: 10px;
}

.ssc-gel .home-price-page .home-price-page__quote-btns button {
	min-width: 78px;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.ssc-gel .home-price-page .home-price-page__totals-preview {
	clear: both;
	padding: 10px 0;
}

.ssc-gel .home-price-page .home-price-page__totals-preview .half {
	float: none;
	width: 100%;
}

.ssc-gel .home-price-page .home-price-page__totals-preview .half .mod {
	width: 100%;
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__totals-preview .half .mod .bd {
	padding: 0;
}

.ssc-gel .home-price-page .home-price-page__buildings-total h3,
.ssc-gel .home-price-page .home-price-page__contents-total h3 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	font-size: 1.25rem;
}

.ssc-gel .home-price-page .home-price-page__contents-total {
	border-top: 0;
}

.ssc-gel .home-price-page .home-price-page__contents-total-header {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details .cols-4 {
	float: left;
	width: 31.76157%;
	margin-right: 2.35765%;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details .cols-4:last-child {
	margin-right: 0;
}

.ssc-gel .home-price-page .home-price-page__reset-btn {
	display: none;
	text-align: right;
}

.ssc-gel .home-price-page .home-price-page__totals_footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.ssc-gel .home-price-page .error {
	margin-bottom: 15px;
}

.ssc-gel .motor-price-page .price-panel-header,
.ssc-gel .motor-price-page .upgrade-panel-header {
	background-color: #009bda;
	padding-left: 20px;
}

.ssc-gel .motor-price-page .price-panel-header .header,
.ssc-gel .motor-price-page .upgrade-panel-header .header {
	color: #ffffff;
	margin: 0;
	height: 50px;
}

.ssc-gel .motor-price-page .price-panel-header .header.left,
.ssc-gel .motor-price-page .upgrade-panel-header .header.left {
	padding-left: 30px;
	white-space: nowrap;
}

.ssc-gel .motor-price-page .price-panel-header .header .header-text,
.ssc-gel .motor-price-page .upgrade-panel-header .header .header-text {
	margin: 0 5px 0 0;
}

.ssc-gel .motor-price-page .price-panel-header .header .help-text .icon,
.ssc-gel .motor-price-page .upgrade-panel-header .header .help-text .icon {
	color: #ffffff;
	padding: 0;
}

.ssc-gel .motor-price-page .price-panel-content {
	background: #ededed;
	padding: 15px;
	margin-bottom: 1em;
}

.ssc-gel .nrma-rsa-border-bottom-white {
    border-bottom: 15px solid #FFFFFF;
}

.ssc-gel .nrma-rsa-price-panel-content {
	background: #e7e7e7;
	padding: 15px;
}

.ssc-gel .fhdPremium .nrma-rsa-total-price-panel-content {
	background: #d7d7d7;
}

.ssc-gel .nrma-rsa-total-price-panel-content {
	background: #414042;
	padding: 15px;
	margin-bottom: 15px;
	margin-top:20px;
}

.ssc-gel .nrma-rsa-buy-now .btn {
	font-size: x-large;
    line-height: 25px;
    width: 100%;
}
	
.ssc-gel .txt-bold {
	font-weight: bold;
}

.ssc-gel .motor-price-page .price-panel-content .btn-buy-now .btn,
.ssc-gel .motor-price-page .price-panel-content .btn-buy-now button {
	padding: 7px;
	width: 70%;
	margin-bottom: 20px;
}

.ssc-gel .motor-price-page .price-panel-content .discount-info-block {
	margin: 12px auto 20px auto;
	padding: 20px 0;
	background-color: #daf4ff;
}

.ssc-gel .motor-price-page .price-panel-content a.help-text {
	margin-right: 0;
}

.ssc-gel .motor-price-page .price-panel-content .btn-group {
	clear: both;
}

.ssc-gel .motor-price-page .price-panel-content .premium-panel-buttons {
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.ssc-gel .nrma-rsa-section-bg-color {
	background: #f7f7f7;
}

.ssc-gel .motor-price-page .motor-price-page-premium-val, .ssc-gel .nrma-rsa-section-premium-val {
	color: #2666a5;
	margin: 0 0 10px;
	line-height: 1;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
    font-size: 58px;
    font-size: 3.625rem;
}

.ssc-gel .motor-price-page .motor-price-page-premium-val sup, .ssc-gel .nrma-rsa-section-premium-val sup {
	font-size: 24px;
	font-size: 1.5rem;
	top: -.8em;
}

.ssc-gel .motor-price-page .motor-price-page-premium-val em, .ssc-gel .nrma-rsa-section-premium-val em, .ssc-gel .nrma-rsa-section-premium-val .cents  {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .nrma-rsa-flex-switch {
	display: flex;
	flex-direction: column-reverse;
}

.ssc-gel .nrma-rsa-column-sticky-banner {
	flex-basis: initial;
}

.ssc-gel .single-quote-page-buy-now.nrma-rsa-column-sticky-banner {
	flex: 0 0 40%;
}

.ssc-gel .justify-content-mobile-switch {
	justify-content: center;
}

.ssc-gel .nrma-rsa-label-mobile-visible {
	display: block;
	text-align: center;
}

.ssc-gel .nrma-rsa-label-mobile-visible.txt-left {
	text-align: left;
}

.ssc-gel .nrma-rsa-label-mobile-hidden {
	display: none;
}

.ssc-gel .fhdPremium .nrma-rsa-section-premium-val,
.ssc-gel .rsa-offer-mobile-visible .nrma-rsa-section-premium-val {
	color: black;
}

.ssc-gel .nrma-rsa-section-premium-val.color-rev {
	color: #ffffff;
}

.ssc-gel .nrma-rsa-section-premium-val.color-rev h1 {
	margin-top: auto;
	margin-bottom: 3px;
	margin-right: 10px;
}

.ssc-gel .nrma-rsa-section-premium-val.color-rev span {
	margin-top: auto;
}

.ssc-gel .color-inactive .nrma-rsa-section-premium-val  {
	color: #434345;
	font-size: xx-large;
}

.ssc-gel .color-inactive .nrma-rsa-section-premium-val sup {
	top: -.2em;
}

.ssc-gel .color-inactive .nrma-rsa-section-premium-val em {
	font-size: x-large;
}

.ssc-gel .nrma-rsa-options-group {
	display: inline-block;
}

.ssc-gel .nrma-rsa-section-left, .ssc-gel .nrma-rsa-section-right  {
	text-align: center;
}

.ssc-gel .nrma-rsa-buy-now {
	padding-left: 15vw;
	padding-right: 15vw;
}

.ssc-gel .motor-price-page .pay-methods {
	padding: 0 5px;
}

.ssc-gel .motor-price-page .price-panel-content .help-text:focus,
.ssc-gel .motor-price-page .motor-options-panel .help-text:focus,
.ssc-gel .motor-price-page .motor-excess-panel .help-text:focus,
.ssc-gel .motor-price-page .motor-si-panel .help-text:focus {
	outline: none;
}

.ssc-gel .motor-price-page .price-panel-content .help-text .icon,
.ssc-gel .motor-price-page .motor-options-panel .help-text .icon,
.ssc-gel .motor-price-page .motor-excess-panel .help-text .icon,
.ssc-gel .motor-price-page .motor-si-panel .help-text .icon {
	font-size: 1em;
}

.ssc-gel .motor-price-page .motor-excess-panel .excess-block {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.ssc-gel .motor-price-page .motor-si-panel .range-slider-reset-btn-wrapper {
	position: relative;
	height: 46px;
}

.ssc-gel .motor-price-page .motor-si-panel .range-slider .range-slider-default {
	margin: 20px auto 0 auto;
}

.ssc-gel .motor-price-page .motor-si-panel .si-market {
	max-width: 100px;
}

.ssc-gel .motor-price-page .motor-si-panel .motor-si-panel-footer {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.ssc-gel .motor-price-page .motor-si-panel .motor-si-panel-footer .si-switch {
	width: 80%;
}

.ssc-gel .motor-price-page .upgrade-cover .compare-cover .divider-vertical {
	min-height: 60px;
	width: 2px;
	top: -40px;
	position: relative;
	background-color: #009bda;
}

.ssc-gel .motor-price-page .coverage-summary ul.check-list {
	margin-top: 0;
	margin-bottom: 0;
}

.ssc-gel .motor-price-page .coverage-summary ul.check-list li:first-of-type {
	margin-top: 0;
}

.ssc-gel .motor-price-page .motor-excess-panel.no-side-margin .mod .inner,
.ssc-gel .motor-price-page .coverage-summary.no-side-margin .mod .inner {
	margin-right: 0 !important;
}

.ssc-gel .hpac-change h2 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .hpac-change .home-price-page__floating-header {
	background-color: #ededed;
	box-shadow: 6px 6px 30px -10px rgba(0, 0, 0, 0.3);
	position: fixed;
	display: block;
	z-index: 9;
	top: -200px;
}

.ssc-gel .hpac-change .home-price-page__floating-header.show {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	position: fixed;
	display: block;
	z-index: 9;
	top: -200px;
}

.ssc-gel .hpac-change .home-price-page__floating-header.show.shown {
	top: 0px;
}

.ssc-gel .hpac-change .home-price-page__floating-header .flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: space-between;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details {
	padding-left: 20px;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details__title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-self: flex-start;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details__title h2 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details__premium {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-self: flex-start;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details__premium p {
	font-size: 35px;
	font-size: 2.1875rem;
	margin: 0;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details__btn-group {
	margin-top: 0px;
}

.ssc-gel .hpac-change__premium {
	background: #ededed;
	margin-bottom: 1em;
}

.ssc-gel .hpac-change__cover {
	border-bottom: 1px solid #fff;
	padding: 15px;
}

.ssc-gel .hpac-change__cover .hpac-change__large-icon {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 50px;
	-moz-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	margin-right: 15px;
	text-align: center;
	line-height: 1;
}

.ssc-gel .hpac-change__cover .hpac-change__large-icon .icon {
	font-size: 50px;
	font-size: 3.125rem;
	color: #009bda;
}

.ssc-gel .hpac-change__cover .hpac-change__main-title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ssc-gel .hpac-change__cover .hpac-change__upgrade-btn {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 220px;
	-moz-flex: 0 0 220px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
}

.ssc-gel .hpac-change__cover .hpac-change__upgrade-btn button,
.ssc-gel .hpac-change__cover .hpac-change__upgrade-btn .btn {
	width: 100%;
}

.ssc-gel .hpac-change__cover .hpac-change__upgrade-btn .primary {
	font-size: 1.375rem;
}

.ssc-gel .hpac-change .home-price-page__premium-details {
	padding: 15px;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__title h2 {
	margin: 0;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__title p {
	margin: 0;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__premium p {
	margin: 0;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__switch .home-price-page__premium-switch {
	margin-top: 6px;
}

.ssc-gel .hpac-change__your-discounts .mod .inner {
	max-width: 100% !important;
}

.ssc-gel .hpac-change table.table-standard tr td {
	padding: 5px;
}

.ssc-gel .hpac-change table.table-standard tr.top-border td {
	border-top: 1px solid #ccc;
}

.ssc-gel .hpac-change table.table-standard tr.alt + tr.alt td {
	padding-top: 0;
}

.ssc-gel .hpac-change td.your-discounts-now {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	font-size: 1.375rem;
	color: #69be28;
	line-height: 1;
}

.ssc-gel .btn-edit-cover {
	min-width: 70px;
}

.ssc-gel .btn-edit-cover.open i {
	margin-right: 0;
}

.ssc-gel .btn-edit-cover.open span {
	display: none;
}

.ssc-gel .change-page__si-collapsibles {
	background: #fff;
	padding: 8px;
	margin-bottom: 16px;
}

.ssc-gel .si-collapsibles__header {
	align-items: center;
}

.ssc-gel .si-collapsibles__header h2 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1;
}

.ssc-gel .si-collapsibles__header h3 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	font-size: 1.375rem;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1;
	margin: 0;
}

.ssc-gel .si-collapsibles__header button {
	margin-left: auto;
}

.ssc-gel .si-collapsibles__header-sub h3 {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 30px;
}

.ssc-gel .si-collapsibles__header-sub h2 {
	font-size: 18px;
	font-size: 1.125rem;
}

.ssc-gel .contents-total-menu {
	margin: 15px 0 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.ssc-gel .contents-total-menu .check-list {
	margin-top: 0;
}

.ssc-gel .contents-total-menu .check-list li:first-of-type {
	margin-top: 0;
}

.ssc-gel .contents-total-menu:last-of-type {
	border: none;
	padding-bottom: 10px;
}

.ssc-gel .change-page__buildings-info {
	padding-top: 20px;
}

.ssc-gel .hpac-change .range-slider .contents-slider,
.ssc-gel .hpac-change .range-slider .buildings-slider {
	max-width: 330px;
	margin: auto;
	padding-top: 16px;
}

.ssc-gel .hpac-change .range-slider .contents-slider .range-slider-default,
.ssc-gel .hpac-change .range-slider .buildings-slider .range-slider-default {
	max-width: 100%;
}

.ssc-gel .hpac-change .range-slider .reset-button {
	float: left;
}

.ssc-gel .hpac-change .range-slider .range-slider-reset {
	position: static;
}

.ssc-gel .hpac-change .range-slider .mod.lozenge.simple {
	margin-top: 10px;
}

.ssc-gel .hpac-change .range-slider .mod.lozenge.simple .inner {
	margin-right: 20px;
}

.ssc-gel .hpac-change .range-slider .mod.lozenge.simple .bd {
	padding: 5px 15px 15px;
}

.ssc-gel .hpac-change .range-slider .mod.lozenge.simple button.update {
	margin-top: 10px;
}

.ssc-gel .change-page__inline-list li {
	display: inline-block;
	margin-right: 10px;
}

.ssc-gel .long-text {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.ssc-gel .digital-glue-offer-container .half {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.ssc-gel .digital-glue-offer-container .half:first-of-type {
	border-bottom: 1px solid #cccbcd;
}

.ssc-gel .digital-glue-offer-container .half i {
	font-size: 48px;
	font-size: 3rem;
}

.ssc-gel .digital-glue-offer-container .half .digital-glue__offer-details {
	margin-left: 10px;
}

.ssc-gel .mod.promos {
	background-color: #5b595c;
}

.ssc-gel .mod.promos .inner {
	max-width: 100%;
}

.ssc-gel .mod.promos .mod {
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.ssc-gel .mod.promos .mod h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2px;
}

.ssc-gel .mod.promos .mod p {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 0;
}

.ssc-gel .mod.promos .mod a {
	color: #ffffff;
	padding: 12px 18px;
	text-decoration: underline;
}

.ssc-gel .mod.promos .mod a:hover,
.ssc-gel .mod.promos .mod a:active {
	text-decoration: underline;
}

.ssc-gel .mod.promos .mod a.btn {
	background-color: transparent;
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .mod.promos .secondary,
.ssc-gel .mod.promos .promo-multi-rewards,
.ssc-gel .mod.promos .promo-savings,
.ssc-gel .mod.promos .mod.promo-multi-rewards {
	background-color: #414042;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch {
	background-color: #414042;
	background-image: url(../img/map-city.gif);
	background-size: cover;
	padding: 0;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner {
	background-color: rgba(65, 64, 66, 0.8);
	padding: 0 18px;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner h3 {
	margin-top: 0;
	padding-top: 1.375rem;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a {
	display: block;
	text-decoration: none;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a:before,
.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a:after {
	content: "";
	display: table;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a:after {
	clear: both;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a.nearest-branch {
	padding: 0;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a:hover,
.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a:active {
	text-decoration: underline;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a h3,
.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a p {
	position: relative;
	text-align: center;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a p {
	font-size: 26px;
	font-size: 1.6rem;
}

.ssc-gel .mod.promos .mod.promo-nearest-branch .inner a i {
	color: #009bda;
	font-size: 32px;
	font-size: 2rem;
}

.ssc-gel .mod.promos .mod.discount-badge {
	background-color: #333;
	background-image: url(../img/discount-badge.jpg);
	background-repeat: no-repeat;
	background-position: -15px -15px;
	background-size: auto 170px;
}

.ssc-gel .ad-placeholder {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.ssc-gel .ad-placeholder a {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

.ssc-gel .banner-promo-discount {
	margin-top: -16px;
	overflow: hidden;
}

.ssc-gel .banner-promo-discount .inner {
	text-align: center;
	border: 1px solid #2666a5;
	overflow: hidden;
	background-color: #009bda;
}

.ssc-gel .banner-promo-discount .hd {
	color: #2666a5;
	margin-bottom: 0;
	margin-top: 0;
	height: 60px;
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	position: relative;
	background: #f7f6f4;
}

.ssc-gel .banner-promo-discount .bd:before {
	border: 0px solid transparent;
	content: " ";
	height: 30px;
	width: 0;
	position: fixed;
	pointer-events: none;
	font-size: 0px;
	display: block;
	border-left-color: #f7f6f4;
	border-width: 30px;
	clear: both;
	float: left;
	margin-left: -60px;
	margin-top: -30px;
	position: absolute;
	top: 30px;
}

.ssc-gel .banner-promo-discount .bd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	font-size: 1.1rem;
	margin: 0;
	padding-left: 60px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 95%;
	color: #f7f6f4;
	position: relative;
}

.ssc-gel .banner-promo-discount .bd a {
	color: #f7f6f4;
}

.ssc-gel .banner-promo-discount .bd a:hover,
.ssc-gel .banner-promo-discount .bd a:active {
	text-decoration: underline;
}

.ssc-gel .banner-promo-discount.smart .hd {
	background: #fff;
	padding: 0;
}

.ssc-gel .banner-promo-discount.smart .bd:before {
	border-left-color: #fff;
}

.ssc-gel .banner-promo-discount.arrow-45 .bd {
	padding-left: 45px;
}

.ssc-gel .banner-promo-discount.arrow-45 .bd:before {
	margin-left: -45px;
}

.ssc-gel .banner-promo-discount.hd-active .hd {
	background: #009bda;
    color: #f7f6f4;
}
.ssc-gel .banner-promo-discount.hd-active .bd {
	background: #f7f6f4;
    color: #2666a5;
}

.ssc-gel .banner-promo-discount.hd-active .bd:before {
	border-left-color: #009bda;
}

.ssc-gel .mod.grid.banner-promo-discount-full > .inner {
	max-width: 100%;
}

.ssc-gel .contextual-prompt {
	background-color: #f7f6f4;
}

.ssc-gel .contextual-prompt li {
	display: table-row;
	text-align: center;
}

.ssc-gel .contextual-prompt .hd {
	text-align: center;
}

.ssc-gel .contextual-prompt .hd h2 {
	padding: 10px 0 0 0;
	margin: 0px;
}

.ssc-gel .contextual-prompt .hd i {
	font-size: 23px;
	font-size: 1.4rem;
}

.ssc-gel .contextual-prompt .bd ul {
	position: relative;
	width: 100%;
	display: table;
}

.ssc-gel .contextual-prompt .bd ul li {
	text-align: left;
	position: relative;
	clear: both;
}

.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable {
	cursor: default;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	transition-property: none;
}

.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable i {
	color: #434345;
}

.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable em {
	color: #434345;
}

.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable:hover,
.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable a:active {
	text-decoration: none;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable:hover i,
.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable:hover em,
.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable a:active i,
.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable a:active em {
	color: #434345;
}

.ssc-gel .contextual-prompt .bd ul li a,
.ssc-gel .contextual-prompt .bd ul li div {
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	padding: 18px 0;
	padding-left: 50px;
	display: block;
	margin: auto;
	width: 180px;
	color: #010C66;
}

.ssc-gel .contextual-prompt .bd ul li a:hover,
.ssc-gel .contextual-prompt .bd ul li a a:active,
.ssc-gel .contextual-prompt .bd ul li div:hover,
.ssc-gel .contextual-prompt .bd ul li div a:active {
	text-decoration: none;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.ssc-gel .contextual-prompt .bd ul li a:hover em,
.ssc-gel .contextual-prompt .bd ul li a a:active em,
.ssc-gel .contextual-prompt .bd ul li div:hover em,
.ssc-gel .contextual-prompt .bd ul li div a:active em {
	color: #010C66;
}

.ssc-gel .contextual-prompt .bd ul li a:hover i,
.ssc-gel .contextual-prompt .bd ul li a a:active i,
.ssc-gel .contextual-prompt .bd ul li div:hover i,
.ssc-gel .contextual-prompt .bd ul li div a:active i {
	color: #010C66;
}

.ssc-gel .contextual-prompt .bd ul li a em,
.ssc-gel .contextual-prompt .bd ul li div em {
	color: #010C66;
}

.ssc-gel .contextual-prompt .bd ul li a em,
.ssc-gel .contextual-prompt .bd ul li a span,
.ssc-gel .contextual-prompt .bd ul li div em,
.ssc-gel .contextual-prompt .bd ul li div span {
	display: block;
	clear: both;
	clear: right;
	text-decoration: none;
	font-style: normal;
}

.ssc-gel .contextual-prompt .bd ul li a em.sub,
.ssc-gel .contextual-prompt .bd ul li a span.sub,
.ssc-gel .contextual-prompt .bd ul li div em.sub,
.ssc-gel .contextual-prompt .bd ul li div span.sub {
	background: #8e9091;
	display: inline-block;
	margin: auto;
	color: #ffffff;
	padding: 3px;
	font-size: 10px;
	font-size: 0.6rem;
	line-height: 9.6px;
	text-transform: uppercase;
}

.ssc-gel .contextual-prompt .bd ul li a em.sub.available,
.ssc-gel .contextual-prompt .bd ul li a span.sub.available,
.ssc-gel .contextual-prompt .bd ul li div em.sub.available,
.ssc-gel .contextual-prompt .bd ul li div span.sub.available {
	display: none;
}

.ssc-gel .contextual-prompt .bd ul li a i,
.ssc-gel .contextual-prompt .bd ul li div i {
	width: 0px;
	height: 0px;
	position: relative;
	display: block;
	left: -33px;
	top: -2px;
	float: left;
	font-size: 28px;
	font-size: 1.7rem;
	color: #010C66;
	text-align: center;
}

.ssc-gel .contextual-prompt .bd ul li div:hover,
.ssc-gel .contextual-prompt .bd ul li div a:active {
	text-decoration: none;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ssc-gel .contextual-prompt .bd ul li div:hover em,
.ssc-gel .contextual-prompt .bd ul li div a:active em {
	color: #009bda;
}

.ssc-gel .contextual-prompt .bd ul li div:hover i,
.ssc-gel .contextual-prompt .bd ul li div a:active i {
	color: #009bda;
}

.ssc-gel .contextual-prompt .bd ul li:first-child:before {
	display: none;
}

.ssc-gel .contextual-prompt .bd ul li:before {
	content: "";
	display: block;
	position: absolute;
	background: none;
	z-index: 4;
	left: 0;
	top: 15px;
	bottom: 15px;
	width: 1px;
}

.ssc-gel .box .bd {
	background-color: #2666a5;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.ssc-gel .box .bd i {
	font-size: 48px;
	font-size: 3rem;
	line-height: 1em;
	color: #009bda;
	top: 8px;
	display: block;
	padding: 10px 10px 0 15px;
	position: absolute;
}

.ssc-gel .box .bd h2 {
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 10px 20px 0 0;
	display: block;
	margin-left: 70px;
}

.ssc-gel .box .bd p {
	clear: both;
	display: block;
	padding: 10px 20px 25px 20px;
	margin: 0px;
	font-size: 18px;
	font-size: 1.125rem;
}

.ssc-gel .box .bd a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px 20px 15px;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.ssc-gel .box .bd a:hover {
	background: #215990;
}

.ssc-gel .box .bd a i {
	padding: 0 10px 0 0;
}

.ssc-gel .box .bd a p {
	padding: 10px 0;
}

.ssc-gel .box.alt .bd {
	padding: 10px 20px 15px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #cccbcd;
	color: #2666a5;
}

.ssc-gel .box.alt .bd i {
	padding-left: 0px;
	padding-top: 0px;
}

.ssc-gel .box.alt .bd a {
	color: #2666a5;
}

.ssc-gel .box.alt .bd a:hover {
	background: #f7f6f4;
}

.ssc-gel .box.alt .bd p {
	padding: 10px 0;
}

.ssc-gel .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.ssc-gel .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.ssc-gel .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.ssc-gel .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ssc-gel .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.ssc-gel .owl-carousel .owl-item {
	float: left;
}

.ssc-gel .owl-controls .owl-page,
.ssc-gel .owl-controls .owl-buttons div {
	cursor: pointer;
}

.ssc-gel .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.ssc-gel .grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

.ssc-gel .owl-carousel .owl-wrapper,
.ssc-gel .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.ssc-gel .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

.ssc-gel .owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
}

.ssc-gel .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.ssc-gel .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}

.ssc-gel .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.ssc-gel .owl-theme .owl-controls .owl-page.active span,
.ssc-gel .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}

.ssc-gel .owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.ssc-gel .owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}

.ssc-gel .select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.ssc-gel .select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.ssc-gel .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 20px;
	text-overflow: ellipsis;
}

.ssc-gel .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.ssc-gel .select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.ssc-gel .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
}

.ssc-gel .select2-container .select2-search--inline {
	float: left;
}

.ssc-gel .select2-container .select2-search--inline .select2-search__field {
	border: none;
	font-size: 100%;
	margin-top: 5px;
}

.ssc-gel .select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 100;
}

.ssc-gel .select2-results {
	display: block;
}

.ssc-gel .select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ssc-gel .select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.ssc-gel .select2-results__option[aria-selected] {
	cursor: pointer;
}

.ssc-gel .select2-container--open .select2-dropdown {
	left: 0;
}

.ssc-gel .select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ssc-gel .select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ssc-gel .select2-search--dropdown {
	display: block;
	padding: 4px;
}

.ssc-gel .select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
}

.ssc-gel .select2-search--dropdown.select2-search--hide {
	display: none;
}

.ssc-gel .select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.ssc-gel .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.ssc-gel .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.ssc-gel .select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.ssc-gel .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.ssc-gel .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.ssc-gel .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.ssc-gel .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.ssc-gel .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.ssc-gel .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.ssc-gel .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.ssc-gel .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.ssc-gel .select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.ssc-gel .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.ssc-gel .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.ssc-gel .select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.ssc-gel .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.ssc-gel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.ssc-gel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.ssc-gel .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.ssc-gel .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.ssc-gel .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.ssc-gel .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.ssc-gel .select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.ssc-gel .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.ssc-gel .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.ssc-gel .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ssc-gel .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.ssc-gel .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ssc-gel .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.ssc-gel .select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
}

.ssc-gel .select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.ssc-gel .select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.ssc-gel .select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.ssc-gel .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.ssc-gel .select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.ssc-gel .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.ssc-gel .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.ssc-gel .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.ssc-gel .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.ssc-gel .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.ssc-gel .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.ssc-gel .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.ssc-gel .select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.ssc-gel .select2-container--classic .select2-selection--single {
	background-color: #f6f6f6;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.ssc-gel .select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.ssc-gel .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.ssc-gel .select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.ssc-gel .select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.ssc-gel .select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.ssc-gel .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.ssc-gel .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.ssc-gel .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.ssc-gel .select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.ssc-gel .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.ssc-gel .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.ssc-gel .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.ssc-gel .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.ssc-gel .select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.ssc-gel .select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.ssc-gel .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.ssc-gel .select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.ssc-gel .select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.ssc-gel .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.ssc-gel .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.ssc-gel .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.ssc-gel .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.ssc-gel .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.ssc-gel .select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.ssc-gel .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ssc-gel .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ssc-gel .select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.ssc-gel .select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
}

.ssc-gel .select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.ssc-gel .select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.ssc-gel .select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.ssc-gel .select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.ssc-gel .select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.ssc-gel .select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.ssc-gel .select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.ssc-gel .select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.ssc-gel .select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.ssc-gel .ie8 section.main,
.ssc-gel .ie9 section.main {
	left: 0px;
}

.ssc-gel .ie8 .nav-open section.main,
.ssc-gel .ie8 .nav-open header,
.ssc-gel .ie9 .nav-open section.main,
.ssc-gel .ie9 .nav-open header {
	left: 280px;
}

.ssc-gel .ie8 nav.main,
.ssc-gel .ie9 nav.main {
	left: -280px;
}

.ssc-gel .ie8 .nav-open nav.main,
.ssc-gel .ie9 .nav-open nav.main {
	left: 0px;
}

.ssc-gel .ie8 { /* Full Width fix for IE8 */
}

.ssc-gel .ie8 .modal-bg {
	background-image: url(../img/ie/secondary-50percent.png);
}

.ssc-gel .ie8 .banner .ft {
	padding: 0 10px;
}

.ssc-gel .ie8 nav.main {
	border-right: 1px solid #dadada;
}

.ssc-gel .ie8 .nav-open section.main {
	margin-left: 282px;
}

.ssc-gel .ie8 dl.custom-checkbox dd label {
	padding-left: 0;
	margin-right: 0;
}

.ssc-gel .ie8 dl.custom-checkbox dd label:before {
	display: none;
}

.ssc-gel .ie8 dl.custom-checkbox dd label span {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .ie8 dl.custom-checkbox dd input[type=checkbox] {
	display: inline-block;
	width: auto;
	border: 0;
}

.ssc-gel .ie8 .mod.grid .inner {
	width: 60em;
}

.ssc-gel .ie8 .mod.lozenge {
	margin-bottom: 0;
}

.ssc-gel .ie8 .banner h1,
.ssc-gel .ie8 .banner h2 {
	margin-right: 0;
	margin-left: span(1 of 8);
	text-align: right;
}

.ssc-gel .ie8 .banner h1 {
	font-size: 26px;
	font-size: 1.6rem;
}

.ssc-gel .ie8 .banner .inner {
	padding: 15px 0;
}

.ssc-gel .ie8 .banner .ft {
	left: 10px;
	padding: 0;
	width: 150px;
}

.ssc-gel .ie8 .banner .ft a i {
	line-height: 43px;
}

.ssc-gel .ie8 .banner .ft a p {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1em;
}

.ssc-gel .ie8 .banner .ft a p span {
	display: block;
	color: white;
	font-size: 13px;
	font-size: 0.8rem;
}

.ssc-gel .ie8 .banner .ft a:hover {
	animation-name: pushLeft;
	-webkit-animation-name: pushLeft;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel .ie8 .banner.image {
	background-image: url(../img/tamPages/login-slice.jpg);
	background-size: auto 454px;
	background-position: left -200px;
}

.ssc-gel .ie8 .banner.image .inner {
	height: 450px;
	position: relative;
	padding: 0;
	background-image: url(../img/tamPages/login.png);
	background-size: auto 454px;
	background-position: left -200px;
	background-repeat: no-repeat;
}

.ssc-gel .ie8 .banner.image .inner .bd {
	position: absolute;
	width: 100%;
}

.ssc-gel .ie8 .banner.image .inner .bd h1,
.ssc-gel .ie8 .banner.image .inner .bd h2 {
	margin-left: 0;
	text-align: center;
}

.ssc-gel .ie8 .banner.image .inner .bd h1 {
	font-size: 37px;
	font-size: 2.3rem;
	margin-top: 25px;
	margin-bottom: 25px;
}

.ssc-gel .ie8 .banner.image .inner .bd h2 {
	font-size: 29px;
	font-size: 1.8rem;
}

.ssc-gel .ie8 .contextual-prompt li {
	display: table-cell;
	text-align: left;
}

.ssc-gel .ie8 .contextual-prompt .inner {
	max-width: 100%;
}

.ssc-gel .ie8 .contextual-prompt .bd ul li.hidden-sml {
	display: table-cell;
}

.ssc-gel .ie8 .contextual-prompt .bd ul li a {
	padding: 25px 0;
	padding-left: 50px;
}

.ssc-gel .ie8 .contextual-prompt .bd ul li a em {
	font-size: 21px;
	font-size: 1.3rem;
	line-height: 20.8px;
}

.ssc-gel .ie8 .contextual-prompt .bd ul li a span.sub {
	font-size: 13px;
	font-size: 0.8rem;
	line-height: 12.8px;
}

.ssc-gel .ie8 .contextual-prompt .bd ul li a i {
	font-size: 40px;
	font-size: 2.5rem;
	left: -50px;
	top: -10px;
}

.ssc-gel .ie8 .contextual-prompt .bd ul li:before {
	top: 20px;
	bottom: 20px;
	background-color: #e2ded6;
}

.ssc-gel .ie9 .input-file {
	position: relative;
	overflow: hidden;
	border: none !important;
}

.ssc-gel .ie9 .input-file span {
	display: none;
}

.ssc-gel .ie9 .input-file input {
	height: auto;
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	filter: alpha(opacity=10000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100;
}

.ssc-gel .print-logo {
	clear: both;
	display: none;
}

.ssc-gel .print-only {
	display: none;
}

/***************************************************************
        NO NAMESPACING
***************************************************************/

body { /** WEB CHAT MODULES NEED TO HAVE NO NAMESPACING **/ /* For mobile web chat */ /***************************************************************
    Datepicker
  ***************************************************************/ /* Overlays */ /* with multiple calendars */ /* RTL support */ /***************************************************************
    Override default KANA Datepicker styling
  ***************************************************************/ /***************************************************************
    Datepicker
  ***************************************************************/ /* Alignment fix for specific icons */
}

body .GTInvisibleGlass,
body .GTNone,
body .GTVH {
	display: none;
	visibility: hidden;
}

body .spinner,
body .GTGlass {
	background: rgba(65, 64, 66, 0.5);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 8000;
}

body .spinner:before,
body .GTGlass:before {
	animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	visibility: visible !important;
	content: 'Loading';
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -11px;
	z-index: 8001;
}

body .spinner img,
body .GTGlass img {
	animation-name: spin;
	-webkit-animation-name: spin;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -100px !important;
	margin-top: -100px !important;
	z-index: 8001;
}

body .ssc #bd .mod.payments-summary .loadingCCPayment {
	background: none !important;
}

body .loadingCCPayment {
	position: relative;
	z-index: 1;
}

body .loadingCCPayment:before {
	animation-name: spin;
	-webkit-animation-name: spin;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	width: 200px;
	height: 200px;
	background-image: url(../img/common-loading.png);
}

body .loadingCCPayment:after {
	animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	visibility: visible !important;
	content: 'Loading';
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #434345;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -11px;
}

body #payment_ccpaymentContainer,
body .record_creditcard_details {
	z-index: 2;
	position: relative;
	min-height: 420px;
}

body .mod.feedback-module {
	display: none;
}

body ul.mobile-chat-subqueue {
	border-left: 1px solid #2666a5;
	border-right: 1px solid #2666a5;
	border-bottom: 1px solid #2666a5;
}

body ul.mobile-chat-subqueue li {
	font-size: 1rem;
	text-align: center;
	color: #2666a5;
	transition: all 0.2s;
}

body ul.mobile-chat-subqueue li:not(:first-of-type) {
	border-top: 1px solid #ddd;
}

body ul.mobile-chat-subqueue li.nested:hover {
	background-color: #2666a5;
	color: #fff;
}

body span.ui-icon.ui-icon-circle-triangle-e { /* '&gt;' */
	color: #2666a5;
}

body span.ui-icon.ui-icon-circle-triangle-e:before {
	content: '\3e';
	font-size: 30px;
}

body span.ui-icon.ui-icon-circle-triangle-w {
	color: #2666a5;
}

body span.ui-icon.ui-icon-circle-triangle-w:before {
	content: '\3c';
	font-size: 30px;
}

body .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body .ui-datepicker { /*width: 17em;*/
	padding: .2em .2em 0;
	display: none;
}

body .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

body .ui-datepicker .ui-datepicker-prev-hover,
body .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

body .ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

body .ui-datepicker .ui-datepicker-next {
	right: 2px;
}

body .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

body .ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

body .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

body .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

body .ui-datepicker select.ui-datepicker-month,
body .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

body .ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

body .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

body .ui-datepicker td {
	border: 0;
	padding: 1px;
}

body .ui-datepicker td span,
body .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

body .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

body .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

body .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

body .ui-datepicker.ui-datepicker-multi {
	width: auto;
}

body .ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

body .ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

body .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

body .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

body .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

body .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
body .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

body .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

body .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

body .ui-datepicker-rtl {
	direction: rtl;
}

body .ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

body .ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

body .ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

body .ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

body .ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

body .ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

body .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
body .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

body .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
body .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

body button.ui-datepicker-trigger {
	background: none;
}

body button.ui-datepicker-trigger .calendar {
	font-size: 28px !important;
	cursor: pointer !important;
	font-family: inherit !important;
	padding: 0;
	color: #2666a5 !important;
}

body button.ui-datepicker-trigger:hover,
body button.ui-datepicker-trigger:active,
body button.ui-datepicker-trigger:focus {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body .calendar {
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

body input.datepicker:read-only {
	display: inline-block;
	border: 1px solid #a7a6a8;
}

body .datepicker {
	cursor: pointer;
	line-height: 1;
}

body .ui-datepicker {
	background: #fff;
	width: 98%;
	max-width: 400px;
	padding: 10px;
	z-index: 10 !important;
	border: 1px solid #a7a6a8;
}

body .ui-datepicker td {
	border: 1px solid #a7a6a8;
	padding: 0;
}

body .ui-datepicker td a {
	text-align: center;
	padding: 8px 7px;
}

body .ui-datepicker .ui-datepicker-today {
	background: #e4f7ff;
}

body .ui-datepicker .ui-datepicker-current-day {
	background: #009bda;
}

body .ui-datepicker .ui-datepicker-current-day a {
	color: #f5f5f5;
}

body .ui-datepicker .ui-datepicker-title {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

body .ui-datepicker .ui-state-hover {
	background-color: #2666a5;
	color: #fff;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
	width: auto;
	height: auto;
	padding: 0 3px;
	cursor: pointer;
}

body .ui-datepicker .ui-datepicker-prev i,
body .ui-datepicker .ui-datepicker-next i {
	font-size: 20px;
	font-size: 1.25rem;
}

body .ui-datepicker .ui-datepicker-prev i:hover,
body .ui-datepicker .ui-datepicker-next i:hover {
	color: #2666a5;
}

body .ui-datepicker .ui-datepicker-unselectable span {
	text-align: center;
	padding: 8px 7px;
	color: #666468;
	background: #ededed;
}

body button.ui-datepicker-trigger {
	position: absolute;
	top: 0px;
	right: 5px;
	color: #2666a5;
	padding: 0;
	margin: 0;
	border: none;
	height: 44px;
	width: 40px;
	text-align: center;
	font-size: 28px;
	font-size: 1.75rem;
}

body button.ui-datepicker-trigger i {
	height: 100%;
	width: 100%;
	margin: 0;
}

body button.ui-datepicker-trigger:hover,
body button.ui-datepicker-trigger:focus {
	background-color: #009bda;
}

body button.ui-datepicker-trigger:hover i.calendar,
body button.ui-datepicker-trigger:focus i.calendar {
	color: #fff  !important;
}

body .pci iframe,
body iframe.pci {
	width: 100%;
	min-height: 730px;
}

body .pci-form {
	background: white;
}

body dl.paired-list.pci-instalment-day {
	padding-bottom: 0;
}

body dl.paired-list.pci-instalment-day dt label {
	margin: 0;
	margin-top: 16px;
}

body .ui-helper-hidden-accessible {
	position: absolute;
	left: -9999px;
}

body .ui-autocomplete {
	background: #fff;
	border: 1px solid #a7a6a8;
	border-top: none;
	max-height: 258px;
	z-index: 3 !important;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	padding: 0;
	list-style-type: none;
}

body .ui-autocomplete .ui-menu-item a {
	color: #434345;
	display: block;
	padding: 10px;
	border-top: 1px solid #a7a6a8;
	cursor: pointer;
}

body .ui-autocomplete .ui-menu-item a:hover {
	text-decoration: none;
	background: #2666a5;
	color: #fff;
}

body .ui-autocomplete .ui-menu-item:first-child a {
	border-top: none;
}

body .common-autocompleteMsg {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	margin: 5px 0 0 0;
}

body [class^="icon"]:before,
body [class*=" icon"]:before {
	font-family: "iag_icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

body .icon { /* '!' */ /* '#' */ /* '&amp;' */ /* '(' */ /* ')' */ /* '*' */ /* '+' */ /* '-' */ /* '/' */ /* '0' */ /* '1' */ /* '2' */ /* '3' */ /* '4' */ /* '5' */ /* '6' */ /* '7' */ /* '8' */ /* '9' */ /* '&lt;' */ /* '=' */ /* '&gt;' */ /* '?' */ /* '@' */ /* 'A' */ /* 'B' */ /* 'C' */ /* 'D' */ /* 'E' */ /* 'F' */ /* 'G' */ /* 'H' */ /* 'I' */ /* 'J' */ /* 'K' */ /* 'L' */ /* 'M' */ /* 'N' */ /* 'O' */ /* 'P' */ /* 'Q' */ /* 'R' */ /* 'S' */ /* 'T' */ /* 'U' */ /* 'V' */ /* 'W' */ /* 'X' */ /* 'Y' */ /* '_' */ /* 'a' */ /* 'b' */ /* 'c' */ /* 'd' */ /* 'e' */ /* 'f' */ /* 'g' */ /* 'h' */ /* 'i' */ /* 'j' */ /* 'k' */ /* 'l' */ /* 'm' */ /* 'n' */ /* 'o' */ /* 'p' */ /* 'q' */ /* 'r' */ /* 's' */ /* 't' */ /* 'u' */ /* 'v' */ /* 'w' */ /* 'x' */ /* 'y' */ /* '{' */ /* '|' */ /* '}' */ /* '~' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '?' */ /* '¯óÖ' */ /* '¯óë' */ /* '¯óè' */ /* '¯óï' */
}

body .icon.search:before {
	content: '\21';
}

body .icon.chat:before {
	content: '\23';
}

body .icon.feedback:before {
	content: '\26';
}

body .icon.lock:before {
	content: '\28';
}

body .icon.lock-open:before {
	content: '\29';
}

body .icon.about-us:before {
	content: '\2a';
}

body .icon.plus:before {
	content: '\2b';
}

body .icon.minus:before {
	content: '\2d';
}

body .icon.license:before {
	content: '\2f';
}

body .icon.caravan:before {
	content: '\30';
}

body .icon.bicycle:before {
	content: '\31';
}

body .icon.funeral:before {
	content: '\32';
}

body .icon.user:before {
	content: '\33';
}

body .icon.register:before {
	content: '\34';
}

body .icon.contact-us:before {
	content: '\35';
}

body .icon.counter:before {
	content: '\36';
}

body .icon.save-quote:before {
	content: '\37';
}

body .icon.tow-truck:before {
	content: '\38';
}

body .icon.external-link:before {
	content: '\39';
}

body .icon.chevron-thin-left:before {
	content: '\3c';
}

body .icon.laptop:before {
	content: '\3d';
}

body .icon.chevron-thin-right:before {
	content: '\3e';
}

body .icon.help:before,
body .icon.faq:before {
	content: '\3f';
}

body .icon.pool-area:before {
	content: '\40';
}

body .icon.airplane:before {
	content: '\41';
}

body .icon.travel-domestic:before {
	content: '\42';
}

body .icon.multi-trip:before {
	content: '\43';
}

body .icon.clock-24h:before {
	content: '\44';
}

body .icon.medical-condition:before {
	content: '\45';
}

body .icon.briefcase:before {
	content: '\46';
}

body .icon.lawnmower:before {
	content: '\47';
}

body .icon.desk:before {
	content: '\48';
}

body .icon.food:before {
	content: '\49';
}

body .icon.cart:before {
	content: '\4a';
}

body .icon.health:before {
	content: '\4b';
}

body .icon.trades:before {
	content: '\4c';
}

body .icon.property:before {
	content: '\4d';
}

body .icon.motor-trade:before {
	content: '\4e';
}

body .icon.farms:before {
	content: '\4f';
}

body .icon.family:before {
	content: '\50';
}

body .icon.income-protect:before {
	content: '\51';
}

body .icon.boat:before {
	content: '\52';
}

body .icon.security:before {
	content: '\53';
}

body .icon.home-alarm:before {
	content: '\54';
}

body .icon.patrols:before {
	content: '\55';
}

body .icon.cctv:before {
	content: '\56';
}

body .icon.intercom:before {
	content: '\57';
}

body .icon.safe:before {
	content: '\58';
}

body .icon.alarm-medical:before {
	content: '\59';
}

body .icon.ctp:before {
	content: '\5f';
}

body .icon.transport:before {
	content: '\61';
}

body .icon.car:before {
	content: '\62';
}

body .icon.car-firetheft:before {
	content: '\63';
}

body .icon.car-plus:before {
	content: '\64';
}

body .icon.car-thirdparty:before {
	content: '\65';
}

body .icon.car-vintage:before {
	content: '\66';
}

body .icon.icon-damage:before {
	content: '\67';
}

body .icon.icon-windscreen:before {
	content: '\68';
}

body .icon.icon-research:before {
	content: '\69';
}

body .icon.icon-assets:before {
	content: '\6a';
}

body .icon.icon-hirecar:before {
	content: '\6b';
}

body .icon.home-insurance:before {
	content: '\6c';
}

body .icon.home-plus:before {
	content: '\6d';
}

body .icon.home-contents:before {
	content: '\6e';
}

body .icon.home-contents-plus:before {
	content: '\6f';
}

body .icon.home-flood:before {
	content: '\70';
}

body .icon.contents:before {
	content: '\71';
}

body .icon.contents-plus:before {
	content: '\72';
}

body .icon.landlord:before {
	content: '\73';
}

body .icon.strata:before {
	content: '\74';
}

body .icon.motorcycle:before {
	content: '\75';
}

body .icon.motorcycle-3rdparty:before {
	content: '\76';
}

body .icon.motorcycle-vintage:before {
	content: '\77';
}

body .icon.scooter:before {
	content: '\78';
}

body .icon.third-party-scooter:before {
	content: '\79';
}

body .icon.chevron-up:before {
	content: '\7b';
}

body .icon.branch-locate:before {
	content: '\7c';
}

body .icon.chevron-down:before {
	content: '\7d';
}

body .icon.location:before {
	content: '\7e';
}

body .icon.wallet:before {
	content: '\a6';
}

body .icon.bpay:before {
	content: '\a7';
}

body .icon.chevron-left:before {
	content: '\ab';
}

body .icon.letter:before {
	content: '\ac';
}

body .icon.question:before {
	content: '\b1';
}

body .icon.chevron-right:before {
	content: '\bb';
}

body .icon.phone:before {
	content: '\bf';
}

body .icon.community:before {
	content: '\c0';
}

body .icon.motorcycle-windscreen:before {
	content: '\c1';
}

body .icon.scooter-windscreen:before {
	content: '\c2';
}

body .icon.clock:before {
	content: '\cd';
}

body .icon.twitter:before {
	content: '\d2';
}

body .icon.facebook:before {
	content: '\d3';
}

body .icon.google:before {
	content: '\d4';
}

body .icon.youtube:before {
	content: '\d5';
}

body .icon.cog:before {
	content: '\d7';
}

body .icon.mobile:before {
	content: '\de';
}

body .icon.docs:before {
	content: '\e0';
}

body .icon.text-doc:before {
	content: '\e1';
}

body .icon.edocs:before {
	content: '\e2';
}

body .icon.quote-retrieve:before {
	content: '\e3';
}

body .icon.quote-new:before {
	content: '\e4';
}

body .icon.claim:before {
	content: '\e5';
}

body .icon.calendar:before {
	content: '\fa';
}

body .icon.refresh:before {
	content: '\fb';
}

body .icon.credit-card:before {
	content: '\fc';
}

body .icon.public-liability:before {
	content: '\ff';
}

body .icon.info:before {
	content: '\2139';
}

body .icon.home:before {
	content: '\2302';
}

body .icon.list:before {
	content: '\2630';
}

body .icon.warning:before {
	content: '\26a0';
}

body .icon.mail:before {
	content: '\2709';
}

body .icon.pencil:before {
	content: '\270e';
}

body .icon.check:before {
	content: '\2713';
}

body .icon.cross:before {
	content: '\2715';
}

body .icon.balcony-deck:before {
	content: '\e800';
}

body .icon.bathroom:before {
	content: '\e801';
}

body .icon.bedroom:before {
	content: '\e802';
}

body .icon.carport:before {
	content: '\e803';
}

body .icon.dining-room:before {
	content: '\e804';
}

body .icon.family-room:before {
	content: '\e805';
}

body .icon.games-room:before {
	content: '\e806';
}

body .icon.garage:before {
	content: '\e807';
}

body .icon.large-shed:before {
	content: '\e808';
}

body .icon.lounge-room:before {
	content: '\e809';
}

body .icon.slope-flat:before {
	content: '\e80a';
}

body .icon.slope-gentle:before {
	content: '\e80b';
}

body .icon.slope-steep:before {
	content: '\e80c';
}

body .icon.slope-steeper:before {
	content: '\e80d';
}

body .icon.small-shed:before {
	content: '\e80e';
}

body .icon.storage:before {
	content: '\e80f';
}

body .icon.verandah:before {
	content: '\e810';
}

body .icon.motorcycle-windscreen:before {
	content: '\e811';
}

body .icon.scooter-windscreen:before {
	content: '\e812';
}

body .icon.headset:before {
	content: '\e813';
}

body .icon.car-bonnet:before {
	content: '\e814';
}

body .icon.sunroom:before {
	content: '\e815';
}

body .icon.picture:before {
	content: '\e816';
}

body .icon.license-plate:before {
	content: '\e817';
}

body .icon.caravan-onsite:before {
	content: '\e818';
}

body .icon.trailer:before {
	content: '\e819';
}

body .icon.checklist:before {
	content: '\e871';
}

body .icon.building-repairs:before {
	content: '\e872';
}

body .icon.progress:before {
	content: '\e873';
}

body .icon.cash:before {
	content: '\e874';
}

body .icon.store-card:before {
	content: '\e875';
}

body .icon.offer:before {
	content: '\e876';
}

body .icon.automotive-repairs:before {
	content: '\e877';
}

body .icon.trash:before {
	content: '\e893';
}

body .icon.check-circled:before {
	content: '\e894';
}

body .icon.eye:before {
	content: '\e896';
}

body .icon.badge2:before {
	content: '\e81a';
}

body .icon.heart2:before {
	content: '\e897';
}

body .icon.credit-card-1:before {
	content: '\e899';
}

body .icon.windscreen-scooter:before {
	content: '\e889';
}

body .icon.windscreen-motorcycle:before {
	content: '\e88a';
}

body .icon.phone-barcode:before {
	content: '\e88b';
}

body .icon.store-card {
	top: -4px;
}

body html.webchat {
	background-color: #ededed;
	height: 100%;
}

body button {
	font-family: FS Joey Web Regular, Helvetica, Arial; /* 1 */
}

body .page-webchat h2 {
	font-size: 16px;
	font-size: 1rem;
}

body .page-webchat .mod.grid.alternate {
	margin-bottom: 0;
}

body .page-webchat .mod.grid.alternate > .inner {
	max-width: none;
}

body .page-webchat .mod.grid.alternate > .inner > .bd {
	min-height: 460px;
}

body .page-webchat dl.paired-list {
	border: none;
}

body .page-webchat dl.paired-list dd textarea {
	width: 100%;
	height: 6em;
}

body .page-webchat dl.paired-list .error {
	padding-top: 5px;
}

body .page-webchat .chat-inner {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	background: #fff;
	min-height: 430px;
	height: 100%;
}

body .page-webchat .chat-inner h2 {
	color: #009bda;
	margin: 10px 15px;
	line-height: 1;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

body .page-webchat .chat-inner dt {
	margin-left: 10px;
}

body .page-webchat .chat-inner dt em {
	font-style: normal;
	color: #ff9a03;
}

body .page-webchat .chat-inner dt.queue-position {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
}

body .page-webchat .chat-inner dt.wait-time {
	color: #99979b;
}

body .page-webchat .chat-inner .loading-spinner {
	position: absolute;
	top: 250px;
	left: 50%;
	animation-name: spin;
	-webkit-animation-name: spin;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

body .page-webchat .chat-inner .webchat-thankyou {
	margin: 40px 0;
	font-size: 22px;
	font-size: 1.375rem;
}

body .page-webchat .chat-inner .webchat-chat-message {
	width: 96%;
	margin: 0 2% 15px;
	border: 1px solid #009bda;
	height: 100px;
}

body .page-webchat .chat-inner .webchat-chat-list {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

body .page-webchat .chat-inner .webchat-chat-list li {
	word-wrap: break-word;
}

body .page-webchat .chat-inner .colleague {
	color: #69be28;
}

body .page-webchat .chat-inner .guest {
	color: #009bda;
}

body .page-webchat .chat-inner .isTyping {
	padding: 8px 15px;
	border-top: 1px solid #c1c0c1;
}

body .page-webchat .chat-inner .chat-btn-group {
	margin: 0 10px 10px;
}

body .page-webchat .chat-inner .chat-btn-group .chat-send {
	width: 50%;
}

body .mobile-webchat-menu {
	position: fixed;
	top: 80px;
	left: 2%;
	width: 96%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	z-index: 1000;
}

body .mobile-webchat-menu.mwm-mobile {
	top: 60px;
}

body .mobile-webchat-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body .mobile-webchat-menu li {
	font-size: 20px;
	font-size: 1.25rem;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 20px;
	cursor: pointer;
}

body .mobile-webchat-menu li a {
	display: block;
	color: #2666a5;
}

body .mobile-webchat-menu li a:hover {
	color: #009bda;
	text-decoration: none;
}

body .mobile-webchat-menu li a:active {
	text-decoration: none;
}

body .mobile-webchat-menu li .icon {
	font-size: 24px;
	font-size: 1.5rem;
	margin-right: 20px;
}

body .mobile-webchat-menu .chatOptionsIntro {
	width: 94%;
	margin: auto;
}

body .mobile-webchat-menu ul#chatOptions {
	width: 94%;
	margin: auto;
}

body .mobile-webchat-menu ul#chatOptions li {
	border-bottom: none;
	padding-left: 0;
}

body .mobile-webchat-menu ul#chatOptions li button {
	width: 100%;
}

body .mobile-webchat-menu .triangle-up {
	position: absolute;
	left: 0;
	top: -30px;
	padding: 0; /* Stroke */ /* Fill */
}

body .mobile-webchat-menu .triangle-up:before,
body .mobile-webchat-menu .triangle-up:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}

body .mobile-webchat-menu .triangle-up:before {
	top: -1px;
	left: 0;
	border-color: transparent transparent #ccc transparent;
	border-width: 15px;
}

body .mobile-webchat-menu .triangle-up:after {
	top: 0;
	left: 0;
	border-color: transparent transparent #fff transparent;
	border-width: 15px;
}

body .mobile-webchat-menu.mwm-mobile .triangle-up {
	top: -20px;
}

body .mobile-webchat-menu.mwm-mobile .triangle-up:before,
body .mobile-webchat-menu.mwm-mobile .triangle-up:after {
	border-width: 10px;
}

body.ami .page-webchat .chat-inner .webchat-chat-message {
	border: 1px solid #4d4d4d;
}

body.ami .page-webchat .chat-inner .chat-btn-group .chat-save {
	padding: 12px 40px;
	border-radius: 6px;
	border-color: #4d4d4d;
	color: #4d4d4d;
}

body.ami .page-webchat .chat-inner .chat-btn-group .chat-save:hover,
body.ami .page-webchat .chat-inner .chat-btn-group .chat-save:focus {
	box-shadow: none;
	background-color: #fff;
}

body.ami .page-webchat .chat-inner .chat-btn-group .chat-send {
	padding: 12px 40px;
	background-color: #43beac;
	position: relative;
	box-shadow: inset 0 0 0 1px #43beac;
	border: none;
	border-radius: 6px;
	-webkit-transition: all 0.15s ease-in-out 0;
	-moz-transition: all 0.15s ease-in-out 0;
	transition: all 0.15s ease-in-out 0;
}

body.ami .page-webchat .chat-inner .chat-btn-group .chat-send:hover,
body.ami .page-webchat .chat-inner .chat-btn-group .chat-send:focus {
	box-shadow: inset 0 0 0 2px #35998a;
	border-color: #35998a;
	background-color: #3bac9c;
	text-shadow: 0 0 2px #35998a;
}

body.ami .page-webchat .chat-inner h2 {
	color: #4d4d4d;
}

body.state .page-webchat .chat-inner .webchat-chat-message {
	border: 1px solid #009cde;
}

body.state .page-webchat .chat-inner .chat-btn-group .chat-save {
	border-color: #009cde;
	color: #009cde;
}

body.state .page-webchat .chat-inner .chat-btn-group .chat-save:hover,
body.state .page-webchat .chat-inner .chat-btn-group .chat-save:focus {
	box-shadow: none;
}

body.state .page-webchat .chat-inner .chat-btn-group .chat-send {
	background-color: #f47b20;
	position: relative;
	border-color: #cd4e19;
	-webkit-transition: all 0.15s ease-in-out 0;
	-moz-transition: all 0.15s ease-in-out 0;
	transition: all 0.15s ease-in-out 0;
}

body.state .page-webchat .chat-inner .chat-btn-group .chat-send:hover,
body.state .page-webchat .chat-inner .chat-btn-group .chat-send:focus {
	background-color: #cd4e19;
	box-shadow: none;
}

body.state .page-webchat .chat-inner h2 {
	color: #009cde;
}

body.ColesIns .page-webchat .chat-inner .chat-btn-group .chat-send,
body.ColesIns .chat-btn-group .chat-send {
	background-color: #e01a22 ;
	border: none;
	-webkit-transition: all 0.15s ease-in-out 0;
	-moz-transition: all 0.15s ease-in-out 0;
	transition: all 0.15s ease-in-out 0;
}

body.ColesIns .page-webchat .chat-inner .chat-btn-group .chat-send:hover,
body.ColesIns .page-webchat .chat-inner .chat-btn-group .chat-send:focus,
body.ColesIns .chat-btn-group .chat-send:hover,
body.ColesIns .chat-btn-group .chat-send:focus {
	background-color: #ac212f;
	box-shadow: none;
}


body.bendigo .page-webchat .chat-inner h2 {
	color: #800000;
}

body.bendigo .page-webchat .chat-inner .chat-btn-group .chat-send,
body.bendigo .chat-btn-group .chat-send {
	background-color: #000;
	border: none;
	-webkit-transition: all 0.15s ease-in-out 0;
	-moz-transition: all 0.15s ease-in-out 0;
	transition: all 0.15s ease-in-out 0;
}

body.bendigo .page-webchat .chat-inner .chat-btn-group .chat-send:hover,
body.bendigo .page-webchat .chat-inner .chat-btn-group .chat-send:focus,
body.bendigo .chat-btn-group .chat-send:hover,
body.bendigo .chat-btn-group .chat-send:focus {
	background-color: #5d5d5d;
	box-shadow: none;
}


body .toast-title {
	font-weight: 700;
}

body .toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

body .toast-message a,
body .toast-message label {
	color: #fff;
}

body .toast-message a:hover {
	color: #ccc;
	text-decoration: none;
}

body .toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	line-height: 20px;
}

body .toast-close-button:focus,
body .toast-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}

body button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

body .toast-top-center {
	top: 0;
	right: 0;
	width: 100%;
}

body .toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%;
}

body .toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}

body .toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
}

body .toast-top-left {
	top: 12px;
	left: 12px;
}

body .toast-top-right {
	top: 12px;
	right: 12px;
}

body .toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

body .toast-bottom-left {
	bottom: 12px;
	left: 12px;
}

body #toast-container {
	position: fixed;
	z-index: 999999;
}

body #toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body #toast-container > div {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	color: #fff;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

body #toast-container > :hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
}

body #toast-container > .toast-info {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

body #toast-container > .toast-error {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

body #toast-container > .toast-success {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

body #toast-container > .toast-warning {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

body #toast-container.toast-bottom-center > div,
body #toast-container.toast-top-center > div {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

body #toast-container.toast-bottom-full-width > div,
body #toast-container.toast-top-full-width > div {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

body .toast {
	background-color: #030303;
}

body .toast-success {
	background-color: #51a351;
}

body .toast-error {
	background-color: #bd362f;
}

body .toast-info {
	background-color: #2f96b4;
}

body .toast-warning {
	background-color: #f89406;
}

body .toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}

body .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

body .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

body .animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

body .slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

body .slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

body #toast-container div.proactive-chat {
	opacity: 1;
	margin-bottom: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	width: 100%;
	background-image: none !important;
	padding: 15px;
	background: #414042;
}

body #toast-container .toast-message {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

body #toast-container .toast-message p {
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

body #toast-container .toast-message p span {
	font-size: 1.2rem;
	line-height: 25px;
	display: block;
	width: 100%;
}

body #toast-container .toast-message p span i {
	font-size: 2rem;
	position: relative;
	left: 0;
	top: 5px;
	margin-right: 10px;
}

body #toast-container .toast-message a {
	width: 100%;
	max-width: 300px;
	color: #fff;
	display: block;
	margin: 10px auto 0 auto;
}

body #toast-container .toast-message a.webchat--initiate-chat--link {
	color: #2666a5;
}

body #toast-container .toast-message a.webchat--initiate-chat--link.btn {
	width: 100%;
	color: #fff;
	background-color: #007900;
	margin-top: 10px;
	border: none;
}

body #toast-container .toast-message a.webchat--initiate-chat--dismiss {
	text-decoration: underline;
}

body #toast-container .toast-message a.webchat--initiate-chat--dismiss:hover {
	text-decoration: none;
}

@media (min-width: 37.5em) {

.ssc-gel .mod.collapsible-amend .collapsible .hd dl dd {
	width: 50%;
}

.ssc-gel .list-of-business ul li span .half,
.ssc-gel .list-of-business ul .doc-policy span .half,
.ssc-gel .list-of-business button.primary-list li span .half,
.ssc-gel .list-of-business button.primary-list .doc-policy span .half {
	width: 50%;
}

.ssc-gel .price-page .collapsible .hd dl dd {
	width: 50%;
}

}

@media all and (min-width: 241px) and (max-width: 480px) {

body #toast-container > div {
	padding: 8px 8px 8px 50px;
	width: 18em;
}

body #toast-container .toast-close-button {
	right: -.2em;
	top: -0.2em;
}

.ssc-gel .nrma-rsa-section-premium-val.color-rev h1 {
	font-size: large;
	margin-bottom: 0px;
}

.checkbox-rsa-desktop{
	display: none;
}

/*DCE-40034*/
.padding-right-20px{
	padding-right: 0px !important;
}

/*DCE-40034*/
.rsa-type-desktop{
	display: none;
}

.rsa-discount-mobile-visible{
	display: block;
}

/*DCE-40034*/
.rsa-padding-top-premium{
	padding-top: 10px !important;
}

.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
}

.button-login-email-us {
    width: 40% !important;
}

.callbackOnly {
	display: none !important;
}

.text-align-logo {
	text-align:right !important;
}

.sliding-header .col1{
	width:60% !important;
}

.sliding-banner{
	top: 60px !important;
}

}

@media (min-width: 360px) {

.ssc-gel .price-switcher .home-price-page__buy-now {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	float: right;
}

.checkbox-rsa-desktop{
	display: none;
}

/*DCE-40034*/
.padding-right-20px{
	padding-right: 0px !important;
}

.rsa-gst-text-align{
	text-align: center;
}

/*DCE-40034*/
.rsa-type-desktop{
	display: none;
}

.rsa-special-offer-mobile-hide{
	display: none;
}

.rsa-discount-mobile-visible{
	display: block;
}


/*DCE-40034*/
.rsa-padding-top-premium{
	padding-top: 10px !important;
}

.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
}

.ssc-gel .price-switcher .home-price-page__buy-now:last-child {
	margin-right: 0;
}

}

@media (min-width: 400px) {

.ssc-gel .repairer-box a.btn.section-primary {
	max-width: 250px;
}

.ssc-gel .repairer-box.hideMap .ft a.btn.section-primary {
	max-width: 250px;
}

.checkbox-rsa-desktop{
	display: none;
}

/*DCE-40034*/
.padding-right-20px{
	padding-right: 0px !important;
}

.rsa-gst-text-align{
	text-align: center;
}

.rsa-discount-mobile-visible{
	display: block;
}


/*DCE-40034*/
.rsa-type-desktop{
	display: none;
}

/*DCE-40034*/
.rsa-padding-top-premium{
	padding-top: 10px !important;
}

.rsa-special-offer-mobile-hide{
	display: none;
}

.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
}

}

@media all and (min-width: 481px) and (max-width: 768px) {

body #toast-container > div {
	padding: 15px 15px 15px 50px;
	width: 25em;
}

.callbackOnly {
	display: none !important;
}

.checkbox-rsa-desktop{
	display: none;
}

/*DCE-40034*/
.padding-right-20px{
	padding-right: 0px !important;
}

/*DCE-40034*/
.rsa-type-desktop{
	display: none;
}

.rsa-special-offer-mobile-hide{
	display: none;
}

.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
}

.text-align-logo {
	text-align:right !important;
}

.rsa-discount-mobile-visible{
	display: block;
}


/*DCE-40034*/
.rsa-padding-top-premium{
	padding-top: 10px !important;
}

.sliding-header .col1{
	width:60% !important;
}

.sliding-banner{
	top: 60px !important;
}

}

@media (min-width: 680px) {

body .visible-sml,
.page .visible-sml {
	display: none;
}

.help-link {
	margin-left: 1em;
}

footer.main {
	padding: 1em 1em 5em 1em;
}

button.primary,
.btn.primary {
	width: 50%;
}

.iag-button-group-section {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .purple_changes_margin {
	margin-left: 20px !important;
}

.iag-button-group-section:before,
.iag-button-group-section:after {
	content: "";
	display: table;
}

.iag-button-group-section:after {
	clear: both;
}

.iag-button-group-section .float-left {
	float: left;
}

.iag-button-group-section .float-left .button {
	margin: 0 10px 0 0;
}

.iag-button-group-section .float-right {
	float: right;
}

.iag-button-group-section .float-right .button {
	margin: 0 0 0 10px;
}

.iag-button-group-section .float-center {
	float: right;
}

.iag-button-group-section .float-center .button {
	margin: 0;
}

.button-group-item {
	-webkit-box-lines: no-wrap;
	-moz-box-lines: no-wrap;
	box-lines: no-wrap;
	-webkit-flex-wrap: no-wrap;
	-moz-flex-wrap: no-wrap;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	margin: 0;
	display: inline-block;
}

.button-group-item .button {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.button-group-item-flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.button-group-item-flex .button,
.button-group-item-flex a {
	margin: 5px;
}

.ssc-gel header.main .logout-btn i,
.ssc header.main .logout-btn i {
	display: inline-block;
}

.ssc-gel.nav-open header.main .nav-btn,
.ssc.nav-open header.main .nav-btn {
	margin-left: 0;
}

.ssc-gel header.main,
.ssc header.main {
	height: 93px;
}

.ssc-gel header.main h1,
.ssc header.main h1 {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	margin: 10px 0 0 0;
}

.ssc-gel header.main .nav-btn,
.ssc header.main .nav-btn {
	left: 50px;
	top: 19px;
}

.ssc-gel header.main .nav-btn i:before,
.ssc header.main .nav-btn i:before {
	font-size: 40px;
	font-size: 2.5rem;
}

.ssc-gel header.main .nav-btn span,
.ssc header.main .nav-btn span {
	font-size: 16px;
	font-size: 1rem;
	margin-left: 20px;
	display: inline-block;
	position: relative;
	top: -8px;
}

.ssc-gel header.main .logout-btn,
.ssc header.main .logout-btn {
	right: 50px;
	top: 24px;
}

.ssc-gel header.main .header-actions-menu,
.ssc header.main .header-actions-menu {
	right: 16px;
}

.ssc-gel header.main .header-actions-menu a,
.ssc header.main .header-actions-menu a {
	text-decoration: none;
}

.ssc-gel header.main .header-actions-menu .logout .icon,
.ssc header.main .header-actions-menu .logout .icon {
	display: inline-block;
}

.ssc-gel header.main .webchat-initiate .mobile-webchat-open:after,
.ssc header.main .webchat-initiate .mobile-webchat-open:after {
	padding-left: 10px;
}

.ssc-gel .mod,
.ssc .mod { /***************************************************************
    Primary Theme
    ***************************************************************/
}

.ssc-gel .mod.grid > .inner,
.ssc .mod.grid > .inner {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .mod.grid > .inner:before,
.ssc-gel .mod.grid > .inner:after,
.ssc .mod.grid > .inner:before,
.ssc .mod.grid > .inner:after {
	content: "";
	display: table;
}

.ssc-gel .mod.grid > .inner:after,
.ssc .mod.grid > .inner:after {
	clear: both;
}

.ssc-gel .mod .half .inner,
.ssc .mod .half .inner {
	margin: 0 .5em;
}

.ssc-gel .mod .half:first-child .inner,
.ssc .mod .half:first-child .inner {
	margin-left: 0;
}

.ssc-gel .mod .half:last-child .inner,
.ssc .mod .half:last-child .inner {
	margin-right: 0;
}

.ssc-gel .mod .half + .half .inner,
.ssc .mod .half + .half .inner {
	margin-right: 0;
}

.ssc-gel .mod.primary > .inner > .hd i,
.ssc .mod.primary > .inner > .hd i {
	font-size: 26px;
	font-size: 1.6rem;
}

.ssc-gel .mod.primary > .inner > .hd h2,
.ssc .mod.primary > .inner > .hd h2 {
	font-size: 26px;
	font-size: 1.6rem;
}

.ssc-gel .half {
	width: 50%;
	margin: 0px;
	float: left;
}

.ssc-gel .cols-1 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 5.05289%;
	margin: 0px;
}

.ssc-gel .cols-1:last-child {
	margin-right: 0;
}

.ssc-gel .cols-2 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
	margin: 0px;
}

.ssc-gel .cols-2:last-child {
	margin-right: 0;
}

.ssc-gel .cols-3,
.ssc-gel .make-changes .bd .call {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
	margin: 0px;
}

.ssc-gel .cols-3:last-child,
.ssc-gel .make-changes .bd .call:last-child {
	margin-right: 0;
}

.ssc-gel .cols-4 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
	margin: 0px;
}

.ssc-gel .cols-4:last-child {
	margin-right: 0;
}

.ssc-gel .cols-5 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 39.57911%;
	margin: 0px;
}

.ssc-gel .cols-5:last-child {
	margin-right: 0;
}

.ssc-gel .cols-6,
.ssc-gel .email-receive-receipt dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
	margin: 0px;
}

.ssc-gel .cols-6:last-child,
.ssc-gel .email-receive-receipt dd:last-child {
	margin-right: 0;
}

.ssc-gel .cols-7 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 56.84222%;
	margin: 0px;
}

.ssc-gel .cols-7:last-child {
	margin-right: 0;
}

.ssc-gel .cols-8 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
	margin: 0px;
}

.ssc-gel .cols-8:last-child {
	margin-right: 0;
}

.ssc-gel .cols-9,
.ssc-gel .make-changes .bd .branch {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 74.10533%;
	margin: 0px;
}

.ssc-gel .cols-9:last-child,
.ssc-gel .make-changes .bd .branch:last-child {
	margin-right: 0;
}

.ssc-gel .cols-10 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 82.73689%;
	margin: 0px;
}

.ssc-gel .cols-10:last-child {
	margin-right: 0;
}

.ssc-gel .cols-11 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 91.36844%;
	margin: 0px;
}

.ssc-gel .cols-11:last-child {
	margin-right: 0;
}

.ssc-gel .cols-12 {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 100%;
	margin: 0px;
}

.ssc-gel .cols-12:last-child {
	margin-right: 0;
}

.ssc-gel dl dd + dd.cols-1,
.ssc-gel dl dd + dd.cols-2,
.ssc-gel dl dd + dd.cols-3,
.ssc-gel dl .make-changes .bd dd + dd.call,
.ssc-gel .make-changes .bd dl dd + dd.call,
.ssc-gel dl dd + dd.cols-4,
.ssc-gel dl dd + dd.cols-5,
.ssc-gel dl dd + dd.cols-6,
.ssc-gel dl .email-receive-receipt dd + dd,
.ssc-gel .email-receive-receipt dl dd + dd,
.ssc-gel dl dd + dd.cols-7,
.ssc-gel dl dd + dd.cols-8,
.ssc-gel dl dd + dd.cols-9,
.ssc-gel dl .make-changes .bd dd + dd.branch,
.ssc-gel .make-changes .bd dl dd + dd.branch,
.ssc-gel dl dd + dd.cols-10,
.ssc-gel dl dd + dd.cols-11 {
	padding-top: 0px;
}

.ssc-gel section.main {
	margin-top: 80px;
}

.ssc-gel .btn-grid li {
	font-size: 15px;
	font-size: 0.9rem;
	padding: 0px 10px 15px;
}

.ssc-gel .btn-grid li a,
.ssc-gel .btn-grid li button {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel .btn-grid li a i,
.ssc-gel .btn-grid li button i {
	font-size: 70px;
	font-size: 4.375rem;
}

.ssc-gel .btn-grid li a span,
.ssc-gel .btn-grid li button span {
	margin-top: 6px;
	font-size: 15px;
	font-size: 0.9375rem;
}

.ssc-gel .btn-grid.alternate li a {
	padding: 10px;
}

.ssc-gel .btn-grid.alternate li a i {
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 70px;
}

.ssc-gel .btn-grid.alternate li a .btn.primary {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1em;
}

.ssc-gel .btn-grid.grid-small li {
	margin: 0 10px;
}

.ssc-gel .btn-grid.grid-small li a {
	padding: 20px 20px 30px 20px;
}

.ssc-gel button.primary,
.ssc-gel .btn.primary {
	width: 25%;
}

.ssc-gel .iag-button-group-section {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .iag-button-group-section:before,
.ssc-gel .iag-button-group-section:after {
	content: "";
	display: table;
}

.ssc-gel .iag-button-group-section:after {
	clear: both;
}

.ssc-gel .iag-button-group-section .float-left {
	float: left;
}

.ssc-gel .iag-button-group-section .float-left .button {
	margin: 0 10px 0 0;
}

.ssc-gel .iag-button-group-section .float-right {
	float: right;
}

.ssc-gel .iag-button-group-section .float-right .button {
	margin: 0 0 0 10px;
}

.ssc-gel .iag-button-group-section .float-center {
	float: right;
}

.ssc-gel .iag-button-group-section .float-center .button {
	margin: 0;
}

.ssc-gel .button-group-item {
	-webkit-box-lines: no-wrap;
	-moz-box-lines: no-wrap;
	box-lines: no-wrap;
	-webkit-flex-wrap: no-wrap;
	-moz-flex-wrap: no-wrap;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	margin: 0;
	display: inline-block;
}

.ssc-gel .button-group-item .button {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ssc-gel .button-group-item-flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.ssc-gel .button-group-item-flex .button,
.ssc-gel .button-group-item-flex a {
	margin: 5px;
}

.ssc-gel .mod.collapsible-amend {
	margin-top: 0;
}

.ssc-gel .mod.collapsible-amend .collapsible .hd p.note {
	font-size: 15px;
	font-size: 0.9375rem;
}

.ssc-gel .hgroup dl {
	padding: 20px 0;
}

.ssc-gel .shortLeftAlign {
	width: 50%;
}

.ssc-gel { /***************************************************************
    Custom Checkbox Inline Select Block Styling
    ***************************************************************/
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd label {
	width: 140px;
	height: 100px;
	padding: 4px;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd label i {
	font-size: 32px;
	font-size: 2rem;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd input[type=checkbox]:hover + label {
	background-color: #e4f7ff;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd input[type=checkbox]:checked + label {
	background-color: #009bda;
	color: #ffffff;
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd input[type=checkbox]:checked + label i {
	color: #ffffff;
}

.ssc-gel .select-list .select-list-half {
	padding-left: 0;
}

.ssc-gel .date dd {
	float: left;
	width: 33.333%;
	margin: 0;
}

.ssc-gel .radio-group-box dd {
	width: auto;
	min-width: 58px;
}

.ssc-gel .radio-group-box input[type=radio] + label {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.ssc-gel .radio-group-box input[type=radio] + label:hover {
	background-color: #e4f7ff;
}

.ssc-gel .radio-custom dd label {
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}

.ssc-gel .radio-inline-group {
	width: auto;
}

.ssc-gel .radio-inline-group .radio-custom {
	display: table-cell;
	width: auto;
}

.ssc-gel .radio-inline-group .radio-custom dd {
	width: 140px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon dd {
	width: 190px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.ssc-gel .radio-inline-group .radio-custom dd label {
	width: 140px;
	height: 130px;
	padding: 10px;
	max-width: 140px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon dd label {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 140px;
    max-width: 190px;
    width: 190px;
    border-radius: 2px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-icon {
	height: 45%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-title {
	height: 35%;
	font-weight: bold;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-description {
	font-weight: normal;
	height: 30%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-expandable {
	padding-bottom: 10px;	
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-expandable img {
	height: 10px;	
}

.ssc-gel .radio-inline-group .radio-custom dd label i {
	font-size: 45px;
	font-size: 2.8rem;
}

.ssc-gel .radio-inline-group .radio-custom dd input[type=radio]:hover + label {
	background-color: #e4f7ff;
}

.ssc-gel .radio-inline-group .radio-custom dd input[type=radio]:checked + label {
	background-color: #009bda;
	color: #ffffff;
}

.ssc-gel .radio-inline-group .radio-custom dd input[type=radio]:checked + label i {
	color: #ffffff;
}

.ssc-gel input.longest,
.ssc-gel textarea.longest,
.ssc-gel .select-custom.longest {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 100%;
}

.ssc-gel input.longest:last-child,
.ssc-gel textarea.longest:last-child,
.ssc-gel .select-custom.longest:last-child {
	margin-right: 0;
}

.ssc-gel input.long,
.ssc-gel textarea.long,
.ssc-gel .select-custom.long {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 74.10533%;
}

.ssc-gel input.long:last-child,
.ssc-gel textarea.long:last-child,
.ssc-gel .select-custom.long:last-child {
	margin-right: 0;
}

.ssc-gel input.medium-long,
.ssc-gel textarea.medium-long,
.ssc-gel .select-custom.medium-long {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel input.medium-long:last-child,
.ssc-gel textarea.medium-long:last-child,
.ssc-gel .select-custom.medium-long:last-child {
	margin-right: 0;
}

.ssc-gel input.short,
.ssc-gel textarea.short,
.ssc-gel .select-custom.short {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
}

.ssc-gel input.short:last-child,
.ssc-gel textarea.short:last-child,
.ssc-gel .select-custom.short:last-child {
	margin-right: 0;
}

.ssc-gel .inline-group.short {
	width: 19.5em;
}

.ssc-gel .inline-group.medium-long {
	width: 34em;
}

.ssc-gel .inline-edit-list .inner .bd dl {
	max-width: 80%;
}

.ssc-gel .hgroup dl.account-name {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
}

.ssc-gel .hgroup dl.account-name:last-child {
	margin-right: 0;
}

.ssc-gel .hgroup dl.bsb {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .hgroup dl.bsb:last-child {
	margin-right: 0;
}

.ssc-gel .hgroup dl.bsb dd {
	float: left;
	display: block;
	margin-right: 16.03631%;
	width: 41.98184%;
}

.ssc-gel .hgroup dl.bsb dd:last-child {
	margin-right: 0;
}

.ssc-gel .hgroup dl.account-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
}

.ssc-gel .hgroup dl.account-number:last-child {
	margin-right: 0;
}

.ssc-gel .docs-list .bd .documents {
	width: 100%;
}

.ssc-gel .docs-list .bd .documents .documents-year {
	margin-left: 0;
}

.ssc-gel .docs-list .bd dl dt {
	width: 60%;
	text-align: left;
	float: left;
	margin-left: 30px;
}

.ssc-gel .docs-list .bd dl dd {
	width: 100%;
	text-align: left;
	float: left;
	padding-left: 35px;
	margin-left: 0px;
}

.ssc-gel .docs-list .bd dl .documents-certificate {
	margin-left: -30px;
	text-align: right;
	float: right;
	margin-top: 0;
	width: 40%;
}

.ssc-gel .webchat-chat-list li {
	padding: 15px;
}

.ssc-gel .modal-fg > .modal > .inner > .bd blockquote {
	margin: 0 1.2em 1.2em;
}

.ssc-gel .modal-fg > .modal > .inner > .bd blockquote:last-child {
	margin-bottom: 0;
}

.ssc-gel .modal-fg {
	left: 10%;
	right: 10%;
	top: 5%;
}

.ssc-gel .modal-fg > .modal > .inner > .bd .form textarea {
	width: 80%;
	max-height: 10em;
}

.ssc-gel .modal .paired-list .bd {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel dl.paired-list dd.paired-list-sub {
	padding-left: 5px;
}

.ssc-gel dl.paired-list {
	border-top: 1px solid #dad9db;
	margin: 0;
	padding: 10px 0;
	display: block;
}

.ssc-gel dl.paired-list:before,
.ssc-gel dl.paired-list:after {
	content: "";
	display: table;
}

.ssc-gel dl.paired-list:after {
	clear: both;
}

.ssc-gel dl.paired-list.paired-list-no-border {
	border: none;
}

.ssc-gel dl.paired-list.print-only {
	display: none;
}

.ssc-gel dl.paired-list dt {
	clear: left;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.paired-list dt,
.ssc-gel dl.paired-list dd {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	margin: 0;
	position: relative;
}

.ssc-gel dl.paired-list dt:last-child,
.ssc-gel dl.paired-list dd:last-child {
	margin-right: 0;
}

.ssc-gel dl.paired-list dd {
	float: right;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel dl.paired-list dd p,
.ssc-gel dl.paired-list dd span {
	margin: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.paired-list dd i.circled-help {
	margin-left: 10px;
	color: #807e81;
}

.ssc-gel dl.paired-list.header {
	background-color: #ededed;
}

.ssc-gel dl.paired-list.header dt,
.ssc-gel dl.paired-list.header dd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #2666a5;
}

.ssc-gel .paired-list .bd dl {
	border-top: 1px solid #dad9db;
	margin: 0;
	padding: 10px 0;
	display: block;
}

.ssc-gel .paired-list .bd dl:before,
.ssc-gel .paired-list .bd dl:after {
	content: "";
	display: table;
}

.ssc-gel .paired-list .bd dl:after {
	clear: both;
}

.ssc-gel .paired-list .bd dl.paired-list-no-border {
	border: none;
}

.ssc-gel .paired-list .bd dl.print-only {
	display: none;
}

.ssc-gel .paired-list .bd dl dt {
	clear: left;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .paired-list .bd dl dt,
.ssc-gel .paired-list .bd dl dd {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	margin: 0;
	position: relative;
}

.ssc-gel .paired-list .bd dl dt:last-child,
.ssc-gel .paired-list .bd dl dd:last-child {
	margin-right: 0;
}

.ssc-gel .paired-list .bd dl dd {
	float: right;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel .paired-list .bd dl dd p,
.ssc-gel .paired-list .bd dl dd span {
	margin: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .paired-list .bd dl dd i.circled-help {
	margin-left: 10px;
	color: #807e81;
}

.ssc-gel .paired-list .bd dl.header {
	background-color: #ededed;
}

.ssc-gel .paired-list .bd dl.header dt,
.ssc-gel .paired-list .bd dl.header dd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #2666a5;
}

.ssc-gel table.table-compare th,
.ssc-gel table.table-compare td {
	padding: 15px;
}

.ssc-gel table.table-compare th .table-compare-price {
	font-size: 1.2rem;
}

.ssc-gel .plus-minus-description p.plus-minus-description-text {
	width: auto;
	margin-top: .65625rem;
}

.ssc-gel dl.plus-minus-dl dd {
	width: auto;
}

.ssc-gel .range-slider .bd {
	min-height: 367px;
}

.ssc-gel .range-slider .range-slider-default {
	text-align: left;
}

.ssc-gel .range-slider .range-slider-show-values {
	margin-bottom: 104px;
}

.ssc-gel .range-slider.excess.excess-alternate .range-slider-show-values {
	margin-bottom: 50px;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-update-btn {
	margin: 0 0 0 15px;
	top: -3px;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-error {
	top: 0;
}

.ssc-gel .range-slider .inline-group .addon {
	float: none;
}

.ssc-gel .mod.btn-grid-multi .inner .bd {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.ssc-gel .btn-grid-multi-tile {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 0;
	min-height: 340px;
}

.ssc-gel .btn-grid-multi-tile:first-of-type {
	border-right: 1px solid #dad9db;
}

.ssc-gel .btn-grid-multi-tile:last-of-type {
	border-left: 1px solid #dad9db;
}

.ssc-gel .btn-grid-multi-tile .btn-grid-multi-tile-button {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	box-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ssc-gel .booking-calendar .item {
	margin: 10px;
}

.ssc-gel .booking-calendar .item:hover {
	background: #009bda;
	border: 1px solid #2666a5;
}

.ssc-gel .booking-calendar .item.link:hover h2 {
	color: #fff;
}

.ssc-gel .day-picker .inner h3 {
	margin-top: 12px;
}

.ssc-gel .loyalty-discount-table {
	margin: 0;
}

.ssc-gel .loyalty-discount-table table {
	width: 90%;
	margin-left: 30px;
}

.ssc-gel .loyalty-discount-table td {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .loyalty-discount-table .y-axis-title {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .google-map {
	height: 450px;
}

.ssc-gel .google-map-input-group {
	display: table;
}

.ssc-gel .google-map-input-group .addon {
	padding: 0 0 0 10px;
}

.ssc-gel .google-map-search {
	width: auto !important;
}

.ssc-gel .address .bd dl.postcode dd,
.ssc-gel .update-address .bd dl.postcode dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .address .bd dl.postcode dd:last-child,
.ssc-gel .update-address .bd dl.postcode dd:last-child {
	margin-right: 0;
}

.ssc-gel .address .bd dl.postcode dd button,
.ssc-gel .update-address .bd dl.postcode dd button {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
	padding: 5px 12px;
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel .address .bd dl.postcode dd button:last-child,
.ssc-gel .update-address .bd dl.postcode dd button:last-child {
	margin-right: 0;
}

.ssc-gel .address .bd dl.street-number,
.ssc-gel .address .bd dl.lot-number,
.ssc-gel .address .bd dl.postal-number,
.ssc-gel .address .bd dl.postal-type,
.ssc-gel .update-address .bd dl.street-number,
.ssc-gel .update-address .bd dl.lot-number,
.ssc-gel .update-address .bd dl.postal-number,
.ssc-gel .update-address .bd dl.postal-type {
	float: left;
	width: 25%;
}

.ssc-gel .address .bd dl.street-name,
.ssc-gel .update-address .bd dl.street-name {
	float: left;
	width: 50%;
}

.ssc-gel .address .bd dl.street-type,
.ssc-gel .update-address .bd dl.street-type {
	float: left;
	width: 25%;
}

.ssc-gel .address .bd dl.lot-street-name,
.ssc-gel .update-address .bd dl.lot-street-name {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 74.10533%;
	margin-right: 0;
}

.ssc-gel .address .bd dl.lot-street-name:last-child,
.ssc-gel .update-address .bd dl.lot-street-name:last-child {
	margin-right: 0;
}

.ssc-gel .address .bd dl.suburb,
.ssc-gel .update-address .bd dl.suburb {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 100%;
	margin-right: 0;
}

.ssc-gel .address .bd dl.suburb:last-child,
.ssc-gel .update-address .bd dl.suburb:last-child {
	margin-right: 0;
}

.ssc-gel .mod.collapsible.collapse-on-mobile .hd,
.ssc-gel .mod.collapsible.collapse-on-mobile .ft {
	display: none;
}

.ssc-gel .list-of-business.my-policies {
	display: block;
	margin-bottom: 0px;
	background-color: #2666a5;
	color: #ffffff;
}

.ssc-gel .list-of-business.my-policies .inner {
	display: table;
}

.ssc-gel .list-of-business.my-policies .hd,
.ssc-gel .list-of-business.my-policies .bd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.ssc-gel .list-of-business.my-policies .hd:last-child,
.ssc-gel .list-of-business.my-policies .bd:last-child {
	margin-right: 0;
}

.ssc-gel .list-of-business.my-policies .hd i {
	font-size: 80px;
	font-size: 5rem;
	display: block;
	float: left;
	margin-right: 10px;
}

.ssc-gel .list-of-business.my-policies .hd h2 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	margin-top: 1.3em;
}

.ssc-gel .list-of-business.my-policies .hd a {
	min-width: 50%;
	color: #ffffff;
}

.ssc-gel .list-of-business.my-policies .bd ul {
	background-color: transparent;
	padding: 10px 0 0 0;
	margin-bottom: 1em;
}

.ssc-gel .list-of-business.my-policies .bd ul li {
	border-top: 1px solid #3080ce;
	color: #ffffff;
}

.ssc-gel .list-of-business.my-policies .bd ul li:first-child {
	border-top: none;
}

.ssc-gel .list-of-business.my-policies .bd ul li span.info p {
	color: #ffffff;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 19.2px;
	line-height: 22.4px;
}

.ssc-gel .list-of-business.my-policies .bd ul li span.info p.sub {
	font-size: 16px;
}

.ssc-gel .list-of-business.my-policies .bd ul li span.info p.danger,
.ssc-gel .list-of-business.my-policies .bd ul li span.info p.warning {
	display: none;
}

.ssc-gel .list-of-business.my-policies .bd ul li .view-all-link {
	color: #fff;
	text-align: right;
	font-size: 20px;
	font-size: 1.25rem;
}

.ssc-gel .list-of-business.my-policies .bd ul li i {
	color: #ffffff;
}

.ssc-gel .mod.lozenge .hd h2 {
	font-size: 18px;
	font-size: 1.125rem;
}

.ssc-gel .lozenge.edocs-switch .bd {
	padding-bottom: 0px;
}

.ssc-gel .lozenge.edocs-switch .bd i {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 15.84234%;
}

.ssc-gel .lozenge.edocs-switch .bd i:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.edocs-switch .bd div {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 52.09487%;
	margin-bottom: 20px;
}

.ssc-gel .lozenge.edocs-switch .bd div:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.edocs-switch .bd a.btn {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 32.67387%;
}

.ssc-gel .lozenge.edocs-switch .bd a.btn:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.container .inner .hd p {
	text-align: center;
	font-size: 28px;
	padding: 20px 10px;
	line-height: 30px;
}

.ssc-gel .lozenge.container .inner .hd p .line-break {
	display: none;
}

.ssc-gel .lozenge.container .inner .hd .voucher {
	font-size: 28px;
}

.ssc-gel .lozenge.simple.inline .bd {
	position: static;
	padding: 0 0 10px 0;
}

.ssc-gel .lozenge.simple.inline .bd button {
	position: absolute;
	top: 8px;
	right: 8px;
}

.ssc-gel .mod.my-nrma-membership .bd {
	min-height: 140px;
}

.ssc-gel .mod.my-nrma-membership .bd dl {
	margin-left: 220px;
	padding: 8px 0;
}

.ssc-gel .mod.my-nrma-membership .bd div.image {
	background: url("../img/my-nrma-membership/logo.jpg") no-repeat;
	display: block;
	top: 20px;
	right: auto;
	bottom: auto;
	left: 20px;
	position: absolute;
	width: 180px;
	height: 100px;
}

.ssc-gel .policy-payable-amount .hd p {
	padding: 0 0 15px;
}

.ssc-gel .pay-amount-and-options .mod .inner {
	min-height: 380px;
}

.ssc-gel .pay-amount-and-options .mod .inner .collapsible .inner {
	min-height: 0px;
}

.ssc-gel .pay-other .paired-list .bd dl dl,
.ssc-gel .pay-other.paired-list .bd dl dl {
	padding: 0;
	border: none;
}

.ssc-gel .pay-other .paired-list .bd dl dl dt,
.ssc-gel .pay-other.paired-list .bd dl dl dt {
	width: 16%;
	text-align: left;
	line-height: 1.5em;
}

.ssc-gel .pay-other .paired-list .bd dl dl dd,
.ssc-gel .pay-other.paired-list .bd dl dl dd {
	width: 84%;
	line-height: 1.5em;
}

.ssc-gel .register .bd dl {
	border: none;
}

.ssc-gel .register .bd dl.policy-number dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 39.57911%;
}

.ssc-gel .register .bd dl.policy-number dd:last-child {
	margin-right: 0;
}

.ssc-gel .register .bd dl.policy-number dd p {
	margin: 0;
}

.ssc-gel .register .bd dl.policy-number dd p a {
	display: block;
}

.ssc-gel .register .bd dl.firstname {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .register .bd dl.firstname:last-child {
	margin-right: 0;
}

.ssc-gel .register .bd dl.surname {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .register .bd dl.surname:last-child {
	margin-right: 0;
}

.ssc-gel .register .bd dl.birth-date {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
}

.ssc-gel .register .bd dl.birth-date:last-child {
	margin-right: 0;
}

.ssc-gel .register .bd dl.birth-date dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
	margin: 0;
}

.ssc-gel .register .bd dl.birth-date dd:last-child {
	margin-right: 0;
}

.ssc-gel .register .bd dl.mobile-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .register .bd dl.mobile-number:last-child {
	margin-right: 0;
}

.ssc-gel .sum-insured .radio-group-box dd {
	width: 49.5%;
}

.ssc-gel .sum-insured .collapsible-content .radio-group-box dd {
	width: 33%;
}

.ssc-gel .billing-details .bd dl {
	border: none;
}

.ssc-gel .billing-details .bd dl.radio-group-box dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .billing-details .bd dl.radio-group-box dd:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.account-name {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.account-name:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.bsb {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .billing-details .bd dl.bsb:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.bsb dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.bsb dd:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.account-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .billing-details .bd dl.account-number:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.card-type {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.card-type:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.card-name {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.card-name:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.card-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.card-number:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.card-expiry {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .billing-details .bd dl.card-expiry:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.card-expiry dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .billing-details .bd dl.card-expiry dd:last-child {
	margin-right: 0;
}

.ssc-gel .billing-details .bd dl.card-ccv {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .billing-details .bd dl.card-ccv:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .call {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
}

.ssc-gel .get-in-touch .call:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .or-sign {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .get-in-touch .or-sign:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .callback {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
}

.ssc-gel .get-in-touch .callback:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .branch {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 100%;
}

.ssc-gel .get-in-touch .branch:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl {
	border: none;
}

.ssc-gel .add-new-driver .bd dl.firstname {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .add-new-driver .bd dl.firstname:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.surname {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .add-new-driver .bd dl.surname:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.license-age dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 5.05289%;
}

.ssc-gel .add-new-driver .bd dl.license-age dd:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.birth-date dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
	margin: 0;
}

.ssc-gel .add-new-driver .bd dl.birth-date dd:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-month {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .add-new-driver .bd dl.incident-month:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-year {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .add-new-driver .bd dl.incident-year:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-type {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .add-new-driver .bd dl.incident-type:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-buttons {
	padding-top: 20px;
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .add-new-driver .bd dl.incident-buttons:last-child {
	margin-right: 0;
}

.ssc-gel .add-new-driver .bd dl.incident-buttons dt {
	display: none;
}

.ssc-gel .add-new-driver .bd dl.incident-buttons .btn {
	margin-top: 32px;
	padding: 9px 12px;
}

.ssc-gel .edit-driver-details .bd dl {
	border: none;
}

.ssc-gel .edit-driver-details .bd dl.license-age dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 5.05289%;
}

.ssc-gel .edit-driver-details .bd dl.license-age dd:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-month {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .edit-driver-details .bd dl.incident-month:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-year {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .edit-driver-details .bd dl.incident-year:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-type {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .edit-driver-details .bd dl.incident-type:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-buttons {
	padding-top: 15px;
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .edit-driver-details .bd dl.incident-buttons:last-child {
	margin-right: 0;
}

.ssc-gel .edit-driver-details .bd dl.incident-buttons dt {
	display: none;
}

.ssc-gel .edit-driver-details .bd dl.incident-buttons .btn {
	margin-top: 32px;
	padding: 9px 12px;
}

.ssc-gel .new-mailing-address dl {
	border: none;
}

.ssc-gel .new-mailing-address dl.street-number {
	float: left;
	width: 25%;
	margin-right: 0;
}

.ssc-gel .new-mailing-address dl.street-name {
	float: left;
	width: 50%;
	margin-right: 0;
}

.ssc-gel .new-mailing-address dl.street-type {
	float: left;
	width: 25%;
	margin-right: 0;
}

.ssc-gel .new-mailing-address dl.postcode dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .new-mailing-address dl.postcode dd:last-child {
	margin-right: 0;
}

.ssc-gel .new-mailing-address dl.postcode dd button {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
	padding: 5px 12px;
	font-size: 20px;
	font-size: 1.2rem;
}

.ssc-gel .new-mailing-address dl.postcode dd button:last-child {
	margin-right: 0;
}

.ssc-gel .new-mailing-address dl.postal-type {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .new-mailing-address dl.postal-type:last-child {
	margin-right: 0;
}

.ssc-gel .new-mailing-address dl.postal-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .new-mailing-address dl.postal-number:last-child {
	margin-right: 0;
}

.ssc-gel .mod.single-quote-page .flex-container {
	display: block;
}

.ssc-gel .mod.single-quote-page .cover-col .mod {
	background: #ededed;
	margin-right: .5em;
}

.ssc-gel .mod.single-quote-page .cover-col .mod .inner {
	margin-right: 0;
}

.ssc-gel .mod.single-quote-page .premiumVal {
	margin-bottom: 16px;
}

.ssc-gel .mod.single-quote-page .single-quote-page-pay-logos {
	height: 48px;
}

.ssc-gel .mod.single-quote-page .single-quote-page-buy-now button {
	width: 100%;
	padding: 20px;
	line-height: 1;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .premiumType {
	margin-top: 10px;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .half {
	width: 50%;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .single-quote-page-buy-now {
	padding-top: 15px;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header .single-quote-page-buy-now button {
	font-size: 32px;
	font-size: 2rem;
	line-height: 32px;
	margin-top: 0;
	padding: 10px;
}

.ssc-gel .mod.single-quote-page .fixHeight {
	min-height: 570px;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header {
	min-height: 80px;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.motor-price-page {
	min-height: 100px;
}

.ssc-gel .banner h1,
.ssc-gel .banner h2 {
	margin-right: 0;
	margin-left: span(1 of 8);
	text-align: right;
}

.ssc-gel .banner h1 {
	font-size: 26px;
	font-size: 1.6rem;
}

.ssc-gel .banner .inner {
	padding: 15px 0;
}

.ssc-gel .banner .ft {
	left: 10px;
	padding: 0;
	width: 150px;
}

.ssc-gel .banner .ft a i {
	line-height: 43px;
}

.ssc-gel .banner .ft a p {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1em;
}

.ssc-gel .banner .ft a p span {
	display: block;
	color: white;
	font-size: 13px;
	font-size: 0.8rem;
}

.ssc-gel .banner .ft a:hover {
	animation-name: pushLeft;
	-webkit-animation-name: pushLeft;
	animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.ssc-gel .banner.image {
	background-image: url(../img/tamPages/banner-bg.jpg);
	background-size: auto 254px;
	background-position: left 0px;
}

.ssc-gel .banner.image .inner {
	height: 250px;
	position: relative;
	padding: 0;
	background-image: url(../img/tamPages/banner.jpg);
	background-size: auto 254px;
	background-position: left 0px;
	background-repeat: no-repeat;
}

.ssc-gel .banner.image .inner .bd {
	position: absolute;
	width: 100%;
}

.ssc-gel .banner.image .inner .bd h1,
.ssc-gel .banner.image .inner .bd h2 {
	margin-left: 0;
	text-align: center;
}

.ssc-gel .banner.image .inner .bd h1 {
	font-size: 31px;
	font-size: 1.9rem;
	margin-top: 25px;
	margin-bottom: 25px;
}

.ssc-gel .banner.image .inner .bd h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .banner-message.banner-message-alternate {
	margin-top: 0;
}

.ssc-gel .banner-message.banner-message-button-action .inner {
	padding: 10px 0;
}

.ssc-gel .banner-message.banner-message-button-action .hd {
	width: auto;
	max-width: 85%;
}

.ssc-gel .banner-message.banner-message-button-action .bd {
	padding: 0;
	float: left;
}

.ssc-gel .steps .bd {
	width: 70%;
}

.ssc-gel .steps {
	height: 42px;
}

.ssc-gel .steps .ft {
	display: block;
}

.ssc-gel .mod.welcome {
	padding: 30px 0;
	background-image: url(../img/tamPages/banner-bg.jpg);
	background-color: #74d7ff;
	background-size: auto 280px;
	background-position: left -70px;
}

.ssc-gel .mod.welcome:after {
	content: "";
	display: block;
	position: absolute;
	width: 430px;
	height: 185px;
	right: 0;
	top: 0;
	background-image: url(../img/tamPages/banner.jpg);
	background-size: auto 280px;
	background-position: left -70px;
	background-repeat: no-repeat;
}

.ssc-gel .mod.welcome p {
	font-size: 28px;
	font-size: 1.7rem;
}

.ssc-gel .mod.welcome h2 {
	font-size: 36px;
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 8px;
	color: #2666a5;
}

.ssc-gel .mod.welcome h2 span {
	display: block;
}

.ssc-gel .mod.welcome.welcome-employee:after,
.ssc-gel .mod.welcome.welcome-employee-group:after {
	width: 135px;
	height: 135px;
	top: 15px;
	right: 60px;
}

.ssc-gel .mod.welcome.welcome-employee:after {
	background: url("../img/employee-badge.png") no-repeat;
}

.ssc-gel .mod.welcome.welcome-employee-group:after {
	background: url("../img/employee-badge-group.png") no-repeat;
}

.ssc-gel .motor-select .bd dl,
.ssc-gel .car-details .bd dl {
	border: none;
}

.ssc-gel .motor-select .bd dl.car-year,
.ssc-gel .motor-select .bd dl.motor-year,
.ssc-gel .car-details .bd dl.car-year,
.ssc-gel .car-details .bd dl.motor-year {
	float: left;
	width: 16%;
	margin-right: 0;
}

.ssc-gel .motor-select .bd dl.car-make,
.ssc-gel .motor-select .bd dl.motor-make,
.ssc-gel .car-details .bd dl.car-make,
.ssc-gel .car-details .bd dl.motor-make {
	float: left;
	width: 33%;
	margin-right: 0;
}

.ssc-gel .motor-select .bd dl.car-model,
.ssc-gel .motor-select .bd dl.motor-model,
.ssc-gel .car-details .bd dl.car-model,
.ssc-gel .car-details .bd dl.motor-model {
	float: left;
	width: 50%;
	margin-right: 0;
}

.ssc-gel .motor-select .bd dl.car-shape,
.ssc-gel .motor-select .bd dl.car-engine,
.ssc-gel .motor-select .bd dl.motor-shape,
.ssc-gel .motor-select .bd dl.motor-engine,
.ssc-gel .car-details .bd dl.car-shape,
.ssc-gel .car-details .bd dl.car-engine,
.ssc-gel .car-details .bd dl.motor-shape,
.ssc-gel .car-details .bd dl.motor-engine {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
}

.ssc-gel .motor-select .bd dl.car-shape:last-child,
.ssc-gel .motor-select .bd dl.car-engine:last-child,
.ssc-gel .motor-select .bd dl.motor-shape:last-child,
.ssc-gel .motor-select .bd dl.motor-engine:last-child,
.ssc-gel .car-details .bd dl.car-shape:last-child,
.ssc-gel .car-details .bd dl.car-engine:last-child,
.ssc-gel .car-details .bd dl.motor-shape:last-child,
.ssc-gel .car-details .bd dl.motor-engine:last-child {
	margin-right: 0;
}

.ssc-gel .motor-select .bd dl.rego-number,
.ssc-gel .motor-select .bd dl.finance-type,
.ssc-gel .motor-select .bd dl.finance-company,
.ssc-gel .motor-select .bd dl.tax-credits,
.ssc-gel .motor-select .bd dl.business-type,
.ssc-gel .car-details .bd dl.rego-number,
.ssc-gel .car-details .bd dl.finance-type,
.ssc-gel .car-details .bd dl.finance-company,
.ssc-gel .car-details .bd dl.tax-credits,
.ssc-gel .car-details .bd dl.business-type {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .motor-select .bd dl.rego-number:last-child,
.ssc-gel .motor-select .bd dl.finance-type:last-child,
.ssc-gel .motor-select .bd dl.finance-company:last-child,
.ssc-gel .motor-select .bd dl.tax-credits:last-child,
.ssc-gel .motor-select .bd dl.business-type:last-child,
.ssc-gel .car-details .bd dl.rego-number:last-child,
.ssc-gel .car-details .bd dl.finance-type:last-child,
.ssc-gel .car-details .bd dl.finance-company:last-child,
.ssc-gel .car-details .bd dl.tax-credits:last-child,
.ssc-gel .car-details .bd dl.business-type:last-child {
	margin-right: 0;
}

.ssc-gel .motor-select .bd dl.chassis-number,
.ssc-gel .car-details .bd dl.chassis-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .motor-select .bd dl.chassis-number:last-child,
.ssc-gel .car-details .bd dl.chassis-number:last-child {
	margin-right: 0;
}

.ssc-gel .motor-policy .bd dl {
	border: none;
}

.ssc-gel .motor-policy .bd dl.registration-number dd {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .motor-policy .bd dl.registration-number dd:last-child {
	margin-right: 0;
}

.ssc-gel .mod.ammend-payment .tabs .ui-tabs-panel p.note {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .mod.dashboard .inner {
	max-width: 100%;
}

.ssc-gel .mod.dashboard li {
	width: 25%;
}

.ssc-gel .mod.dashboard li a {
	padding: 50px 0;
	height: 180px;
}

.ssc-gel .mod.dashboard li a i {
	font-size: 40px;
	font-size: 2.5rem;
}

.ssc-gel .mod.dashboard li:before {
	top: 20px;
	bottom: 20px;
}

.ssc-gel .mod.dashboard li:after {
	left: 20px;
	right: 20px;
}

.ssc-gel .repairer-map.enhanced .mod.half.googleMap-mod .inner .googleMap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ssc-gel .googleMap-mod .googleMap {
	width: 100%;
	border: 1px solid #ccc;
}

.ssc-gel .googleMap-mod.height-x2 .googleMap {
	height: 610px;
}

.ssc-gel .googleMap-mod .inner {
	position: relative;
}

.ssc-gel .googleMap-mod .choose-repairer-map-resize {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 9;
	background: url(../img/maps/zoom.png) 0 0 no-repeat;
	width: 56px;
	height: 56px;
	txt-indent: -9999px;
}

.ssc-gel .googleMap-mod.large.half {
	width: 100%;
}

.ssc-gel .googleMap-mod.large.half .googleMap {
	width: 100%;
}

.ssc-gel .googleMap-mod.large .choose-repairer-map-resize {
	background: url(../img/maps/zoom.png) -56px 0 no-repeat;
}

.ssc-gel .repairer-box {
	height: 300px;
}

.ssc-gel .repairer-box a.btn.section-primary {
	width: 115px;
	float: right;
}

.ssc-gel .repairer-box .bd {
	min-height: 230px;
}

.ssc-gel .repairer-box.hideMap {
	height: auto;
}

.ssc-gel .repairer-box.hideMap .ft a.btn.section-primary {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	float: none;
}

.ssc-gel .repairer-box.hideMap .bd {
	min-height: auto;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .login-form {
	position: relative;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .login-form:after {
	content: '';
	position: absolute;
	right: 0;
	top: -44px;
	width: 1px;
	height: 330px;
	background-color: #ccc;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .sms-form:not(.no-or-divider):before {
	content: 'OR';
	position: absolute;
	left: -10px;
	top: 30%;
	color: #ccc;
	background-color: #ededed;
	padding: 10px 0;
}

.ssc-gel .single-user-code-login .side-info {
	margin-top: 90px;
}

.ssc-gel .multiquote-compare .bd dl .btn,
.ssc-gel .multiquote-compare .bd dl button,
.ssc-gel .compare-table .bd dl .btn,
.ssc-gel .compare-table .bd dl button {
	width: 111px;
}

.ssc-gel .multiquote-compare .inner,
.ssc-gel .compare-table .inner {
	border-width: 2px;
}

.ssc-gel .multiquote-compare .hd,
.ssc-gel .compare-table .hd {
	width: 25%;
	float: left;
	display: block;
}

.ssc-gel .multiquote-compare .bd,
.ssc-gel .compare-table .bd {
	width: 75%;
	float: left;
	display: block;
}

.ssc-gel .multiquote-compare .bd dl,
.ssc-gel .compare-table .bd dl {
	border-width: 2px;
}

.ssc-gel .multiquote-compare .bd dl dt h3,
.ssc-gel .compare-table .bd dl dt h3 {
	height: 68px;
	min-height: 68px;
}

.ssc-gel .multiquote-compare .bd dl button,
.ssc-gel .compare-table .bd dl button {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 5px 10px;
}

.ssc-gel .multiquote-compare .bd dl button .button-info-text,
.ssc-gel .compare-table .bd dl button .button-info-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .multiquote-compare .hd dl dt,
.ssc-gel .multiquote-compare .hd dl dd,
.ssc-gel .multiquote-compare .bd dl dt,
.ssc-gel .multiquote-compare .bd dl dd,
.ssc-gel .compare-table .hd dl dt,
.ssc-gel .compare-table .hd dl dd,
.ssc-gel .compare-table .bd dl dt,
.ssc-gel .compare-table .bd dl dd {
	height: 80px;
	min-height: 80px;
	padding: 8px;
}

.ssc-gel .multiquote-compare .hd dl dt h3,
.ssc-gel .multiquote-compare .bd dl dt h3,
.ssc-gel .compare-table .hd dl dt h3,
.ssc-gel .compare-table .bd dl dt h3 {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .multiquote-compare .hd dl dd p,
.ssc-gel .multiquote-compare .bd dl dd p,
.ssc-gel .compare-table .hd dl dd p,
.ssc-gel .compare-table .bd dl dd p {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .multiquote-compare .hd dl dt,
.ssc-gel .multiquote-compare .bd dl dt,
.ssc-gel .compare-table .hd dl dt,
.ssc-gel .compare-table .bd dl dt {
	height: 223px;
	min-height: 223px;
}

.ssc-gel .my-details .bd dl.mobile-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .my-details .bd dl.mobile-number:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.home-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .my-details .bd dl.home-number:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.work-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .my-details .bd dl.work-number:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.email {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
}

.ssc-gel .my-details .bd dl.email:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.street-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .my-details .bd dl.street-number:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.street-name {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .my-details .bd dl.street-name:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.street-type {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 30.94756%;
}

.ssc-gel .my-details .bd dl.street-type:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.suburb {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 65.47378%;
}

.ssc-gel .my-details .bd dl.suburb:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.state {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .my-details .bd dl.state:last-child {
	margin-right: 0;
}

.ssc-gel .my-details .bd dl.postcode {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 13.68445%;
}

.ssc-gel .my-details .bd dl.postcode:last-child {
	margin-right: 0;
}

.ssc-gel .my-details.block-list dl.divider-line {
	border-right: 1px solid #cccbcd;
	min-height: 135px;
}

.ssc-gel .my-details input.del {
	width: 315px;
}

.ssc-gel .mod.price-comparison .half .inner .hd {
	padding: 0 15px;
}

.ssc-gel .price-page-price.docked.show .inner .hd {
	height: 80px;
	line-height: 80px;
}

.ssc-gel .price-page-price.docked.show .inner .hd h2 {
	padding-top: 10px;
}

.ssc-gel .price-page-price.docked.show .inner .hd h2 .info {
	line-height: 1em;
}

.ssc-gel .price-page {
	margin-top: 0;
}

.ssc-gel .price-page .collapsible .hd p.note {
	font-size: 15px;
	font-size: 0.9375rem;
}

.ssc-gel .price-page .collapsible .bd .collapsible-content .hgroup .radio-group-box dd label {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .tabs li a {
	min-width: 160px;
}

.ssc-gel .mod.grid.payment-renewal > .inner {
	max-width: 8;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .mod.grid.payment-renewal > .inner:before,
.ssc-gel .mod.grid.payment-renewal > .inner:after {
	content: "";
	display: table;
}

.ssc-gel .mod.grid.payment-renewal > .inner:after {
	clear: both;
}

.ssc-gel .price-page .collapsible.edit-sum-insured .isCurrency .addon {
	margin: 0;
	width: auto;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-name {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-name:last-child {
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb:last-child {
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb dd {
	width: 50%;
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-number {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-number:last-child {
	margin-right: 0;
}

.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__buy-now button,
.ssc-gel .home-price-page .home-price-page__floating-header .home-price-page__buy-now .btn {
	font-size: 32px;
	font-size: 2rem;
	line-height: 32px;
	margin-top: 0;
}

.ssc-gel .home-price-page .flex-column-reverse {
	display: block;
}

.ssc-gel .home-price-page .home-price-page__premium.no-discounts-applied .home-price-page__buy-now.no-discounts-applied {
	width: 200px;
}

.ssc-gel .home-price-page .home-price-page__premium .home-price-page__payment-footer {
	width: 100%;
}

.ssc-gel .home-price-page .home-price-page__premium .home-price-page__payment-logos {
	width: auto;
	text-align: right;
}

.ssc-gel .home-price-page .home-price-page__premium-info {
	margin-right: 1.5em;
	margin-bottom: 0;
}

.ssc-gel .home-price-page .home-price-page__payment-info {
	margin-left: 1.5em;
}

.ssc-gel .home-price-page .home-price-page__buy-now {
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__quote-details .mod .inner {
	margin: 0 0 0 1em;
}

.ssc-gel .home-price-page .home-price-page__quote-details .mod .inner .bd {
	margin-bottom: 0;
}

.ssc-gel .home-price-page .home-price-page__quote-item {
	-webkit-box-pack: none;
	-moz-box-pack: none;
	box-pack: none;
	-webkit-justify-content: none;
	-moz-justify-content: none;
	-ms-justify-content: none;
	-o-justify-content: none;
	justify-content: none;
	-ms-flex-pack: none;
}

.ssc-gel .home-price-page .home-price-page__quote-item button {
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
}

.ssc-gel .home-price-page .home-price-page__quote-options .mod .inner {
	margin-left: 0;
}

.ssc-gel .home-price-page .home-price-page__quote-options .mod .inner .bd {
	background: #ededed;
}

.ssc-gel .home-price-page .range-slider {
	margin: auto;
	width: 90%;
}

.ssc-gel .home-price-page .range-slider .range-slider-show-values {
	margin-bottom: 64px;
}

.ssc-gel .home-price-page .range-slider .range-slider-default {
	margin-bottom: 0;
}

.ssc-gel .home-price-page .range-slider .range-slider-custom-value .range-slider-custom-label {
	margin-right: 0;
}

.ssc-gel .home-price-page .range-slider .range-slider-custom-value .txt-circle {
	margin-right: 5px;
}

.ssc-gel .home-price-page .home-price-page__reset-btn {
	margin-right: 5%;
}

.ssc-gel .home-price-page .home-price-page__totals-preview h3 span {
	margin-left: 5px;
}

.ssc-gel .home-price-page .home-price-page__totals-preview .half {
	width: 50%;
	float: left;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details {
	width: 50%;
	float: right;
	padding-bottom: 10px;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details.open {
	padding-left: 10px;
}

.ssc-gel .mod.alternate .range-slider .bd {
	min-height: 0;
	padding: 0;
}

.ssc-gel .price-switcher .home-price-page__buy-now {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 100%;
}

.ssc-gel .price-switcher .home-price-page__buy-now:last-child {
	margin-right: 0;
}

.ssc-gel .motor-price-page .upgrade-cover .compare-cover .cover-left {
	padding-right: 20px;
}

.ssc-gel .motor-price-page .upgrade-cover .compare-cover .cover-right {
	padding-left: 20px;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details__title {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 260px;
	-moz-flex: 0 0 260px;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
	align-self: flex-start;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details__title h2 {
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0;
}

.ssc-gel .hpac-change__cover .hpac-product {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.ssc-gel .hpac-change .home-price-page__premium-details {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__title {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 260px;
	-moz-flex: 0 0 260px;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__premium {
	margin-right: 20px;
}

.ssc-gel .hpac-change .home-price-page__premium-details .home-price-page__premium-val {
	font-size: 48px;
	font-size: 3rem;
}

.ssc-gel .hpac-change .home-price-page__premium-details .home-price-page__premium-val sup {
	font-size: 20px;
	font-size: 1.25rem;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__gst {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ssc-gel .hpac-change .home-price-page__premium-details .premium-details__gst p {
	margin: 0;
}

.ssc-gel .home-price-page__quote-options .mod .inner {
	margin: 0;
}

.ssc-gel .hpac-change__your-discounts .mod {
	margin-left: 1em;
}

.ssc-gel .hpac-change__your-discounts .mod .inner {
	margin-left: 0;
}

.ssc-gel .change-page__si-collapsibles {
	padding: 16px;
}

.ssc-gel .si-collapsibles__header h3 {
	margin: 0 30px 0 0;
	flex: none;
}

.ssc-gel .si-collapsibles__header h2 {
	font-size: 24px;
	font-size: 1.5rem;
	flex: none;
}

.ssc-gel .hpac-change .range-slider {
	margin-bottom: 0;
}

.ssc-gel .hpac-change .range-slider > .inner > .bd {
	padding: 0;
}

.ssc-gel .hpac-change .range-slider.half {
	position: relative;
	width: 50%;
}

.ssc-gel .hpac-change .range-slider .contents-slider,
.ssc-gel .hpac-change .range-slider .buildings-slider {
	max-width: 260px;
}

.ssc-gel .home-price-page__totals_footer .truncated-text {
	margin: 0;
}

.ssc-gel .digital-glue-offer-container .half {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
}

.ssc-gel .digital-glue-offer-container .half:first-of-type {
	border-bottom: none;
}

.ssc-gel .digital-glue-offer-container .half .digital-glue__offer-details {
	margin-left: 0;
	text-align: center;
}

.ssc-gel .mod.promos .inner .mod {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 35.26334%;
	height: 170px;
	overflow: hidden;
	padding-bottom: 0;
}

.ssc-gel .mod.promos .inner .mod:last-child {
	margin-right: 0;
}

.ssc-gel .mod.promos .inner .mod.promo-nearest-branch {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 22.316%;
	margin-right: 0;
}

.ssc-gel .mod.promos .inner .mod.promo-nearest-branch:last-child {
	margin-right: 0;
}

.ssc-gel .mod.promos .inner .mod.promo-nearest-branch .inner {
	height: 170px;
}

.ssc-gel .mod.promos .mod.discount-badge {
	background-size: 141px 197px;
	background-position: -30px -20px;
}

.ssc-gel .mod.promos.promos-center .inner {
	max-width: 60em;
}

.ssc-gel .mod.promos.promos-center .inner .mod {
	float: left;
	display: block;
	margin-right: 3.57866%;
	width: 48.21067%;
}

.ssc-gel .mod.promos.promos-center .inner .mod:last-child {
	margin-right: 0;
}

.ssc-gel .contextual-prompt li {
	display: table-cell;
	text-align: left;
}

.ssc-gel .contextual-prompt .inner {
	max-width: 100%;
}

.ssc-gel .contextual-prompt .bd ul li {
	padding-bottom: 20px;
}

.ssc-gel .contextual-prompt .bd ul li.hidden-sml {
	display: table-cell;
}

.ssc-gel .contextual-prompt .bd ul li a.linkChatUnavailable {
	padding-bottom: 0;
}

.ssc-gel .contextual-prompt .bd ul li a,
.ssc-gel .contextual-prompt .bd ul li div {
	padding: 25px 0;
	padding-left: 50px;
}

.ssc-gel .contextual-prompt .bd ul li a em,
.ssc-gel .contextual-prompt .bd ul li div em {
	font-size: 23px;
	font-size: 1.4rem;
	line-height: 20.8px;
}

.ssc-gel .contextual-prompt .bd ul li a span.sub,
.ssc-gel .contextual-prompt .bd ul li div span.sub {
	font-size: 13px;
	font-size: 0.8rem;
	line-height: 12.8px;
}

.ssc-gel .contextual-prompt .bd ul li a i,
.ssc-gel .contextual-prompt .bd ul li div i {
	font-size: 40px;
	font-size: 2.5rem;
	left: -50px;
	top: -20px;
}

.ssc-gel .contextual-prompt .bd ul li:before {
	top: 20px;
	bottom: 20px;
	background-color: #e2ded6;
}

body .date-input dd input {
	width: 200px;
}

body .datepicker {
	width: 200px;
}

body .ui-datepicker {
	width: auto;
}

body .ui-datepicker td a {
	padding: 8px 14px;
}

body .ui-datepicker .ui-datepicker-unselectable span {
	padding: 8px 14px;
}

body .ui-datepicker-trigger {
	right: auto;
	left: 165px;
}

body .pci iframe,
body iframe.pci {
	min-height: 700px;
}

body .pci iframe.monthly_payments,
body .pci.monthly_payments iframe {
	min-height: 770px;
}

body .page-webchat .chat-inner h2 {
	margin: 15px;
	font-size: 24px;
	font-size: 1.5rem;
}

body .page-webchat .chat-inner .isTyping {
	padding: 15px;
}

body .page-webchat dl.paired-list dt {
	width: 20%;
}

body .page-webchat dl.paired-list dd {
	width: 80%;
}

body #toast-container {
	max-width: 300px;
	bottom: 20px;
	right: 60px;
}

body #toast-container .toast-message a {
	width: auto;
	margin: 0 0 0 10px;
	display: inline-block;
}

}

@media (min-width: 320px) and (max-width: 359px) {
	.callbackOnly {
	display: none !important;
	}
	
	.text-align-logo {
	text-align:right !important;
	}
	
	.sliding-banner{
	top: 60px !important;
	}
	
	.sliding-header .col1{
	width:60% !important;
	}	
	
	.checkbox-rsa-desktop{
	display: none;
    }
	
	.rsa-offer-dekstop-visible{
		display: none;
	}
	
	.rsa-bestvalue-dekstop-visible {
		display: none;
	}
	
	.rsa-offer-mobile-visible{
	display:inherit;
	}
	
	/*DCE-40034*/
	.padding-right-20px{
		padding-right: 0px !important;
	}
	
	/*DCE-40034*/
	.rsa-type-desktop{
		display: none;
	}
	
	.rsa-discount-mobile-visible{
	display: block;
	}
	
	.rsa-gst-text-align{
	text-align: center;
	}

	.rsa-special-offer-mobile-hide{
	display: none;
	}
	
	/*DCE-40034*/
	.rsa-padding-top-premium{
		padding-top: 10px !important;
	}
	
	.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
    }
}

@media (min-width: 680px) and (max-width: 1000px) {

body .hidden-med,
.page .hidden-med {
	display: none;
}

.checkbox-rsa-desktop{
	display: none;
}

/*DCE-40034*/
.padding-right-20px{
	padding-right: 0px !important;
}

/*DCE-40034*/
.rsa-type-desktop{
	display: none;
}

.rsa-offer-mobile-visible{
	display:inherit;
}

.rsa-offer-dekstop-visible{
		display: none;
}
	
.rsa-bestvalue-dekstop-visible {
	display: none;
}

.rsa-special-offer-mobile-hide{
	display: none;
}

.rsa-gst-text-align{
	text-align: center;
}

/*DCE-40034*/
.rsa-padding-top-premium{
	padding-top: 10px !important;
}

.rsa-discount-mobile-visible{
	display: block;
}

.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
}

.ssc-gel .ipad-settings .premiumType.mobile-txt-sml {
	font-size: small;
}

.ssc-gel .ipad-settings .nrma-rsa-section-title {
	font-size: large;
}

.ssc-gel .ipad-settings .nrma-rsa-section-premium-val {
	font-size: xx-large;
}

.ssc-gel .ipad-settings .nrma-rsa-section-premium-val sup {
	top: -10px;
	font-size: large;
}

.callbackOnly {
	display: none !important;
}

.text-align-logo {
	text-align:right !important;
}

.sliding-banner{
	top: 80px !important;
}

.sliding-header .col1{
	width:60% !important;
}

}

@media
  (min-width: 1024px) 
  and (min-height: 1366px) 
  and (max-width: 1025px)
  and (max-height: 1367px)  {
	  
	.text-align-logo {
		text-align:right !important;
		margin-left: -100px;
	}
	
	.sliding-banner{
		top: 60px !important;
	}
	
	.inside-ssc {
		margin-right: 40px;
	}
}


@media screen and (min-width: 680px) {
	
.ssc-gel .nrma-rsa-flex-switch {
	display: flex;
	flex-direction: row;
}

.ssc-gel .nrma-rsa-column-sticky-banner {
	flex-basis: 25%;
}

.ssc-gel .single-quote-page-buy-now.nrma-rsa-column-sticky-banner {
	flex-basis: 25%;
}

.ssc-gel .nrma-rsa-section-right .justify-content-mobile-switch {
	justify-content: flex-end;
}

.ssc-gel .nrma-rsa-section-left .justify-content-mobile-switch {
	justify-content: flex-start;
}

.ssc-gel .nrma-rsa-label-mobile-visible {
	display: none;
}

.ssc-gel .nrma-rsa-label-mobile-hidden {
	display: block;
}

.ssc-gel .nrma-rsa-buy-now {
	padding: 0px;
}

.ssc-gel .nrma-rsa-options-group {
	display: flex;
	justify-content: space-around;
}

.ssc-gel .nrma-rsa-options-group > .mod > .inner
, .ssc-gel .nrma-rsa-options-group > .mod > .inner > .bd {
	height: 100%;
}

.ssc-gel .nrma-rsa-options-group .nrma-rsa-section-body {
	margin-bottom: 70px;
}

.ssc-gel .nrma-rsa-options-group .radio-group-box {
	position: absolute;
	bottom: 10px;
	border: 0;
	padding: 0;
	width: 93%;
}
	
.ssc-gel .nrma-rsa-section-left {
	text-align: left;
}

.ssc-gel .nrma-rsa-section-right {
	text-align: right;
}

.ssc-gel .scroll-indicator {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #ededed;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	color: #009bda;
	text-align: center;
	padding-top: 5px;
}

.ssc-gel .scroll-indicator.box-shadow {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ssc-gel .scroll-indicator .icon {
	font-size: 26px;
	font-size: 1.625rem;
}

}

@media (min-width: 1000px) {

	
body .visible-med,
.page .visible-med {
	display: none;
}

body .hidden-lrg,
.page .hidden-lrg {
	display: none;
}

callbackOnly {
	display: inline-block !important;
}
	
.sliding-banner{
	top: 80px !important;
}

.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 42px !important;
	margin-bottom: 15px;
}

.rsa-offer-mobile-visible{
	display:none;
}

.checkbox-rsa-mobile{
	display: none;
}

.checkbox-rsa-desktop{
	display: inline-block;
}

.rsa-offer-dekstop-visible{
	display: inline-block;
}

/*DCE-40034*/
.rsa-type-desktop{
	display: inline-block;
}

.rsa-gst-text-align{
	text-align: left;
}

/*DCE-40034*/
.rsa-special-offer-mobile-hide{
	display: inline-block;
}

.rsa-discount-mobile-visible{
	display: none;
}


/*DCE-40034*/
.padding-right-20px{
	padding-right: 21px !important;
}

/*DCE-40034*/
.rsa-padding-top-premium{
	padding-top: 25px !important;
}

.rsa-type-mobile{
	display: none;
}

.ssl {
	right: 20px;
}

.iag-button-group-section {
	max-width: 58em;
	margin-left: auto;
	margin-right: auto;
}

.iag-button-group-section:before,
.iag-button-group-section:after {
	content: "";
	display: table;
}

.iag-button-group-section:after {
	clear: both;
}

.ssc-gel header.main .header-actions-menu .webchat-initiate .mobile-webchat-open,
.ssc header.main .header-actions-menu .webchat-initiate .mobile-webchat-open {
	display: none;
}

.ssc-gel .mod.grid > .inner,
.ssc .mod.grid > .inner {
	max-width: 58em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .mod.grid > .inner:before,
.ssc-gel .mod.grid > .inner:after,
.ssc .mod.grid > .inner:before,
.ssc .mod.grid > .inner:after {
	content: "";
	display: table;
}

.ssc-gel .mod.grid > .inner:after,
.ssc .mod.grid > .inner:after {
	clear: both;
}

.ssc-gel .cols-1 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 6.17215%;
	margin: 0px;
}

.ssc-gel .cols-1:last-child {
	margin-right: 0;
}

.ssc-gel .cols-2 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
	margin: 0px;
}

.ssc-gel .cols-2:last-child {
	margin-right: 0;
}

.ssc-gel .cols-3,
.ssc-gel .make-changes .bd .call {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
	margin: 0px;
}

.ssc-gel .cols-3:last-child,
.ssc-gel .make-changes .bd .call:last-child {
	margin-right: 0;
}

.ssc-gel .cols-4 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	margin: 0px;
}

.ssc-gel .cols-4:last-child {
	margin-right: 0;
}

.ssc-gel .cols-5 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 40.29137%;
	margin: 0px;
}

.ssc-gel .cols-5:last-child {
	margin-right: 0;
}

.ssc-gel .cols-6,
.ssc-gel .email-receive-receipt dd {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	margin: 0px;
}

.ssc-gel .cols-6:last-child,
.ssc-gel .email-receive-receipt dd:last-child {
	margin-right: 0;
}

.ssc-gel .cols-7 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 57.35098%;
	margin: 0px;
}

.ssc-gel .cols-7:last-child {
	margin-right: 0;
}

.ssc-gel .cols-8 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
	margin: 0px;
}

.ssc-gel .cols-8:last-child {
	margin-right: 0;
}

.ssc-gel .cols-9,
.ssc-gel .make-changes .bd .branch {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 74.41059%;
	margin: 0px;
}

.ssc-gel .cols-9:last-child,
.ssc-gel .make-changes .bd .branch:last-child {
	margin-right: 0;
}

.ssc-gel .cols-10 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 82.94039%;
	margin: 0px;
}

.ssc-gel .cols-10:last-child {
	margin-right: 0;
}

.ssc-gel .cols-11 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 91.4702%;
	margin: 0px;
}

.ssc-gel .cols-11:last-child {
	margin-right: 0;
}

.ssc-gel .cols-12 {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	margin: 0px;
}

.ssc-gel .cols-12:last-child {
	margin-right: 0;
}

.ssc-gel .btn-grid li {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .btn-grid li a,
.ssc-gel .btn-grid li button {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .btn-grid li a span,
.ssc-gel .btn-grid li button span {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .btn-grid.alternate li a {
	padding: 15px;
}

.ssc-gel .btn-grid.alternate li a p {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .iag-button-group-section {
	max-width: 58em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .iag-button-group-section:before,
.ssc-gel .iag-button-group-section:after {
	content: "";
	display: table;
}

.ssc-gel .iag-button-group-section:after {
	clear: both;
}

.ssc-gel { /***************************************************************
    Custom Checkbox Inline Select Block Styling
    ***************************************************************/
}

.ssc-gel .checkbox-inline-group .checkbox-custom dd label {
	width: 180px;
}

.ssc-gel .radio-group-box dd {
	width: auto;
	min-width: 100px;
}

.ssc-gel .radio-group-box dd.radio-group-box-label {
	min-width: auto;
}

.ssc-gel .radio-inline-group .radio-custom dd label {
	width: 180px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon dd label {
	display: inline-flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	width: 196px;
	border-radius: 2px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon dd {
    width: 196px;
    margin-right: 32px;
    margin-bottom: 22px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-title {
    height: 35%;
    font-weight: bold;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-icon {
    height: 45%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-description {
    font-weight: normal;
    height: 30%;
}

.ssc-gel input.longest,
.ssc-gel textarea.longest,
.ssc-gel .select-custom.longest {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.ssc-gel input.longest:last-child,
.ssc-gel textarea.longest:last-child,
.ssc-gel .select-custom.longest:last-child {
	margin-right: 0;
}

.ssc-gel input.long,
.ssc-gel textarea.long,
.ssc-gel .select-custom.long {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.ssc-gel input.long:last-child,
.ssc-gel textarea.long:last-child,
.ssc-gel .select-custom.long:last-child {
	margin-right: 0;
}

.ssc-gel input.medium-long,
.ssc-gel textarea.medium-long,
.ssc-gel .select-custom.medium-long {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.ssc-gel input.medium-long:last-child,
.ssc-gel textarea.medium-long:last-child,
.ssc-gel .select-custom.medium-long:last-child {
	margin-right: 0;
}

.ssc-gel input.short,
.ssc-gel textarea.short,
.ssc-gel .select-custom.short {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.ssc-gel input.short:last-child,
.ssc-gel textarea.short:last-child,
.ssc-gel .select-custom.short:last-child {
	margin-right: 0;
}

.ssc-gel .inline-edit-list .inner .bd dl {
	max-width: 90%;
}

.ssc-gel .hgroup dl.account-name {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.ssc-gel .hgroup dl.account-name:last-child {
	margin-right: 0;
}

.ssc-gel .hgroup dl.bsb {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
}

.ssc-gel .hgroup dl.bsb:last-child {
	margin-right: 0;
}

.ssc-gel .hgroup dl.account-number {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.ssc-gel .hgroup dl.account-number:last-child {
	margin-right: 0;
}

.ssc-gel .modal-fg {
	left: 20%;
	right: 20%;
	top: 5%;
}

.ssc-gel .paired-list dl.payment-details-lrg dt {
	width: 30%;
}

.ssc-gel .paired-list dl.payment-details-lrg dd {
	float: left;
}

.ssc-gel .range-slider .bd {
	min-height: 346px;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-exact-val {
	width: 8em;
}

.ssc-gel .list-of-business.my-policies .hd,
.ssc-gel .list-of-business.my-policies .bd {
	width: 50%;
	width: 50%;
	float: none;
}

.ssc-gel .list-of-business.my-policies .hd i {
	font-size: 100px;
	font-size: 6.25rem;
}

.ssc-gel .list-of-business.my-policies .hd h2 {
	font-size: 48px;
	font-size: 3rem;
	margin-top: 1em;
}

.ssc-gel .list-of-business.my-policies .hd a {
	font-size: 24px;
	font-size: 1.5rem;
}

.ssc-gel .lozenge.discount .hd h2 {
	font-size: 28px;
	font-size: 1.7rem;
}

.ssc-gel .lozenge.edocs-switch .bd {
	padding-bottom: 0px;
}

.ssc-gel .lozenge.edocs-switch .bd i {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 10.43705%;
}

.ssc-gel .lozenge.edocs-switch .bd i:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.edocs-switch .bd div {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.ssc-gel .lozenge.edocs-switch .bd div:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.edocs-switch .bd a.btn {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
	margin: 0;
	position: absolute;
	bottom: 30px;
	right: 20px;
	margin-left: 25%;
}

.ssc-gel .lozenge.edocs-switch .bd a.btn:last-child {
	margin-right: 0;
}

.ssc-gel .lozenge.container .inner .hd p {
	text-align: center;
	font-size: 28px;
	padding: 20px 10px;
	line-height: 30px;
}

.ssc-gel .lozenge.container .inner .hd p .line-break {
	display: none;
}

.ssc-gel .lozenge.container .inner .hd .voucher {
	font-size: 28px;
}

.ssc-gel .pay-amount-and-options .mod .inner {
	min-height: 310px;
}

.ssc-gel .pay-amount-and-options .mod .inner .collapsible .inner {
	min-height: 0px;
}

.ssc-gel .pay-other .paired-list .bd dl dt,
.ssc-gel .pay-other.paired-list .bd dl dt {
	width: 10%;
}

.ssc-gel .pay-other .paired-list .bd dl dd,
.ssc-gel .pay-other.paired-list .bd dl dd {
	width: 90%;
}

.ssc-gel .get-in-touch .call {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.ssc-gel .get-in-touch .call:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .or-sign {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
}

.ssc-gel .get-in-touch .or-sign:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .callback {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.ssc-gel .get-in-touch .callback:last-child {
	margin-right: 0;
}

.ssc-gel .get-in-touch .branch {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.ssc-gel .get-in-touch .branch:last-child {
	margin-right: 0;
}

.ssc-gel .mod.single-quote-page .premiumVal {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 48px;
	margin-bottom: 0;
}

.ssc-gel .mod.single-quote-page .fixHeight {
	min-height: 560px;
}

.ssc-gel .banner h1,
.ssc-gel .banner h2 {
	margin-left: span(1 of 12);
}

.ssc-gel .banner.image {
	background-size: auto 354px;
}

.ssc-gel .banner.image .inner {
	height: 350px;
	background-size: auto 354px;
}

.ssc-gel .banner.image .inner .bd h1 {
	font-size: 37px;
	font-size: 2.3rem;
}

.ssc-gel .banner.image .inner .bd h2 {
	font-size: 29px;
	font-size: 1.8rem;
}

.ssc-gel .banner-message.banner-message-alternate {
	margin-top: 0;
}

.ssc-gel .mod.dashboard .inner {
	max-width: 12 58em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .mod.dashboard .inner:before,
.ssc-gel .mod.dashboard .inner:after {
	content: "";
	display: table;
}

.ssc-gel .mod.dashboard .inner:after {
	clear: both;
}

.ssc-gel .mod.dashboard li {
	width: 20%;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: lighter;
}

.ssc-gel .mod.dashboard li a {
	padding: 50px 0;
}

.ssc-gel .mod.dashboard li a i {
	font-size: 46px;
	font-size: 2.875rem;
}

.ssc-gel .mod.dashboard li:before {
	top: 25px;
	bottom: 25px;
}

.ssc-gel .mod.dashboard li:after {
	left: 25px;
	right: 25px;
}

.ssc-gel .multiquote-compare .hd,
.ssc-gel .compare-table .hd {
	width: 16.66667%;
	float: left;
	display: block;
}

.ssc-gel .multiquote-compare .bd,
.ssc-gel .compare-table .bd {
	width: 83.33333%;
	float: left;
	display: block;
}

.ssc-gel .multiquote-compare .bd dl dt h3,
.ssc-gel .compare-table .bd dl dt h3 {
	height: 46px;
	min-height: 46px;
}

.ssc-gel .multiquote-compare .hd dl dt,
.ssc-gel .multiquote-compare .bd dl dt,
.ssc-gel .compare-table .hd dl dt,
.ssc-gel .compare-table .bd dl dt {
	height: 201px;
	min-height: 201px;
}

.ssc-gel .my-details input.del {
	width: 459px;
}

.ssc-gel .mod.grid.payment-renewal > .inner {
	max-width: 12 58em;
	margin-left: auto;
	margin-right: auto;
}

.ssc-gel .mod.grid.payment-renewal > .inner:before,
.ssc-gel .mod.grid.payment-renewal > .inner:after {
	content: "";
	display: table;
}

.ssc-gel .mod.grid.payment-renewal > .inner:after {
	clear: both;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-name {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-name:last-child {
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.bsb:last-child {
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-number {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	margin-right: 0;
}

.ssc-gel .price-page .collapsible.payment-details dl.account-number:last-child {
	margin-right: 0;
}

.ssc-gel .home-price-page .range-slider {
	width: 80%;
}

.ssc-gel .home-price-page .range-slider .range-slider-show-values {
	margin-bottom: 64px;
	max-width: 360px;
}

.ssc-gel .home-price-page .range-slider .range-slider-default {
	margin-bottom: 0;
	max-width: 360px;
}

.ssc-gel .home-price-page .range-slider .irs-single {
	font-size: 24px;
	padding: 10px 25px;
}

.ssc-gel .home-price-page .range-slider .bd {
	min-height: 0;
}

.ssc-gel .home-price-page .home-price-page__reset-btn {
	margin-right: 15%;
}

.ssc-gel .price-switcher .home-price-page__buy-now {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	float: right;
}

.ssc-gel .price-switcher .home-price-page__buy-now:last-child {
	margin-right: 0;
}

.ssc-gel .hpac-change .home-price-page__premium-val {
	font-size: 58px;
	font-size: 3.625rem;
}

.ssc-gel .hpac-change .home-price-page__premium-val sup {
	font-size: 24px;
	font-size: 1.5rem;
	top: -.8em;
}

.ssc-gel .hpac-change .range-slider .range-slider-default {
	max-width: 330px;
}

.ssc-gel .hpac-change .range-slider .contents-slider,
.ssc-gel .hpac-change .range-slider .buildings-slider {
	max-width: 330px;
}

.ssc-gel .btn-update-buildings-details {
	margin-left: 16px;
}

.ssc-gel .mod.promos .inner .mod {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 38.58541%;
	height: 180px;
}

.ssc-gel .mod.promos .inner .mod:last-child {
	margin-right: 0;
}

.ssc-gel .mod.promos .inner .mod.promo-nearest-branch {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.11388%;
	margin-right: 0;
}

.ssc-gel .mod.promos .inner .mod.promo-nearest-branch:last-child {
	margin-right: 0;
}

.ssc-gel .mod.promos .inner .mod.promo-nearest-branch .inner {
	height: 180px;
}

.ssc-gel .mod.promos .inner .mod h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel .mod.promos .inner .mod p {
	font-size: 16px;
	font-size: 1rem;
}

.ssc-gel .mod.promos .mod.discount-badge {
	background-size: auto 220px;
	background-position: -10px -20px;
}

.ssc-gel .mod.promos.promos-center .inner .mod {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.ssc-gel .mod.promos.promos-center .inner .mod:last-child {
	margin-right: 0;
}

.ssc-gel .contextual-prompt .bd ul li a,
.ssc-gel .contextual-prompt .bd ul li div {
	padding: 25px 0;
	padding-left: 50px;
}

.ssc-gel .contextual-prompt .bd ul li a em,
.ssc-gel .contextual-prompt .bd ul li div em {
	line-height: 24px;
}

.ssc-gel .contextual-prompt .bd ul li a i,
.ssc-gel .contextual-prompt .bd ul li div i {
	font-size: 45px;
	font-size: 2.8rem;
	left: -50px;
	top: -10px;
	line-height: 53px;
}

.ssc-gel .contextual-prompt .bd ul li:before {
	top: 25px;
	bottom: 25px;
}

body { /* feedback module */
}

body .mod.feedback-module {
	z-index: 9;
	display: block;
}

body .mod.feedback-module .web-chat-box,
body .mod.feedback-module .feedback-form-box,
body .mod.feedback-module .feedback-contact-us-box {
	display: block;
	position: fixed;
	top: 300px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

body .mod.feedback-module .web-chat-box .feedbackBTN,
body .mod.feedback-module .feedback-form-box .feedbackBTN,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 36px;
	height: 135px;
	display: block;
}

body .mod.feedback-module .web-chat-box .feedbackBTN i,
body .mod.feedback-module .feedback-form-box .feedbackBTN i,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN i {
	display: none;
}

body .mod.feedback-module .web-chat-box .feedbackBTN.feedbackChatBTN,
body .mod.feedback-module .feedback-form-box .feedbackBTN.feedbackChatBTN,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN.feedbackChatBTN {
	height: 135px;
	margin-top: 45px;
	background: url(../img/modFeedback/common-contactUs-icons.png) no-repeat 0 0;
}

body .mod.feedback-module .web-chat-box .feedbackBTN.feedbackChatBTN:hover,
body .mod.feedback-module .feedback-form-box .feedbackBTN.feedbackChatBTN:hover,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN.feedbackChatBTN:hover {
	background-position: -37px 0;
}

body .mod.feedback-module .web-chat-box .feedbackBTN.feedbackFormBTN,
body .mod.feedback-module .feedback-form-box .feedbackBTN.feedbackFormBTN,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN.feedbackFormBTN {
	height: 111px;
	background: url(../img/modFeedback/common-contactUs-icons.png) no-repeat 0 0;
	background-position: -144px 0;
}

body .mod.feedback-module .web-chat-box .feedbackBTN.feedbackFormBTN:hover,
body .mod.feedback-module .feedback-form-box .feedbackBTN.feedbackFormBTN:hover,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN.feedbackFormBTN:hover {
	background-position: -180px 0;
}

body .mod.feedback-module .web-chat-box .feedbackBTN.feedbackContactUsBTN,
body .mod.feedback-module .feedback-form-box .feedbackBTN.feedbackContactUsBTN,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN.feedbackContactUsBTN {
	background: url(../img/modFeedback/kbtn_contactus.png) no-repeat 0 0;
}

body .mod.feedback-module .web-chat-box .feedbackBTN.feedbackContactUsBTN:hover,
body .mod.feedback-module .feedback-form-box .feedbackBTN.feedbackContactUsBTN:hover,
body .mod.feedback-module .feedback-contact-us-box .feedbackBTN.feedbackContactUsBTN:hover {
	background: url(../img/modFeedback/kbtn_contactus_dn.png) no-repeat 0 0;
}

body .mod.feedback-module .web-chat-box {
	top: 150px;
}

body .mod.feedback-module .feedback-form-box {
	top: 350px;
}

body .mod.feedback-module .feedback-contact-us-box {
	top: 480px;
}

body .mod.feedback-module .web-chat-box {
	position: fixed;
	right: -530px;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 566px;
	height: 200px;
}

body .mod.feedback-module .web-chat-box.enhanced {
	height: auto;
	width: 436px;
	right: -400px;
}

body .mod.feedback-module .web-chat-box.enhanced.expanded {
	width: 566px;
}

body .mod.feedback-module .web-chat-box.enhanced.expanded .web-chat-box-on {
	width: 530px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on {
	height: 190px;
	width: 400px;
	padding-bottom: 12px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chatHeading {
	margin: 0;
	padding: 15px;
	text-align: center;
	background-color: #eee;
	margin-bottom: 15px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chatHeading .chatBackBtn {
	position: absolute;
	top: 17px;
	left: 15px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chat-buttons {
	position: absolute;
	width: 100%;
	top: 77px;
	padding: 0 !important;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chat-buttons.selected {
	left: -530px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chat-buttons.subqueue.off-screen {
	left: 530px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chat-buttons li {
	position: relative;
	width: auto;
	list-style-type: none !important;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chat-buttons li button {
	width: 117px;
	height: 100px;
	font-size: 1.2rem;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chat-buttons li button.top-queue {
	width: 180px;
	height: 100px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .chat-buttons li .icon {
	font-size: 1.5rem;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-on .close {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 1.4rem;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-off {
	width: 400px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-off .chatHeading {
	margin: 0;
	padding: 15px;
	text-align: center;
	background-color: #eee;
	margin-bottom: 15px;
}

body .mod.feedback-module .web-chat-box.enhanced .web-chat-box-off .close {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 1.4rem;
}

body .mod.feedback-module .web-chat-box.enhanced .feedbackBTN.feedbackChatBTN {
	margin-top: 45px;
}

body .mod.feedback-module .web-chat-box .feedbackChatBTN {
	float: left;
	display: block;
}

body .mod.feedback-module .web-chat-box .web-chat-box-off,
body .mod.feedback-module .web-chat-box .web-chat-box-on {
	float: right;
	display: block;
	position: absolute;
	right: 0px;
	width: 530px;
	margin: 0px;
	padding: 0px;
	height: 180px;
	border: 1px dotted #D2D2D2;
	background-color: #F7F7F7;
}

body .mod.feedback-module .web-chat-box .web-chat-box-off .chatHeading,
body .mod.feedback-module .web-chat-box .web-chat-box-on .chatHeading {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 15px;
	font-size: 23px;
	font-size: 1.4rem;
}

body .mod.feedback-module .web-chat-box .web-chat-box-off .close,
body .mod.feedback-module .web-chat-box .web-chat-box-on .close {
	float: right;
	font-size: 13px;
	font-size: 0.8rem;
}

body .mod.feedback-module .web-chat-box .web-chat-box-on .text {
	margin: 0 15px 10px 15px;
}

body .mod.feedback-module .web-chat-box .web-chat-box-on .chat-buttons {
	margin: 0 0 0 15px;
}

body .mod.feedback-module .web-chat-box .web-chat-box-on .chat-buttons li {
	float: left;
	width: 90px;
	margin-right: 2%;
	padding-left: 0;
}

body .mod.feedback-module .web-chat-box .web-chat-box-on .chat-buttons li button {
	padding: 3px 2px 5px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}

body .mod.feedback-module .web-chat-box .web-chat-box-on .chat-buttons li .icon {
	color: #009bda;
	width: 100%;
	margin-right: 0;
	font-size: 34px;
	font-size: 2.125rem;
}

body .mod.feedback-module .web-chat-box .web-chat-box-off p {
	padding: 0 15px;
}

body .mod.feedback-module .feedbackChatStartBTN:hover,
body .mod.feedback-module .feedbackChatStartBTN:active {
	background: #f58322;
}

body .mod.feedback-module .feedbackChatStartBTN {
	cursor: pointer;
	width: 200px;
	background: #009bda;
	float: right;
	margin: 15px 15px 0 0;
	padding: 0px;
	color: #f7f6f4;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.1rem;
}

body .mod.feedback-module .feedbackChatStartBTN i {
	font-size: 23px;
	font-size: 1.4rem;
	display: inline-block;
	border: 0px;
	background: transparent;
	color: #f7f6f4;
	height: 35px;
}

body .mod.feedback-module.absolute {
	position: absolute;
	top: 0;
	right: 0;
}

body .mod.feedback-module.absolute .web-chat-box,
body .mod.feedback-module.absolute .feedback-form-box,
body .mod.feedback-module.absolute .feedback-contact-us-box {
	position: absolute;
}

body .mod.feedback-module.absolute .web-chat-box {
	right: 0 !important;
	width: 36px !important;
}

body .mod.feedback-module.absolute .web-chat-box .web-chat-box,
body .mod.feedback-module.absolute .web-chat-box .web-chat-box-off,
body .mod.feedback-module.absolute .web-chat-box .web-chat-box-on {
	display: none !important;
}

body .pci iframe,
body iframe.pci {
	min-height: 595px;
}

body .pci iframe.monthly_payments,
body .pci.monthly_payments iframe {
	min-height: 420px;
}

}

@media (max-width: 1000px) {

body .visible-lrg,
.page .visible-lrg {
	display: none !important;
}

.ssc-gel header.main .header-actions-menu,
.ssc header.main .header-actions-menu {
	top: 22px;
}

.ssc-gel header.main .header-actions-menu .webchat-initiate,
.ssc header.main .header-actions-menu .webchat-initiate {
	border: 1px solid #010C66;
	padding: 10px;
	border-radius: 64px;
}

.ssc-gel .mod.grid.multiquote-compare .inner,
.ssc-gel .mod.grid.compare-table .inner {
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.ssc-gel .multiquote-compare dl:after,
.ssc-gel .compare-table dl:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	background: #1a2029;
	opacity: 0.5;
	-webkit-animation: compare-table-fadeout50 ease-in 1; /* call our keyframe named compare-table-fadeout, use animattion ease-in and repeat it only 1 time */
	-moz-animation: compare-table-fadeout50 ease-in 1;
	animation: compare-table-fadeout50 ease-in 1;
	-webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 2.0s;
	-moz-animation-duration: 2.0s;
	animation-duration: 2.0s;
}

.ssc-gel .multiquote-compare .selected:before,
.ssc-gel .compare-table .selected:before {
	content: "\ab   \bb";
	font-family: iag_icons;
	font-size: 40px;
	font-size: 2.5rem;
	position: absolute;
	top: 100px;
	left: 0px;
	display: inline-block;
	color: white;
	width: 100%;
	z-index: 10;
	opacity: 1;
	-webkit-animation: compare-table-fadeout ease-in 1; /* call our keyframe named compare-table-fadeout, use animattion ease-in and repeat it only 1 time */
	-moz-animation: compare-table-fadeout ease-in 1;
	animation: compare-table-fadeout ease-in 1;
	-webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 2.0s;
	-moz-animation-duration: 2.0s;
	animation-duration: 2.0s;
}

.ssc-gel .banner-message.banner-message-main.inline-banner p{
	font-size: 74%;
}

.ssc-gel .banner-message.banner-message-main.inline-banner .content-small{
	font-size: 60%;
}

}

@media (max-width: 680px) {

body .visible-med,
.page .visible-med {
	display: none;
}

.ssc-gel header.main .header-actions-menu,
.ssc header.main .header-actions-menu {
	top: 39px;
}

.ssc-gel .btn-grid li a .btn.primary,
.ssc-gel .btn-grid li button .btn.primary {
	width: 100%;
}

.ssc-gel .radio-custom dd label span {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 14px;
}

.ssc-gel .purple_changes_margin {
	margin-left: 0px;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon dd{
	margin-right: 0px;
	margin-bottom: 4px;
	width: 50%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-title {
    font-weight: bold;
    height: 45%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-description {
    font-weight: normal;
    height: 44%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon .radiobutton-icon {
	height: 40%;
}

.ssc-gel .radio-inline-group .radio-custom.radio-custom-icon dd label {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 2px;
	width: 95%;
}

.ssc-gel .radio-custom-icon .mod.collapsible {
    margin-top: 14px;
}

.ssc-gel table.table-compare th button.table-compare-button {
	height: 4rem;
}

.ssc-gel .range-slider .range-slider-custom-value .range-slider-custom-value-container {
	float: none;
	display: inline-block;
}

.ssc-gel .mod.collapsible.collapse-on-mobile.half {
	margin-top: -10px;
}

.ssc-gel .mod.collapsible.collapse-on-mobile .showMore {
	display: none;
}

.ssc-gel .mod.collapsible.collapse-on-mobile .showLess {
	display: inline;
}

.ssc-gel .mod.collapsible.collapse-on-mobile.collapsed .showLess {
	display: none;
}

.ssc-gel .mod.collapsible.collapse-on-mobile.collapsed .showMore {
	display: inline;
}

.ssc-gel .mod.collapsible.collapse-on-mobile.collapsed .bd .collapsible-content {
	max-height: 0px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	visibility: hidden;
}

.ssc-gel .list-of-business ul li .inline-list dt,
.ssc-gel .list-of-business ul li .inline-list dd {
	display: block;
}

.ssc-gel .mod.single-quote-page.single-quote-floating-header.motor-price-page .single-quote-page-buy-now button {
	max-width: 160px;
}

.ssc-gel .mod.single-quote-page .flex-container .mod {
	height: auto !important;
}

.ssc-gel .mod.single-quote-page .single-quote-page-pricing .cols-6,
.ssc-gel .mod.single-quote-page .single-quote-page-pricing .email-receive-receipt dd,
.ssc-gel .email-receive-receipt .mod.single-quote-page .single-quote-page-pricing dd {
	width: 50%;
}

.ssc-gel .map-info-window {
	width: 80px;
}

.ssc-gel .map-info-window h2 {
	display: none;
}

.ssc-gel .map-info-window h3 {
	display: none;
}

.ssc-gel .map-info-window p {
	display: none;
}

.ssc-gel .repairer-map .flex {
	-webkit-flex-flow: column-reverse nowrap;
	-moz-flex-flow: column-reverse nowrap;
	flex-flow: column-reverse nowrap;
}

.ssc-gel .repairer-map .benefits-mod {
	float: right;
	display: block;
	width: 100%;
}

.ssc-gel .repairer-map .googleMap-mod {
	float: left;
	display: block;
	width: 100%;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .login-form,
.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .register-steps {
	width: 100%;
	padding: 0;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .sms-form {
	width: 100%;
	padding: 15px 0 0 0;
	margin-top: 20px;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .sms-form:not(.no-or-divider) {
	border-top: 1px solid #ccc;
}

.ssc-gel .single-user-code-login .mod.mod-combined-login .inner .bd .combined-login .sms-form:not(.no-or-divider):before {
	content: 'OR';
	position: absolute;
	left: 50%;
	top: -14px;
	margin-left: -20px;
	color: #ccc;
	background-color: #ededed;
	padding: 0 10px;
}

.ssc-gel .mod.grid.multiquote-compare .inner,
.ssc-gel .mod.grid.compare-table .inner {
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.ssc-gel .motor-price-page .price-panel-header,
.ssc-gel .motor-price-page .upgrade-panel-header {
	padding-left: 0;
}

.ssc-gel .motor-price-page .price-panel-header .header,
.ssc-gel .motor-price-page .upgrade-panel-header .header {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.ssc-gel .motor-price-page .price-panel-content .premium-panel-buttons {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	white-space: nowrap;
}

.ssc-gel .motor-price-page .pay-methods {
	margin-top: 1em;
}

.ssc-gel .motor-price-page .motor-si-panel .motor-si-panel-footer {
	position: relative;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details {
	padding-left: 15px;
}

.ssc-gel .hpac-change .home-price-page__floating-header .premium-details.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.ssc-gel .hpac-change .home-price-page__floating-header button {
	max-width: 100px;
	padding: 5px;
}

.ssc-gel .home-price-page .home-price-page__quote-item button.primary {
	font-size: 1.0em;
}

}

@media (max-width: 679px) {

body .hidden-sml,
.page .hidden-sml {
	display: none !important;
}

body .mobile-txt-sml,
.page .mobile-txt-sml {
	font-size: small;
}

}

@media all and (max-width: 240px) {

body #toast-container > div {
	padding: 8px 8px 8px 50px;
	width: 11em;
}

body #toast-container .toast-close-button {
	right: -.2em;
	top: -0.2em;
}

}

@page {
	
.print-only * {
	display: none !important	
}
}

@media print {

.no-print, .no-print * {
    display: none !important;
}

.ssc-gel nav.main .page nav.main,
.ssc nav.main .page nav.main {
	display: none;
}

.ssc-gel .mod.standard > .inner > .hd,
.ssc-gel .mod.alternate > .inner > .hd,
.ssc .mod.standard > .inner > .hd,
.ssc .mod.alternate > .inner > .hd {
	border: 1px solid #000000;
}

.ssc-gel .mod.alternate > .inner > .bd,
.ssc .mod.alternate > .inner > .bd {
	border: 1px solid #8e9091;
	border-top: 0px;
}

.ssc-gel dl.paired-list {
	border-top: 1px solid #dad9db;
	margin: 0;
	padding: 10px 0;
	display: block;
	padding: 0;
}

.ssc-gel dl.paired-list:before,
.ssc-gel dl.paired-list:after {
	content: "";
	display: table;
}

.ssc-gel dl.paired-list:after {
	clear: both;
}

.ssc-gel dl.paired-list.paired-list-no-border {
	border: none;
}

.ssc-gel dl.paired-list.print-only {
	display: none;
}

.ssc-gel dl.paired-list dt {
	clear: left;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.paired-list dt,
.ssc-gel dl.paired-list dd {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	margin: 0;
	position: relative;
}

.ssc-gel dl.paired-list dt:last-child,
.ssc-gel dl.paired-list dd:last-child {
	margin-right: 0;
}

.ssc-gel dl.paired-list dd {
	float: right;
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
}

.ssc-gel dl.paired-list dd p,
.ssc-gel dl.paired-list dd span {
	margin: 0;
	font-family: FS Joey Web Regular, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
}

.ssc-gel dl.paired-list dd i.circled-help {
	margin-left: 10px;
	color: #807e81;
}

.ssc-gel dl.paired-list.header {
	background-color: #ededed;
}

.ssc-gel dl.paired-list.header dt,
.ssc-gel dl.paired-list.header dd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	color: #2666a5;
}

.ssc-gel dl.paired-list dd.paired-list-sub {
	padding-left: 5px;
}

.ssc-gel dl.radio-group.border-group label,
.ssc-gel dl.select-list.border-group label {
	padding: 5px 0 5px 10px;
}

.ssc-gel dl.radio-group.border-group label:before,
.ssc-gel dl.select-list.border-group label:before {
	top: 5px;
}

.ssc-gel .print-only.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

.ssc-gel body {
	max-width: 660px !important;
}

.ssc-gel .page .divider {
	margin-top: 10px;
	height: 10px;
}

.ssc-gel .mod {
	margin-bottom: 0;
}

.ssc-gel h2 {
	font-size: 18px;
	margin: 0;
}

.ssc-gel .print-border {
	border: 1px solid #000;
}

.ssc-gel header.main {
	display: none;
}

.ssc-gel section.main {
	margin-top: 0;
}

.ssc-gel .mod.single-quote-page .flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column-reverse nowrap;
}

.ssc-gel .mod.single-quote-page .flex-container > .half {
	width: 100%;
}

.ssc-gel .mod.single-quote-page .cols-6,
.ssc-gel .mod.single-quote-page .email-receive-receipt dd,
.ssc-gel .email-receive-receipt .mod.single-quote-page dd {
	width: 100% !important;
	display: block;
	float: none;
	text-align: center;
}

.ssc-gel .mod.single-quote-page .premiumVal {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 0;
}

.ssc-gel .mod.single-quote-page .single-quote-page-savings {
	margin: 0;
}

.ssc-gel .mod.single-quote-page .single-quote-page-buy-now {
	display: none;
}

.ssc-gel .mod.single-quote-page .tabs .download-policy-booklet {
	clear: both;
	margin: 5px 0 0 0;
	font-size: 14px;
}

.ssc-gel .mod.single-quote-page table {
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel {
	padding-top: 3px;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel .border-group {
	padding-bottom: 5px;
	border: none;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel .border-group label {
	padding: 3px 0 3px 35px;
	font-size: 14px;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel .border-group label:before {
	height: 21px;
	width: 21px;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel .border-group dd {
	border: none;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel:nth-of-type(2) h3 {
	float: left;
	margin: 0;
	line-height: 1;
	width: 50%;
	font-weight: 600;
	font-family: 'FS Joey Web Medium',Helvetica,Arial;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel:nth-of-type(2) .check-list {
	clear: left;
	float: left;
	width: 50%;
	margin-top: 3px;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel:nth-of-type(2) .check-list li {
	margin: 0;
	font-size: 14px;
}

.ssc-gel .mod.single-quote-page .ui-tabs-panel:nth-of-type(2) .border-group {
	float: left;
	border-top: none;
	margin-top: -20px;
}

.ssc-gel .mod.single-quote-page .payment-info-monthly {
	margin-bottom: 0;
}

.ssc-gel .mod.single-quote-page .pricing-col .mod .bd {
	border: none;
	padding-bottom: 0;
}

.ssc-gel .mod.single-quote-page .fixHeight {
	min-height: 0;
}

.ssc-gel .select-list input[type=checkbox] + label:before {
	text-indent: 3px;
	line-height: 20px;
}

.ssc-gel .important-information .ft h3 {
	margin: 0;
	font-size: 12px;
	line-height: 1;
}

.ssc-gel .important-information .ft p {
	font-size: 12px;
	line-height: 1;
}

.ssc-gel footer.main {
	margin-top: 0;
}

.ssc-gel .steps {
	display: none;
}

.ssc-gel .print-only.logo {
	position: absolute;
	top: 20px;
	left: 0;
}

.ssc-gel body {
	max-width: 660px !important;
}

.ssc-gel h2 {
	line-height: 1;
}

.ssc-gel .mod.alternate > .inner > .bd {
	padding: 5px 0;
}

.ssc-gel .scroll-indicator {
	display: none !important;
}

.ssc-gel .mod.alternate > .inner > .bd {
	border: 0;
}

.ssc-gel .home-price-page .flex-column-reverse {
	display: block !important;
}

.ssc-gel .home-price-page .home-price-page__totals-preview .half {
	float: left;
	width: 50%;
}

.ssc-gel .home-price-page .home-price-page--product-type {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	margin: 32px 0 20px 0;
}

.ssc-gel .home-price-page .home-price-page--product-type .icon {
	top: -4px;
}

.ssc-gel .home-price-page .home-price-page__premium {
	margin-bottom: 0;
	padding: 0;
}

.ssc-gel .home-price-page .home-price-page__premium .inline-block {
	float: left;
	display: block;
	width: 50%;
	margin-top: 10px;
}

.ssc-gel .home-price-page .home-price-page__premium .inline-block:first-of-type {
	width: 50%;
}

.ssc-gel .home-price-page .home-price-page__premium .home-price-page__payment-description {
	width: 100%;
	float: none;
	margin-top: 5px;
}

.ssc-gel .home-price-page .home-price-page__payment-info {
	text-align: left;
	margin-bottom: 0 !important;
	float: none;
}

.ssc-gel .home-price-page .home-price-page__payment-info-annual {
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__discounts-applied {
	min-height: 0;
}

.ssc-gel .home-price-page .home-price-page__discounts-applied li {
	margin-bottom: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.ssc-gel .home-price-page .home-price-page__premium-info {
	margin-right: 0;
	text-align: left;
	float: none;
}

.ssc-gel .home-price-page .home-price-page__premium-info p {
	line-height: 1.2em;
}

.ssc-gel .home-price-page .home-price-page__premium-info .home-price-page__premium-val {
	font-size: 36px;
	line-height: 1;
}

.ssc-gel .home-price-page .home-price-page__premium-info .home-price-page__premium-val sup {
	top: 0;
}

.ssc-gel .home-price-page .home-price-page__premium-info p {
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__quote-options {
	float: left;
	width: 50% !important;
}

.ssc-gel .home-price-page .home-price-page__quote-options .mod .inner .bd {
	height: auto !important;
}

.ssc-gel .home-price-page .home-price-page__quote-details {
	float: right;
	width: 50% !important;
	margin-left: -5px;
}

.ssc-gel .home-price-page .home-price-page__quote-details .mod .inner {
	margin-left: 0;
}

.ssc-gel .home-price-page .home-price-page__quote-details .mod .inner .bd {
	padding: 0;
	height: auto !important;
}

.ssc-gel .home-price-page .home-price-page__payment-footer {
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__payment-footer p {
	width: 100%;
	line-height: 1;
}

.ssc-gel .home-price-page .home-price-page__quote-item {
	border-bottom: 0;
	margin-bottom: 0;
}

.ssc-gel .home-price-page .home-price-page__quote-item h3 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	font-size: 1.375rem;
}

.ssc-gel .home-price-page .home-price-page__totals-preview {
	padding: 0;
}

.ssc-gel .home-price-page .home-price-page__totals-preview h3 {
	font-size: 16px;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details {
	width: 50%;
	padding: 0;
	line-height: 1;
	float: right;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details a {
	text-decoration: none;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details .cols-4 {
	width: auto;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details p {
	margin: 0;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-details .icon {
	display: none;
}

.ssc-gel .home-price-page .home-price-page__sum-insured-info {
	display: none;
}

.ssc-gel .home-price-page .home-price-page__totals-preview h3 {
	margin: 0;
}

.ssc-gel .home-price-page .range-slider-default,
.ssc-gel .home-price-page .range-slider-show-values {
	display: none;
}

.ssc-gel .home-price-page .home-price-page__totals_footer {
	padding: 0;
}

.ssc-gel .home-price-page .home-price-page__totals_footer p {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
}

.ssc-gel .ui-tabs-panel {
	padding: 0 !important;
	height: auto !important;
}

.ssc-gel .ui-tabs-panel dl.border-group {
	padding-bottom: 5px;
	border: none;
}

.ssc-gel .ui-tabs-panel dl.border-group label {
	padding: 3px 0 3px 35px;
	font-size: 14px;
}

.ssc-gel .ui-tabs-panel dl.border-group label:before {
	height: 21px;
	width: 21px;
}

.ssc-gel .ui-tabs-panel dl.border-group dd {
	border: none;
	padding-left: 0;
}

.ssc-gel .ui-tabs-panel:nth-of-type(2) h3 {
	float: left;
	margin: 0;
	line-height: 1;
	width: 50%;
	font-weight: 600;
	font-family: 'FS Joey Web Medium',Helvetica,Arial;
}

.ssc-gel .ui-tabs-panel:nth-of-type(2) .check-list {
	clear: left;
	width: 50%;
	margin-top: 3px;
}

.ssc-gel .ui-tabs-panel:nth-of-type(2) .check-list li {
	margin: 0;
	font-size: 14px;
}

.ssc-gel .important-information .ft h3 {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1;
}

.ssc-gel .important-information p,
.ssc-gel .important-information li {
	font-size: 13px;
	line-height: 1;
}

.ssc-gel .banner-promo-discount {
	display: none;
}

.ssc-gel .print-logo {
	display: block;
	width: 100%;
}

.ssc-gel { /*
     * Don't show links for images, or javascript/internal links
     */
}

.ssc-gel * {
	background: transparent !important;
	color: #000000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #8e9091 !important;
}

.ssc-gel a,
.ssc-gel a:visited {
	text-decoration: underline;
}

.ssc-gel a[href]:after {
	content: " (" attr(href) ")";
}

.ssc-gel abbr[title]:after {
	content: " (" attr(title) ")";
}

.ssc-gel a[href^="javascript:"]:after,
.ssc-gel a[href^="#"]:after,
.ssc-gel a[href^="!#"]:after,
.ssc-gel a[href^="tel:"]:after {
	content: "";
}

.ssc-gel pre,
.ssc-gel blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

.ssc-gel thead {
	display: table-header-group; /* h5bp.com/t */
}

.ssc-gel tr,
.ssc-gel img {
	page-break-inside: avoid;
}

.ssc-gel img {
	max-width: 100% !important;
}

.ssc-gel p,
.ssc-gel h2,
.ssc-gel h3 {
	orphans: 3;
	widows: 3;
}

.ssc-gel h2,
.ssc-gel h3 {
	page-break-after: avoid;
}

.ssc-gel h2 {
	font-size: 18px;
}

.ssc-gel h3 {
	font-size: 16px;
}

.ssc-gel .screen-only,
.ssc-gel .docked,
.ssc-gel .nav-btn,
.ssc-gel .logout-btn,
.ssc-gel button,
.ssc-gel .btn,
.ssc-gel .page-top,
.ssc-gel .mod.invalid,
.ssc-gel .mod.information,
.ssc-gel p.error,
.ssc-gel .ssl,
.ssc-gel .mod.banner,
.ssc-gel .feedback-module,
.ssc-gel .web-chat-box,
.ssc-gel .GTInvisibleGlass,
.ssc-gel #toast-container {
	display: none !important;
}

.ssc-gel header.main {
	position: absolute !important;
}

.ssc-gel header.main h1.logo,
.ssc-gel .nrma header.main h1.logo {
	content: url(../img/logos/nrma.png);
	text-indent: 0;
	display: block;
}

.ssc-gel .sgio header.main h1.logo {
	content: url(../img/logos/sgio.png);
	text-indent: 0;
	display: block;
}

.ssc-gel .sgic header.main h1.logo {
	content: url(../img/logos/sgic.png);
	text-indent: 0;
	display: block;
}

.ssc-gel footer.main {
	padding: 0;
}

.ssc-gel footer.main p {
	line-height: 1em;
}

.ssc-gel .print-only {
	display: block !important;
}

.ssc-gel tr.print-only {
	display: table-row !important;
}

.ssc-gel form {
	overflow: visible;
	height: auto !important;
}

.ssc-gel .mod {
	height: auto !important;
}

.ssc-gel .help-text {
	display: none;
}

.ssc-gel .print-centered-header {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	text-align: center;
	margin: 32px 0 20px 0;
}

.ssc-gel .print-text-center {
	text-align: center;
}

.ssc-gel .print-text-center.float-left,
.ssc-gel .print-text-center .float-left {
	float: none;
}

.ssc-gel .print-text-center p {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body .chat-inner {
	height: auto !important;
}

body .chat-inner .isTyping,
body .chat-inner .webchat-chat-message,
body .chat-inner .chat-btn-group {
	display: none;
}

body .chat-inner .webchat-chat-list {
	height: auto;
}

body #toast-container {
	display: none !important;
}

}

@keyframes spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
}

}

@-webkit-keyframes slideDown {

0% {
	-webkit-transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(-50px);
}

100% {
	height: 0px;
}

}

@keyframes slideDown {

0% {
	-moz-transform: translateY(0px);
}

100% {
	-moz-transform: translateY(-50px);
}

100% {
	height: 0px;
}

}

@-webkit-keyframes slideDown {

0% {
	-webkit-transform: translateY(-50px);
}

100% {
	-webkit-transform: translateY(0px);
}

}

@keyframes slideDown {

0% {
	-moz-transform: translateY(-50px);
}

100% {
	-moz-transform: translateY(0px);
}

}

@keyframes expandUp {

0% {
	transform: translateY(100%) scale(0.6) scaleY(0.5);
}

60% {
	transform: translateY(-7%) scaleY(1.12);
}

75% {
	transform: translateY(3%);
}

100% {
	transform: translateY(0%) scale(1) scaleY(1);
}

}

@-webkit-keyframes expandUp {

0% {
	-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
}

60% {
	-webkit-transform: translateY(-7%) scaleY(1.12);
}

75% {
	-webkit-transform: translateY(3%);
}

100% {
	-webkit-transform: translateY(0%) scale(1) scaleY(1);
}

}

@keyframes bounce {

0% {
	transform: translateY(1%);
}

25% {
	transform: translateY(-6%);
}

50% {
	transform: translateY(0%);
}

75% {
	transform: translateY(-3%);
}

100% {
	transform: translateY(0%);
}

}

@-webkit-keyframes bounce {

0% {
	-webkit-transform: translateY(1%);
}

25% {
	-webkit-transform: translateY(-6%);
}

50% {
	-webkit-transform: translateY(0%);
}

75% {
	-webkit-transform: translateY(-3%);
}

100% {
	-webkit-transform: translateY(0%);
}

}

@keyframes hatch {

0% {
	transform: rotate(0deg) scaleY(0.4);
}

20% {
	transform: rotate(-2deg) scaleY(1.05);
}

35% {
	transform: rotate(2deg) scaleY(1);
}

50% {
	transform: rotate(-2deg);
}

65% {
	transform: rotate(1deg);
}

80% {
	transform: rotate(-1deg);
}

100% {
	transform: rotate(0deg);
}

}

@-webkit-keyframes hatch {

0% {
	-webkit-transform: rotate(0deg) scaleY(0.4);
}

20% {
	-webkit-transform: rotate(-2deg) scaleY(1.05);
}

35% {
	-webkit-transform: rotate(2deg) scaleY(1);
}

50% {
	-webkit-transform: rotate(-2deg);
}

65% {
	-webkit-transform: rotate(1deg);
}

80% {
	-webkit-transform: rotate(-1deg);
}

100% {
	-webkit-transform: rotate(0deg);
}

}

@keyframes wobble {

0% {
	transform: rotate(0deg) scaleY(0.9);
}

20% {
	transform: rotate(-1deg) scaleY(1.05);
}

35% {
	transform: rotate(1deg) scaleY(1);
}

50% {
	transform: rotate(-1deg);
}

65% {
	transform: rotate(0.5deg);
}

80% {
	transform: rotate(-0.5deg);
}

100% {
	transform: rotate(0deg);
}

}

@-webkit-keyframes wobble {

0% {
	-webkit-transform: rotate(0deg) scaleY(0.9);
}

20% {
	-webkit-transform: rotate(-1deg) scaleY(1.05);
}

35% {
	-webkit-transform: rotate(1deg) scaleY(1);
}

50% {
	-webkit-transform: rotate(-1deg);
}

65% {
	-webkit-transform: rotate(0.5deg);
}

80% {
	-webkit-transform: rotate(-0.5deg);
}

100% {
	-webkit-transform: rotate(0deg);
}

}

@keyframes pulse {

0% {
	transform: scale(0.9);
	opacity: 0.7;
}

15% {
	transform: scale(1);
	opacity: 1;
}

95% {
	transform: scale(1);
	opacity: 1;
}

100% {
	transform: scale(0.9);
	opacity: 0.7;
}

}

@-webkit-keyframes pulse {

0% {
	-webkit-transform: scale(0.9);
	opacity: 0.7;
}

15% {
	-webkit-transform: scale(1);
	opacity: 1;
}

95% {
	-webkit-transform: scale(1);
	opacity: 1;
}

100% {
	-webkit-transform: scale(0.9);
	opacity: 0.7;
}

}

@keyframes pushRight {

0% {
	transform: translateX(0px);
}

100% {
	transform: translateX(2px);
}

}

@-webkit-keyframes pushRight {

0% {
	-webkit-transform: translateX(0px);
}

100% {
	-webkit-transform: translateX(2px);
}

}

@keyframes pushLeft {

0% {
	transform: translateX(0px);
}

100% {
	transform: translateX(-2px);
}

}

@-webkit-keyframes pushLeft {

0% {
	-webkit-transform: translateX(0px);
}

100% {
	-webkit-transform: translateX(-2px);
}

}

@keyframes pushDown {

0% {
	transform: translateY(0px);
}

100% {
	transform: translateY(2px);
}

}

@-webkit-keyframes pushDown {

0% {
	-webkit-transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(2px);
}

}

@keyframes pushUp {

0% {
	transform: translateY(0px);
}

100% {
	transform: translateY(-2px);
}

}

@-webkit-keyframes pushUp {

0% {
	-webkit-transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(-2px);
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(359deg);
}

}

@keyframes spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(359deg);
}

}

@keyframes compare-table-fadeout {

0% {
	opacity: 1;
}

50% {
	opacity: 1;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-moz-keyframes compare-table-fadeout {

0% {
	opacity: 1;
}

50% {
	opacity: 1;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-webkit-keyframes compare-table-fadeout {

0% {
	opacity: 1;
}

50% {
	opacity: 1;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-ms-keyframes compare-table-fadeout {

0% {
	opacity: 1;
}

50% {
	opacity: 1;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-o-keyframes compare-table-fadeout {

0% {
	opacity: 1;
}

50% {
	opacity: 1;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@keyframes compare-table-fadeout50 {

0% {
	opacity: 0.5;
}

80% {
	opacity: 0.5;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-moz-keyframes compare-table-fadeout50 {

0% {
	opacity: 0.5;
}

80% {
	opacity: 0.5;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-webkit-keyframes compare-table-fadeout50 {

0% {
	opacity: 0.5;
}

80% {
	opacity: 0.5;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-ms-keyframes compare-table-fadeout50 {

0% {
	opacity: 0.5;
}

80% {
	opacity: 0.5;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-o-keyframes compare-table-fadeout50 {

0% {
	opacity: 0.5;
}

80% {
	opacity: 0.5;
}

99% {
	height: 100%;
	width: 100%;
}

100% {
	opacity: 0;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

}

@-webkit-keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes slideInUp {

0% {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes slideInUp {

0% {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes slideOutDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	transform: translateY(2000px);
}

}

@keyframes slideOutDown {

0% {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

100% {
	opacity: 0;
	-webkit-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px);
}

}

@-webkit-keyframes hinge {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40% {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

80% {
	-webkit-transform: rotate(60deg) translateY(0);
	transform: rotate(60deg) translateY(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

100% {
	-webkit-transform: translateY(700px);
	transform: translateY(700px);
	opacity: 0;
}

}


/*NRMA RSA Sticky Banner CSS*/


@media (min-width: 360px) and (max-width: 380px) {
	.ssc-gel .price-page-price .hd .nrma-rsa h2 {
	font-size: larger;
	}
	
	.ssc-gel .price-page-price.docked.show .inner .hd .nrma-rsa h2 span.cents {
    font-size: medium;
	}
	
	.ssc-gel .price-page-price.docked.show .inner .hd .nrma-rsa h2 .info {
    font-size: small; 
	}
	.callbackOnly {
	display: none !important;
	}
	
	.sliding-banner{
	top: 60px !important;
    }
	
	.checkbox-rsa-desktop{
	display: none;
    }
	
	/*DCE-40034*/
	.padding-right-20px{
		padding-right: 0px !important;
	}
	
	.rsa-offer-mobile-visible{
	display:inherit;
	}

	.rsa-offer-dekstop-visible{
		display: none;
	}
			
	.rsa-bestvalue-dekstop-visible {
		display: none;
	}
		
	/*DCE-40034*/
	.rsa-type-desktop{
		display: none;
	}
	
	.rsa-discount-mobile-visible{
	display: block;
	}

	/*DCE-40034*/
	.rsa-padding-top-premium{
		padding-top: 10px !important;
	}
	
	.rsa-gst-text-align{
	text-align: center;
	}
	
	.rsa-special-offer-mobile-hide{
	display: none;
	}
	
	.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
    }

}

@media (min-width: 400px) and (max-width: 420px) {
	.ssc-gel .price-page-price .hd .nrma-rsa h2 {
	font-size: x-large;
	}
	
	.ssc-gel .price-page-price.docked.show .inner .hd .nrma-rsa h2 span.cents {
    font-size: medium;
	}
	
	.ssc-gel .price-page-price.docked.show .inner .hd .nrma-rsa h2 .info {
    font-size: medium; 
	}
	.callbackOnly {
	display: none !important;
	}
	
	.text-align-logo {
	text-align:right !important;
	}
	
	.sliding-banner{
	top: 60px !important;
	}
	
	.sliding-header .col1{
	width:60% !important;
	}
	
	.rsa-offer-mobile-visible{
	display:inherit;
	}
	
	.checkbox-rsa-desktop{
	display: none;
    }
	
	.rsa-discount-mobile-visible{
	display: block;
	}
	
	.rsa-offer-dekstop-visible{
		display: none;
	}
		
	.rsa-bestvalue-dekstop-visible {
		display: none;
	}
	
	/*DCE-40034*/
	.padding-right-20px{
		padding-right: 0px !important;
	}
	
	/*DCE-40034*/
	.rsa-type-desktop{
		display: none;
	}
	
	.rsa-gst-text-align{
	text-align: center;
	}

	.rsa-special-offer-mobile-hide{
	display: none;
	}
	
	.ssc-gel .rsa-type-group {
	padding:0px 0px 0px 0px !important;
	margin-bottom: 15px;
    }

}

.ssc-gel .vehicle-search-error .mod.lozenge.grid > .inner {
    max-width:100% !important;
}

.fhdVehicleSearch dl[id*=lozengeRegoSearchError] {
    padding: 0px 0px 0px 0px;
}

.discount-link {
	color: #2666a5;
    text-decoration: underline !important;
}dl[class*=definition-list-error-padding-zero] {
    padding: 0px 0px 0px 0px !important;
}

.txt-price-black {
	color: #414042;
    margin: 0 0 10px;
    line-height: 1;
    font-family: FS Joey Web Medium, Helvetica, Arial;
    font-weight: 600;
    font-style: normal;
    font-size: 58px;
    font-size: 3.625rem;
}

/*DCE-38215*/
.margin-top-30px div[id$=fhdPaymentReceipt] .banner-message {
	margin-top: -30px;
}


/*DCE-38215*/
.callback-align {
	text-align: right;
	vertical-align: middle !important;
}

.text-align-logo {
	text-align:right;
}

.logo-experiment {
	text-align:left;
}

div[id*=moduleLayoutLogo] .bd{
	display:inline-table;
}

/*DCE-36625*/
.progressBar .banner-message{
	margin-top: -30px;
}

/*DCE-36625*/
div[id*=percentageGroup] .inner{
	background-color:white;
	margin-bottom : 0px;
}

/*DCE-36625*/
div[id*=dynamicProgressBar]{
	width : 100%;
	height : 15px;
	background-color : #D9D9D9;
}

/*DCE-36625*/
div[id*=dynamicProgressBarFront]{
	height : 15px;
	background-color : #010C66;
}

/*DCE-36625*/
.top-bottom-0px{
	margin-top : 0px;
	margin-bottom : 0px;
}

/*DCE-36625*/
.top-bottom-10px{
	margin-top : 10px;
	margin-bottom : 10px;
}

/*DCE-36625*/
form[id*=StartQuoteTestHarnessForm] .logo{
	display:inline-block !important;
}

.text-align-left {
	text-align:left;
}

.footer-quote{
	padding: 0em 0em 0em 0em !important;
	margin-top: 10px !important;
}

.footer-quote-margin{
	margin-left : 10px !important;
	margin-right : 10px !important;
}

.sliding-header table td{
	padding: 0px 0px !important;
}

.should-show{
	display: block !important;
}

.should-hide{
	display: none !important;
}

.ssc-gel table.rsa-table-compare {
    border: none;
    width: 100%:
}

.ssc-gel table.table-compare .rsa-table-compare-border {
    border: 1px solid #dad9db;
    vertical-align: middle;
}

.ssc-gel table.table-compare th.rsa-table-compare-comment {
    border: none;
    color:inherit;
    text-align: left;
    padding-left: 0px;
}

.ssc-gel table.rsa-table-compare .rsa-table-compare-empty {
    background-color: #fff !important;
    padding: 0px 0px 0px 0px !important;
}

.ssc-gel table.rsa-table-compare tr:first-child td.rsa-table-compare-selected {
     border-top : 3px solid #2666a5;
     background-color: #009bda;
     color: white;
}

.ssc-gel table.rsa-table-compare td.rsa-table-compare-selected {
     border-left : 3px solid #2666a5 !important;
     border-right : 3px solid #2666a5 !important ;
}

.ssc-gel table.rsa-table-compare tr:last-child td.rsa-table-compare-selected  {
     border-bottom : 3px solid #2666a5;
}

.rsa-table-compare-header-button {
    display:block;
    width:100%;
    height: 100%;
    border: none !important;
    color: inherit !important;
    background-color: inherit !important;
}

.ssc-gel table.rsa-table-compare tr:first-child ,
.ssc-gel table.rsa-table-compare tr:nth-child(2).rsa-table-compare-border  {
     border-top: none;
     border-left: none;
}

.ssc-gel table.rsa-table-compare td.rsa-table-compare-price-save {
    background-color: #2666a5 !important;
    color : white;
    border: 2px solid #2666a5;
}

.rsa-table-compare-striketrough {
    font-size: 21px;
    vertical-align: middle;
    position: relative;
}

.rsa-table-compare-striketrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #FF0000;
  -webkit-transform:rotate(-20deg);
  -moz-transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -o-transform:rotate(-20deg);
  transform:rotate(-20deg);
}

.ssc-gel table.rsa-table-compare.rsa-table-compare-first-column-wide th:first-child,
.ssc-gel table.rsa-table-compare.rsa-table-compare-first-column-wide td:first-child {
    width: 46% !important;
}

.ssc-gel table.rsa-table-compare.rsa-table-compare-first-column-wide th,
.ssc-gel table.rsa-table-compare.rsa-table-compare-first-column-wide td {
    width: 27% ;
}

.ssc-gel table.rsa-table-compare tr .rsa-table-compare-selected.rsa-table-compare-footer-button {
    background-color: #009bda;
    border-width : 2px !important;
    border-left : 3px solid #2666a5 !important;
    border-right : 3px solid #2666a5 !important ;
}

.ssc-gel table.rsa-table-compare td.rsa-table-compare-footer-button {
    border : 1px solid #2666a5 !important;
}

.ssc-gel table.rsa-table-compare tr .rsa-table-compare-footer-button {
    padding: 0px 0px 0px 0px !important;
}

.ssc-gel table.rsa-table-compare tr .rsa-table-compare-footer-button,
.ssc-gel table.rsa-table-compare tr .rsa-table-compare-footer-button label {
    border: none;
    background-color : transparent;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}

.ssc-gel table.rsa-table-compare .nrma-rsa-section-premium-val {
    color: inherit;
    font-size: 50px;
}


/*DCE-40034*/
.ssc-gel .checkbox-rsa-custom dd label{
	font-size: 1.5rem !important;
    font-weight: bold !important;
}

/*DCE-40034*/
.ssc-gel .checkbox-rsa-custom dd label:before {
	width: 26px !important;
	height: 26px !important;
	margin-top: 5px !important;
}

/*DCE-40034*/
.h3-rsa {
	font-size : 1.17rem;
	margin-top: 5px;
}

/*DCE-40034*/
.rsa-save-quote {
	margin-left: 5px;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

/*DCE-40034*/
.rsa-total-font-size{
	font-size: 4.5rem !important;
}
/*DCE-40034*/
.margin-top-35{
	margin-top: 35px !important;
}

/*DCE-40034*/
.rsa-compliance{
	margin-top: 25px !important;
	font-size: 1.0rem !important;
}

/*DCE-40034*/
.ssc-gel .icon.check-circled-green:before,
.ssc .icon.check-circled-green:before,
.icon.fpgSpecialOfferRsa:before   {
	content: '\e894';
	color: #68BC2F;
	vertical-align: middle;
    margin-top: 1px;
}


/*DCE-40034*/
label[id*=chkGroupMobile_label]{
	text-align: left;
}

.text-align-center-rsa{
	text-align: center;
}

.ssc-gel .nrma-rsa-font-black {
	color: black !important;
}

dl.rsa-checkbox-custom,
.rsa-checkbox-custom dd {
    padding-left: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

dl.rsa-checkbox-custom-mobile,
.rsa-checkbox-custom-mobile dd {
padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 13px !important;
}

.rsa-compliance-text-align{
	text-align:left;
}

.icon.check.rsa-checklist{
	color: #68BC2F;
	text-align: end;
	padding-right: 18px;
}

.rsa-display-none{
	display: none;
}

.rsa-th-start{
	text-align: start;
	padding-left: 18px !important;
	color:black !important;
}

.rsa-width-100{
	width: 100%;
}

.ssc-gel .rsa-cover-button-mobile{
	border: 1px black solid !important;
	background-color: #dad9db;
}

.rsa-button-mobile{
	width: -webkit-fill-available;
}

.rsa-button-mobile-zero-margin{
	margin-bottom: 0px !important;
}

.rsa-discount-label-mobile{
	font-weight: bold;
    padding: 10px 10px 10px 18px;
    font-size: 1.1em;
    background-color: #2666a5;
    color: white;
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
}

.rsa-padding-left-18{
	padding-left:18px;
}

.none-border{
	border:none !important;
}

.rsa-border-table-mobile{
	border-left: 1.2px black solid;
    border-right: 1.2px black solid;
}

.rsa-border-bottom-mobile{
	border-bottom: 1.2px black solid;
}

.padding-top-7px{
	padding-top: 7px;
}

.rsa-width-88{
	width: 88% !important;
}

div[id*=btnRsaClassicSelec],
div[id*=btnRsaPremiumSelect]{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.rsa-margin-top-35{
	margin-top: 35px;
}

dl[id*=checkboxRSAMobile]{
	border-top:0px;
}

div[id*=btnRsaClassicSelect],
div[id*=btnRsaPremiumSelect]{
	text-align:center;
}

.rsa-select-button{
	font-size:1.15em;
}

.btn-rsa-select{
	text-align: center;
    padding: 30px 2px 30px 2px;
	color:#dad9db;
}

/*RSA Plus - changes */
.ssc-gel .rsaplus-cover-button-mobile {
	border: 1px black solid !important;
	background-color: #E5E5E5;
}
/*RSA Plus - changes */

.ssc-gel .rsa-cover-button-mobile-selected,
.ssc-gel .rsa-cover-button-mobile-selected:hover{
	background-color:#009bda;
}

form#WebMainFormWrapperForm,
form#WebMainWrapperForm,
form#StartQuoteTestHarnessForm {
	width: auto !important;
}

/*RSA Plus - changes */
.ssc-gel table.rsa-table-compare.rsaplus-table-compare-first-column-wide th:first-child,
.ssc-gel table.rsa-table-compare.rsaplus-table-compare-first-column-wide td:first-child {
    width: 34% !important;
}

.ssc-gel table.rsa-table-compare.rsaplus-table-compare-first-column-wide th,
.ssc-gel table.rsa-table-compare.rsaplus-table-compare-first-column-wide td {
    width: 22% ;
}

.ssc-gel table.rsa-table-compare .nrma-rsaplus-section-premium-val {
    color: inherit;
    font-size: 45px;
}

.ssc-gel table.rsa-table-compare-bg tr td {
	background: #E5E5E5;
}

.ssc-gel table.rsa-table-compare-bg tr.alt {
	background: #F9F9F9;
}

/* RSA Best value table */
.ssc-gel table.rsa-bestvalue-table {
    border: none;
    width: 100%:
}

.ssc-gel table.rsa-bestvalue-table.first-column-wide th:first-child,
.ssc-gel table.rsa-bestvalue-table.rfirst-column-wide td:first-child {
    width: 34% !important;
}

.ssc-gel table.rsa-bestvalue-table.first-column-wide th,
.ssc-gel table.rsa-bestvalue-table.first-column-wide td {
    width: 22% ;
}

.ssc-gel table.rsa-bestvalue-table .rsa-bestvalue-compare-empty {
	border: none !important;
    background-color: #fff !important;
    padding: 0;
	margin: 0;
	height: 35px;
}

.ssc-gel table.rsa-bestvalue-table .rsa-bestvalue-cell {
    color : black;
    border: none;
	text-align: center;
    font-size: 18px;
}

.ssc-gel table.rsa-bestvalue-table .setnobroder  {
    border: none;
}

.icon.check-circled-green.rsa-checkcirclelist{
	color: #68BC2F;
	text-align: end;
	padding-right: 18px;
	font-size: 1.0em;
}

/* Campaign Banner */
.ssc-gel .campaign-banner{
	margin-top: -16px;
	overflow: hidden;
}

.ssc-gel .campaign-banner .inner {
	text-align: center;
	border: 1px solid #2666a5;
	overflow: hidden;
	background-color: #009bda;
}

.ssc-gel .campaign-banner .hd {
	color: #2666a5;
	margin-bottom: 0;
	margin-top: 0;
	height: 60px;
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	position: relative;
	background: #f7f6f4;
}

.ssc-gel .campaign-banner .bd:before {
	border: 0px solid transparent;
	content: " ";
	height: 30px;
	width: 0;
	position: fixed;
	pointer-events: none;
	font-size: 0px;
	display: block;
	border-left-color: #f7f6f4;
	border-width: 0px;
	clear: both;
	float: left;
	margin-left: -60px;
	margin-top: -30px;
	position: absolute;
	top: 30px;
}

.ssc-gel .campaign-banner .bd {
	font-family: FS Joey Web Medium, Helvetica, Arial;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	font-size: 1.05rem;
	margin: 0;
	padding-left: 15px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 95%;
	color: #f7f6f4;
	position: relative;
}

.ssc-gel .campaign-banner .bd a {
	color: #f7f6f4;
}

.ssc-gel .campaign-banner .bd a:hover,
.ssc-gel .campaign-banner .bd a:active {
	text-decoration: underline;
}

/*SGI Transition Banner changes*/
.ssc-gel .message-box {
	clear: both;
	margin-bottom: 0px;
	display: block;
	background: #fff;
}

.ssc-gel .message-box-header {
	padding: 5px 10px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.ssc-gel .message-box-main,
.ssc-gel .message-box-aside {
	padding: 0px 10px 0px 45px;
	margin-bottom: 10px;
}

.ssc-gel .icon-info:before {
	content: '\2139';
}


.ssc-gel .message-box-icon {
	width: 25px;
	min-height: 25px;
	margin: 0px;
	margin-right: 10px;
	font-size: 26px;
	font-size: 1.625rem;
}

.ssc-gel .message-box-headingding h2,
.ssc-gel .message-box-heading {
	display: inline-block;
	font-size: 1.125rem;
	margin: 5px 0px;
}

.ssc-gel .message-info-border .message-box-main,
.ssc-gel .message-info-border .message-box-aside,
.ssc-gel .message-warning-border .message-box-main,
.ssc-gel .message-warning-border .message-box-aside {
	padding: 10px 10px 0 10px;
}

.ssc-gel .message-info-border {
	border: 1px solid #009bda;
}

.ssc-gel .message-info-border .message-box-header {
	background: #daf4ff;
}

.ssc-gel .message-info {
	background: #daf4ff;
}

.ssc-gel .message-info-color {
	color: #009bda;
}

/* Targeted Campaign Banner */
.ssc-gel .campaign-banner{
	margin-top: -16px;
	overflow: hidden;
}

.ssc-gel .targeted-campaign-banner .inner {
    text-align: center;
    border: 1px solid #007900;
    overflow: hidden;
    background-color: #007900;
}

.ssc-gel .targeted-campaign-banner .hd {
    color: #007900;
    margin-bottom: 0;
    margin-top: 0;
    height: 60px;
    font-size: 20px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    position: relative;
    background: #f7f6f4;
}

.ssc-gel .targeted-campaign-banner .bd:before {
	border: 0px solid transparent;
	content: " ";
	height: 30px;
	width: 0;
	position: fixed;
	pointer-events: none;
	font-size: 0px;
	display: block;
	border-left-color: #f7f6f4;
	border-width: 0px;
	clear: both;
	float: left;
	margin-left: -60px;
	margin-top: -30px;
	position: absolute;
	top: 30px;
}

.ssc-gel .targeted-campaign-banner .bd {
    font-family: FS Joey Web Medium, Helvetica, Arial;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    font-size: 1.05rem;
    margin: 0;
    padding-left: 15px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 95%;
    color: #f7f6f4;
    position: relative;
    background-color: #007900;
}

.ssc-gel .targeted-campaign-banner .bd a {
	color: #f7f6f4;
}

.ssc-gel .targeted-campaign-banner .bd a:hover,
.ssc-gel .targeted-campaign-banner .bd a:active {
	text-decoration: underline;
}

.ssc-gel .btn.primaryLeftAlign {
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-size: 1.5rem;
	background-color: #2666a5;
	border: 1px solid #2666a5;
	color: #ffffff;
}

.edoc-container {
	display: flex;
}

.edoc-container div {
	flex: 1;
}

.edoc-container div:last-child {
	display: contents;
}

.edocs-color-white {
	color: white !important;;
}

.edocs-color-blue {
   color: #2666a5 !important;;

}

.disableOtherWayOfPayBtn {
	pointer-events: none;
	opacity: 0.6;
}