﻿/**************************
    RESETS
***************************/
#form1, body {
   position: relative;
   z-index: -3;
}
.bodyWrapper {
    position: relative;
    z-index: -2;
    background: #fff;
    -webkit-perspective: 21000px;
    perspective: 21000px;
}

h1, h2 {
    padding: 0;
    margin: 0;
    max-width: 100%;
    line-height: 100%;
    text-align: left;
}
h1 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 24px;
    margin-top: 61px;
    line-height: 90%;
}
h1 span {
    display: block;
    font-size: 0.75em;
    line-height: 95%;
    margin-top: 10px;
}
h2 + p {
    margin-top: 0;
}
h2 {
    margin-bottom: 30px;
}
p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}
p, ul li {
    font-size: 1.2rem;
    line-height: 140% !important;
}
ul li, ol li {
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 1100px) {
     h1 {
         margin-top: 30px;
     }
 }
@media screen and (max-width: 800px) {
    h1 {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 2.6rem;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 380px) {
    h1 {
        font-size: 2rem;
        margin-bottom: 10px !important;
    }
}


/**************************
    INTER PAGE LINKS
***************************/
a.inlineAnchor {
    position: absolute;
    top: -100px;
}
.underTopNavContent {
    position: relative;
    z-index: 7;
}
.underTopNavContent.extended a.inlineAnchor {
    top: -132px;
}

/**************************
    BREADCRUMB
***************************/
ul.breadCrumbNav li {
    font-size: 1.15rem;
    font-weight: 500;
}
ul.breadCrumbNav li a {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}
ul.breadCrumbNav li:last-child a, ul.breadCrumbNav li:last-child:after {
    color: #fff !important;
}
ul.breadCrumbNav img {
    filter:  brightness(500%) !important;
}

/**************************
    H1 text (larger)
***************************/
p.h1Text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
@media screen and (max-width: 630px) {
    p.h1Text {
        font-size: 1.25rem;
    }
}

/**************************
    CONTENT WRAP
***************************/
.contentWrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
.contentWrapper.narrow {
    max-width: 900px;
}
@media screen and (max-width: 500px) {
    .contentWrapper {
        padding: 0 15px;
    }
}

/**************************
    NEW BUTTON
***************************/
.newButton {
    display: inline-block;
    background: #dc0d8a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 13px 64px;
    font-weight: 500;
    font-size: 1.1rem;
    box-shadow: 0 0 20px -3px rgba(0,0,0,0.05);
    top: 0;
    white-space: nowrap;
    position: relative;
}
.newButton:hover {
    position: relative;
    top: -2px;
    text-decoration: none;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.newButton.alt {
    background: #fff;
    color: #dc0d8a;
    border: 1px solid #d8d8d8;
}
.newButton.bigger {
    height: 70px;
    line-height: 70px;
    padding: 0 64px;
    font-size: 1.3rem;
}
.newButton + .newButton {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 630px) {
    .newButton{
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .newButton + .newButton {
        margin-top: 10px;
        margin-left:0;
    }
}

/**************************
    TEXT LINK
***************************/
.txtLink {
    color: #dc0d8a;
    -webkit-transition: color 350ms ease-out 0s;
    transition: color 350ms ease-out 0s;
}
.txtLink:after {
    content: ">";
    padding-left: 9px;
    font-family: Arial;
    font-weight: 900;
    font-size: 0.9rem;
    position: relative;
    top: -1px;
}
.txtLink:hover {
    text-decoration: none;
    color: #254F5A;
}

/**************************
    CHANGES WRAP
***************************/
a.changesWrap {
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.2);
    padding: 3px;
    font-size: 0.8rem;
    align-items: center;
    line-height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
a.changesWrap span {
    font-size: 0.85rem
}
a.changesWrap span:first-child {
    background: #00CC00;
    border-radius: 32px;
    color: #fff;
    font-weight: 500;
    padding: 4px 12px;
    text-transform: uppercase;
}
a.changesWrap span:nth-child(2) {
    flex-grow: 1;
    color: #fff;
    padding-left: 8px;
}
a.changesWrap span:nth-child(3) {
    color: #fff;
    font-weight: 500;
    padding:  0 8px;
    font-size: 1.2rem;
}
a.changesWrap:hover {
    text-decoration: none;
}
a.changesWrap:hover span:first-child {
    background: #fff;
    color: #dc0d8a;
}

/**************************
    SLANTED BACKGROUND
***************************/
.slantedBackground {
    width: 100%;
    height: 900px;
    overflow: hidden;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background-size: 150% 150%;
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -ms-transform: skewY(-16deg);
    -webkit-transform: skewY(-16deg);
    transform: skewY(-16deg);
    animation-name: slantedBackground;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}
@keyframes slantedBackground {
    0%   { background-position: 0 0;}
    50% { background-position: 50% 50%;}
    100% { background-position: 0 0;}
}
.slantedBackground span {
    position: absolute;
    width: 33.33333%;
    height: 120px;
}
.slantedBackground span:first-child {
    left: -16.66666%;
    background: #38B8FD;
}
.slantedBackground span:nth-child(2){
    top: 0;
    left: 16.66666%;
    right: auto;
    background: #3899fd;
}
.slantedBackground span:nth-child(3){
    width: 100%;
    left: 49.99999%;
    bottom: auto;
    background: #67befb;
}
.slantedBackground span:nth-child(4){
    right: -16.66666%;
    background: #b37fff;
    bottom: 0;
}
.slantedBackground span:nth-child(5){
    bottom: 0;
    background: rgba(146, 78, 255, 0.15);
}
.slantedBackground span:nth-child(6){
    bottom:120px;
    left: 11%;
    height: 30%;
    width: 40%;
    min-width: 400px;
}
@media screen and (max-width: 800px) {
    .slantedBackground span:first-child {
        left: 0;
        width: 66.666666%;
    }
    .slantedBackground span:nth-child(2){
        left: 66.666666%;
        width: 33.33333%;
    }
    .slantedBackground span:nth-child(3){
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .slantedBackground {
        height:1000px;
    }
}
@media screen and (min-width: 2500px) {
    .slantedBackground {
        height:1100px;
    }
}
/**************************
    PHOTO SLANT
***************************/
.photoSlant {
    width: 100%;
    position: relative;
    z-index: 1;
}
.photoSlant .middle {
    background-image: linear-gradient(-20deg, #fd6a67 0%, #dc0d8a 100%);
    -ms-transform: skewY(-12deg);
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
}
.photoSlant .photo {
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 30px;
}
.photoSlant .photo img {
    display: block;
    -ms-transform: skewY(12deg);
    -webkit-transform: skewY(12deg);
    transform: skewY(12deg);
    position: relative;
}

@media screen and (max-width:850px) {
    .photoSlant .photo img {
        top: -60px;
    }
    .photoSlant {
        margin-top: 60px;
    }
}
@media screen and (max-width:600px) {
    .photoSlant .photo img {
        top: -100px;
    }
    .photoSlant {
        margin-top: 100px;
    }
}
@media screen and (max-width:500px) {
    .photoSlant .photo {
        padding: 0 0;
    }
}
@media screen and (max-width:380px) {
    .photoSlant .photo img {
        top: -130px;
    }
    .photoSlant {
        margin-top: 130px;
    }
}
.afterPhotoSlant {
    background: #fff;
    height: 1000px;
    margin-bottom: -1000px;
    width: 100%;
    -ms-transform: skewY(-12deg);
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    position: relative;
    z-index: 2;
    top: -200px;
}
.afterPhotoSlant > span {
    display: block;
    position: absolute;
    height: 60px;
    width: 33.333%;
    right: 0;
    top: 0;
}
.afterPhotoSlant > span:nth-child(1) {
    background: #f8f353;
    top: -1px;
}
.afterPhotoSlant > span:nth-child(2) {
    border: 1px solid #ffc9c7;
    width: 150px;
    top: 118px;
    right: 5%;
}
.afterPhotoSlant > span:nth-child(3) {
    background: #ffc9c7;
    top: -1px;
    left: 0;
    width: 17.6666%;
}
.afterPhotoSlant > span:nth-child(4) {
    background: #f8f8f8;
    top: -1px;
    left:  17.6666%;
    width: 50%;
}
.afterPhotoSlant > span:nth-child(5) {
    background: #fbfbfb;
    top: 58px;
    left:  0;
    width: 43%;
}
.afterPhotoSlant > span:nth-child(6) {
    background: #ffc9c7;
    top: 58px;
    left:  43%;
    width: 57%;
    max-width: 200px;
}


/**************************
    SLIDING CONTENT
***************************/
.slidingContentBox {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}
.slidingContentBox > div:first-child {
    flex-grow: 1;
    padding-right: 40px;
    max-width: calc(100% - 240px);
}
.slidingContentBox > div:first-child li > div {
    padding: 0 10px;
}
.slidingContentBox > div:last-child {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 200px;
    min-width: 200px;
}
.slidingContentBox > div:last-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slidingContentBox > div:last-child ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.slidingContentBox > div:last-child ul li:last-child {
    margin-bottom: 0;
    border-top: 1px solid rgba(248, 87, 83, 0.5);
    padding-top: 7px;
    margin-top: 12px;
}
.slidingContentBox > div:last-child ul li a {
    display: flex;
    font-weight: 500;
    padding: 7px 10px;
    line-height: 120%;
    transition: all 300ms ease-in-out;
}
.slidingContentBox > div:last-child ul li a img {
    margin-right: 10px;
}
.slidingContentBox > div:last-child ul li a img.selected {
    display: none;
}
.slidingContentBox > div:last-child ul li a.selected {
    color: #fff;
    border: 0;
    border-radius: 3px;
    background: #dc0d8a;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.25);
}
.slidingContentBox > div:last-child ul li a.selected:hover {
    text-decoration: none;
}
.slidingContentBox > div:last-child ul li a.selected img {
    display: none;
}
.slidingContentBox > div:last-child ul li a.selected img.selected {
    display: block;
}
.slidingContentWrap {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.05);
    position: relative;
}
.slidingContentWrap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}
.slidingContentWrap > ul > li {
    margin: 0;
    width: 100%;
    min-width: 100%;
    transition: all 400ms ease-in-out;
    margin-right: -100%;
    opacity: 0;
    display: flex;
}
.slidingContentWrap > ul > li.selected {
    margin-right: 0;
    opacity: 1;
}
.slidingContentWrap > ul > li h3 {
    margin: 0;
    font-size: 1.7rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.slidingContentWrap > ul > li ul {
    margin-bottom: 10px;
}
.slidingContentWrap > ul > li ul li {
    font-size: 1.15rem;
    margin: 0;
    padding: 0;
}
.slidingContentWrap > ul > li > div:first-child {
    max-width: 250px;
    min-width: 250px;
    flex-grow: 0;
    flex-shrink: 0;
    background-image: linear-gradient(-30deg, #dc0d8a 0%, #ff7875 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.slidingContentWrap > ul > li  > div:last-child {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 30px;
}
@media screen and (max-width:950px) {


    .slidingContentBox {
        flex-wrap: wrap;
    }
    .slidingContentBox > div:first-child {
        min-width: 100%;
        max-width: 100%;
        padding-right: 0;
        order: 2;
    }
    .slidingContentBox > div:last-child {
        min-width: 100%;
        max-width: 100%;
        order: 1;
    }
    .slidingContentBox ul.slidingContentOptions {
        display: inline-flex;
        background: #efefef;
        flex-wrap: wrap;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        position: relative;
        top: 2px;
    }
    .slidingContentBox > div:last-child ul li:last-child {
        border-top: 0;
        margin: 0;
        padding: 0;
    }
    .slidingContentBox > div:last-child ul li a.selected {
        border-radius: 0;
        box-shadow: none;
        background: #ff7875;
    }
    .slidingContentBox > div:last-child ul li:first-child a {
        border-top-left-radius: 3px;
    }
    .slidingContentWrap {
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border: 0;
    }
    .slidingContentBox > div:last-child ul li {
        margin-bottom: 0;
    }
}
@media screen and (max-width:650px) {
    .slidingContentBox .slidingContentWrap li div:first-child {
        max-width: 140px;
        min-width:140px;
    }

}
@media screen and (max-width:500px) {
    .slidingContentBox > div:last-child ul li {
        min-width: 100%;
        max-width: 100%;
    }
    .slidingContentBox .slidingContentWrap li div:first-child {
        display: none;
    }
}

/**************************
    C3 Event
***************************/
.c3Events {
}
.c3Events > ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: c3Event-counter;
}
.c3Events > ol > li {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
    counter-increment: c3Event-counter;
    position: relative;
    padding-left: 30px;
}
.c3Events > ol > li::before {
    content: counter(c3Event-counter);
    color:rgb(191, 204, 224);
    position: absolute;
    font-size: 1rem;
    left: 0;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c3Events > ol > li:last-child {
    margin-bottom: 0;
}
.c3Events .bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 50px);
    background: #BFCCE0;
    z-index: -1;
    border-bottom-left-radius: 3px;
}
.c3Events .comment {
    background: #FDFEB7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #DDDD48;
    border-bottom: 0;
    font-size: 1.15rem;
    line-height: 100%;
    padding: 8px 20px;
}
.c3Events .aceWrap {
    display: flex;
}
.c3Events .aceWrap > div:first-child {
    flex-grow: 2;
}
.c3Events .aceWrap > div:last-child {
    flex-grow:5;
}
.c3Events .aceWrap .ac {
    border: 1px solid #BFCCE0;
    border-left: 6px solid #BFCCE0;
    border-bottom: 2px solid #BFCCE0;
    border-bottom-left-radius: 3px;
}
.c3Events .ac > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #E5EEF9;
}
.c3Events .ac > ul li {
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 1px;
    font-size: 1.15rem;
    line-height: 100%;
}
.c3Events .ac > ul li:last-child {
    margin-bottom: 0;
}
.c3Events .ac > ul li > .object {
    background: #E5EEF9;
    display: flex;
    align-items: center;
    padding: 8px 14px;
    min-width: 32%;
    max-width: 32%;
    flex-wrap: wrap;
}
.c3Events .ac > ul li > .condition {
    background: #F5F8FF;
    flex-grow: 5;
    border-left: 1px solid #BFCCE0;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    flex-wrap: wrap;
}
.c3Events .ac.actions {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #BFCCE0;
    border-bottom-left-radius: 0;
}
.c3Events .ac.actions > ul {
    background: #fff;
}
.c3Events .eventImgWrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.c3Events .condition .eventImgWrap {
    margin-right: 0;
}
.c3Events .eventImgWrap img {
    display: block;    
}
.c3Events kbd {
    background: #efefef;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    line-height: 100%;
    padding: 3px 5px;
    display: inline-block;
    font-size: 1rem;
}
.c3Events .highlighted {
    border: 3px solid rgb(51, 201, 51) !important;
    border-radius: 3px;
}
.c3Events span.or {
    font-style: italic;
    color: blue;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
@media screen and (max-width:750px) {
    .c3Events .eventImgWrap {
        width: 22px;
        min-width: 22px;
        margin-right: 8px;
    }
    .c3Events .aceWrap {
        display: block;
    }
    .c3Events .aceWrap .ac {
        border-radius: 0;
        border-bottom-width: 0;
    }
    .c3Events .aceWrap > div:last-child {
        border-left: 25px solid #BFCCE0;
        border-bottom: 1px solid #BFCCE0;
    }
}
@media screen and (max-width:600px) {
    .c3Events .ac > ul li > .object {
        justify-content: center;
    }
    .c3Events .ac > ul li > .object .eventImgWrap {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width:550px) {
    .c3Events
    {
        margin-left: -20px;
    }
}
@media screen and (max-width:450px) {
    .c3Events .ac > ul li, .c3Events .comment {
        font-size: 1rem;
    }
    .c3Events li {
        word-break: break-all;
    }
}

/**************************
    ASTERIX CONTENT
***************************/
.asterixContent {
    margin-bottom: 5px;
}
.asterixContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.asterixContent ul li {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}

/**************************
    ICONS
***************************/
.iconWrap {
    width: 92px;
    height: 92px;
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    background-size: 150% 150%;
    background-position: 0 0;
    display: flex;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    animation-name: iconWrapBackground;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
.iconWrap.large {
    width: 116px;
    height: 116px;
}
.iconWrap img {
    display: block;
    max-width: none !important;
    max-height: none !important;
    position: relative;
}
@keyframes iconWrapBackground {
    0%   { background-position: 0 0;}
    50% { background-position: 50% 50%;}
    100% { background-position: 0 0;}
}
@media screen and (max-width:1100px) {
    .iconWrap.expandable {
        width: 100% !important;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        align-items: flex-end;
    }
}

/**************************
    TICK LIST
***************************/
.tickListWrap {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    padding: 30px;
    border-radius: 3px;
}
.tickListWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tickListWrap ul li {
    margin: 0;
    padding: 0;
    line-height: 120%;
    margin-bottom: 32px;
    display: flex;
    color: #fff;
}
.tickListWrap ul li > div:first-child {
    padding-right: 16px;
    padding-top: 4px;
    flex-shrink: 0;
}
.tickListWrap ul li:last-child {
    margin-bottom: 0;
}
.tickListWrap h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
}
.tickListWrap .iconWrap {
    width: 22px;
    height: 22px;
    background-image: none;
    background: #00CC00;
    animation: none;
    border: 2px solid #fff;
}


/**************************
    50% HELP BOXES
***************************/
.boxWrap {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -30px;
    margin-top: -60px;
    display: flex;
    flex-wrap: wrap;
}
.boxWrap a.box {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    background: #fff;
    flex: 1;
    width: 0;
    padding: 50px 30px;
    min-width: 320px;
    -webkit-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    overflow: hidden;
    border-radius: 5px;
}
.horzontalBreak.boxBreak {
    margin-top: 130px;
}
.boxWrap a.box h2, .boxWrap a.box p {
    color: #333;
}
.boxWrap a.box p {
     margin-bottom: 12px;
 }
.boxWrap a.box .txtLink {
    font-size: 1.1rem;
}
.boxWrap a.box:hover {
    text-decoration: none;
}
.boxWrap a.box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
}
.boxWrap a.box ul li {
    display: block;
    flex: 1;
    width: 0;
    margin: 0;
}
.boxWrap a.box ul li:first-child {
    max-width: 150px;
    min-width: 150px;
}
.boxWrap a.box ul li:first-child .iconWrap {
    position: relative;
    left: -45px;
}
.boxWrap a.box ul li:last-child {
    flex-grow: 1;
}

.boxWrap a.box .iconWrap {
    background-image: none;
    filter: grayscale(100%);
    opacity: 0.2;
    -webkit-transition: filter 1s, opacity 1s;
    transition: filter 1s, opacity 1s;
}
.boxWrap a.box:hover .iconWrap {
    filter: grayscale(0);
    opacity: 1;
}
.boxWrap a.box:first-child .iconWrap img {
    position: relative;
    left: 20px;
}
.boxWrap a.box:nth-child(2) .iconWrap img {
    position: relative;
    left: -20px;
}

@media screen and (max-width:1100px) {
    .boxWrap a.box ul {
        display: block;
    }
    .boxWrap a.box ul li {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .boxWrap a.box ul h2 {
        text-align: center;
        margin-top: 30px;
    }
    .boxWrap a.box ul li:first-child {
        text-align: center;
    }
    .boxWrap a.box ul li:nth-child(2){
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .boxWrap a.box ul li:first-child .iconWrap {
        position: static;
        margin: 0 auto;
    }
    .boxWrap a.box {
        padding: 0;
        overflow: visible;
    }
    .boxWrap a.box .iconWrap {
        background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
        filter: grayscale(0);
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        height: 170px !important;
    }
    .boxWrap a.box:first-child .iconWrap img {
        width: 100px;
        left: auto;
    }
    .boxWrap a.box:nth-child(2) .iconWrap img {
        width: 170px;
        left: auto;
    }
    .boxWrap a.box .txtLink {
        display: block;
        text-align: center;
    }
}


/**************************
    Horizontal break
***************************/
.horzontalBreak {
    background: #EFEFEF;
    height: 3px;
}
@media screen and (max-width:630px) {
    .horzontalBreak.boxBreak {
        margin-top: 80px;
    }
}



/**************************
    Slanted info box
***************************/
.highlightedFaq {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 3px 34px -3px rgba(0,0,0,0.35);
    background-image: linear-gradient(-100deg, #8febff  0%, #00d2ff 100%);
    background-size: 150% 150%;
    animation-name: slantedBackground;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    position: relative;
    margin-top: -75px;
}
.highlightedFaq .topImage {
    overflow: hidden;
    height: 300px;
    background-size: cover;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    background-position: center top;
}
.highlightedFaq .topImage:after
{
    background: #fff;
    height: 100%;
    display: block;
    width: 200%;
    position: absolute;
    bottom: -100%;
    left: -100%;
    z-index: 2;
    content: '';
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: 2;
}
.highlightedFaq .inner {
    padding: 30px;
    background: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.highlightedFaq .inner h2 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: left;
    text-transform: none;
    line-height: 130%;
    margin-bottom: 20px;
}


/**************************
    THREE COL
***************************/
.threeColumns {
    display: flex;
}
.threeColumns .col {
    width: 33.33333%;
    margin: 0 8px;
}
.threeColumns .col:first-child > div {
    margin-left: 0;
}
.threeColumns .col:last-child > div {
    margin-right: 0;
}
.threeColumns .col > div {
    text-align: center;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    padding: 30px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
}
.threeColumns .col > div > div {
    flex-grow: 0;
}
.threeColumns .col > div > div.last {
    flex-grow: 1;
    align-self: flex-end;
}
.threeColumns h2 {
    text-align: center;
    padding-top: 70px;
}
.threeColumns p {
    text-align: left;
}
.threeColumns a.newButton {
    padding: 7px 15px;
    font-size: 1.1rem;
    text-transform: none;
}
.threeColumns .iconWrap {
    position: absolute;
    left: 50%;
    margin-left: -46px;
    top: -12px;
}
.threeColumns .iconWrap img {
    height: 100% !important;
    width: 100% !important;
}
.threeColumns .iconWrap.padded {
    padding: 10px;
    width: 72px;
    height: 72px;
}
@media screen and (max-width:1150px) {
    .threeColumns {
        display: block;
    }
    .threeColumns .col {
        width: 100%;
        margin: 8px 0;
    }
    .threeColumns .col > div {
        display: block;
    }
    .threeColumns p {
        max-width: 600px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .threeColumns .col > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .threeColumns a.newButton {
        margin-top: 10px;
    }
}


.ui-widget-overlay.ui-front {
    display: none;
}

/* Hash link */
a.hashLink {
    display: block;
    margin-top: -132px;
    padding-bottom: 132px;
}
@media screen and (max-width:750px) {
    a.hashLink {
        display: block;
        margin-top: -116px;
        padding-bottom: 116px;
    }
}

a.blueskyFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    background: #8bbbea;
    padding: 3px;
    border-radius: 3px;
}