html,
body {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    color: #4b4e53;
    font-family: "Georgia";
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    line-height: 0
}

* {
    outline: none;
    border: none;
    box-sizing: border-box;
    text-transform: none;
    font-family: "Georgia";
    font-weight: normal;
    -webkit-appearance: none;
    border-radius: 0
}

strong {
    font-weight: bold
}

body.fixed {
    position: fixed
}

button,
.button {
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    font-size: 1.14286em;
    text-decoration: none;
    display: block;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: #fff;
    border: none !important
}

button:hover,
.button:hover {
    opacity: 0.8
}

button.orange,
.button.orange {
    border: 1px solid #fff;
    color: #ffb617 !important
}

button.orange svg,
.button.orange svg {
    fill: #ffb617 !important
}

input[type="submit"] {
    cursor: pointer
}

.ui-helper-hidden-accessible {
    display: none
}

.lightGray {
    color: #afafaf
}

.error,
.ace-validation span {
    width: 100%;
    color: red;
    text-align: left;
    float: left;
    padding-left: 20px;
    position: relative;
    line-height: 1em
}

.error:before,
.ace-validation span:before {
    content: "";
    position: absolute;
    left: 0;
    color: red;
    font-family: "fontAwesome"
}

.error.geoerror:before,
.ace-validation span.geoerror:before {
    display: none
}

.validator {
    font-size: 1em !important;
    line-height: 1.4em;
    float: left;
    position: relative;
    padding-left: 20px;
    clear: left;
    color: #f1352b;
    margin-top: 10px
}

.validator:before {
    content: "";
    position: absolute;
    left: 0;
    font-family: "fontAwesome"
}

.validator.geoerror:before {
    display: none
}

.validatorSummaryTop {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0;
    padding: 25px;
    background: #f1352b;
    margin-bottom: 40px;
    font-size: 16px;
    color: #fff
}

.validatorSummaryTop ul {
    display: none
}

.validatorSummaryTop:before {
    display: none
}

.confirmField.purple .validator {
    color: #ff0198
}

.flyout .validator {
    color: #fff;
    width: 100%;
    margin-top: 10px;
    float: left
}

.flyout .ace-validation span {
    color: #fff
}

.flyout .ace-validation span:before {
    color: #fff
}

.ace-validation .special {
    width: 100%;
    display: inline-block;
    float: left
}

.confirmField .Title {
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.19048em
}

.imgCampaignLogo {
    margin-top: 14px;
    max-height: 75px;
    padding-left: 20px
}

.imgCampaignLogoHastings {
    max-height: 260px ;
    padding-left: 120px ;
}
.imgCampaignLogoPTSB {
      margin-top: 14px;
    max-height: 125px;
    padding-left: 20px
}

.imgCampaignLogoGlennons {
    margin-top: 14px;
    max-height: 60px;
    padding-left: 20px
}

.hughesBanner {
    background-color: #01C1D6;
    color: #fff;
    padding: 20px;
  
}

.black {
    color: #000
}

.nopb {
    padding-bottom: 0 !important
}

.nomb {
    margin-bottom: 0 !important
}

input {
    font-family: "Georgia"
}

h1,
h2,
h3 {
    margin: 0
}

h1 {
    font-size: 2.85714em;
    line-height: 1em;
    font-weight: normal
}

h2 {
    font-size: 1.92857em;
    line-height: 1.11111em;
    font-weight: normal
}

h3 {
    font-size: 1.5em;
    line-height: 1.19048em;
    font-weight: normal
}

p,
li {
    font-size: 1em;
    line-height: 1.42857em
}

.triangle {
    font-size: 1em;
    line-height: 1.57143em;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block
}

.triangle:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    font-family: "fontAwesome"
}

.triangle:hover {
    color: #fff;
    text-decoration: underline !important
}

.maxWidth {
    max-width: 1366px;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0 20px
}

.validation-summary-errors {
    display: inline-block;
    width: 100%
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    font-size: 12px
}

.validation-summary-errors ul li {
    margin-bottom: 0 !important
}

.validation-summary-errors ul li:before {
    display: none
}

ul {
    list-style: square;
    line-height: 1.14286em;
    padding-left: 20px;
    margin: 0
}

ul li {
    margin-bottom: 10px;
    position: relative
}

.travelasd {
    display: none
}

.desktopHeader .first-col {
    height: 1px;
    overflow: hidden;
    color: #fff
}

.tabletHeadersMovingBox h2 {
    color: #fff;
    top: -10px;
    position: relative
}

a {
    color: #4b4e53
}

a:hover {
    color: #000
}

.icheckbox,
.iradio {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    background: url(images/icheck-blue.png) no-repeat;
    border: none;
    cursor: pointer;
    -webkit-background-size: 145px 28px;
    background-size: 145px 28px
}

.icheckbox {
    background-position: 0 0
}

.icheckbox.hover {
    background-position: 0 0
}

.icheckbox.checked {
    background-position: -40px 0
}

.icheckbox.disabled {
    background-position: -60px 0;
    cursor: default
}

.icheckbox.checked.disabled {
    background-position: -80px 0
}

.iradio {
    background-position: -117px 0
}

.iradio.hover {
    background-position: -77px 0
}

.iradio.checked {
    background-position: -77px 0
}

.iradio.disabled {
    background-position: -160px 0;
    cursor: default
}

.iradio.checked.disabled {
    background-position: -180px 0
}

.confirmField .icheckbox,
.confirmField .iradio {
    background-image: url(images/icheck-white.png)
}

.toggleMenu {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 16px;
    cursor: pointer;
    float: right;
    font-size: 0;
    background: none;
    min-width: 0;
    border: 0
}

.toggleMenu span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    height: 3px;
    border-radius: 5px;
    background: #000;
    width: 100%
}

.toggleMenu span:before,
.toggleMenu span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    content: ""
}

.toggleMenu span:before {
    top: -6px
}

.toggleMenu span:after {
    bottom: -6px
}

.dummyBox.db1 {
    display: none
}

.menuBox {
    display: block
}

nav {
    width: 70%;
    background: #fff;
    height: 100vh;
    position: absolute;
    right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    line-height: 1.5em;
    text-align: left;
    z-index: 999;
    padding: 10px;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -ms-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: none
}

nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px
}

nav ul li:before {
    display: none
}

nav ul li:nth-child(1) {
    border-left: 7px solid #01c1d6
}

nav ul li:nth-child(2),
nav ul li.logout {
    border-left: 7px solid #6e27c5
}

nav ul li:nth-child(3) {
    border-left: 7px solid #ff0198
}

nav ul li:nth-child(4) {
    border-left: 7px solid #7acb00
}

nav ul li a {
    text-decoration: none;
    color: #4b4e53;
    font-size: 1.5em
}

nav ul li ul {
    display: none
}

nav ul li ul li {
    margin-bottom: 0;
    border-left: none !important;
    padding: 0
}

nav ul li ul li a {
    font-size: 1.14286em;
    line-height: 1.5em
}

.website {
    position: relative;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -ms-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms
}

.website.active {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%)
}

.cookies {
    color: #fefefe;
    background: #4b4e53;
    font-size: 0.85714em;
    line-height: 1.75em;
    display: none
}

.cookies .maxWidth {
    position: relative;
    padding-right: 80px
}

.cookies a {
    color: #fefefe
}

.cookies .agreedCookie {
    color: #01c1d6;
    float: right;
    font-size: 18px;
    color: #fff;
    top: 7px;
    right: 10px;
    position: absolute;
    cursor: pointer
}

.menuBar {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    line-height: 0
}

.topStaticBanner {
    position: relative;
    display: inline-block;
    width: 100%
}

.header {
    position: relative;
    float: left;
    width: 100%
}

.header .slideNmb {
    position: absolute;
    bottom: 34px;
    width: 80%;
    left: 0
}

.header .slideNmb span {
    font-size: 1.57143em;
    color: #fff;
    padding: 0 5px;
    cursor: pointer
}

.header .slideNmb span.active {
    text-decoration: underline;
    font-weight: bold
}

.header .logo img {
    height: 12px;
    margin-top: 3px
}

.backButton {
    background: transparent;
    color: #fff !important;
    text-align: left;
    width: auto;
    text-decoration: none;
    font-family: "Georgia";
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    border: none !important
}

.backButton:hover {
    box-shadow: none
}

.backButton.single {
    margin-top: 0
}

.backButton i {
    margin-right: 5px
}

.carousel {
    width: 100%;
    height: calc(100vh - 57px);
    position: relative
}

.carousel .slick-arrow {
    display: none !important
}

.carousel .background {
    height: calc(100vh - 57px);
    width: inherit;
    top: 0;
    left: 0;
    position: relative
}

.carousel .textBox {
    height: 75%;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    text-align: left;
    font-weight: normal
}

.carousel .textBox .container {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: right
}

.carousel .textBox h2 {
    font-size: 1.5em;
    line-height: 1.19048em
}

.carousel .textBox .title,
.carousel .textBox .subtitle,
.carousel .textBox .callToAction {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    left: 0
}

.carousel .textBox .subtitle {
    position: absolute;
    bottom: 105px
}

.carousel .textBox .subtitle ul,
.carousel .textBox .subtitle h2 {
    display: none
}

.carousel .textBox .subtitle .triangle {
    margin-top: 20px
}

.carousel .textBox .callToAction {
    bottom: 44px;
    position: absolute;
    width: calc(100% - 60px)
}

.carousel .textBox .callToAction .button {
    border-color: #fff;
    background: #fff
}

.carousel .textBox.blue {
    background: #01c1d6
}

.carousel .textBox.blue .callToAction .button {
    color: #01c1d6
}

.carousel .textBox.purple {
    background: #6e27c5
}

.carousel .textBox.purple .callToAction .button {
    color: #6e27c5
}

.carousel .textBox.pink {
    background: #ff0198
}

.carousel .textBox.pink .callToAction .button {
    color: #ff0198
}

.content {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    text-align: center
}

.content:nth-child(3n+1) {
    padding-top: 0 !important
}

.content.default h1 {
    margin-bottom: 20px
}

.content.default a {
    color: #4b4e53;
    text-decoration: none
}

.content.default a:hover {
    text-decoration: underline
}

.content.default ul {
    margin-top: -10px
}

.content.default ul li {
    margin-bottom: 0
}

.content .panel33 {
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 20px;
    background-size: cover
}

.content .panel33 .textBox {
    display: inline-block;
    width: 100%;
    padding: 30px
}

.content .panel33 .title {
    float: left;
    width: 66.66%
}

.content .panel33 .icon {
    float: left;
    width: 33.33%;
    position: relative
}

.content .panel33 .icon img {
    width: 40px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0
}

.content .panel33 .description,
.content .panel33 .subtitle {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.content .panel33 p {
    margin: 0
}

.content .panel33 .subtitle span {
    font-size: 1.5em
}

.content .panel33 .callToAction {
    margin-top: 20px
}

.content .panel33 .callToAction .button {
    margin-top: 20px;
    background: #fff;
    border: 0
}

.content .panel33.blue .textBox {
    background-color: #01c1d6
}

.content .panel33.blue .callToAction .button {
    color: #01c1d6
}

.content .panel33.purple .textBox {
    background-color: #6e27c5
}

.content .panel33.purple .callToAction .button {
    color: #6e27c5
}

.content .panel33.pink .textBox {
    background-color: #ff0198
}

.content .panel33.pink .callToAction .button {
    color: #ff0198
}

.content .panel33.orange .textBox {
    background-color: #ffb617
}

.content .panel33.orange .callToAction .button {
    color: #fff
}

.content .button.icon {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    color: #fff
}

.content .button.icon:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    font-family: "fontAwesome"
}

.content .button.icon img,
.content .button.icon svg {
    position: relative;
    float: left;
    height: 75%;
    margin-top: 5px;
    margin-right: 10px;
    fill: #fff
}

.content .button.icon svg {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin-left: 5px
}

.staticBanner {
    display: inline-block;
    width: 100%
}

.staticBanner .textBox {
    display: inline-block;
    width: 100%;
    background: #ffb617;
    color: #fff;
    text-align: left;
    padding: 40px 30px;
    position: relative
}

.staticBanner .button {
    color: #ffb617;
    background: #fff;
    margin-top: 20px
}

.staticBanner .col50:nth-child(1) h2,
.staticBanner .col50:nth-child(1) h3 {
    margin-bottom: 20px
}

.staticBanner .col50:nth-child(1) p {
    margin: 0
}

.staticBanner .col50:nth-child(2) {
    width: 70%;
    padding-top: 40px
}

.footer {
    background: #4b4e53;
    color: #fff;
    padding: 40px 30px
}

.footer .maxWidth {
    padding: 0
}

.footer a {
    color: #fff
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.875em
}

.footer ul li {
    margin-bottom: 0
}

.footer ul li:before {
    display: none
}

.footer ul li a {
    color: #afafaf;
    text-decoration: none
}

.footer img {
    width: 200px
}

.col100,
.col25,
.col33,
.col50,
.col66,
.col75 {
    width: 100%;
    float: left
}

.row {
    width: 100%;
    display: inline-block
}

.color-pink {
    color: #ff0198
}

.color-blue {
    color: #01c1d6
}

.color-purple {
    color: #6e27c5
}

.mt-mobile {
    margin-top: 20px
}

.ui-autocomplete {
    background: #fff;
    width: 60%;
    border: 1px solid #afafaf;
    border-top: 0px solid #5a2049;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    text-align: left
}

.ui-autocomplete li {
    cursor: pointer;
    padding: 5px;
    color: #afafaf
}

.ui-autocomplete li:hover {
    color: #01c1d6
}

.ui-autocomplete-input {
    width: 100% !important
}

.topBanner {
    height: 30vh;
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    position: relative;
    min-height: 300px
}

.topBanner .textBox {
    padding: 30px;
    width: 80%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0
}

.topBanner .textBox.pink {
    background: #ff0198
}

.topBanner .textBox.green {
    background: #7acb00
}

.topBanner .textBox.blue {
    background: #01c1d6
}

.topBanner .textBox.purple {
    background: #6e27c5
}

.topBanner h2 {
    font-size: 1.5em;
    line-height: 1.19048em
}

.CC .description h1 {
    width: calc(100% - 70px)
}

.PA .description h1 {
    width: calc(100% - 30px)
}

.TI .description h1 {
    width: calc(100% - 70px)
}

.PA .description,
.CC .description,
.TI .description {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px
}

.PA .description h1,
.CC .description h1,
.TI .description h1 {
    float: left
}

.PA .description h2,
.CC .description h2,
.TI .description h2 {
    width: 70%
}

.PA .description h3,
.CC .description h3,
.TI .description h3 {
    width: 100%;
    display: inline-block
}

.PA .icon,
.CC .icon,
.TI .icon {
    float: left;
    width: 60px;
    height: 60px;
    position: relative
}

.PA .icon img,
.CC .icon img,
.TI .icon img {
    height: 70%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.content.contact .description h1 {
    width: 100%
}

.content.contact .col66 {
    padding-right: 30px
}

.content.contact .col66 h2 {
    margin-bottom: 20px
}

.content.contact a {
    color: #fff;
    text-decoration: none
}

.content.contact .panel33 {
    height: auto
}

.content.contact .panel33 .title {
    width: 100%
}

.content.contact .panel33 .textBox {
    position: relative
}

.content.contact .box p {
    margin: 0
}

.box {
    width: 100%;
    float: left;
    padding: 30px;
    color: #fff;
    height: 100%
}

.box .button {
    background: #fff
}

.box .button.save {
    text-align: center;
    position: static;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.box.blue {
    background: #01c1d6
}

.box.blue .button {
    color: #01c1d6
}

.box.purple {
    background: #6e27c5
}

.box.purple .button {
    color: #6e27c5
}

.box.pink {
    background: #ff0198
}

.box.pink .button {
    color: #ff0198
}

.box.orange {
    background: #ffb617
}

.box.orange .button {
    color: #ffb617
}

.box.getaquote .button {
    position: static;
    width: 100%
}

.box.getaquote .priceBox {
    padding-left: 0;
    margin-top: 0
}

.box.getaquote .priceBox p {
    margin-bottom: 20px
}

.box .priceBox {
    margin-top: 20px
}

.box .priceBox p {
    font-size: 1.5em;
    line-height: 1.19048em;
    margin: 0
}

.box .priceBox p span:nth-child(1),
.box .priceBox p span:nth-child(3) {
    display: inline-block;
    width: 100%
}

.box .priceBox p span:nth-child(2) {
    font-size: 1.92857em;
    line-height: 1.11111em
}

.box .priceBox p span:nth-child(3) {
    font-size: 0.57143em
}

.quote {
    padding: 0
}

.quote .coverName {
    display: inline-block;
    margin-bottom: 20px
}

.quote .coverName.ss {
    display: none
}

.quote .coverName .icon {
    width: auto;
    float: left;
    height: 60px;
    position: relative
}

.quote .coverName .icon img {
    height: 70%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0
}

.quote .coverName h1 {
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
    color: #000
}

.quote.CC .coverName .icon {
    margin-right: 40px
}

.quote .col25 {
    margin-top: 20px
}

.quote .col33 label {
    font-size: 1.5em;
    line-height: 1.19048em
}

.quote .main-form-group {
    float: left;
    width: 100%;
    padding: 20px 0
}

.quote .main-form-group .title {
    font-size: 1.92857em;
    line-height: 1.11111em
}

.quote .main-form-group:last-child {
    margin-bottom: 0
}

.quote .form-group {
    width: 100%;
    float: left
}

.quote .form-group.topSeparator {
    border-top: 1px solid #afafaf;
    padding-top: 20px;
    margin-top: 20px
}

.quote .form-group.pink label.img {
    background-color: #afafaf
}

.quote .form-group.pink label.img.selected {
    background-color: #ff0198
}

.quote .form-group.blue label.img {
    background-color: #afafaf
}

.quote .form-group.blue label.img.selected {
    background-color: #01c1d6
}

.quote .form-group.purple label.img {
    background-color: #afafaf
}

.quote .form-group.purple label.img.selected {
    background-color: #6e27c5
}

.quote .form-group.img input {
    display: none
}

.quote .form-group .col33 label,
.quote .form-group .col50 label {
    font-size: 1.5em;
    line-height: 1.19048em
}

.quote .form-group label,
.quote .form-group select,
.quote .form-group input {
    width: 100%
}

.quote .cs-pch {
    width: calc(100% - 65px) !important;
    font-size: 0.85714em;
    text-align: center;
    background: #ff0198;
    border: 1px solid #fff;
    padding: 0 !important;
    color: #fff
}

.quote .customSelect,
.quote input {
    border: 1px solid #afafaf;
    height: 55px;
    line-height: 55px;
    color: #4b4e53;
    position: relative;
    text-align: left;
    font-size: 1.14286em
}

.quote .customSelect {
    cursor: pointer
}

.quote .customSelect:after {
    content: "";
    background: #01c1d6;
    right: 0;
    top: 0;
    width: 100px;
    height: 55px;
    position: absolute;
    font-family: "fontAwesome";
    color: #fff;
    text-align: center
}

.quote .customSelect-list {
    border: 1px solid #afafaf;
    background: #fff;
    z-index: 99
}

.quote .customSelect-item {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden
}

.quote .customSelect-item:hover {
    color: #01c1d6
}

.quote .main {
    font-size: 1.92857em;
    line-height: 1.11111em;
    padding: 20px;
    width: 100%;
    display: inline-block;
    background: #01c1d6;
    color: #fff
}

.quote .underline {
    font-size: 1.92857em;
    line-height: 1.11111em;
    border-bottom: 1px solid #01c1d6;
    padding-bottom: 20px;
    width: 100%;
    display: inline-block;
    color: #000
}

.quote .underline.ss {
    font-size: 2.85714em;
    line-height: 1em
}

.quote .underline.ss img {
    margin-right: 20px
}

.quote .col50,
.quote .col66 {
    margin-bottom: 10px
}

.quote .col50.birthdate input,
.quote .col66.birthdate input {
    width: 30%;
    text-align: center
}

.quote .col50 .button,
.quote .col66 .button {
    background: #01c1d6;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    display: inline-block
}

.quote .col50.radio table tr td,
.quote .col66.radio table tr td {
    min-width: 150px
}

.quote .col50.radio label,
.quote .col66.radio label {
    margin: 0 20px 0 10px;
    position: relative;
    top: 4px;
    font-size: 1.5em;
    line-height: 1.19048em
}

.quote label.img {
    width: calc(100vw / 2 - 30px);
    height: calc(100vw / 2 - 30px);
    float: left;
    cursor: pointer
}

.quote label.img:nth-of-type(1),
.quote label.img:nth-of-type(2) {
    margin-bottom: 20px
}

.quote label.img:nth-child(even) {
    margin-left: 20px
}

.quote .col33 {
    margin-bottom: 20px
}

.content.TI .col33 {
    padding-right: 0
}

.content.TI .box {
    text-align: left
}

.content.TI .box .button span {
    display: block;
    line-height: 1em;
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 15px
}

.content.TI .button.icon {
    height: 55px
}

.content.TI .UpgradeButton {
    position: static;
    width: 100%;
    border: 0;
    text-align: center;
    margin-top: 30px
}

.content.TI #quotepage {
    display: inline-block;
    width: 100%
}

.content.TI #quotepage .desktopView {
    display: none
}

.content.TI #quotepage .Details {
    display: inline-block;
    width: 100%;
    background: #01c1d6;
    color: #fff;
    text-align: left;
    padding: 30px
}

.content.TI #quotepage .Details .Title {
    font-weight: bold;
    font-size: 1.28571em;
    line-height: 1.2em
}

.content.TI .strokeBox {
    text-align: left;
    background: #fff;
    z-index: 1;
    position: relative;
    min-height: 250px
}

.content.TI .strokeBox .button {
    text-align: center
}

.content.TI .strokeBox.background-purple {
    background: #6e27c5;
    margin-top: 40px
}

.content.TI .strokeBox.background-purple * {
    color: #fff
}

.content.TI .strokeBox.background-purple .button {
    background: #fff;
    color: #6e27c5;
    border: none
}

.content.TI .strokeBox .priceBox {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
    display: inline-block
}

.content.TI .benefitsBox {
    text-align: left
}

.content.TI .benefitsBox .title {
    padding: 20px
}

.content.TI .benefitsBox .title p {
    font-weight: bold;
    margin: 0
}

.content.TI .benefitsBox .title h3 {
    margin-bottom: 5px
}

.content.TI .benefitsBox .col50 {
    margin: 0;
    width: 50%
}

.content.TI .benefitsBox .container {
    display: inline-block;
    width: 100%
}

.content.TI .benefitsBox .container ul {
    width: 100%;
    padding: 0
}

.content.TI .benefitsBox .container ul li {
    border-bottom: 1px solid #afafaf;
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 0
}

.content.TI .benefitsBox .container ul li .col50 {
    width: 50%
}

.content.TI .benefitsBox .container ul li .col50:first-child {
    padding-right: 5px
}

.content.TI .benefitsBox .container ul li .col100:nth-of-type(4),
.content.TI .benefitsBox .container ul li .col100:nth-of-type(5) {
    margin-top: 10px
}

.content.TI .benefitsBox .accordion:after {
    content: ""
}

.content.TI .benefitsBox .accordion.close:after {
    content: ""
}

.content.TI .benefitsBox.mobile .col50 {
    width: 50%
}

.content.TI .benefitsBox.mobile p {
    margin: 0
}

.content.TI .RadioButton label {
    margin-right: 40px;
    margin-left: 10px;
    font-size: 1.5em;
    position: relative;
    top: 4px;
    line-height: 1em
}

.content.TI .benefitsTable_v2 .desktop {
    display: none
}

.content.TI .optionalWinterCover {
    display: inline-block;
    width: 100%;
    text-align: left
}

.content.TI .Disclaimer,
.content.TI .excess {
    text-align: left
}

.content.TI .step3 {
    text-align: left
}

.content.TI .step3 .confirmField .col50 {
    margin-top: 10px
}

.content.TI .securepay {
    border-bottom: none;
    color: #01c1d6
}

.content.TI .confirmField a {
    color: #fff
}

.content.TI .confirmField p {
    margin: 0
}

.content.TI .confirmField ul {
    margin-bottom: 0
}

.content.TI .Details {
    margin-bottom: 20px;
    padding-top: 40px
}

.content.TI .Details p {
    margin-top: 0
}

.SaveQuoteButton {
    float: right
}

.dateoftravel strong {
    font-weight: bold;
    font-size: 1.5em
}

input.leftArrow {
    background: url(images/white_arrow_left.png) no-repeat left 6px/10px;
    padding-left: 15px;
    font-size: 1em
}

input.rightArrow {
    background: url(images/white_arrow_right.png) no-repeat right 6px/10px;
    padding-right: 15px;
    float: right;
    font-size: 1em
}

.who .flyoutwrap {
    display: none
}

.quote .rightArrow,
.quote .leftArrow {
    height: 20px;
    line-height: 20px
}

.travel-form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -9px
}

.travel-form-group.topSeparator {
    border-top: 1px solid #afafaf;
    padding-top: 20px;
    margin-top: 40px
}

.travel-form-group.fullTextField input {
    width: 100%;
    max-width: 454px
}
.travel-form-group.fullTextField span{
    float: left;
}

.travel-form-group .col33 {
    margin-bottom: 10px
}

.travel-form-group .col33 label {
    display: inline-block;
    width: 80%
}

.travel-form-group .col33 span {
    font-size: 1.5em;
    line-height: 1.19048em
}

.travel-form-group .col66 {
    margin-bottom: 0
}

.travel-form-group .TripType1.checked span {
    background-color: #01c1d6;
    position: relative
}

.travel-form-group .TripType1 span {
    background: #afafaf url(images/single-trip.svg) no-repeat center/100%
}

.travel-form-group .TripType2.checked span {
    background-color: #01c1d6
}

.travel-form-group .TripType2 span {
    background: #afafaf url(images/multitrip.svg) no-repeat center/100%
}

.travel-form-group .TripType3.checked span {
    background-color: #01c1d6
}

.travel-form-group .TripType3 span {
    background: #afafaf url(images/backpacker.svg) no-repeat center/100%
}

.travel-form-group .TripType4.checked span {
    background-color: #01c1d6
}

.travel-form-group .TripType4 span {
    background: #afafaf url(images/business.svg) no-repeat center/100%
}

.travel-form-group .TravellerType1.checked span {
    background-color: #01c1d6
}

.travel-form-group .TravellerType1 span {
    background: #afafaf url(images/you.svg) no-repeat center/100%
}

.travel-form-group .TravellerType2.checked span {
    background-color: #01c1d6
}

.travel-form-group .TravellerType2 span {
    background: #afafaf url(images/you-partner.svg) no-repeat center/100%
}

.travel-form-group .TravellerType3.checked span {
    background-color: #01c1d6
}

.travel-form-group .TravellerType3 span {
    background: #afafaf url(images/you-partner-children.svg) no-repeat center/100%
}

.travel-form-group .Destination1.checked span {
    background-color: #01c1d6
}

.travel-form-group .Destination1 span {
    background: #afafaf url(images/europe.svg) no-repeat center/100%
}

.travel-form-group .Destination5.checked span {
    background-color: #01c1d6
}

.travel-form-group .Destination5 span {
    background: #afafaf url(images/worldwide.svg) no-repeat center/100%
}

.travel-form-group input {
    border: 1px solid #afafaf;
    width: calc(100% - 100px);
    padding-left: 10px;
    padding-right: 10px
}

.travel-form-group .calenderButton {
    width: 85px;
    height: 50px;
    position: absolute;
    right: 0;
    background: url(images/calendar.svg) no-repeat
}

.travel-form-group .radiobutton .iradio {
    display: none
}

.travel-form-group .radiobutton * {
    font-size: 0
}

.travel-form-group .floatElements * {
    float: left;
    margin-right: 0
}

.travel-form-group .floatElements .iradio {
    margin-right: 10px
}

.travel-form-group .floatElements.radiobutton label {
    margin-right: 20px;
    top: 0
}

.travel-form-group .floatElements.radiobutton label:nth-of-type(2),
.travel-form-group .floatElements.radiobutton label:nth-of-type(4) {
    margin-right: 0
}

.travel-form-group .TripType3,
.travel-form-group .TripType4,
.travel-form-group .TravellerType3 {
    margin-top: 20px
}

.travel-form-group .TripType3 label,
.travel-form-group .TripType4 label,
.travel-form-group .TravellerType3 label {
    margin-right: 50px;
    position: relative;
    top: 5px
}

.dropdown-date .customSelect,
.ace-date .customSelect {
    width: calc(100vw / 3 - 17px);
    float: left;
    margin-right: 5px
}

.dropdown-date .customSelect:after,
.ace-date .customSelect:after {
    width: 30px;
    height: 46px
}

.dropdown-date .customSelect:last-child,
.ace-date .customSelect:last-child {
    margin-right: 0
}

.dropdown-date .cs-pch,
.ace-date .cs-pch {
    width: calc(100% - 30px) !important;
    font-size: 0.71429em;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    padding: 0 !important;
    color: #afafaf
}

.step4 .ace-child-ctrl {
    float: left;
    width: 100%
}

.step4 .help-icon,
.step4 .help {
    margin-top: -90px
}

.step4 .ace-label {
    width: 80%;
    display: block;
    float: left;
    font-size: 1.5em;
    line-height: 1.19048em;
    padding-right: 15px
}

.step4 .ace-title .customSelect:after,
.step4 .destination-country .customSelect:after {
    width: 100px
}

.step4 .ace-title .cs-pch,
.step4 .destination-country .cs-pch {
    width: calc(100% - 100px) !important;
    height: 48px !important
}

.step4 .addresses select {
    width: 100%;
    border: 1px solid #01c1d6
}

.step4 .addresses select option {
    padding: 10px
}

.step4.col100 {
    margin-bottom: 0
}

.step4 .customSelect:after {
    height: 55px !important;
    top: -1px;
    right: -1px
}

.step4 .customSelect .cs-pch {
    height: 53px !important;
    border: 0;
    background: #fff;
    color: #afafaf;
    padding: 0 0 0 5px !important
}

.step4 .ace-ctrl {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.step4 .destination-country {
    margin-bottom: 0
}

.step4 input {
    width: 100%
}

.step4 .GetAddress {
    background: #01c1d6;
    color: #fff;
    text-align: center
}

.step4 .ace-postcode-results .customSelect {
    margin-bottom: 10px
}

.step4 .addresses {
    display: none
}

.step4 .searching {
    display: none
}

.step4 .vertical .RadioButton label {
    margin-right: 0;
    height: 35px
}

.step4 .ace-email:last-child {
    margin-bottom: 40px
}

.step4 #results {
    display: none
}

.step4 #results .geoerror {
    width: 100%
}

.step4 #results .geoerror:after {
    content: "";
    position: absolute;
    left: 0;
    color: red;
    font-family: "fontAwesome"
}

.step4 .main-form-group {
    padding-bottom: 40px
}

.content.TI .RadioButton * {
    float: left
}

.content.TI .RadioButton label {
    font-weight: normal
}

.content.TI .confirmField .mb {
    margin-bottom: 20px
}

.savequote p {
    display: inline-block;
    width: 100%;
    font-size: 1.42857em;
    margin-top: 20px;
    margin-bottom: 0
}

.savequote .ace-child-ctrl {
    margin-bottom: 0
}

.savequote input {
    padding: 0 5px
}

.savequote .confirmField dl {
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 1em
}

.savequote .confirmField dl dt,
.savequote .confirmField dl dd {
    float: left
}

.savequote .confirmField dl dt {
    clear: left;
    width: 100%
}

.savequote .confirmField dl dd {
    width: 100%;
    clear: right;
    margin: 5px 0 15px
}

.savequote .confirmField .description {
    line-height: 1.5em
}

.savequote .confirmField .description span {
    font-size: 0.71429em
}

.savequote .confirmField .description p.Last {
    margin-top: 20px
}

.savequote .confirmField .quotenotfound {
    font-size: 0.85714em
}

.savequote .Disclaimer {
    font-size: 1em
}

.savequote .form-group {
    width: calc(100% - 40px)
}

.savequote .SaveQuoteTable .form-group {
    width: 100%
}

.savequote .main-form-group {
    position: relative
}

.savequote a.help-icon {
    margin-top: 47px;
    right: 0
}

.savequote .ace-validation span {
    width: 100%
}

.EmailQuoteButton {
    width: calc(100% - 40px) !important;
    max-width: none !important
}

.flyout {
    padding: 20px;
    display: inline-block;
    background: #ff0198;
    width: 100%;
    margin-top: 40px
}

.flyout.nobg {
    background: none
}

.flyout ul li {
    margin-bottom: 0
}

.flyout input {
    border: 1px solid #fff
}

.flyout .customSelect {
    width: calc(100vw / 3 - 30px);
    float: left;
    margin-right: 5px;
    border: none;
    height: 55px
}

.flyout .customSelect:nth-of-type(3) {
    margin-right: 0
}

.flyout .customSelect:after {
    width: 30px;
    background: #fff;
    color: #ff0198;
    height: 53px
}

.flyout .cs-pch {
    width: calc(100% - 30px) !important;
    font-size: 0.71429em;
    text-align: center;
    background: #ff0198;
    border: 1px solid #fff;
    padding: 0 !important;
    color: #fff;
    height: 53px !important
}

.flyout .cs-13,
.flyout .cs-14 {
    width: 100%
}

.flyout .cs-14 span {
    padding: 0 10px !important
}

.secondaryfamily {
    display: none
}

.secondaryperson {
    margin-top: 20px;
    display: none
}

.flyout,
.secondaryfamily {
    width: 100%
}

.flyout .ace-child-ctrl,
.secondaryfamily .ace-child-ctrl {
    display: inline-block;
    width: 100%
}

.flyout .ace-label,
.flyout label,
.secondaryfamily .ace-label,
.secondaryfamily label {
    width: 100%;
    display: block;
    float: left;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.19048em
}

.flyout .ace-label .secondaryfamily,
.flyout label .secondaryfamily,
.secondaryfamily .ace-label .secondaryfamily,
.secondaryfamily label .secondaryfamily {
    font-size: 0.57143em;
    position: relative;
    top: -10px
}

a.help,
a.help-icon {
    font-size: 0;
    background: #fff url(images/info_grey.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0
}

.icons .ace-child-ctrl label {
    color: #9c0;
    padding-right: 0
}

.ace-child-ctrl label {
    display: block;
    min-height: 19px;
    text-align: center;
    font-weight: bold;
    color: #4b4e53;
    line-height: 18px
}

.ace-child-ctrl label span {
    width: calc(100vw / 2 - 30px);
    height: calc(100vw / 2 - 30px);
    display: block;
    border: none;
    cursor: pointer;
    margin: 0
}

.retrivequote {
    font-size: 1.14286em
}

.retrivequote p {
    position: relative;
    top: -10px;
    margin: 0
}

.content.TI .RetrieveQuoteLink {
    text-decoration: none;
    color: #01c1d6 !important
}

.content.TI .RetrieveQuoteLink i {
    position: relative;
    top: 1px
}

.quote .travelbutton .col66 .button {
    background: #fff !important;
    max-width: 454px !important;
    float: left !important;
    margin: 0 !important
}

.quote .travelbutton .col100 {
    margin-bottom: 0
}

.quote .travelbutton .col33 {
    display: none
}

.quote .travelbutton .col66 {
    margin-bottom: 0
}

.flyout .customSelect {
    max-width: 454px !important
}

.flyout .ace-date-of-travel .customSelect {
    max-width: 146px !important
}

.steps {
    width: 100%;
    display: inline-block;
    font-size: 1.35714em;
    line-height: 1.19048em
}

.steps .step {
    width: 25px;
    float: left;
    border-bottom: 4px solid #afafaf;
    color: #afafaf;
    margin-right: 2px;
    text-align: center
}

.steps .step.current {
    text-align: left;
    width: calc(100% - 110px)
}

.steps .step.current span:nth-child(2) {
    display: block
}

.steps .step.current span:nth-child(1) {
    display: none
}

.steps.blue .step.current {
    color: #01c1d6;
    border-bottom: 4px solid #01c1d6
}

.steps.blue .step.completed {
    background: #01c1d6;
    color: #fff;
    border-bottom: 4px solid #01c1d6
}

.steps.purple .step.current {
    color: #6e27c5;
    border-bottom: 4px solid #6e27c5
}

.steps.purple .step.completed {
    background: #6e27c5;
    color: #fff;
    border-bottom: 4px solid #6e27c5
}

.steps.pink .step.current {
    color: #ff0198;
    border-bottom: 4px solid #ff0198
}

.steps.pink .step.completed {
    background: #ff0198;
    color: #fff;
    border-bottom: 4px solid #ff0198
}

.steps span:nth-child(2) {
    display: none
}

.buttonRow {
    width: 100%;
    display: inline-block;
    padding: 20px 0
}

.buttonRow.blue {
    background-color: #01c1d6
}

.buttonRow.blue .button {
    color: #01c1d6
}

.buttonRow.pink {
    background-color: #ff0198
}

.buttonRow.pink .button {
    color: #ff0198
}

.buttonRow.purple {
    background-color: #6e27c5
}

.buttonRow.purple .button {
    color: #6e27c5
}

.buttonRow .button {
    background: #fff !important;
    width: 100%;
    float: right;
    max-width: none !important
}

.buttonRow .button.continue {
    width: 100%;
    float: left;
    margin-top: 0
}

.buttonRow .col50 {
    margin-bottom: 0
}

.PAI-1 .img,
.CC-1 .img {
    text-align: center;
    position: relative
}

.PAI-1 .img div,
.CC-1 .img div {
    font-size: 1em;
    line-height: 1.14286em;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100px;
    padding: 0 10px
}

.PAI-1 .img div span,
.CC-1 .img div span {
    display: table;
    position: relative;
    bottom: -7px;
    height: 50px;
    width: 100%
}

.PAI-1 .img div span span,
.CC-1 .img div span span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.PAI-1 .coverType1 div,
.CC-1 .coverType1 div {
    background: url(../images/you.html) no-repeat center 20px/30px
}

.PAI-1 .coverType2 div,
.CC-1 .coverType2 div {
    background: url(../images/you-partner.html) no-repeat center 20px/37px
}

.PAI-1 .coverType3 div,
.CC-1 .coverType3 div {
    background: url(../images/you-partner-children.html) no-repeat center 20px/53px
}

.PAI-1 .coverType4 div,
.CC-1 .coverType4 div {
    background: url(../images/you-children.html) no-repeat center 20px/50px
}

.ace-ctrl.add-on {
    display: inline-block;
    width: 100%
}

.step2 .col100,
.step3 .col100,
.step4 .col100 {
    padding: 20px 0;
    display: inline-block
}

.hidden {
    display: none
}

.accordion_v2 h2 a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%
}

.accordion,
.accordion_v2 h2 {
    position: relative;
    width: 100%;
    padding-right: 10px
}

.accordion:after,
.accordion_v2 h2:after {
    content: "";
    position: absolute;
    right: 30px;
    font-family: "fontAwesome";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px
}

.accordion.active:after,
.accordion_v2 h2.active:after {
    content: ""
}

.accordion_v2 {
    margin-bottom: 20px
}

.accordion_v2 h2:after {
    right: 0
}

.accordion_v2 .button.orange {
    position: relative
}

.coversummary {
    word-break: break-word
}

.coversummary ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.coversummary ul li {
    width: 50%;
    float: left;
    margin-bottom: 2px
}

.coversummary ul li:before {
    display: none
}

.coversummary ul li:nth-child(even) {
    font-weight: bold
}

.coversummary .price {
    font-size: 2.85714em;
    line-height: 1em
}

.strokeBox {
    border: 1px solid #afafaf;
    display: inline-block;
    width: 100%;
    padding: 30px
}

.strokeBox .button {
    color: #fff;
    width: 100%;
    margin-top: 20px;
    background: #01c1d6
}

.strokeBox p {
    margin: 0
}

.strokeBox .medium {
    display: inline-block;
    width: 100%;
    font-size: 1.92857em;
    line-height: 1.11111em;
    color: #000
}

.strokeBox .big {
    display: inline-block;
    width: 100%;
    font-size: 2.85714em;
    line-height: 1em
}

.benefitsBox .container {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #afafaf
}

.benefitsBox .container ul {
    margin-top: 20px;
    list-style: none;
    padding: 20px 30px;
    margin: 0;
    float: left
}

.benefitsBox .container ul li:before {
    display: none
}

.benefitsBox .container ul li:last-child {
    margin-bottom: 0
}

.benefitsBox .container ul span {
    display: inline-block;
    width: 100%
}

.benefitsBox .container .title {
    float: left;
    width: 100%;
    background: #4b4e53;
    color: #fff;
    padding: 0 30px
}

.benefitsBox .container .title.accordion {
    background: #afafaf;
    padding: 0;
    cursor: pointer
}

.benefitsBox .container .title.accordion p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 15px 20px
}

.form-group .addresses select {
    overflow: auto;
    border: 1px solid #01c1d6;
    margin-top: 5px
}

.form-group .addresses select option {
    cursor: pointer;
    color: #afafaf;
    padding: 10px 20px
}

.confirmField {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 20px;
    margin-top: 20px
}

.confirmField.gray {
    background: #afafaf
}

.confirmField.purple {
    background: #6e27c5
}

.confirmField.pink {
    background: #ff0198
}

.confirmField.blue {
    background: #01c1d6
}

.confirmField.red {
    background: #f1352b
}

.confirmField.orange {
    background: #ffb617
}

.confirmField .checkbox {
    float: left
}

.confirmField .description {
    float: left;
    width: 85%;
    margin-left: 3%;
    margin-bottom: 0
}

.confirmField .description p {
    margin-top: 0
}

.confirmField .description p:last-child {
    margin-bottom: 0
}

.confirmField a {
    color: #fff
}

.confirmField.nocheckbox {
    margin-top: 25px
}

.confirmField.nocheckbox .description {
    width: 100%;
    margin-left: 0
}

.confirmField.nocheckbox .description p {
    margin: 0
}

.benefitstable-desktop {
    display: none
}

.benefitstable-mobile .benefitstable {
    width: 100%;
    display: inline-block
}

.benefitstable-mobile .benefitstable .col50 {
    width: 50%;
    padding: 0 20px
}

.benefitstable-mobile .benefitstable .col50 p {
    margin: 0
}

.benefitstable-mobile .benefitstable .col100 {
    margin-bottom: 0;
    border-bottom: 1px solid #afafaf;
    padding: 10px 0
}

.benefitstable-mobile .benefitstable .col100 .col100 {
    border: 0
}

.benefitstable-mobile .benefitstable .col100.title {
    color: #fff;
    padding: 10px 0
}

.benefitstable-mobile .benefitstable .col100.title p {
    margin: 0
}

.benefitstable-mobile .benefitstable .toggleExtras {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    float: left;
    clear: left
}

.benefitstable-mobile .benefitstable .toggleExtras:after {
    font-family: "fontAwesome";
    content: "";
    position: absolute;
    right: 0
}

.benefitstable-mobile .benefitstable .toggleExtras.active:after {
    content: ""
}

.benefitstable-mobile .benefitstable.PA .title {
    background: #6e27c5
}

.benefitstable-mobile .benefitstable.PA .toggleExtras {
    color: #ff0198;
    position: relative
}

.faqAccordion {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px
}

.faqAccordion h3 {
    width: 100%;
    color: #fff;
    padding: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 10px
}

.faqAccordion h3:after {
    font-family: "fontAwesome";
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.faqAccordion h3.active:after {
    content: ""
}

.faqAccordion .questionBox {
    overflow: hidden;
    height: 0
}

.faqAccordion .questionBox h3 {
    background: #fff;
    padding: 0
}

.faqAccordion .questionBox.active {
    height: 100%
}

.faqAccordion .questionBox .col50:nth-child(even) {
    margin-bottom: 20px
}

.faqAccordion.PA h3 {
    background: #6e27c5
}

.faqAccordion.PA .questionBox h3 {
    background: #fff;
    color: #6e27c5
}

.faqAccordion.PA .questionBox h3:after {
    display: none
}

.faqAccordion.TI h3 {
    background: #01c1d6
}

.faqAccordion.TI .questionBox h3 {
    background: #fff;
    color: #01c1d6
}

.faqAccordion.TI .questionBox h3:after {
    display: none
}

.outer {
    padding: 20px 0 !important
}

.content.TI .col25 .box.securepay {
    min-height: 0;
    color: #01c1d6;
    padding: 20px !important;
    border: 1px solid #afafaf;
    float: left;
    width: 100%
}

.content.TI .col25 .box.securepay h2 {
    width: calc(100% - 65px);
    max-width: 190px;
    float: left
}

.content.TI .col25 .box.securepay img {
    float: right
}

.duration-conditional-panel {
    width: 100%;
    float: left
}

a.calendar {
    background: url(images/calendar-white.svg) no-repeat center/contain;
    width: 50px;
    height: 55px;
    float: left;
    margin-left: 10px
}

.travel-form-group .start-date,
.travel-form-group .duration-days {
    width: calc(100% - 60px);
    float: left
}

.travel-form-group .single {
    margin-top: 10px
}

.travel-form-group .datepicker {
    margin-top: 50px
}

.travel-form-group .calendar.c2 {
    margin-top: 9px
}

.flyout {
    position: relative
}

.flyout .customSelect {
    width: 100%
}

.flyout .st .customSelect {
    width: calc(100vw / 3 - 30px);
    float: left;
    margin-right: 5px;
    border: none;
    height: 55px
}

.flyout .st .customSelect:nth-of-type(3) {
    margin-right: 0
}

.flyout .st .partner-dob {
    margin-top: 20px
}

.flyout:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ff0198
}

.ui-datepicker-trigger {
    display: none;
    width: 50px;
    height: 55px;
    float: left;
    margin-left: 5px;
    background: none;
    padding: 0;
    top: 9px;
    position: relative
}

.ui-datepicker-trigger img {
    width: 100%
}

.ui-datepicker-trigger:hover {
    box-shadow: none
}

#ui-datepicker-div {
    position: static !important;
    margin-top: 20px
}

.date-of-travel strong {
    font-size: 1.42857em;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left
}

.confirmField ol {
    margin-bottom: 0
}

.confirmField ol li {
    margin-bottom: 5px
}

.cardlogos {
    width: 100%;
    margin-top: 20px
}

.ui-calculator .title {
    display: block !important;
    color: #fff;
    font-size: 1.2em !important;
    position: relative;
    margin-top: -50px;
    margin-bottom: 25px;
    text-align: left
}

.coversummary ul li.fullwidth {
    width: 100%;
    font-weight: normal;
}

.discountbox {display:block; background:#ff0198; margin:25px 0 10px 0; padding:5px 30px; color:#fff; font-size:1.5em; line-height:40px; width:100%;}
.discountbox p span {font-size: 1.875em;}
.discountmessage {width: 65%; float:left; padding-bottom: 15px;}
.discountcode {padding-bottom:20px;}
.discountcode input {width:314px;}

.Glennons_info {background-color: lightgrey; padding: 5px 10px 5px 10px; margin-top: 20px;}
.Glennons_info a {color: #497539; }

@media (max-width: 767px) {
    .ui-calculator-container {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        background: #ff0198;
        z-index: 999;
        overflow: scroll
    }
    .ui-calculator-container .ui-calculator {
        width: 90%
    }
    .ui-calculator-container .selectInfo {
        border: 0 !important;
        color: #fff;
        text-align: left;
        margin: 0;
        position: relative;
        top: 20px;
        padding: 10px 20px
    }
    .datepicker {
        padding: 10px !important;
        margin-bottom: 0 !important
    }
    .closeCalendar {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer
    }
    .closeCalendar-separator {
        width: 100%;
        height: 1px;
        background: #fff;
        top: 35px;
        position: absolute;
        left: 0
    }
    #CalculatorMessage {
        margin: 20px 0
    }
    .flyout .cs-1 {
        margin-top: 20px
    }
    .ui-calculator .title {
        position: relative;
        margin-top: -35px;
        margin-bottom: 25px
    }
    .ui-calculator .datepicker:nth-of-type(1) {
        margin-top: 100px
    }

}

@media (min-width: 768px) {
.discountbox {margin:25px 0 40px 0;}
}

@media (max-width: 360px) {
.discountbox {margin:25px 0 40px 0;}
.discountmessage {width:100%; line-height:25px;}
div.tabletHeadersMovingBox h2 {color:black;    }
}


.ss ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.ss ul li {
    margin-bottom: 0
}

.ss .who {
    font-size: 1.5em;
    line-height: 1.19048em
}

.ss .confirmField {
    position: relative
}

.ss .buyagain {
    color: #f1352b !important;
    margin-top: 20px
}

.ss h2 {
    margin-bottom: 20px
}

.ss #buy-again,
.ss #send-documents {
    display: none
}

.ss .ace-mobile-tel .lightbox {
    display: none
}

#buy-again .button {
    background: #ff0198;
    color: #fff
}

@media (min-width: 460px) {
    .button {
        max-width: 250px !important
    }
}

@media (min-width: 600px) {
    .content.quote {
        padding: 0
    }
    .content.quote label.img {
        width: 125px;
        height: 125px;
        margin-left: 20px
    }
    .content.quote label.img:nth-of-type(1),
    .content.quote label.img:nth-of-type(2) {
        margin-bottom: 0
    }
    .content.quote label.img:nth-of-type(1) {
        margin-left: 0
    }
    .content.quote .col50.birthdate input,
    .content.quote .col66.birthdate input {
        width: 109px
    }
    .content.step3 input[type="text"],
    .content.step4 input[type="text"] {
        width: 100%
    }
}

@media (min-width: 768px) {
    html,
    body {
        font-size: 16px;
        line-height: 1.75em
    }
    .maxWidth {
        padding: 0 40px
    }
    button,
    .button {
        font-size: 1em;
        width: 250px
    }
    .buttonRow .button {
        max-width: 60vw !important
    }
    .triangle:after {
        top: 2px;
        right: -15px;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms
    }
    .triangle:hover:after {
        right: -20px
    }
    h1 {
        font-size: 3.125em;
        line-height: 1.08em
    }
    h2 {
        font-size: 1.875em;
        line-height: 1.13333em
    }
    h3 {
        font-size: 1.5em;
        line-height: 1.16667em
    }
    p {
        font-size: 1em;
        line-height: 1.375em
    }
    .mt-mobile {
        margin-top: 40px
    }
    .cookies .agreedCookie {
        right: 40px
    }
    .outer {
        padding: 40px 0 !important
    }
    .carousel .textBox {
        padding: 60px
    }
    .carousel .textBox .subtitle {
        position: static
    }
    .carousel .textBox .subtitle ul,
    .carousel .textBox .subtitle h2 {
        display: block
    }
    .carousel .textBox .subtitle h2 {
        font-size: 1.875em;
        line-height: 1.13333em
    }
    .carousel .textBox .callToAction {
        bottom: 120px
    }
    .carousel ul {
        list-style: none;
        margin: 0;
        line-height: 1.5em;
        position: static;
        top: 100px;
        margin-top: 20px
    }
    .cardlogos {
        width: 50%
    }
    .header .logo img {
        height: 17px;
        margin-top: 0
    }
    .header .slideNmb {
        bottom: 60px
    }
    .content {
        padding: 60px 0
    }
    .content .panel33 {
        margin-top: 40px;
        height: 40vh;
        position: relative
    }
    .content .panel33:nth-of-type(1) {
        margin-top: 20px
    }
    .content .panel33 .textBox {
        width: 80%;
        height: 75%;
        bottom: 0;
        position: absolute
    }
    .content .panel33.no-bg .textBox {
        width: 100%;
        height: 100%;
        padding: 50px
    }
    .content .panel33 .title,
    .content .panel33 .subtitle,
    .content .panel33 .description {
        width: 80%
    }
    .content .panel33 .icon {
        width: 20%;
        float: right;
        height: 100%
    }
    .content .panel33 .callToAction {
        position: absolute;
        bottom: 30px;
        width: calc(100% - 60px)
    }
    .content .panel33 .callToAction .button {
        margin-top: 10px;
        width: 100%
    }
    .content .panel33 .button.icon {
        width: 100%;
        height: 50px
    }
    .footer {
        padding: 60px
    }
    .footer .maxWidth {
        margin-bottom: -17px
    }
    .PA .description h1,
    .CC .description h1,
    .TI .description h1 {
        float: right
    }
    .PA .description h2,
    .CC .description h2,
    .TI .description h2 {
        margin-top: -5px
    }
    .PA .icon,
    .CC .icon,
    .TI .icon {
        width: auto
    }
    .PA .icon img,
    .CC .icon img,
    .TI .icon img {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .box {
        padding: 50px
    }
    .box .priceBox p {
        font-size: 1.875em;
        line-height: 1.13333em
    }
    .box .priceBox p span:nth-child(2) {
        font-size: 1.875em;
        line-height: 1.13333em
    }
    .content.quote label.img {
        width: 150px;
        height: 150px
    }
    .buttonRow {
        padding: 40px 0
    }
    .buttonRow .button {
        width: 400px
    }
    .buttonRow .maxWidth {
        margin-bottom: -11px
    }
    .steps {
        margin-bottom: -9px
    }
    .step2 .col100,
    .step3 .col100,
    .step4 .col100 {
        padding: 40px 0
    }
    .step2 .col33,
    .step3 .col33,
    .step4 .col33 {
        margin-bottom: 31px
    }
    .benefitsBox .container {
        margin-top: 40px
    }
    .confirmField {
        padding: 50px
    }
    .faqAccordion {
        margin-bottom: 40px
    }
    .content.contact .panel33 .title {
        width: 80%
    }
    .content.contact .panel33:nth-of-type(1) {
        padding-top: 15%
    }
    .quote .form-group.topSeparator {
        padding-top: 40px;
        margin-top: 0
    }
    .quote .col50 .button,
    .quote .col66 .button {
        max-width: 60vw !important
    }
    .quote .customSelect,
    .quote input,
    .quote textarea,
    .quote select {
        max-width: 60vw
    }
    .quote .selectWidth select,
    .quote .selectWidth .customSelect {
        max-width: 500px
    }
    .step4 .addresses select {
        width: 60vw !important
    }
    .ace-child-ctrl label span {
        width: 150px;
        height: 150px
    }
    .travel-form-group .floatElements.radiobutton label:nth-of-type(2) {
        margin-right: 20px
    }
    .flyout {
        width: 660px
    }
    .flyout .ace-label .secondaryfamily {
        top: 0
    }
    .flyout .cs-13,
    .flyout .cs-14 {
        width: 60vw
    }
    .flyout:before {
        display: none
    }
    .durationContainer .col33,
    .durationContainer .col66 {
        position: relative;
        width: 488px
    }
    .content.TI {
        margin-top: 40px
    }
    .content.TI .col33 {
        width: calc(100% / 3 - 7px)
    }
    .content.TI .col25.col-3 .box {
        width: calc(100% / 3 - 7px)
    }
    .content.TI .col25.col-2 .box {
        width: calc(100% / 2 - 5px);
        padding: 30px
    }
    .content.TI .col25.col-2 .box:last-child {
        margin-right: 0
    }
    .content.TI .box {
        margin-right: 10px
    }
    .content.TI .box:nth-of-type(3) {
        margin-right: 0
    }
    .content.TI .mobileView .col33 {
        margin-right: 10px
    }
    .content.TI .mobileView .col33:nth-of-type(3) {
        margin-right: 0
    }
    .content.TI .strokeBox,
    .content.TI .benefitsBox h2,
    .content.TI .benefitsBox ul {
        padding: 10px
    }
    .content.TI .benefitsBox .container {
        margin-top: 10px
    }
    .content.TI .benefitsBox .container .title.accordion {
        display: none
    }
    .content.TI .benefitsBox .hidden {
        display: block
    }
    .content.TI .benefitsBox .hidden ul li {
        display: inline-block;
        height: 90px
    }
    .content.TI .box {
        padding: 20px;
        height: 100%
    }
    .content.TI .box .Upgrade {
        line-height: 1em;
        margin-top: 15px
    }
    .content.TI .box a {
        color: #fff
    }
    .content.TI .box h2:after {
        display: none
    }
    .content.TI .box .hidden {
        display: block
    }
    .content.TI .mobileOnly {
        display: none
    }
    .content.TI #quotepage ul li {
        height: 100px
    }
    .content .confirmField .col33 {
        margin-bottom: 0;
        width: 100%
    }
    .content .step3 {
        margin-bottom: -9px
    }
    .dropdown-date .customSelect,
    .ace-date .customSelect {
        width: 19.5vw
    }
    .ace-title .customSelect,
    .destination-country .customSelect,
    .addresses .customSelect {
        width: 60vw
    }
    .col100.step4 {
        padding: 40px 0
    }
    .step4 .ace-label {
        margin-bottom: 10px
    }
    .step4 input {
        width: 60vw !important
    }
    .savequote a.help-icon {
        margin-top: 54px
    }
    .savequote .confirmField dl dt,
    .savequote .confirmField dl dd {
        float: left
    }
    .savequote .confirmField dl dt {
        width: 100px
    }
    .savequote .confirmField dl dd {
        width: auto;
        margin-top: 0
    }
    .EmailQuoteButton {
        width: calc(100% - 40px) !important;
        max-width: 60vw !important
    }
    .quote .main-form-group {
        padding: 40px 0 60px
    }
    .content.TI .benefitsTable_v2 .strokeBox {
        width: calc(50% - 5px);
        margin-top: 0;
        min-height: 230px;
        padding: 20px;
        float: left
    }
    .content.TI .benefitsTable_v2 .strokeBox.background-purple {
        float: right
    }
    .content.TI .benefitsTable_v2 .priceBox {
        bottom: 20px;
        width: calc(100% - 40px)
    }
    .content.TI .benefitsTable_v2 .button {
        max-width: none !important
    }
    .content.TI .benefitsTable_v2 .mobile {
        width: calc(50% - 5px);
        float: left
    }
    .content.TI .benefitsTable_v2 .mobile:last-child {
        float: right
    }
    .content.TI .benefitsTable_v2 .mobile .col50 {
        padding-right: 10px
    }
    .content.TI .benefitsTable_v2 .single {
        clear: left
    }
    .content.TI .benefitsTable_v2 .annual {
        float: right
    }
    .content.TI .benefitsTable_v2.coverbox-1 .strokeBox,
    .content.TI .benefitsTable_v2.coverbox-1 .desktop .second-col .col50.first {
        float: right !important;
        margin-right: 0
    }
    .content.TI .desktopHeader {
        z-index: 999
    }
    .content.TI .travel-form-group .col33 {
        width: 488px
    }
    .content.TI .travel-form-group .col33 label {
        width: 100%
    }
    .content.TI .benefitsTable_v2.active .strokeBox {
        width: calc(50% - 45px)
    }
    .content.TI .benefitsTable_v2.active .strokeBox.background-purple {
        right: 40px !important;
        left: auto !important
    }
    .travel-form-group .TripType3,
    .travel-form-group .TripType4,
    .travel-form-group .TravellerType3 {
        margin-top: 0
    }
    .duration-conditional-panel {
        width: 48%
    }
    .duration-conditional-panel:nth-of-type(1) {
        margin-right: 20px
    }
    .duration-conditional-panel .single,
    .duration-conditional-panel .calendar.c2,
    .duration-conditional-panel .customSelect {
        margin-top: 0
    }
    .TripType1.checked,
    .TripType3.checked,
    .TripType4.checked,
    .Destination5.checked,
    .TravellerType1.checked,
    .TravellerType2.checked,
    .TravellerType3.checked {
        position: relative
    }
    .TripType1.checked:before,
    .TripType3.checked:before,
    .TripType4.checked:before,
    .Destination5.checked:before,
    .TravellerType1.checked:before,
    .TravellerType2.checked:before,
    .TravellerType3.checked:before {
        position: absolute;
        content: "";
        bottom: -35px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #ff0198
    }
    .content.TI .benefitsTable_v2.coverbox-1 .strokeBox {
        width: 100%;
        margin-top: 0 !important
    }
    .content.TI .benefitsTable_v2.coverbox-1 .benefitsBox {
        width: 100%
    }
    .date-of-travel strong {
        margin-top: 0;
        margin-bottom: 10px
    }
    .fixedPriceBar {
        position: fixed;
        width: 100%;
        margin-bottom: -500px;
        left: 0;
        background: #4b4e53 !important;
        z-index: 999;
        display: block;
        padding: 30px 0;
        float: left;
        bottom: 0;
        -webkit-transition: 700ms;
        -moz-transition: 700ms;
        -ms-transition: 700ms;
        -o-transition: 700ms;
        transition: 700ms
    }
    .fixedPriceBar .maxWidth {
        margin-bottom: -9px
    }
    .fixedPriceBar .strokeBox {
        border: none !important
    }
    .fixedPriceBar .button {
        font-size: 20px
    }
    .fixedPriceBar.quotepods .pod {
        float: left
    }
    .fixedPriceBar.static {
        position: static
    }
    .fixedPriceBar.quotepods .first {
        width: 30%;
        float: left;
        margin-left: 0 !important;
        font-size: 22px;
        line-height: 28px
    }
    .fixedPriceBar.active {
        margin-bottom: 0
    }
    .desktopHeader.active {
        position: fixed;
        bottom: 0
    }
    .dummyBox.db1 {
        display: block
    }
    .benefitsTable_v2 .dummyBox {
        float: left;
        width: 100%;
        position: absolute;
        left: 0
    }
    .benefitsTable_v2 .dummyBox.active,
    .benefitsTable_v2 .dummyBox.db2 {
        position: static
    }
    .benefitsTable_v2 .dummyBox.active .maxWidth,
    .benefitsTable_v2 .dummyBox.db2 .maxWidth {
        margin-bottom: -9px
    }
    .desktopHeader {
        float: left;
        width: 100%
    }
    .db2 .content.TI {
        margin-top: 0 !important
    }
    .first-col.active {
        height: 230px
    }
    .desktopHeader .first-col {
        overflow: visible
    }
    .ss .buyagain {
        position: absolute;
        bottom: 50px;
        right: 50px;
        margin-top: 0
    }
}

@media (min-width: 1024px) {
    .ui-autocomplete {
        width: 200px
    }
    .EmailQuoteButton {
        width: calc(100% - 20px) !important;
        max-width: 60vw !important;
        margin-left: -20px
    }
    .maxWidth {
        padding: 0 50px
    }
    .mt-mobile {
        margin-top: auto
    }
    .cardlogos {
        width: 100%
    }
    .outer {
        padding: 40px 0 60px !important
    }
    .cookies .agreedCookie {
        right: 50px
    }
    .col50 {
        width: 50%;
        float: left;
        position: relative;
        height: 100%
    }
    .col33 {
        width: 33.33%
    }
    .col66 {
        width: 66.66%
    }
    .col25 {
        width: 25%
    }
    .col75 {
        width: 75%;
        padding-right: 20px
    }
    .carousel {
        max-height: 500px
    }
    .carousel .textBox {
        padding: 50px;
        width: 80%
    }
    .carousel .textBox .callToAction {
        bottom: 0;
        margin-bottom: 0
    }
    .carousel .textBox .subtitle .wrapper {
        height: 105px;
        position: relative;
        width: 100%
    }
    .carousel .textBox .subtitle .wrapper h2 {
        position: absolute;
        bottom: 0
    }
    .carousel .textBox .subtitle .triangle {
        margin-top: 30px
    }
    .carousel .background {
        max-height: 500px
    }
    .carousel .background .col50:nth-child(1) {
        padding-right: 15%
    }
    .carousel .background .col50:nth-child(2) {
        padding-left: 50px
    }
    .carousel ul {
        float: left;
        margin-top: 30px;
        width: 100%
    }
    .menuBox {
        height: 100px;
        position: relative;
        margin: 0 auto
    }
    .header {
        margin-top: -100px;
        overflow: hidden
    }
    .header .slideNmb {
        left: auto;
        right: 0;
        bottom: -100px;
        width: 20%;
        height: 100px;
        background: -moz-linear-gradient(top, transparent 0%, #131313 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 40%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 40%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 40%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 40%);
        -webkit-transition: 150ms;
        -moz-transition: 150ms;
        -ms-transition: 150ms;
        -o-transition: 150ms;
        transition: 150ms
    }
    .header .slideNmb.active {
        bottom: 0
    }
    .header .slideNmb span {
        top: 50px;
        position: relative
    }
    .tabletHeadersMovingBox {
        display: none
    }
    .menuBar {
        padding: 40px 0
    }
    .toggleMenu {
        display: none
    }
    nav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        height: auto;
        box-shadow: none;
        right: 0;
        bottom: 0;
        background: none;
        display: block;
        padding: 0
    }
    nav ul {
        float: right;
        margin-top: -1px
    }
    nav ul li {
        float: left;
        width: auto;
        margin-bottom: 0;
        padding: 10px 1.5vw 10px 0;
        text-align: left;
        position: relative
    }
    nav ul li:hover a {
        color: #000
    }
    nav ul li:hover ul li a {
        color: #fff
    }
    nav ul li.expandable:before {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -15px;
        left: 44%;
        content: "";
        z-index: 1;
        display: none
    }
    nav ul li.expandable:hover:before {
        display: block
    }
    nav ul li:nth-child(1) {
        border-left: none;
        border-bottom: 7px solid #01c1d6
    }
    nav ul li:nth-child(1).expandable:before {
        border-top: 10px solid #01c1d6
    }
    nav ul li:nth-child(2),
    nav ul li.logout {
        border-left: none;
        border-bottom: 7px solid #6e27c5
    }
    nav ul li:nth-child(2).expandable:before,
    nav ul li.logout.expandable:before {
        border-top: 10px solid #6e27c5
    }
    nav ul li.logout {
        width: 120px
    }
    nav ul li:nth-child(3) {
        border-left: none;
        border-bottom: 7px solid #ff0198
    }
    nav ul li:nth-child(3).expandable:before {
        border-top: 10px solid #ff0198
    }
    nav ul li:nth-child(4) {
        border-left: none;
        border-bottom: 7px solid #7acb00
    }
    nav ul li a {
        text-decoration: none;
        color: #4b4e53;
        font-size: 1.14286em;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        position: relative;
        top: 0
    }
    nav ul li ul {
        display: block;
        position: absolute;
        background: #4b4e53;
        top: 51px;
        padding: 30px;
        transform-origin: 0 0;
        width: 280px;
        -webkit-transform: rotateX(90deg) skew(15deg, 0);
        -moz-transform: rotateX(90deg) skew(15deg, 0);
        -ms-transform: rotateX(90deg) skew(15deg, 0);
        -o-transform: rotateX(90deg) skew(15deg, 0);
        transform: rotateX(90deg) skew(15deg, 0);
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms
    }
    nav ul li ul li {
        margin-bottom: none;
        border: none !important;
        padding: 0;
        width: 100%
    }
    nav ul li ul li a {
        font-size: 1.14286em;
        line-height: 1.5em;
        color: #fff;
        position: static
    }
    nav ul li ul li a:hover {
        color: #afafaf
    }
    nav ul li:hover {
        cursor: pointer
    }
    nav ul li:hover ul {
        -webkit-transform: rotateX(0deg) skew(0, 0);
        -moz-transform: rotateX(0deg) skew(0, 0);
        -ms-transform: rotateX(0deg) skew(0, 0);
        -o-transform: rotateX(0deg) skew(0, 0);
        transform: rotateX(0deg) skew(0, 0)
    }
    nav ul li:hover a {
        top: 5px
    }
    .content .panel33 {
        width: calc(33% - 31px);
        margin-right: 50px;
        height: 50vh;
        margin-top: 20px;
        min-height: 400px
    }
    .content .panel33.no-bg .textBox {
        padding: 30px
    }
    .content .panel33:last-child {
        margin-right: 0
    }
    .content .panel33 .icon {
        height: 50px
    }
    .content .panel33 .description {
        width: 100%
    }
    .content .panel33 .textBox {
        width: 100%;
        height: 100%
    }
    .staticBanner {
        height: 100vh;
        max-height: 550px;
        position: relative;
        margin-bottom: -9px;
        background-size: cover
    }
    .staticBanner .textBox {
        padding: 50px;
        width: 80%;
        height: 75%;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: 0
    }
    .staticBanner .col50 {
        position: static
    }
    .staticBanner .col50:nth-child(1) {
        padding-right: 0
    }
    .staticBanner .col50:nth-child(2) {
        padding-top: 50px;
        padding-left: 50px
    }
    .staticBanner .button {
        position: absolute;
        bottom: 50px
    }
    .footer {
        padding: 60px
    }
    .footer ul li {
        float: left;
        margin-right: 30px
    }
    .topBanner .textBox {
        padding: 50px
    }
    .PA .description h2,
    .CC .description h2,
    .TI .description h2 {
        width: 100%
    }
    .PA .description .col66,
    .CC .description .col66,
    .TI .description .col66 {
        padding-right: 30px
    }
    .PA .description .col33,
    .CC .description .col33,
    .TI .description .col33 {
        padding-left: 30px
    }
    .col66-33 {
        height: 300px;
        margin-bottom: 0 !important
    }
    .col66-33 .col33,
    .col66-33 .col66 {
        height: 100%;
        float: right
    }
    .col66-33 .col33 {
        padding-left: 25px
    }
    .col66-33 .col66 {
        padding-right: 25px
    }
    .col66-33 .button {
        width: 100%
    }
    .box {
        position: relative;
        padding: 30px
    }
    .box .priceBox {
        margin-top: 40px;
        padding-left: 25px
    }
    .box .button {
        position: absolute;
        bottom: 30px;
        width: calc(100% - 60px)
    }
    .content.quote label.img {
        width: 138px;
        height: 138px
    }
    .content.quote .coverName h1 {
        width: 70%
    }
    .content.quote .col33 {
        padding-right: 40px
    }
    .content.quote.step2 .col33 {
        padding-right: 20px
    }
    .content.quote.step2 .col33:last-child {
        padding-right: 0
    }
    .content.quote.step3 .main-form-group,
    .content.quote.step4 .main-form-group {
        margin-bottom: 20px
    }
    .content.quote.step3 .main-form-group:last-child,
    .content.quote.step4 .main-form-group:last-child {
        margin-bottom: 0
    }
    .buttonRow .col66 {
        float: right
    }
    .buttonRow .col50 {
        float: right;
        height: 50px;
        line-height: 50px
    }
    .buttonRow .button {
        margin-bottom: 0
    }
    .strokeBox,
    .benefitsBox .container ul {
        padding: 20px
    }
    .benefitsBox .container {
        margin-top: 20px
    }
    .benefitsBox .container .title {
        padding: 0 20px
    }
    .accordion_v2 .hidden {
        display: block
    }
    .accordion_v2 h2:after {
        display: none
    }
    .accordion_v2.special h2:after {
        display: block !important
    }
    .accordion_v2.box .button {
        bottom: 0
    }
    .steps .step.completed {
        background: none !important
    }
    .steps.pink .step.completed {
        color: #ff0198
    }
    .steps.purple .step.completed {
        color: #6e27c5
    }
    .steps.blue .step.completed {
        color: #01c1d6
    }
    .quote .col25 {
        margin-top: 0
    }
    .benefitstable-mobile {
        display: none
    }
    .benefitstable-desktop {
        display: inline-block;
        width: 100%
    }
    .benefitstable-desktop .benefitstable {
        width: 100%;
        display: inline-block
    }
    .benefitstable-desktop .benefitstable .col40 {
        width: 40%;
        float: left;
        padding: 0 20px
    }
    .benefitstable-desktop .benefitstable .col20 {
        width: 20%;
        float: left;
        padding: 0 20px
    }
    .benefitstable-desktop .benefitstable .col100 {
        margin-bottom: 0;
        border-bottom: 1px solid #afafaf;
        padding: 20px 0
    }
    .benefitstable-desktop .benefitstable .col100 .col100 {
        border: 0
    }
    .benefitstable-desktop .benefitstable .col100.title {
        color: #fff;
        padding: 10px 0
    }
    .benefitstable-desktop .benefitstable .col100.title .col20 {
        font-size: 1.85714em
    }
    .benefitstable-desktop .benefitstable .col100.title .col40 {
        font-size: 1.57143em
    }
    .benefitstable-desktop .benefitstable .col100.title .col40 p {
        position: relative;
        top: 5px
    }
    .benefitstable-desktop .benefitstable .col100 p {
        margin: 0
    }
    .benefitstable-desktop .benefitstable .toggleExtras {
        display: inline-block;
        margin: 0;
        padding: 0 20px;
        float: left;
        clear: left;
        cursor: pointer
    }
    .benefitstable-desktop .benefitstable .toggleExtras:after {
        font-family: "fontAwesome";
        content: "";
        position: absolute;
        right: 0
    }
    .benefitstable-desktop .benefitstable .toggleExtras.active:after {
        content: ""
    }
    .benefitstable-desktop .benefitstable.PA .title {
        background: #6e27c5
    }
    .benefitstable-desktop .benefitstable.PA .toggleExtras {
        color: #ff0198;
        position: relative
    }
    .faqAccordion .questionBox h3 {
        padding: 5px 20px
    }
    .faqAccordion .questionBox .col50:nth-child(even) {
        margin-bottom: 0
    }
    .content.contact .col33 {
        padding-left: 30px
    }
    .content.contact .panel33 {
        min-height: 456px
    }
    .content.contact .panel33 .textBox {
        position: absolute
    }
    .content.contact .panel33:nth-of-type(1) {
        padding-top: 0
    }
    .content .confirmField .col33 {
        width: 33%
    }
    .travel-form-group.topSeparator {
        padding-top: 50px;
        margin-top: 50px
    }
    .travel-form-group .col33,
    .travel-form-group .col66 {
        margin-bottom: 0
    }
    .ace-date-of-travel {
        display: inline-block;
        width: 100%;
        margin-bottom: -9px
    }
    .ace-child-ctrl label span {
        width: 138px;
        height: 138px
    }
    .secondaryfamily label {
        width: 32%;
        padding-right: 20px
    }
    .secondaryperson {
        margin-bottom: -13px
    }
    .flyout {
        padding: 40px;
        width: 100%;
        margin-top: 40px
    }
    .flyout .st .customSelect {
        margin-right: 20px;
        width: 138px
    }
    .flyout .st .customSelect.cs-3,
    .flyout .st .customSelect.cs-11 {
        width: 454px
    }
    .flyout .ace-label,
    .flyout label {
        width: calc(33% - 16px);
        padding-right: 20px;
        padding-top: 10px
    }
    .flyout .ace-label .secondaryfamily,
    .flyout label .secondaryfamily {
        top: -10px
    }
    .flyout .ace-child-ctrl {
        width: 66%;
        float: left
    }
    .durationContainer .col33 {
        width: 33.33%
    }
    .durationContainer .col66 {
        width: 454px
    }
    .retrivequote p {
        top: -30px
    }
    .content.TI {
        padding: 0
    }
    .content.TI .col33 {
        padding: 0
    }
    .content.TI .box {
        width: 100%;
        min-height: 0
    }
    .content.TI .accordion_v2 {
        margin-right: 0
    }
    .content.TI #quotepage .desktopView {
        width: 25%;
        float: left;
        display: block
    }
    .content.TI #quotepage .desktopView .title {
        position: relative
    }
    .content.TI #quotepage .desktopView .title h3 {
        position: absolute;
        bottom: 0;
        font-weight: bold
    }
    .content.TI #quotepage .desktopView ul {
        margin: 35px 0 0;
        padding: 0
    }
    .content.TI #quotepage .desktopView ul li {
        text-align: left;
        display: inline-block;
        width: 100%
    }
    .content.TI #quotepage .desktopView ul li:before {
        display: none
    }
    .content.TI #quotepage .mobileView {
        width: 75%;
        float: left
    }
    .content.TI .benefitsBox h2 {
        display: none
    }
    .content.TI .benefitsBox .container ul {
        font-size: 0.85714em
    }
    .content.TI .benefitsBox .container ul li .col50 {
        width: 100%
    }
    .content.TI .benefitsBox .container ul li .col50:nth-of-type(1) {
        display: none
    }
    .content.TI .benefitsBox .container ul li .col50:nth-of-type(2) {
        padding-left: 0
    }
    .content.TI .benefitsBox .container .title.accordion {
        display: none
    }
    .content.TI .benefitsBox .accordion:after {
        right: 10px
    }
    .content.TI .benefitsBox h2,
    .content.TI .strokeBox,
    .content.TI .benefitsBox ul {
        padding: 20px
    }
    input.leftArrow {
        float: left
    }
    input.rightArrow {
        float: left;
        margin-left: 50px
    }
    .content.TI .col25.col-2 .box,
    .content.TI .col25.col-3 .box {
        width: 100%
    }
    .col100.step4 {
        padding: 0
    }
    .step4 .ace-label {
        width: 50%
    }
    .step4 .ace-child-ctrl {
        width: 50%
    }
    .step4 .help,
    .step4 .help-icon {
        margin-top: 15px;
        width: 25px;
        height: 25px;
        top: 0
    }
    .step4 .ace-postcode-lookup,
    .step4 .ace-postcode-results {
        width: calc(50% - 15px);
        margin-right: 30px;
        float: right;
        clear: right
    }
    .step4 .ace-postcode-lookup .ace-child-ctrl,
    .step4 .ace-postcode-results .ace-child-ctrl {
        width: 100%
    }
    .step4 .addresses select {
        width: 100% !important;
        overflow: auto
    }
    .step4 .GetAddress {
        margin-bottom: 10px
    }
    .step4 input {
        width: 100% !important
    }
    .dropdown-date .customSelect,
    .ace-date .customSelect {
        width: calc(33% - 2.5px)
    }
    .ace-title .customSelect,
    .destination-country .customSelect,
    .addresses .customSelect {
        width: 100%
    }
    .ValidationSummary.confirmField.red ul li {
        float: left;
        width: 48%
    }
    .ValidationSummary.confirmField.red ul li:nth-child(odd) {
        margin-right: 4%
    }
    .quote .rightArrow,
    .quote .leftArrow {
        height: 50px;
        line-height: 50px
    }
    .quote .rightArrow {
        background-position: right 20px
    }
    .quote .leftArrow {
        background-position: left 20px
    }
    .buttonRow .maxWidth {
        margin-bottom: -4px
    }
    .error,
    .ace-validation span {
        width: 50%;
        float: right;
        margin-top: 15px
    }
    .savequote a.help-icon {
        margin-top: 14px;
        right: -40px
    }
    .savequote .form-group {
        width: 100%
    }
    .EmailQuoteButton {
        width: 100% !important;
        max-width: 60vw !important;
        margin-left: 0
    }
    .backButton {
        margin-top: 0
    }
    .content.TI .benefitsTable_v2 .strokeBox {
        width: 35%;
        float: left;
        min-height: 281px
    }
    .content.TI .benefitsTable_v2 .strokeBox.background-purple {
        margin-top: 0;
        float: left;
        margin-left: 10px
    }
    .content.TI .benefitsTable_v2 .strokeBox .medium {
        font-size: 1.57143em;
        line-height: 1.18182em
    }
    .content.TI .benefitsTable_v2 .button {
        max-width: none !important
    }
    .content.TI .benefitsTable_v2 .mobile {
        display: none
    }
    .content.TI .benefitsTable_v2 .desktop {
        display: block;
        float: left;
        width: 100%;
        margin-top: 30px
    }
    .content.TI .benefitsTable_v2 .desktop .title {
        background: #4b4e53;
        color: #fff;
        width: 100%;
        float: left;
        border: 1px solid #4b4e53;
        padding: 10px 20px
    }
    .content.TI .benefitsTable_v2 .desktop p {
        margin: 0
    }
    .content.TI .benefitsTable_v2 .desktop .row {
        float: left;
        border-left: 1px solid #afafaf;
        border-right: 1px solid #afafaf;
        border-bottom: 1px solid #afafaf;
        padding: 20px
    }
    .content.TI .benefitsTable_v2 .desktop .row .second-col {
        margin-bottom: 10px
    }
    .content.TI .benefitsTable_v2 .desktop .row .first-col,
    .content.TI .benefitsTable_v2 .desktop .row .second-col {
        padding: 0
    }
    .content.TI .first-col {
        float: left;
        width: calc(30% - 10px)
    }
    .content.TI .second-col {
        width: calc(70% + 10px);
        float: left
    }
    .content.TI .second-col .col50 {
        width: calc(50% - 5px);
        margin-bottom: 0
    }
    .content.TI .second-col .col50 p {
        font-weight: bold
    }
    .content.TI .second-col .col50.first {
        margin-right: 10px
    }
    .content.TI .second-col .col50 .col50 {
        padding: 0 10px
    }
    .content.TI .tableDesktopHeader {
        float: right
    }
    .content.TI .travel-form-group .col33 {
        width: 33%
    }
    .flyout .cs-11 {
        width: 100%
    }
    .duration-conditional-panel {
        width: 250px;
        float: left;
        margin-right: 20px
    }
    .content.TI .travel-form-group .col33 label {
        width: 80%
    }
    .travel-form-group .floatElements.radiobutton label,
    .travel-form-group .floatElements.radiobutton label:nth-of-type(2) {
        margin-right: 10px
    }
    .content.TI .benefitsTable_v2.coverbox-1 .strokeBox {
        width: 35% !important
    }
    .singleCalendar {
        width: 550px;
        margin-left: calc(33% - 16px)
    }
    .date-pickers {
        float: left;
        width: 66.66%;
        margin-left: calc(33% - 16px)
    }
    .flyout .ace-validation span,
    .flyout .validator {
        width: 66.66%;
        margin-left: calc(33% - 10px);
        float: left
    }
    .duration-conditional-panel:nth-of-type(1) {
        margin-right: 50px
    }
    .quote .ui-autocomplete-input {
        max-width: 430px;
        float: left
    }
}

@media (min-width: 1280px) {
    nav {
        right: 50px
    }
    .carousel .background .col50:nth-child(1) {
        padding: 0 15% 0 0 !important
    }
    .topBanner h2 {
        font-size: 2.14286em;
        line-height: 1.13333em
    }
    .box {
        padding: 50px
    }
    .box .priceBox {
        padding-left: 50px
    }
    .box .button {
        width: calc(100% - 100px)
    }
    .col66-33 {
        height: 330px
    }
    .PA .description h2 {
        padding-left: 30px;
        width: 70%
    }
    .content .panel33.no-bg .textBox {
        padding: 50px
    }
    .steps .step {
        width: calc(20% - 2px) !important;
        padding-bottom: 10px
    }
    .steps .step span:nth-child(1) {
        display: none
    }
    .steps .step span:nth-child(2) {
        display: block;
        text-align: left
    }
    .accordion_v2 {
        margin-bottom: 20px;
        width: calc(100% - 30px);
        float: right;
        padding: 40px
    }
    .content.TI .col75 {
        padding-right: 50px
    }
    .content.TI .box {
        padding: 40px
    }
    .EmailQuoteButton {
        margin-left: -15px;
        width: calc(100% - 20px) !important
    }
    .EmailQuoteButton.retrivebtn {
        margin-left: 0;
        width: 100% !important
    }
    .content.TI .benefitsTable_v2 .strokeBox {
        min-height: 225px
    }
    .content.TI .col25 .box.securepay {
        padding: 30px !important
    }
    .desktopHeader .first-col {
        padding-right: 10%
    }
}

@media (min-width: 1366px) {
    .topBanner .textBox {
        width: calc((100% - 1366px) / 2 + 1366px / 3)
    }
    .topBanner .textBox .container {
        width: calc(100% - (100vw - 1391px) / 2);
        float: right
    }
    .carousel .textBox,
    .staticBanner .textBox {
        width: calc((100% - 1366px) / 2 + 1366px / 3 *2)
    }
    .carousel .textBox .container,
    .staticBanner .textBox .container {
        width: calc(100% - (100vw - 1366px) / 2);
        float: right
    }
    .header .slideNmb {
        width: calc((100% - 1366px) / 2 + 1366px / 3)
    }
}

@media (min-width: 1440px) {
    .content .panel33 {
        height: 60vh;
        max-height: 550px
    }
    .content .panel33 .textBox {
        width: 80%;
        height: 75%
    }
    .footer .maxWidth {
        padding: 0 50px
    }
}


/*# sourceMappingURL=style.css.map */