@font-face {
    font-family: Apercu;
    font-style: normal;
    font-weight: 400;
    src: local('Apercu Light'),url(https://ssl.epinionglobal.com/Content/Fonts/ApercuLight.woff),url(../font/ApercuLight.woff) format('woff')
}

@font-face {
    font-family: Apercu;
    font-style: normal;
    font-weight: 500;
    src: local('Apercu Regular'),url(https://ssl.epinionglobal.com/Content/Fonts/ApercuRegular.woff),url(../font/ApercuRegular.woff) format('woff')
}

@font-face {
    font-family: Apercu;
    font-style: normal;
    font-weight: 700;
    src: local('Apercu Medium'),url(https://ssl.epinionglobal.com/Content/Fonts/ApercuMedium.woff),url(../font/ApercuMedium.woff) format('woff')
}

@font-face {
    font-family: Apercu;
    font-style: normal;
    font-weight: 900;
    src: local('Apercu Bold'),url(https://ssl.epinionglobal.com/Content/Fonts/ApercuBold.woff),url(../font/ApercuBold.woff) format('woff')
}

@font-face {
  font-family: GuardianEgyp;
  src: url(https://ssl.epinionglobal.com/Content/Fonts/GuardianEgyp-Regular-Web.woff2);
}

@font-face {
  font-family: GuardianEgyp;
  src: url(https://ssl.epinionglobal.com/Content/Fonts/GuardianEgyp-Semibold-Web.woff2);
  font-weight: bold;
}

@font-face {
  font-family: GuardianSansMedium;
  src: url(https://ssl.epinionglobal.com/Content/Fonts/GuardianSans-Medium-Web.woff);
}


@font-face {
  font-family: GuardianSans;
  src: url(https://ssl.epinionglobal.com/Content/Fonts/GuardianSans-Regular-Web.woff);
  font-style: italic;
}



@font-face {
  font-family: GuardianTextSans;
  src: url(https://ssl.epinionglobal.com/Content/Fonts/GuardianTextSans-Regular-Web.woff);
}

@font-face {
  font-family: GuardianTextSans;
  src: url(https://ssl.epinionglobal.com/Content/Fonts/GuardianTextSans-Bold-Web.woff);
  font-weight: bold;
}

@font-face {
  font-family: CaslonIonic;
  src: url(https://ssl.epinionglobal.com/Content/Fonts/CaslonIonic-Bold-Web.woff);
  font-weight: bold;
}


body {
    font-family: GuardianTextSans,GuardianEgyp,Arial,sans-serif;
	color: #000000;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-size: 15px;
}

b,strong {
    font-weight: 700
}

table,tbody,td,th,tr {
    font-size: 100%;
    vertical-align: middle
}

hr {
    border-top: 1px solid #ccc
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

ol,ul {
    padding: 5px 0 5px 30px
}

ul {
    list-style: none
}

li {
    padding: 5px 0
}

.epi-main ul li:before {
    content: "\25cf";
    color: #e44444;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

iframe {
    overflow: auto;
    border: none;
    -webkit-overflow-scrolling: touch
}

a {
    display: inline-block;
    color: #006860;
    text-decoration: none;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all
}

a:hover {
    text-decoration: underline
}

:focus {
    outline: 0
}

.web input , .web textarea {
	border:1px solid #006860;
	border-radius: 4px;
	height: 31px;
}

.mobile input , .mobile textarea {
	border:1px solid #999999;
	border-radius: 4px;
	height: 46px;
}

.epi-button,input,select,textarea {
    font-family: inherit;
    border: 1.5px solid #688688;
    padding: 5px;
    border-collapse: collapse;
    width: 100%;
    max-width: 250px;
    vertical-align: middle
}

.mrDropdown {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.mrDropdown:invalid {
	color: #ccc;
}

.mrDropdown:invalid option:not(:first-child) {
	color: #000;
}

.web .mrDropdown {
	height: 33px;
	font-size: 13px;
}

.mobile .mrDropdown {
	height: 44px;
	width: 100%;
	font-size: 15px;
}


img {
    -ms-interpolation-mode: bicubic
}

tab {
    display: inline-block;
    width: 30px
}

ol>br,ul>br {
    display: none
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.epi-main,.epi-top-main {
    margin: 0 auto;
    width: 100%;
    max-width: 870px;
    padding: 0 10px
}

.epi-main {
    background-color: rgba(255,255,255,.9);
    padding-bottom: 60px
}

.epi-main img {
    vertical-align: top;
    max-width: 100%
}

.epi-content img {
    border: 1px solid #112a3a
}

.epi-category img {
    pointer-events: none;
    cursor: pointer;
    vertical-align: top
}

.epi-top {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000000;
    color: #fff;
    font-size: 13px
}

.epi-top span {
    vertical-align: middle
}

.test .epi-top {
    display: block
}

.epi-top-main {
    display: table;
    min-height: 37px
}

.epi-top-left,.epi-top-right {
    display: table-cell;
    padding: 5px 0
}

.epi-top-right {
    text-align: right
}

.epi-top-right>br {
    display: none
}

.epi-header {
    display: table;
    table-layout: fixed;
    padding: 30px 0 15px;
    width: 100%;
    margin-top: 0
}

.epi-header span {
    vertical-align: middle
}

.test .epi-main {
    padding-top: 39px
}

.epi-header img {
    max-width: 90%;
}

.mobile .epi-header img {
	height: 42px;
}

.mobile .epi-header .epi-header-center img {
	height: 60px;
}



.mobile .epi-header-right img {
	height: 35px;
}

.epi-header img[src*="epinion.svg"],.epi-header img[src*="epinion_white.svg"] {
    max-width: 140px
}

.epi-header-center,.epi-header-left,.epi-header-right {
    display: table-cell;
    font-size: 110%
}

.epi-header-center {
    text-align: center;
    color: #e44444;
    font-weight: 700
}

.epi-header-right {
    text-align: right
}

.epi-global-banner>br {
    display: none
}

.epi-end {
    font-size: inherit!important
}

.epi-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.epi-block>br,.epi-content>br {
    display: none
}

.epi-block {
    position: relative;
    padding: 0 15px
}

.epi-banner .mrBannerText,.epi-block .epi-answer,.epi-block .epi-question,.epi-block .epi-sub-question {
    display: block;
    padding-bottom: 8px;
}

.epi-banner .mrBannerText {
    padding-bottom: 7px
}

.epi-banner>br {
    display: none
}

.epi-block-icon {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 15px;
	padding-bottom: 10px;
}

.epi-block-icon:after {
    content: "";
    border: 1px solid #ccc;
    position: absolute;
    display: block;
    top: -6px;
    right: 0;
    width: 9px;
    height: 9px;
    background-color: #fff
}

.epi-icon {
    font-family: CaslonIonic,Arial,sans-serif;
    background-color: #006860;
    position: absolute;
    top: -17px;
    left: 0;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.epi-block.info .epi-icon {
    background-color: #006860;
}

.epi-block.info .epi-answer {
    display: none
}

.epi-question .mrQuestionText,.epi-sub-answer>.mrQuestionText {
    display: block
}

.epi-question,.epi-sub-question {
    font-size: 120%
}

.epi-question .mrQuestionText,
.mobile .epi-table.responsive .epi-table-header-cell .mrQuestionText {
    line-height: 24px;
}

.mobile .epi-category .mrSingleText
,.mobile .epi-table .epi-category .mrQuestionText {
	text-transform: uppercase;
}

.mobile .epi-category .mrSingleText {
	font-family:GuardianSansMedium,GuardianEgyp,Arial,sans-serif;
}


.epi-clickbox {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    color: #fff;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle
}

input[type=checkbox].mrMultiple,input[type=radio].mrSingle {
    display: none
}

input[type=radio]+.epi-clickbox {
	border: 1.5px solid #999999;
    width: 16px;
    height: 16px;
    line-height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

input[type=checkbox]+.epi-clickbox {
	border: 2px solid #666666;
    width: 24px;
    height: 24px;
    line-height: 20px;
	font-size: 20px;
}


input[type=checkbox]:checked+.epi-clickbox {
    animation: checkboxCheck 0.3s;
	animation-fill-mode: forwards;
}



@keyframes checkboxCheck {
	0%{
		color:#ffffff;
		border: 2px solid #666666;
	}
	100%{
		color:#006860;
		border: 2px solid #000000;
	}
}

.web input[type=radio]:checked+.epi-clickbox {
    animation: radioCheck 0.3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}


.mobile .epi-simple input[type=radio]:checked+.epi-clickbox {
    background-color: #248A88;
	border: 4px solid #fff;
}

.mobile .epi-simple input:checked+.epi-clickbox+.epi-label {
    color: #fff;
}

.web .epi-category:hover input[type=checkbox]+.epi-clickbox
,.web .epi-category:hover input[type=radio]+.epi-clickbox {
    border-color: #000;
}
.mobile .epi-category.checked {
    background-color: #248A88;
	border: 1px solid #248A88;
}

.mobile .epi-category.checked .mrSingleText {
	color: #fff;
}				  

@keyframes radioCheck {
	0%{
		border:1px solid #000;
	}
	100%{
		border:5px solid #006860;
	}
}



input[type=checkbox][disabled]+.epi-clickbox,input[type=checkbox][readonly]+.epi-clickbox,input[type=radio][disabled]+.epi-clickbox,input[type=radio][readonly]+.epi-clickbox {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #f5f5f5
}

input[type=checkbox][disabled]:checked+.epi-clickbox,input[type=checkbox][readonly]:checked+.epi-clickbox,input[type=radio][disabled]:checked+.epi-clickbox,input[type=radio][readonly]:checked+.epi-clickbox {
    color: #a7c7d7
}

input[type=text][disabled],input[type=text][readonly],select[disabled],textarea[disabled],textarea[readonly] {
    border-color: #ccc;
    background-color: #f5f5f5;
    color: #688688
}

.epi-category {
    cursor: pointer
}

.mobile .epi-category {
	border: 1px solid #999999;
	border-radius: 4px;
	margin: 16px 0px;
	padding: 14px 0px;
}
.epi-simple .epi-category {
    vertical-align: top
}

.web .epi-simple input[type=radio]+.epi-clickbox+.epi-label {
    cursor: pointer;
    display: block;
    padding: 5px 5px 5px 30px;
    line-height: 150%;
    vertical-align: middle;
    min-height: 30px;
	font-size: 16px;
}

.web .epi-simple input[type=checkbox]+.epi-clickbox+.epi-label {
    cursor: pointer;
    display: block;
    padding: 8px 5px 5px 38px;
    line-height: 150%;
    vertical-align: middle;
    min-height: 30px;
	font-size: 16px;
}


.mobile .epi-simple input[type=checkbox]+.epi-clickbox+.epi-label {
	display: block;
	line-height: 24px;
	vertical-align: middle;
	padding: 0px 5px 0px 48px;
	font-size: 16px;
}

.mobile .epi-simple input[type=radio]+.epi-clickbox+.epi-label {
	display: block;
	line-height: 16px;
	vertical-align: middle;
	padding: 0px 5px 0px 38px;
	font-size: 16px;
}

.mrShowText {
    display: block;
    font-weight: 700;
    padding: 7px 5px 7px 0
}

.mrErrorText {
    display: inline-block;
    background-color: #fee;
    padding: 5px 7px;
    color: #e44!important;
    font-weight: 400!important;
    border: 1px solid #e44!important;
    margin: 5px 0
}

.epi-sub-answer>.mrErrorText {
    width: 100%
}

.epi-simple .epi-sub-answer>.mrErrorText,.mobile .epi-table.responsive .epi-sub-answer>.mrErrorText {
    display: block;
    margin: 0 0 5px
}

.epi-category [style*="visibility: hidden"],input[style*="visibility: hidden"]+.epi-clickbox,input[style*="visibility: hidden"]~.epi-label {
    display: none!important
}

.web .epi-simple .epi-clickbox,.web .epi-sub-answer>.epi-category>.epi-clickbox {
    float: left;
    margin: 7px 0 0 5px
}

.mobile .epi-simple .epi-clickbox,.mobile .epi-sub-answer>.epi-category>.epi-clickbox {
    float: left;
    margin: 0px 12px 0px 11px;
}
.epi-table .epi-label {
    display: none
}

.epi-table:not(.column) tr:not(.epi-table-header-row) {
    border-top: 1px solid #ccc
}

.epi-table tr.epi-table-header-row>.epi-table-header-cell {
    border-bottom: 1px solid #006860;
}



.epi-config {
    display: none
}

.epi-simple .epi-category .epi-sub-answer {
    padding: 5px 5px 5px 30px
}

.epi-textarea {
    max-width: 100%;
    max-height: 200px
}

.epi-simple,.epi-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.epi-simple tbody,.epi-table tbody {
    width: 100%;
    display: table;
    table-layout: fixed
}

.web .epi-table.column tr:not(.epi-table-header-row) td.epi-category {
    border-left: 1px solid #ccc
}

.mobile .epi-simple.column:not(.responsive) td.epi-category,.mobile .epi-simple.row:not(.responsive) td.epi-category,.mobile .epi-table:not(.responsive) .epi-category,.mobile .epi-table:not(.responsive) .epi-table-header-cell,.web .epi-simple.column td.epi-category,.web .epi-simple.row td.epi-category,.web .epi-table .epi-category,.web .epi-table .epi-table-header-cell {
    width: 5%
}

.mobile .epi-table:not(.responsive) .epi-table-header-row [colspan],.web .epi-table .epi-table-header-row [colspan],.web .epi-table td.epi-table-header-cell {
    width: 10%
}

.web .mobile .epi-simple.column td.epi-category,.web .mobile .epi-simple.row td.epi-category,.web .mobile .epi-table .epi-category,.web .mobile .epi-table .epi-table-header-cell,.web .mobile .epi-table .epi-table-header-row [colspan],.web .mobile .epi-table td.epi-table-header-cell {
    width: 100%
}

.epi-simple,.epi-table {
    overflow-x: auto
}

.epi-table td.epi-category,.epi-table th.epi-table-header-cell {
    padding: 15px 5px
}

.epi-table th.epi-table-header-cell {
    word-wrap: break-word
}

.epi-table-special-row {
    border-top: 1px solid #ccc
}

.epi-block.no-input .epi-simple .epi-clickbox,.epi-block.no-input .epi-simple~.epi-category>.epi-clickbox {
    display: none
}

.epi-block.no-input .epi-simple .epi-category .epi-sub-answer,.epi-block.no-input .epi-simple .epi-label,.epi-block.no-input .epi-simple~.epi-category>.epi-label {
    padding: 5px;
}

.epi-block.no-input .epi-simple input:checked~.epi-label,.epi-block.no-input .epi-simple input:checked~.epi-sub-answer,.epi-block.no-input .epi-simple~.epi-category>input:checked~.epi-label {
    border-left: 2px solid #e44444;
    padding-left: 8px!important;
    background-color: #eee
}

.epi-block.no-input .epi-simple input:checked~.epi-label:hover,.epi-block.no-input .epi-simple~.epi-category>input:checked~.epi-label:hover {
    background-color: #e5e5e5
}

.epi-block.no-indent .epi-answer,.epi-block.no-indent .epi-banner,.epi-block.no-indent .epi-question {
    padding-left: 0
}

.epi-block.hidden {
    display: none!important
}

.web .epi-block.two-column .epi-answer,.web .epi-block.two-column .epi-question {
    display: table-cell;
    padding-bottom: 0;
    vertical-align: top
}

.web .epi-block.two-column .epi-question {
    width: 40%;
    padding-right: 15px
}

.web .epi-block.two-column .epi-answer {
    width: 60%;
    padding-left: 15px;
    border-left: 1px solid #ccc
}

.epi-nav {
    padding: 15px 0;
    display: table;
    width: 100%
}

.mobile .epi-nav {
	display: flex;
	flex-direction: column-reverse;
}		 
.epi-back,.epi-next {
    display: table-cell;
    min-width: 100px
}

.mobile .epi-back
,.mobile .epi-next {
	display: block;
	width: 100%;
}

.mobile .epi-back {
	margin-bottom: 8px;
}																		  
.epi-next {
    text-align: right
}

.epi-button,.epi-nav input[type=submit],.mrGoto {
	margin: 4px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #006860;
	border-radius: 4px;															  
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
    -webkit-transition: background-color .3s ease,border-color .3s ease,color .3s ease;
    -moz-transition: background-color .3s ease,border-color .3s ease,color .3s ease;
    -ms-transition: background-color .3s ease,border-color .3s ease,color .3s ease;
    -o-transition: background-color .3s ease,border-color .3s ease,color .3s ease;
    transition: background-color .3s ease,border-color .3s ease,color .3s ease;
	font-size: 13px;
	line-height: 13px;
}

.web .epi-button,.web .epi-nav input[type=submit] {
	padding: 15px 20px;
}

.mobile .epi-button,.mobile .epi-nav input[type=submit] {
	padding: 15px 22px;
	display: block;
	width: 100%!important;
	
}

input[type=submit].mrGoto {
    background-color: transparent;
    border: 1.5px solid #fff
}

select.mrGotoDropdown {
    border-color: #fff
}

.epi-next input[type=submit] {
	background-color: #006860;
}			   
.epi-back input[type=submit] {
    background-color: transparent;
    color: #006860;
    border: 1px solid #006860;
}

.epi-button {
    display: inline-block;
    width: auto
}

.web .epi-nav input[type=submit] {
    width: auto!important;
    height: 44px;
}

.web .epi-button:hover, .web .epi-nav input[type=submit]:hover {
    background-color: #004B45;
    border: 1px solid #004B45;
    color: #fff
}

input[type=submit].mrGoto:hover {
    background-color: #fff;
    color: #112a3a
}

.web .epi-back input[type=submit]:hover {
    background-color: #006860;
    border: 1px solid #006860;
    color: #fff;
}

.epi-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 90%;
    background-color: #fff;
    color: #006860;
}

.epi-info {
    padding: 18px 10px 12px
}

.epi-progress {
    width: 100%;
    height: 2px;
    position: relative
}

.epi-progress table,.epi-progress tbody,.epi-progress td,.epi-progress tr {
    display: block;
    height: 2px;
    border: none;
    border-collapse: collapse;
    padding: 0
}

.epi-progress table,.epi-progress tbody {
    background-color: #ccc;
    border-collapse: collapse
}

.epi-progress td:first-child:not(:last-child) {
    -webkit-animation: loadProgress .8s 1;
    -moz-animation: loadProgress .8s 1;
    -ms-animation: loadProgress .8s 1;
    -o-animation: loadProgress .8s 1;
    animation: loadProgress .8s 1;
    margin: 0 auto;
    background-color: #006860!important;
    position: relative
}

.epi-progress td:last-child {
    position: absolute;
    top: -13px;
    left: calc(50% - 14px);
    background-color: #006860!important;
    color: #fff;
    font-size: 10px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

@-webkit-keyframes loadProgress {
    0% {
        width: 0
    }
}

@-moz-keyframes loadProgress {
    0% {
        width: 0
    }
}

@-ms-keyframes loadProgress {
    0% {
        width: 0
    }
}

@-o-keyframes loadProgress {
    0% {
        width: 0
    }
}

@keyframes loadProgress {
    0% {
        width: 0
    }
}

.mobile input,.mobile select,.mobile textarea {
    max-width: none
}

.mobile .epi-header-center.text {
    display: inline
}

.mobile .epi-header-center.text .mrBannerText {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.mobile .epi-goto {
    display: inline-block;
    margin-top: 3px
}

.mobile .responsive,.mobile .responsive td.epi-category,.mobile .responsive th.epi-table-header-cell,.mobile .responsive>tbody,.mobile .responsive>tbody>tr {
    display: block
}

.mobile .epi-table.responsive td.epi-category {
    padding: 14px 0px;
}

.mobile .epi-table.responsive>tbody>tr {
    border: 1px solid #ccc;
    margin-bottom: 15px
}

.mobile .epi-table.responsive td.epi-category,.mobile .epi-table.responsive th.epi-table-header-cell {
    text-align: left!important;
    vertical-align: top!important
}

.mobile .epi-table.responsive .epi-table-header-row {
    display: none
}

.mobile .epi-table.responsive .epi-table-header-cell {
    font-size: 110%;
    background-color: #e5ddd5;
    border-bottom: 1px solid #e44444
}

.mobile .epi-table.responsive {
    border: none
}

.mobile .epi-table.responsive .epi-label {
    display: block;
	line-height: 16px;
	vertical-align: middle;
    padding: 0px 5px 0px 38px;
}

.mobile .epi-table.responsive .epi-category .epi-sub-answer {
    padding: 5px 5px 5px 30px
}

.mobile .epi-table.responsive .epi-text-label {
    padding: 5px 10px 0;
    min-height: auto
}

.mobile .epi-table.responsive .epi-text-label:hover {
    background-color: transparent
}

.mobile .epi-table.responsive .epi-text-label~.epi-sub-answer {
    padding: 5px 10px
}

.mobile .epi-table.responsive .epi-clickbox {
    float: left;
    margin: 0px 12px 0px 11px;
}

.mobile .epi-table.responsive .epi-category>.mrErrorText {
    margin-left: 5px
}

.mobile .epi-block.no-input .epi-table.responsive .epi-clickbox {
    display: none
}

.mobile .epi-block.no-input .epi-table.responsive .epi-category .epi-sub-answer,.mobile .epi-block.no-input .epi-table.responsive .epi-label {
    padding: 5px 10px
}

.mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-label,.mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-sub-answer {
    border-left: 2px solid #e44444;
    padding-left: 8px!important;
    background-color: #eee
}

.mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-label:hover {
    background-color: #e5e5e5
}

.mobile .epi-main.overflow {
    display: inline-block!important;
    width: auto!important;
    margin: 0 auto
}

.mobile .epi-main.overflow .epi-content img {
    max-width: 400px
}

.mobile .epi-main.overflow .epi-simple img,.mobile .epi-main.overflow .epi-table img {
    max-width: 320px
}

.mobile .epi-main.overflow .epi-table:not(.responsive) img {
    max-width: 200px
}

.mobile .epi-main.overflow .epi-table>tbody {
    table-layout: auto
}

.mobile .epi-main.overflow .epi-table th.epi-table-header-cell {
    word-wrap: normal
}

.mobile .epi-info {
    display: none
}

.mobile .epi-progress,.mobile .epi-progress table,.mobile .epi-progress tbody,.mobile .epi-progress td,.mobile .epi-progress tr {
    height: 3px
}

.mobile .epi-progress td:first-child:not(:last-child) {
    margin: 0
}

.mobile .epi-progress td:last-child {
    display: none
}

.epi-ua {
    display: none!important;
}

.epi-color {
    background-color: #e44444;
    color: #fff
}

.epi-main.no-bold-exclusive .epi-table td.epi-category .mrQuestionText,.epi-main.no-bold-exclusive .mrMultipleText,.epi-main.no-bold-grid .epi-table th.epi-table-header-cell {
    font-weight: 400!important
}

.epi-main.no-bold-exclusive .epi-table-header-cell .mrQuestionText {
    font-weight: inherit!important
}

.epi-hidden {
    display: none!important
}

.epi-main.no-auto-width .epi-simple tbody,.epi-main.no-auto-width .epi-table tbody {
    table-layout: auto
}

.epi-main.no-auto-width .epi-table th.epi-table-header-cell {
    word-wrap: normal
}

.epi-main.no-progress .epi-progress {
    display: none!important
}

.epi-main.no-progress .epi-info {
    padding-top: 12px;
    border-top: 1.5px solid #e44444
}

.epi-main.no-footer {
    padding-bottom: 30px
}

.epi-main.no-footer .epi-progress,.epi-main.no-footer .epi-progress table,.epi-main.no-footer .epi-progress tbody,.epi-main.no-footer .epi-progress td,.epi-main.no-footer .epi-progress tr {
    height: 3px
}

.epi-main.no-footer .epi-progress td:last-child {
    top: -32px;
    width: 28px;
    height: 28px;
    -webkit-animation: moveup .8s 1;
    -moz-animation: moveup .8s 1;
    -ms-animation: moveup .8s 1;
    -o-animation: moveup .8s 1;
    animation: moveup .8s 1
}

@-webkit-keyframes moveup {
    0% {
        -webkit-border-radius: 0;
        top: 0
    }
}

@-moz-keyframes moveup {
    0% {
        -moz-border-radius: 0;
        top: 0
    }
}

@-ms-keyframes moveup {
    0% {
        -ms-border-radius: 0;
        top: 0
    }
}

@-o-keyframes moveup {
    0% {
        -o-border-radius: 0;
        top: 0
    }
}

@keyframes moveup {
    0% {
        border-radius: 0;
        top: 0
    }
}

.epi-main.no-footer .epi-info {
    display: none!important
}

.no-side-header .epi-table-header-row>td.epi-table-header-cell,.no-side-header tr:not(.epi-table-header-row)>th.epi-table-header-cell {
    width: .01%!important;
    padding: 0
}

.mobile .no-side-header .epi-table.responsive .epi-table-header-row>td.epi-table-header-cell,.mobile .no-side-header .epi-table.responsive tr:not(.epi-table-header-row)>th.epi-table-header-cell {
    width: 100%!important
}

.bi-polar th.epi-table-header-cell:first-child .epi-bi-polar-max,.bi-polar th.epi-table-header-cell:last-child .epi-bi-polar-min,.bi-polar-column tr.epi-table-header-row:first-child .epi-bi-polar-max,.bi-polar-column tr.epi-table-header-row:last-child .epi-bi-polar-min,.mobile .responsive th.epi-table-header-cell:first-child .epi-bi-polar-max,.mobile .responsive th.epi-table-header-cell:last-child .epi-bi-polar-min {
    display: none!important
}

.bi-polar th.epi-table-header-cell:first-child {
    text-align: right!important
}

.bi-polar th.epi-table-header-cell:last-child {
    text-align: left!important
}

.bi-polar-column tr.epi-table-header-row:last-child>.epi-table-header-cell {
    border-top: 1px solid #e44444;
    border-bottom: none
}

.rtl .epi-header-right,.rtl .epi-next,.rtl .epi-top-right {
    text-align: left
}

.rtl .epi-block-icon:after {
    right: auto;
    left: 0
}

.rtl .epi-icon {
    left: auto;
    right: 0
}

.rtl .mrShowText {
    padding: 7px 0 7px 5px
}

.rtl .epi-simple .epi-clickbox,.rtl .epi-sub-answer>.epi-category>.epi-clickbox {
    float: right;
    margin: 7px 5px 0 0
}

.rtl .web .epi-table.column tr:not(.epi-table-header-row) td.epi-category {
    border-left: none;
    border-right: 1px solid #ccc
}

.rtl .epi-table-header-cell:first-child {
    text-align: right!important
}

.rtl .epi-block.no-input .epi-simple input:checked~.epi-label,.rtl .epi-block.no-input .epi-simple input:checked~.epi-sub-answer,.rtl .epi-block.no-input .epi-simple~.epi-category>input:checked~.epi-label {
    border-left: none;
    border-right: 2px solid #e44444;
    padding-left: 0;
    padding-right: 8px
}

.rtl .epi-block.no-indent .epi-answer,.rtl .epi-block.no-indent .epi-banner,.rtl .epi-block.no-indent .epi-question {
    padding-right: 0
}

.rtl .mobile .epi-table.responsive tr>* {
    text-align: right!important
}

.rtl .mobile .epi-table.responsive .epi-clickbox {
    float: right;
    margin: 7px 5px 0 0
}

.rtl .mobile .epi-table.responsive .epi-category>.mrErrorText {
    margin-left: auto;
    margin-right: 5px
}

.rtl .mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-label,.rtl .mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-sub-answer {
    border-left: none;
    border-right: 2px solid #e44444;
    padding-left: 0;
    padding-right: 8px
}

.rtl .epi-label,.rtl .epi-simple .epi-category .epi-sub-answer,.rtl .mobile .epi-table.responsive .epi-category .epi-sub-answer,.rtl .mobile .epi-table.responsive .epi-label {
    padding: 5px 30px 5px 5px
}

.rtl .mobile .epi-table.responsive .epi-text-label {
    padding: 5px 10px 0
}

.rtl .mobile .epi-table.responsive .epi-text-label~.epi-sub-answer {
    padding: 5px 10px
}

.rtl .mobile .epi-block.no-input .epi-table.responsive .epi-category .epi-sub-answer,.rtl .mobile .epi-block.no-input .epi-table.responsive .epi-label {
    padding: 5px 10px
}

.rtl .web .epi-block.two-column .epi-question {
    padding-left: 15px;
    padding-right: 0
}

.rtl .web .epi-block.two-column .epi-answer {
    border-left: none;
    border-right: 1px solid #ccc;
    padding-left: 0;
    padding-right: 15px
}

@media only screen and (max-width: 870px) {
    .epi-table th.epi-table-header-cell {
        padding:5px
    }
}

@media only screen and (max-width: 640px) {
    .epi-top-left,.epi-top-right,.rtl .epi-top-right {
        display:block;
        text-align: center
    }

    .epi-top-left {
        padding: 5px 0 0
    }

    .test .epi-main {
        padding-top: 58px
    }
}

.epi-button-bar {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000
}

.test .epi-button-bar {
    top: 45px
}

.epi-button-group {
    background-color: #466470
}

.epi-button-bar>.epi-button-lv1,.epi-button-group {
    margin-bottom: 3px
}

.epi-button-group,.epi-button-lv1,.epi-button-lv2 {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    border-radius: 19px
}

.epi-button-group.active {
    padding-bottom: 3px
}

.epi-button-group.active .epi-button-lv2 {
    height: 32px;
    margin: 3px auto 0
}

.epi-button-lv1,.epi-button-lv2 {
    font-size: 19px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background-color .3s ease,height .3s ease;
    -moz-transition: background-color .3s ease,height .3s ease;
    -ms-transition: background-color .3s ease,height .3s ease;
    -o-transition: background-color .3s ease,height .3s ease;
    transition: background-color .3s ease,height .3s ease
}

.epi-button-lv1 {
    background-color: #688688;
    width: 38px;
    height: 38px
}

.epi-button-lv1:hover {
    background-color: #006860;
}

.epi-button-lv2 {
    height: 0
}

.epi-button-lv2:hover {
    background-color: #688688
}

.epi-button-lv1 i,.epi-button-lv1 img,.epi-button-lv2 i,.epi-button-lv2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.epi-button-lv1 img,.epi-button-lv2 img {
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    filter: grayscale(100%);
    -webkit-transition: filter .3s ease;
    -moz-transition: filter .3s ease;
    -ms-transition: filter .3s ease;
    -o-transition: filter .3s ease;
    transition: filter .3s ease
}

.epi-button-lv1 img {
    width: 28px;
    height: 28px;
    filter: none
}

.epi-button-lv1:focus img,.epi-button-lv1:hover img,.epi-button-lv2:focus img,.epi-button-lv2:hover img {
    filter: none
}

.dark .epi-wcag-darkmode-button,.epi-wcag-save-button.active {
    color: #e44444;
    background-color: #fff
}

.epi-qr-filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5)
}

.epi-qr-container {
    background-color: #fff;
    position: absolute;
    color: #112a3a;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 10px 25px 35px;
    text-align: center
}

.epi-qr-container .epi-loader-icon {
    margin: 25px auto
}

.epi-qr-caption,.epi-qr-code {
    font-size: 85%;
    display: inline-block
}

select:focus,textarea:focus {
    border-color: #e44444!important
}

.epi-auto-answer:focus,.epi-block:focus,.epi-button-lv1:focus,.epi-button-lv2:focus,.epi-button:focus,a:focus {
    outline-offset: 3px;
    outline: 2px dashed #e44444
}


.epi-block:focus {
    outline-offset: -1px
}




.epi-block.fix-header .epi-fix-header,.freeze-header {
    position: fixed;
    z-index: 998;
    background-color: #fff
}

.epi-block.fix-header .epi-fix-header.hidden {
    display: none
}

.epi-block.fix-header .epi-table>tbody,.mobile .epi-block.fix-header:not(.responsive) .epi-table>tbody {
    table-layout: fixed
}

.mobile .epi-fix-header.responsive {
    display: none
}

.dark body {
    color: #fff
}

.dark .epi-block-icon:after,.dark .epi-block.fix-header .epi-fix-header,.dark .epi-footer,.dark .epi-loader,.dark .freeze-header,.dark body {
    background-color: #112a3a
}

.dark .epi-main {
    background-color: rgba(17,42,58,.9)
}

.dark .epi-top {
    background-color: #e44444;
    color: #fff
}

.dark .epi-block.info .epi-icon {
    background-color: #688688
}

.dark .epi-progress table,.dark .epi-progress tbody {
    background-color: #466470
}

.dark .mrErrorText {
    background-color: #661f3f;
    color: #e5ddd5!important;
    border-color: #b78!important
}

.dark .epi-footer,.dark .epi-header-center,.dark .reload-secs,.dark a {
    color: #a7c7d7
}

.dark .epi-block-icon,.dark .epi-block-icon:after,.dark .epi-content,.dark .epi-table-special-row,.dark .epi-table:not(.column) tr:not(.epi-table-header-row),.dark .mobile .epi-table.responsive>tbody>tr,.dark .web .epi-block.two-column .epi-answer,.dark .web .epi-table.column tr:not(.epi-table-header-row) td.epi-category,.dark hr,.dark.rtl .web .epi-block.two-column .epi-answer,.dark.rtl .web .epi-table.column tr:not(.epi-table-header-row) td.epi-category {
    border-color: #355360
}

.dark .epi-button,.dark input,.dark select,.dark textarea {
    border-color: #688688;
    background-color: #244250;
    color: #fff;
    caret-color: #fff
}

.dark .epi-clickbox {
    background-color: #244250;
    border-color: #688688;
    color: #244250
}

.dark input[type=checkbox]:checked+.epi-clickbox,.dark input[type=radio]:checked+.epi-clickbox {
    border-color: #fff;
    color: #fff
}

.dark select option:hover {
    background: linear-gradient(#e44444,#e44444);
    background-color: #e44444!important;
    color: #fff!important
}

.dark ::-webkit-input-placeholder {
    color: #688688
}

.dark ::-ms-input-placeholder {
    color: #688688
}

.dark :-ms-input-placeholder {
    color: #688688
}

.dark ::placeholder {
    color: #688688
}

.dark input[type=checkbox][disabled]+.epi-clickbox,.dark input[type=checkbox][readonly]+.epi-clickbox,.dark input[type=radio][disabled]+.epi-clickbox,.dark input[type=radio][readonly]+.epi-clickbox {
    background-color: #112a3a;
    border-color: #466470;
    color: #112a3a
}

.dark input[type=checkbox][disabled]:checked+.epi-clickbox,.dark input[type=checkbox][readonly]:checked+.epi-clickbox,.dark input[type=radio][disabled]:checked+.epi-clickbox,.dark input[type=radio][readonly]:checked+.epi-clickbox {
    color: #688688
}

.dark input[type=text][disabled],.dark input[type=text][readonly],.dark select[disabled],.dark textarea[disabled],.dark textarea[readonly] {
    background-color: #112a3a;
    border-color: #466470;
    color: #688688
}

.dark select[disabled]>option {
    color: #688688
}

.dark .epi-button,.dark .epi-nav input[type=submit],.dark .mrGoto {
    background-color: #688688;
    border-color: #688688;
    color: #fff
}

.dark input[type=submit].mrGoto {
    background-color: transparent;
    border-color: #fff
}

.dark select.mrGotoDropdown {
    border-color: #fff
}

.dark .epi-back input[type=submit] {
    background-color: transparent;
    border-color: #688688;
    color: #688688
}

.dark .epi-button:hover,.dark .epi-nav input[type=submit]:hover {
    background-color: #e44444;
    border-color: #e44444;
    color: #fff
}

.dark input[type=submit].mrGoto:hover {
    background-color: #244250;
    color: #fff
}

.dark .epi-back input[type=submit]:hover {
    background-color: transparent;
    border-color: #e44444;
    color: #e44444
}

.dark .epi-block.no-input .epi-simple input:checked~.epi-label,.dark .epi-block.no-input .epi-simple input:checked~.epi-sub-answer,.dark .epi-block.no-input .epi-simple~.epi-category>input:checked~.epi-label,.dark .epi-category:hover,.dark .mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-label,.dark .mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-sub-answer {
    background-color: #244250
}

.dark .epi-block.no-input .epi-simple input:checked~.epi-label:hover,.dark .epi-block.no-input .epi-simple~.epi-category>input:checked~.epi-label:hover,.dark .epi-clickbox:hover+.epi-label,.dark .epi-label:hover,.dark .mobile .epi-block.no-input .epi-table.responsive input:checked~.epi-label:hover {
    background-color: #466470
}

.dark .mobile .epi-table.responsive .epi-table-header-cell {
    background-color: #466470
}

html {
    transform-origin: 0 0
}

html[zoomlevel="1"] {
    width: 80%;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

html[zoomlevel="2"] {
    width: 66.66%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

html[zoomlevel="3"] {
    width: 57.14%;
    -webkit-transform: scale(1.75);
    transform: scale(1.75)
}

html[zoomlevel="4"] {
    width: 50%;
    -webkit-transform: scale(2);
    transform: scale(2)
}


.se-nav .se-show-all 
,.se-nav .se-reset{
	width: 31px;
	padding: 5px 0px;
	color: #000;
	background-color: #006860;
}


.mobile .se-nav .se-show-all 
,.mobile .se-nav .se-reset{
	padding: 5px 2px;
}




.web .customize-cate-q .epi-simple {
	border: 1px solid #999999;
	border-radius : 5px;
}


.web .customize-cate-q .epi-simple tbody {
	table-layout: fixed;
}

.web .customize-cate-q .epi-category:not(:last-child) {
	border-right: 1px solid #999999;
}

.web .customize-cate-q .epi-category {
	width: 5%;
}

.web .customize-cate-q .epi-category.checked {
	background-color: #006860;
	color:#fff;
}

.web .customize-cate-q .epi-category .epi-clickbox {
	display:none;
}

.web .customize-cate-q .epi-category:hover .epi-label {
	text-decoration:underline;
}

.web .customize-cate-q .epi-simple input[type=radio]+.epi-clickbox+.epi-label {
	padding: 5px;
	text-align: center;
	line-height: 32px;
}

.customize-cate-q .epi-simple input[type=radio]+.epi-clickbox+.epi-label {
	font-family: GuardianSansMedium,Arial,sans-serif;
}

.web .customize-cate-q .epi-simple input[type=radio]+.epi-clickbox+.epi-label {
	text-transform: uppercase;
	
}

