/*!
 
Theme Name: ClamXAV 2017
Theme URI: http://www.clamxav.com
Description: A custom theme for ClamXAV 2017
Version: 1.2
Author: James Cant
Author URI: http://www.day6studio.com

*/
@import url(font-awesome.min.css);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
[class*="grid"] {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -0.5rem;
}
.col,
[class*="col-"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0 0.5rem 1rem;
}
.col {
    flex: 1 1 0%;
}
.grid.col,
.grid[class*="col-"] {
    margin: 0;
    padding: 0;
}
[class*="grid-"][class*="-noGutter"] {
    margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class*="col"] {
    padding: 0;
}
[class*="grid-"][class*="-center"] {
    justify-content: center;
}
[class*="grid-"][class*="-right"] {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: auto;
}
[class*="grid-"][class*="-top"] {
    align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
    align-items: center;
}
[class*="grid-"][class*="-bottom"] {
    align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
    flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
    flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
    flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
    flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
    justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
    justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col"] {
    display: flex;
}
[class*="col-"][class*="-top"] {
    align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
    align-self: center;
}
[class*="col-"][class*="-bottom"] {
    align-self: flex-end;
}
[class*="col-"][class*="-first"] {
    order: -1;
}
[class*="col-"][class*="-last"] {
    order: 1;
}
[class*="grid-1"] > .col,
[class*="grid-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
}
[class*="grid-2"] > .col,
[class*="grid-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
}
[class*="grid-3"] > .col,
[class*="grid-3"] > [class*="col-"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="grid-4"] > .col,
[class*="grid-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
}
[class*="grid-5"] > .col,
[class*="grid-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
}
[class*="grid-6"] > .col,
[class*="grid-6"] > [class*="col-"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="grid-7"] > .col,
[class*="grid-7"] > [class*="col-"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}
[class*="grid-8"] > .col,
[class*="grid-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
}
[class*="grid-9"] > .col,
[class*="grid-9"] > [class*="col-"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
}
[class*="grid-10"] > .col,
[class*="grid-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
}
[class*="grid-11"] > .col,
[class*="grid-11"] > [class*="col-"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
}
[class*="grid-12"] > .col,
[class*="grid-12"] > [class*="col-"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
@media screen and (max-width: 80em) {
    [class*="_lg-1"] > .col,
    [class*="_lg-1"] > [class*="col-"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_lg-2"] > .col,
    [class*="_lg-2"] > [class*="col-"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_lg-3"] > .col,
    [class*="_lg-3"] > [class*="col-"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_lg-4"] > .col,
    [class*="_lg-4"] > [class*="col-"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_lg-5"] > .col,
    [class*="_lg-5"] > [class*="col-"] {
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_lg-6"] > .col,
    [class*="_lg-6"] > [class*="col-"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_lg-7"] > .col,
    [class*="_lg-7"] > [class*="col-"] {
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_lg-8"] > .col,
    [class*="_lg-8"] > [class*="col-"] {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_lg-9"] > .col,
    [class*="_lg-9"] > [class*="col-"] {
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_lg-10"] > .col,
    [class*="_lg-10"] > [class*="col-"] {
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_lg-11"] > .col,
    [class*="_lg-11"] > [class*="col-"] {
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_lg-12"] > .col,
    [class*="_lg-12"] > [class*="col-"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
}
@media screen and (max-width: 64em) {
    [class*="_md-1"] > .col,
    [class*="_md-1"] > [class*="col-"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_md-2"] > .col,
    [class*="_md-2"] > [class*="col-"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_md-3"] > .col,
    [class*="_md-3"] > [class*="col-"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_md-4"] > .col,
    [class*="_md-4"] > [class*="col-"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_md-5"] > .col,
    [class*="_md-5"] > [class*="col-"] {
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_md-6"] > .col,
    [class*="_md-6"] > [class*="col-"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_md-7"] > .col,
    [class*="_md-7"] > [class*="col-"] {
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_md-8"] > .col,
    [class*="_md-8"] > [class*="col-"] {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_md-9"] > .col,
    [class*="_md-9"] > [class*="col-"] {
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_md-10"] > .col,
    [class*="_md-10"] > [class*="col-"] {
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_md-11"] > .col,
    [class*="_md-11"] > [class*="col-"] {
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_md-12"] > .col,
    [class*="_md-12"] > [class*="col-"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
}
@media screen and (max-width: 48em) {
    [class*="_sm-1"] > .col,
    [class*="_sm-1"] > [class*="col-"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_sm-2"] > .col,
    [class*="_sm-2"] > [class*="col-"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_sm-3"] > .col,
    [class*="_sm-3"] > [class*="col-"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_sm-4"] > .col,
    [class*="_sm-4"] > [class*="col-"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_sm-5"] > .col,
    [class*="_sm-5"] > [class*="col-"] {
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_sm-6"] > .col,
    [class*="_sm-6"] > [class*="col-"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_sm-7"] > .col,
    [class*="_sm-7"] > [class*="col-"] {
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_sm-8"] > .col,
    [class*="_sm-8"] > [class*="col-"] {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_sm-9"] > .col,
    [class*="_sm-9"] > [class*="col-"] {
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_sm-10"] > .col,
    [class*="_sm-10"] > [class*="col-"] {
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_sm-11"] > .col,
    [class*="_sm-11"] > [class*="col-"] {
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_sm-12"] > .col,
    [class*="_sm-12"] > [class*="col-"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
}
@media screen and (max-width: 35.5em) {
    [class*="_xs-1"] > .col,
    [class*="_xs-1"] > [class*="col-"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="_xs-2"] > .col,
    [class*="_xs-2"] > [class*="col-"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="_xs-3"] > .col,
    [class*="_xs-3"] > [class*="col-"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="_xs-4"] > .col,
    [class*="_xs-4"] > [class*="col-"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="_xs-5"] > .col,
    [class*="_xs-5"] > [class*="col-"] {
        flex-basis: 20%;
        max-width: 20%;
    }
    [class*="_xs-6"] > .col,
    [class*="_xs-6"] > [class*="col-"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="_xs-7"] > .col,
    [class*="_xs-7"] > [class*="col-"] {
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    [class*="_xs-8"] > .col,
    [class*="_xs-8"] > [class*="col-"] {
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    [class*="_xs-9"] > .col,
    [class*="_xs-9"] > [class*="col-"] {
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    [class*="_xs-10"] > .col,
    [class*="_xs-10"] > [class*="col-"] {
        flex-basis: 10%;
        max-width: 10%;
    }
    [class*="_xs-11"] > .col,
    [class*="_xs-11"] > [class*="col-"] {
        flex-basis: 9.09091%;
        max-width: 9.09091%;
    }
    [class*="_xs-12"] > .col,
    [class*="_xs-12"] > [class*="col-"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
}
[class*="grid"] > [class*="col-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="grid"] > [class*="col-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="grid"] > [class*="col-3"] {
    flex-basis: 25%;
    max-width: 25%;
}
[class*="grid"] > [class*="col-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="grid"] > [class*="col-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
[class*="grid"] > [class*="col-6"] {
    flex-basis: 50%;
    max-width: 50%;
}
[class*="grid"] > [class*="col-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
[class*="grid"] > [class*="col-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
[class*="grid"] > [class*="col-9"] {
    flex-basis: 75%;
    max-width: 75%;
}
[class*="grid"] > [class*="col-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
[class*="grid"] > [class*="col-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
[class*="grid"] > [class*="col-12"] {
    flex-basis: 100%;
    max-width: 100%;
}
[class*="grid"] > [push-left*="off-0"] {
    margin-left: 0;
}
[class*="grid"] > [push-left*="off-1"] {
    margin-left: 8.33333%;
}
[class*="grid"] > [push-left*="off-2"] {
    margin-left: 16.66667%;
}
[class*="grid"] > [push-left*="off-3"] {
    margin-left: 25%;
}
[class*="grid"] > [push-left*="off-4"] {
    margin-left: 33.33333%;
}
[class*="grid"] > [push-left*="off-5"] {
    margin-left: 41.66667%;
}
[class*="grid"] > [push-left*="off-6"] {
    margin-left: 50%;
}
[class*="grid"] > [push-left*="off-7"] {
    margin-left: 58.33333%;
}
[class*="grid"] > [push-left*="off-8"] {
    margin-left: 66.66667%;
}
[class*="grid"] > [push-left*="off-9"] {
    margin-left: 75%;
}
[class*="grid"] > [push-left*="off-10"] {
    margin-left: 83.33333%;
}
[class*="grid"] > [push-left*="off-11"] {
    margin-left: 91.66667%;
}
[class*="grid"] > [push-right*="off-0"] {
    margin-right: 0;
}
[class*="grid"] > [push-right*="off-1"] {
    margin-right: 8.33333%;
}
[class*="grid"] > [push-right*="off-2"] {
    margin-right: 16.66667%;
}
[class*="grid"] > [push-right*="off-3"] {
    margin-right: 25%;
}
[class*="grid"] > [push-right*="off-4"] {
    margin-right: 33.33333%;
}
[class*="grid"] > [push-right*="off-5"] {
    margin-right: 41.66667%;
}
[class*="grid"] > [push-right*="off-6"] {
    margin-right: 50%;
}
[class*="grid"] > [push-right*="off-7"] {
    margin-right: 58.33333%;
}
[class*="grid"] > [push-right*="off-8"] {
    margin-right: 66.66667%;
}
[class*="grid"] > [push-right*="off-9"] {
    margin-right: 75%;
}
[class*="grid"] > [push-right*="off-10"] {
    margin-right: 83.33333%;
}
[class*="grid"] > [push-right*="off-11"] {
    margin-right: 91.66667%;
}
@media screen and (max-width: 80em) {
    [class*="grid"] > [class*="_lg-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid"] > [class*="_lg-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid"] > [class*="_lg-3"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid"] > [class*="_lg-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid"] > [class*="_lg-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid"] > [class*="_lg-6"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid"] > [class*="_lg-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid"] > [class*="_lg-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid"] > [class*="_lg-9"] {
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid"] > [class*="_lg-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid"] > [class*="_lg-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid"] > [class*="_lg-12"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid"] > [push-left*="_lg-0"] {
        margin-left: 0;
    }
    [class*="grid"] > [push-left*="_lg-1"] {
        margin-left: 8.33333%;
    }
    [class*="grid"] > [push-left*="_lg-2"] {
        margin-left: 16.66667%;
    }
    [class*="grid"] > [push-left*="_lg-3"] {
        margin-left: 25%;
    }
    [class*="grid"] > [push-left*="_lg-4"] {
        margin-left: 33.33333%;
    }
    [class*="grid"] > [push-left*="_lg-5"] {
        margin-left: 41.66667%;
    }
    [class*="grid"] > [push-left*="_lg-6"] {
        margin-left: 50%;
    }
    [class*="grid"] > [push-left*="_lg-7"] {
        margin-left: 58.33333%;
    }
    [class*="grid"] > [push-left*="_lg-8"] {
        margin-left: 66.66667%;
    }
    [class*="grid"] > [push-left*="_lg-9"] {
        margin-left: 75%;
    }
    [class*="grid"] > [push-left*="_lg-10"] {
        margin-left: 83.33333%;
    }
    [class*="grid"] > [push-left*="_lg-11"] {
        margin-left: 91.66667%;
    }
    [class*="grid"] > [push-right*="_lg-0"] {
        margin-right: 0;
    }
    [class*="grid"] > [push-right*="_lg-1"] {
        margin-right: 8.33333%;
    }
    [class*="grid"] > [push-right*="_lg-2"] {
        margin-right: 16.66667%;
    }
    [class*="grid"] > [push-right*="_lg-3"] {
        margin-right: 25%;
    }
    [class*="grid"] > [push-right*="_lg-4"] {
        margin-right: 33.33333%;
    }
    [class*="grid"] > [push-right*="_lg-5"] {
        margin-right: 41.66667%;
    }
    [class*="grid"] > [push-right*="_lg-6"] {
        margin-right: 50%;
    }
    [class*="grid"] > [push-right*="_lg-7"] {
        margin-right: 58.33333%;
    }
    [class*="grid"] > [push-right*="_lg-8"] {
        margin-right: 66.66667%;
    }
    [class*="grid"] > [push-right*="_lg-9"] {
        margin-right: 75%;
    }
    [class*="grid"] > [push-right*="_lg-10"] {
        margin-right: 83.33333%;
    }
    [class*="grid"] > [push-right*="_lg-11"] {
        margin-right: 91.66667%;
    }
}
@media screen and (max-width: 64em) {
    [class*="grid"] > [class*="_md-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid"] > [class*="_md-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid"] > [class*="_md-3"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid"] > [class*="_md-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid"] > [class*="_md-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid"] > [class*="_md-6"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid"] > [class*="_md-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid"] > [class*="_md-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid"] > [class*="_md-9"] {
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid"] > [class*="_md-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid"] > [class*="_md-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid"] > [class*="_md-12"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid"] > [push-left*="_md-0"] {
        margin-left: 0;
    }
    [class*="grid"] > [push-left*="_md-1"] {
        margin-left: 8.33333%;
    }
    [class*="grid"] > [push-left*="_md-2"] {
        margin-left: 16.66667%;
    }
    [class*="grid"] > [push-left*="_md-3"] {
        margin-left: 25%;
    }
    [class*="grid"] > [push-left*="_md-4"] {
        margin-left: 33.33333%;
    }
    [class*="grid"] > [push-left*="_md-5"] {
        margin-left: 41.66667%;
    }
    [class*="grid"] > [push-left*="_md-6"] {
        margin-left: 50%;
    }
    [class*="grid"] > [push-left*="_md-7"] {
        margin-left: 58.33333%;
    }
    [class*="grid"] > [push-left*="_md-8"] {
        margin-left: 66.66667%;
    }
    [class*="grid"] > [push-left*="_md-9"] {
        margin-left: 75%;
    }
    [class*="grid"] > [push-left*="_md-10"] {
        margin-left: 83.33333%;
    }
    [class*="grid"] > [push-left*="_md-11"] {
        margin-left: 91.66667%;
    }
    [class*="grid"] > [push-right*="_md-0"] {
        margin-right: 0;
    }
    [class*="grid"] > [push-right*="_md-1"] {
        margin-right: 8.33333%;
    }
    [class*="grid"] > [push-right*="_md-2"] {
        margin-right: 16.66667%;
    }
    [class*="grid"] > [push-right*="_md-3"] {
        margin-right: 25%;
    }
    [class*="grid"] > [push-right*="_md-4"] {
        margin-right: 33.33333%;
    }
    [class*="grid"] > [push-right*="_md-5"] {
        margin-right: 41.66667%;
    }
    [class*="grid"] > [push-right*="_md-6"] {
        margin-right: 50%;
    }
    [class*="grid"] > [push-right*="_md-7"] {
        margin-right: 58.33333%;
    }
    [class*="grid"] > [push-right*="_md-8"] {
        margin-right: 66.66667%;
    }
    [class*="grid"] > [push-right*="_md-9"] {
        margin-right: 75%;
    }
    [class*="grid"] > [push-right*="_md-10"] {
        margin-right: 83.33333%;
    }
    [class*="grid"] > [push-right*="_md-11"] {
        margin-right: 91.66667%;
    }
}
@media screen and (max-width: 48em) {
    [class*="grid"] > [class*="_sm-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid"] > [class*="_sm-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid"] > [class*="_sm-3"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid"] > [class*="_sm-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid"] > [class*="_sm-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid"] > [class*="_sm-6"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid"] > [class*="_sm-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid"] > [class*="_sm-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid"] > [class*="_sm-9"] {
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid"] > [class*="_sm-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid"] > [class*="_sm-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid"] > [class*="_sm-12"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid"] > [push-left*="_sm-0"] {
        margin-left: 0;
    }
    [class*="grid"] > [push-left*="_sm-1"] {
        margin-left: 8.33333%;
    }
    [class*="grid"] > [push-left*="_sm-2"] {
        margin-left: 16.66667%;
    }
    [class*="grid"] > [push-left*="_sm-3"] {
        margin-left: 25%;
    }
    [class*="grid"] > [push-left*="_sm-4"] {
        margin-left: 33.33333%;
    }
    [class*="grid"] > [push-left*="_sm-5"] {
        margin-left: 41.66667%;
    }
    [class*="grid"] > [push-left*="_sm-6"] {
        margin-left: 50%;
    }
    [class*="grid"] > [push-left*="_sm-7"] {
        margin-left: 58.33333%;
    }
    [class*="grid"] > [push-left*="_sm-8"] {
        margin-left: 66.66667%;
    }
    [class*="grid"] > [push-left*="_sm-9"] {
        margin-left: 75%;
    }
    [class*="grid"] > [push-left*="_sm-10"] {
        margin-left: 83.33333%;
    }
    [class*="grid"] > [push-left*="_sm-11"] {
        margin-left: 91.66667%;
    }
    [class*="grid"] > [push-right*="_sm-0"] {
        margin-right: 0;
    }
    [class*="grid"] > [push-right*="_sm-1"] {
        margin-right: 8.33333%;
    }
    [class*="grid"] > [push-right*="_sm-2"] {
        margin-right: 16.66667%;
    }
    [class*="grid"] > [push-right*="_sm-3"] {
        margin-right: 25%;
    }
    [class*="grid"] > [push-right*="_sm-4"] {
        margin-right: 33.33333%;
    }
    [class*="grid"] > [push-right*="_sm-5"] {
        margin-right: 41.66667%;
    }
    [class*="grid"] > [push-right*="_sm-6"] {
        margin-right: 50%;
    }
    [class*="grid"] > [push-right*="_sm-7"] {
        margin-right: 58.33333%;
    }
    [class*="grid"] > [push-right*="_sm-8"] {
        margin-right: 66.66667%;
    }
    [class*="grid"] > [push-right*="_sm-9"] {
        margin-right: 75%;
    }
    [class*="grid"] > [push-right*="_sm-10"] {
        margin-right: 83.33333%;
    }
    [class*="grid"] > [push-right*="_sm-11"] {
        margin-right: 91.66667%;
    }
}
@media screen and (max-width: 35.5em) {
    [class*="grid"] > [class*="_xs-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    [class*="grid"] > [class*="_xs-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    [class*="grid"] > [class*="_xs-3"] {
        flex-basis: 25%;
        max-width: 25%;
    }
    [class*="grid"] > [class*="_xs-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    [class*="grid"] > [class*="_xs-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    [class*="grid"] > [class*="_xs-6"] {
        flex-basis: 50%;
        max-width: 50%;
    }
    [class*="grid"] > [class*="_xs-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    [class*="grid"] > [class*="_xs-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    [class*="grid"] > [class*="_xs-9"] {
        flex-basis: 75%;
        max-width: 75%;
    }
    [class*="grid"] > [class*="_xs-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    [class*="grid"] > [class*="_xs-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    [class*="grid"] > [class*="_xs-12"] {
        flex-basis: 100%;
        max-width: 100%;
    }
    [class*="grid"] > [push-left*="_xs-0"] {
        margin-left: 0;
    }
    [class*="grid"] > [push-left*="_xs-1"] {
        margin-left: 8.33333%;
    }
    [class*="grid"] > [push-left*="_xs-2"] {
        margin-left: 16.66667%;
    }
    [class*="grid"] > [push-left*="_xs-3"] {
        margin-left: 25%;
    }
    [class*="grid"] > [push-left*="_xs-4"] {
        margin-left: 33.33333%;
    }
    [class*="grid"] > [push-left*="_xs-5"] {
        margin-left: 41.66667%;
    }
    [class*="grid"] > [push-left*="_xs-6"] {
        margin-left: 50%;
    }
    [class*="grid"] > [push-left*="_xs-7"] {
        margin-left: 58.33333%;
    }
    [class*="grid"] > [push-left*="_xs-8"] {
        margin-left: 66.66667%;
    }
    [class*="grid"] > [push-left*="_xs-9"] {
        margin-left: 75%;
    }
    [class*="grid"] > [push-left*="_xs-10"] {
        margin-left: 83.33333%;
    }
    [class*="grid"] > [push-left*="_xs-11"] {
        margin-left: 91.66667%;
    }
    [class*="grid"] > [push-right*="_xs-0"] {
        margin-right: 0;
    }
    [class*="grid"] > [push-right*="_xs-1"] {
        margin-right: 8.33333%;
    }
    [class*="grid"] > [push-right*="_xs-2"] {
        margin-right: 16.66667%;
    }
    [class*="grid"] > [push-right*="_xs-3"] {
        margin-right: 25%;
    }
    [class*="grid"] > [push-right*="_xs-4"] {
        margin-right: 33.33333%;
    }
    [class*="grid"] > [push-right*="_xs-5"] {
        margin-right: 41.66667%;
    }
    [class*="grid"] > [push-right*="_xs-6"] {
        margin-right: 50%;
    }
    [class*="grid"] > [push-right*="_xs-7"] {
        margin-right: 58.33333%;
    }
    [class*="grid"] > [push-right*="_xs-8"] {
        margin-right: 66.66667%;
    }
    [class*="grid"] > [push-right*="_xs-9"] {
        margin-right: 75%;
    }
    [class*="grid"] > [push-right*="_xs-10"] {
        margin-right: 83.33333%;
    }
    [class*="grid"] > [push-right*="_xs-11"] {
        margin-right: 91.66667%;
    }
}
body {
    position: relative;
    width: 100%;
    height: 100%;
}
.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background-color: #36a9e1;
    left: auto;
}
.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}
.slideout-open,
.slideout-open .slideout-panel,
.slideout-open body {
    overflow: hidden;
}
.slideout-open .slideout-menu {
    display: block;
}
.headroom {
    transition: transform 0.2s linear;
    position: fixed;
}
.headroom--pinned {
    transform: translateY(0);

}
.headroom--unpinned {
    transform: translateY(-100%);

}
.headroom--top {
    transform: translateY(0);
    position: relative;

}

body {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: source-sans-pro, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 { 
    font-weight: 300;
    padding: 25px 0 15px;
}
h1.hero, h1.hero-section__content {
    font-size: 50px;
}
h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1rem;
}
h5,
h6 {
    font-size: 0.8rem;
}
p {
    padding: 10px 0;
    line-height: 160%;
}
label {
    line-height: 200%;
    display: block;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
.content ol,
.content ul {
    list-style-position: inside;
    margin: 20px 0;
}
.content ol li,
.content ul li {
    margin-left: 20px;
    line-height: 160%;
}
.content ul {
    list-style: disc;
}
.content ol {
    list-style: decimal;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 140%;
}
.content h2,
.content h3 {
    font-weight: 500;
    color: #36a9e1;
}
blockquote {
    font-family: source-sans-pro, sans-serif;
    font-size: 1.6rem;
    line-height: 125%;
}
blockquote p {
    line-height: 120%;
}
blockquote span {
    font-family: source-sans-pro, sans-serif;
    font-size: 16px;
}
hr {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0 45px;
}

hr.small {
    width: 80px;
    background-color: #36a9e1;
    margin: 20px auto;
}
a {
    color: #36a9e1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
html {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#page {
    width: 100%;
    background-color: #fff;
}
.container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: unset;
}

.narrower {
    max-width: 1080px;
    margin: 0 auto;
}
.narrow-mid {
    max-width: 900px;
    margin: 0 auto;
}
.narrow {
    max-width: 750px;
    margin: 0 auto;
}
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-width {
    width: 100%;
}
.full-screen {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.full-screen,
.overlay {
    background-size: cover;
    background-position: 50%;
}
.overlay {
    padding: 0;
}
.overlay > div {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.overlay > div > div {
    height: 100%;
}
.overlay h1,
.overlay p {
    color: #fff;
}
section.overlay > div {
    padding: 30px 0;
}
.bg {
    /* background-size: cover;
    background-position: 50%; */
}
.bg,
.bg h1,
.bg h2,
.bg h3,
.bg h4,
.bg h5,
.bg h6,
div[class*="bg-"] p,
div[class*="bg-"] p.subtitle,
footer[class*="bg-"] p,
footer[class*="bg-"] p.subtitle,
section[class*="bg-"] p,
section[class*="bg-"] p.subtitle {
    color: #fff;
}
div[class*="bg-"] h1,
div[class*="bg-"] h2,
div[class*="bg-"] h3,
div[class*="bg-"] h4,
div[class*="bg-"] h5,
div[class*="bg-"] h6,
footer[class*="bg-"] h1,
footer[class*="bg-"] h2,
footer[class*="bg-"] h3,
footer[class*="bg-"] h4,
footer[class*="bg-"] h5,
footer[class*="bg-"] h6,
section[class*="bg-"] h1,
section[class*="bg-"] h2,
section[class*="bg-"] h3,
section[class*="bg-"] h4,
section[class*="bg-"] h5,
section[class*="bg-"] h6 {
    color: #fff !important;
}
div[class*="bg-"] a,
footer[class*="bg-"] a,
section[class*="bg-"] a {
    color: #fff;
    text-decoration: none;
}
div[class*="bg-"] a:hover,
footer[class*="bg-"] a:hover,
section[class*="bg-"] a:hover {
    text-decoration: underline;
}
.bg-primary {
    background-color: #36a9e1;
    color: #fff;
}
.bg-secondary {
    background-color: #e74c3c;
    color: #fff;
}
video.full {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../polina.html) no-repeat;
    background-size: cover;
}
.text-primary {
    color: #36a9e1;
}
.text-secondary {
    color: #e74c3c;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-quote {
    text-align: center;
    color: #36a9e1;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    line-height: 130%;
    margin: 50px 0;
}
.text-quote:after {
    content: " ";
    display: block;
    border: 1px solid #36a9e1;
    width: 50px;
    margin: 20px auto 40px;
}
.subtitle {
    padding-bottom: 0;
}
.subtitle + p {
    color: #e74c3c;
    margin: 0;
    padding-top: 5px;
    font-size: 15px;
    color: #000;
}
.button,
input[type="submit"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    border: none;
    display: inline-block;
    font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    padding: 8px 24px;
    margin-top: 10px;
    border-radius: 6px;
    line-height: 160%;
}

.button:hover,
input[type="submit"]:hover {
    text-decoration: none !important;
}
.button + .button,
input[type="submit"] + .button {
    margin-left: 15px;
}
.button,
.small,
input[type="submit"] {
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.button-primary {
   /* background-color: #36a9e1;   this is clamXAV blue for orginal buttons
   color: #fff;*/
    background-color: #368AB3;
    color: #fff;
}
.button-primary:hover {
    background-color: #219fdd;
}
.button-secondary {
    background-color: #e74c3c;
    color: #fff;
}
.button-secondary:hover {
    background-color: #e43725;
}
.button-white {
    background-color: #fff;
    color: #36a9e1;
}
.button-primary.button-ghost {
    background-color: transparent;
    color: #36a9e1;
    border: 1px solid #36a9e1;
}
.button-primary.button-ghost:hover {
    color: #fff;
    background-color: #36a9e1;
}
.button-secondary.button-ghost {
    background-color: transparent;
    color: #e74c3c;
    border: 1px solid #e74c3c;
}
.button-secondary.button-ghost:hover {
    color: #fff;
    background-color: #e74c3c;
}
.button-white.button-ghost {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.rounded {
    border-radius: 5px;
}
.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.square-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.square-box .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}
.zoom {
    position: relative;
    background: 0 0;
    background-size: 100% auto;
    background-blend-mode: multiply;
    background-position: 50%;
    width: 100%;
    height: auto;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    cursor: pointer;
}
.zoom.greyscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.zoom h2 {
    color: #fff;
}
.zoom > a {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.zoom:before,
.zoom > a {
    position: absolute;
    top: 0;
    left: 0;
}
.zoom:before {
    right: 0;
    bottom: 0;
    background-color: inherit;
    content: " ";
}
.zoom:hover {
    background-color: rgba(176, 0, 2, 0.8);
    background-size: 105% auto;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.zoom-grey:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.zoom div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    padding: 5px 15px;
    width: calc(100% - 30px);
    text-align: center;
}
.zoom:hover div {
    opacity: 1;
    color: #fff;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.zoom + h2.meta {
    padding-top: 5px;
}
.zoom + h2 + p {
    margin-bottom: 20px;
}
.wf-loading,
html {
    transition: all 0.35s ease-in-out;
}
.wf-loading {
    opacity: 0;
}
html {
    font-size: 16px;
}

small {
    font-size: 0.8rem;
}
.headroom {
    display: none;
}
.headroom .logo {
    position: absolute;
    top: 24px;
    left: 5px;
    height: 40px;
    width: auto;
}
.hero.hero-small {
    height: 250px;
}
.hero h1 {
    font-size: 1.8rem;
}
.hero p {
    padding: 0;
}
.hero .subtitle + p {
    color: #fff;
}

.toggle-button {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    padding: 10px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
.price.toggle-button {
    color: #000;
}
.home.pricing-table{
    max-width: 100%;
}
.pricing-table {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
}
[class*="pricing-package"] {
    background-color: #fff;
    position: relative;
    border: 1px solid #ccc;  
    border-top: 5px solid #378ab2;
    border-radius: 4px;
    padding-top: 25px;
    font-size: 1rem;
    width: 100%;
    
    
  }

.business{
    border-top: 5px solid #000;
    background-color: #fff;
 }

 .discount{

    background-color: #B7261F;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    
 }

 .discount a{
     color: #fff;
     text-decoration: underline;
 }

.consent{
    font-size: 0.8rem;
    display:inline-block; 
    vertical-align:middle;

}

/* PRICING/PRICES SECTIONS */
.pricing{
    margin-top: 100px;
}

.home.pricing-table .pricing-package h2 {
    font-size: 2.1875rem;
    font-weight: 100;
}

.pricing-table .pricing-package h3 {
    font-weight: 400;
    padding-top: 0;
    color: #212121;
} 

.pricing-table .pricing-package h4 {
    font-weight: 400;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 5px;
    color: #212121;
} 
.pricing-table .pricing-package .pricing-footer {
    border-top: 1px solid #ccc;
    margin-top:15px;
    padding: 15px 5px;
    position: relative;
    transition: margin 1s ease;   
}
.pricing-table .pricing-package .pricing-footer .button{
    margin-left: 0!important;
    font-weight: bolder;
    width: 90%;
    font-size: 15px;
    margin-top: 5px!important;
}

.home .pricing-package .content{
    height: 17em;
    margin-bottom: 1rem;
}
.home .pricing-package .buttons-home div {
    padding-bottom: 0;
}
.home .pricing-package{
    max-width: 400px;
    width: 100%;
    margin: 6rem auto 1.5625rem;
    padding: 1em 1.2em;
    position: relative;
    min-height: 15em;
}

.home-footer {
    position: relative;
    bottom: 20px;
}

.home .pricing-table .pricing-package .ul{
    margin-left: 55px;
}


.pricing-footer form{
    margin: 0;
}

.select-container {position:relative; display: inline;}
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .5em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

.select-container-student-spacer {position:relative; height: 2.7em;}

.referral-container {
    position:relative;
    width: calc(100% - 20px);
    margin: auto;
}

select::-ms-expand {
    display: none;
}

 .price-return.pricing-table p{
  
  color: #212121;
  font-weight: 200;
  line-height:26px;
  font-size: 14px;

}

.pricing-package .buttons-home .button{
    max-height: 46px;
    text-align: center;
    width: 100%;
    margin-top: 10px!important;
    margin-left: 2px;
}

.pricing-table .pricing-package i {
    color: #fff;
    margin-top: 6.5px;
}
.pricing-table .pricing-package .pricing-header + div i.fa-check {
    color: #3b9937;
}
.pricing-table .pricing-package .pricing-header + div i.fa-times {
    color: #a94442;
}
.pricing-table .pricing-package .pricing-price {
    font-size: 1.5625rem;
    font-weight: 200;
}

.home.pricing-table .pricing-package ul {
    text-align: left;
    margin: 10px 10px 60px 10px;
}

.home.pricing-table .pricing-package p {
height: 150px;
font-size: 16px;
}



.buttons-business{
    width: 100%;
    -webkit-appearance: none;
    transition: none;
}


.pricing-table .pricing-package .pricing-footer #cost {
    display: none;
    /* padding-bottom: 70px; */
    min-height: 240px;
    overflow: hidden;
    position: relative;
    justify-content: center;

}

.home .pricing-table .col-first{
  margin-right: 80px;
}

.headroom.pricing-page {
    border-bottom:1px solid #ccc;

} 

.pricing-table .pricing-package .pricing-footer input, select{
    background-color: #fff;
    font-weight: bolder;
    color: #8c8c8c;
    font-family: source-sans-pro,sans-serif;
    padding: 10px;
    border: 1px solid #ccc; 
    border-radius: 5px;
    margin-bottom: 5px;
    width: 85%;
    line-height: 160%;
    font-size: 15px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.price-return.pricing-table .pricing-package ul {
    text-align: left;
    display:inline-block;
    margin: 0 auto;
}

.pricing-table .pricing-package ul li {
    line-height: 140%;
    padding: 8px 0;
    font-size: 14px;
}
.pricing-table .bg-pricing-education {
    background: linear-gradient(180deg, #34912e, #3aaa35);
}
.pricing-table .bg-pricing-home {
    background: linear-gradient(180deg, #2c7ea6, #36a9e1);
}
.pricing-table .bg-pricing-business {
    background: linear-gradient(180deg, #3c3c3b, #706f6f);
}
.pricing-volume {
    width: 350px;
    margin: 50px auto 30px;
}
.pricing-volume thead {
    font-weight: 300;
}
.pricing-volume tr {
    border-bottom: 1px solid #eaeaea;
}
.pricing-volume td {
    font-weight: 100;
}
.pricing-volume th {
    font-weight: 500;
}
.pricing-volume td,
.pricing-volume th {
    padding: 5px;
}
.pricing-volume td + td,
.pricing-volume th + th {
    text-align: right;
}
.pricing-volume tbody {
    font-weight: 300;
}

/*BUSINESS SEATS COST BREAKDOWN RESULTS TABLE */

.table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    margin-top: 10px;
    width: 85%;
    margin:auto;
  }

  table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: center;
    font-size: 14px;
  }

  @media (min-width: 600px) {
    #cost{
    /* height: 300px; */
    margin-top: 10px;
    }
  }

  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    #cost{
        height: 460px;
    
       }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }

#business-cost h3{
    padding-top: 5px!important;
    font-size: 35px;
    color: #212121;
    line-height: 50px;
}


input[type=button]{
    -webkit-appearance: button;
  }

  input[type=checkbox], input[type=radio] {
  vertical-align: middle; 
  position: relative;
  bottom: .08em;
  padding:100px;

  }

 .buttons{
    bottom: 20px;
    position: absolute;
    width: calc(100% - 10px);
    -webkit-appearance: none;
    transition: margin 1s ease;
    
}

#section{
    min-height: 500px;
}




.home {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px auto;
    position: relative;
    box-sizing: border-box;
}

.hero-section img {
    position: absolute;
    left:73%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
     max-width: none;
}

 
.hero-section__content h1{
    line-height: 140%;
}
    
.hero-section__content ul{
    line-height: 140%;
    list-style: none;   
}

.hero-section__content ul li{
    position: relative;
    display:flex;
    align-items:center
}
.hero-section__content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #4BA8D7; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1rem; /* Also needed for space (tweak if needed) */
    font-size: 19px;
    margin-right: 15px;
}
@media only screen and (max-width: 992px) {
    .hero-section .hero-section__content {
        top: 45%;
        left: 15px;
        transform: translateY(-50%);
        position: absolute;
        color: #fff;
        width: 100%;
        overflow: hidden;
        padding: 15px;
    } 

    .hero .grid{
        justify-content: center;
    }
    .pricing-table .pricing-package .pricing-footer input, select{
        line-height: 1.1;
    }
    .hero-section-pricing .main{
        padding-top: 50px !important;;
    }
}
   

/* DOWNLOADS PAGE*/
.image{
    position: absolute;
    margin: 0px auto!important;  
    max-width: 700px;
    bottom: calc(-55% + 120px);
}
    
#step-3 .image{
    position: relative!important;
}

.download{
    background-color: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-left: 5px solid #378ab2;
    border-radius: 4px;
    padding-top: 60px;
    font-size: 1rem;
    width: 100%;
}

.stages{
    margin-bottom: 350px;
    }
  
/* DOWNLOADS MODAL */
.modal-dialog{
    margin-top: 85px!important;
}
    
.modal-box{  
    width: 80%;
    margin: 30px auto;
    background-color: white;
    position: relative;
    text-align: center;
}
    
.modal-box .close {
    position: absolute;
    right: 16px;
    top: 5px;
    font-size: 25px;
    font-weight: bolder;  
    cursor: pointer
}
    
.modal-box .close:hover, .modal-box .close:focus{
    color: #c6c6c6
}

.stage3 {
    height: 300px;
}
      
.alert{
    margin-bottom: 0!important;
    padding: 0!important;
}

.input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: none;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}
    
.input:focus{ 
    outline: none; 
}
    
    
    /* Label */
    
.label {
    color: #757575; 
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: -10px;
    top: 10px;
    transition: all 0.2s ease;
}


    /* Underline */
   
    /* Highlight */
    
    .highlight {
      position: absolute;
      height: 60%; 
      width: 100px; 
      top: 25%; 
      left: 0;
      pointer-events: none;
      opacity: 0.5;
    }
    
 @media  screen and (max-width: 767px) and (min-width: 576px){
    #myModal{
        margin-left:20%;
        margin-right:20%;
    }
     

} 

@media screen and (min-width: 768px) {
    #myModal .modal-dialog  {
        width:500px;
    }
      
    .modal-dialog{
        width:500px;
      }
      
    .modal-body{
        padding-left:50px;
        padding-right:50px;
    }
}
    
    
.modal-body{
    background-color:#fff;
    z-index:4;
    color: #000!important;
    border-radius: 3%!important;
}

.modal-content{
    border-radius: 3%!important;
}

.modal-body h3{
    color: #000!important;
}

.controls button{
    margin:0 auto;
    display:block;
}

#business button:disabled {
    opacity: 0.3;
}

.download-second{
    display:none;
}

.download-mobile{
    display:none;
}


/* FOR HOME/BUSINESS PAGES*/
.content-section img{
    max-width: 100%;
}

.content-section .button-primary{
    margin-left: 0!important;
    width: 100%;
    text-align: center;
}

.content-section .button-blue{
    margin-left: 0!important;
    width: 100%;
    text-align: center;
  
}

.home-user-image{
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 30px;
}

.options .button{
    margin:5px auto;
    max-width: 300px!important;
    align-items: center;
}


/* LOADER FOR BUSINESS SEATS / DOWNLOADS PAGE */
.loader{    
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #368AB3;;
    border-right: 1.1em solid #368AB3;;
    border-bottom: 1.1em solid #368AB3;
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

#load{
    position:relative;
    top:0;
    left:0;
    height:60px;
    width: 100%;
    margin:auto, 0;
}


.buttons{
    bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 300px;
    -webkit-appearance: none;
    transition: none;
    margin: 30px auto 0;
}


.home {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto;
    position: relative;
}


.table .button{
    margin-top: 0!important;
}


/* HERO BANNER CONTENT */

.hero-section-pricing .hero{
    height: 100px
}

.hero{
    height: 300px;
}

.hero-section-downloads, .hero-section {
    position:relative;
    height:653px;
    margin-top: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}

.hero-section-pricing {
    position:relative;
    min-height:480px;
    color: #000!important;
}

.hero-section .container,.hero-section #header {
    height: 100%;
    position: relative;
    z-index: 90
}
.hero-section-downloads{
    overflow: visible!important;
}
.hero-section-downloads .container{
    height: 100%!important;
}


/* LAPTOP CAROUSEL */
.navigation-text{
    margin-left: 20px;
}

.navigation h3{
    font-weight: 100;
    color: #000;
}

.navigation-text h3{
    padding-top: 0!important;
}

.container-wide>div {
    flex: 0 50%;
}

.vertical{
    margin-top: 100px;
}

.carousel{
    align-items: flex-end;
    display: grid;
    overflow: hidden;
}

.carousel img{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.navigation { 
    display: none; 
}

.container-wide{ 
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    margin: 0px auto;
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
 }

.carousel-indicators{
    list-style: outside none none;
    margin: auto;
    padding-left: 0;
    text-align: center;
    width: 100%;
    z-index: 15; 
}

.carousel-indicators .active {
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
    margin: 0 8px;
    background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators ul {
    display: flex;
    flex-direction: column;
    height: 320px;
    margin: 0px auto;
}
.carousel-indicators ul li {
    cursor: pointer;
    flex: 0 1 0%;
    overflow: hidden;
    padding-bottom: 42px;
    padding-left: 18px;
    position: relative;
    transition: all 450ms ease-in-out 0s;
    -webkit-transition: all 450ms ease-in-out 0s;
    margin-top: 15px;
    margin-left:0;
}

.carousel-indicators p {
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.025em;
    opacity: 1;
    transition: opacity 200ms ease 100ms;
    -webkit-transition: opacity 200ms ease 100ms;
}

.carousel-indicators  li.active * {
    opacity: 1;
}

.carousel-indicators li.active {
    flex: 1 1 0%;
}

/*TESTIMONIALS SLIDER*/

.text{
    padding: 25px;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.06);
    min-height: 223px;
    border-radius: 5px;
    background-color: #fff!important;
  }
  

.customer{
    margin-top: 5%;
    margin-left: 34px;
    font-size: 14px;
    display: flex;
    color: #212121;
}

.slick-slide {
    padding: 15px 0px;
  }

.items{
    margin: 0 10px;
}

.items.slick-slide {
    width: 400px!important;  
}

.testimonials{
    margin-top: 50px;
    padding: 70px 0px 70px;
    background-color: #FCFCFC;
}


.omit{
    opacity: 0.6;
    color: #d4d4d4;
}

.omit .circle-icon{
    opacity: 0.6;
    background-color: #d4d4d4;
}

.circle-icon {
    background: #378ab2;
    width: 12.5px!important;
    height: 12.5px!important;
    border-radius: 50%;
    text-align: center;
    line-height: 12.5px;
    padding: 2.5px;
    padding-left: 1.5px;
    vertical-align: middle;
    margin-left:5px;
}

.business .circle-icon{

    background-color: #000;
}

.button-blue {
    background-color:rgb(65,193,255,0.14);
    color: #2C799F;
    font-weight: bolder;
}

.button-white {
    background-color:#fff;
    color: #000;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: bolder; 
}

.button-blue:hover {
    background-color: #bee5f8;
}

.button-business {
    background-color: #000;
    color: #fff;
    margin-top: 5px;
}

.button-grey {
    background-color: #f3f3f3;
    color: #000;
    margin-top: 5px;
}


.button-blue.button-ghost {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.ui-widget-header {
    height: 4px !important;
    background: #000;
  }
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    border: 1px solid #c3c3c3;
    border-radius: 13px;
    background: #fff;
  }
  .ui-widget-content {
      height: 2px !important;
      border: 0;
      background: #e0e0da;
  }
  .ui-slider-horizontal .ui-slider-range {
    top: -2px;
  }
  .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    cursor: pointer;
  }
  .ui-slider-handle {
    outline: none;
  }
  .ui-slider-handle .amount {
    position: absolute;
    left: 0;
    bottom: 35px;
    display: none;
    width: 40px;
    padding: 10px 0;
    text-align: center;
    margin-left: -10px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 20%;
    background: #000;
  }
  .ui-slider-handle .amount:after {
    content: '';
    display: block;
    position: absolute;
  
    bottom: -11px;
    left: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: 5px solid #000;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    background-color: #fff;
  }
  .min-range {
    float: left;
    padding-top: 20px;
    font-size: 12px;
    color: #888;
  }
  .max-range {
    float: right;
    padding-top: 20px;
    font-size: 12px;
    color: #888;
  }
  .slider-range-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px 60px 0;
  }

  #business-cost{
    display: none;
    padding-bottom: 40px;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    justify-content: center;

  }


  #business-cost .loader{

    margin: 10px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.9em solid #368AB3;;
    border-right: 0.9em  solid #368AB3;;
    border-bottom: 0.9em  solid #368AB3;
    border-left: 0.9em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    }
   
    #business-cost .loader,
    #business-cost .loader:after {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
    
    #load{
        position:relative;
        top:0;
        left:0;
        height:60px;
        width: 100%;
        margin:auto, 0;
    }


.student{
border: 1px solid #ccc;
background-color: #F5FCFF;

}

.student .circle-icon{
    background: #fff;
    width: 56px!important;
    height: 56px!important;
    border-radius: 50%;
    border: 2px solid  #EEEEEE;
    text-align: center;
    line-height: 12.5px;
    padding: 10px;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
     margin: 0 auto;
     margin-top: 20%
    
}

i.fa-graduation-cap:before{
    vertical-align: middle;
    text-align: center;

}


i.fa-graduation-cap {
    
    font-size: 40px;
    line-height: 50px;
    color:#368AB3;
    width: 50px;
    height: 50px;
    text-align: center;
    
}
  .ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus,
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover,
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
  background: #2b2b2b;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;

}
                    
.ui-slider label {
    line-height: 140%;
    padding: 15px 0;
    font-size: 14px;

}
                    
.ui-slider .ui-slider-pip-initial-2 .ui-slider-label {
  color: #920AFF; }


.cards .col {
    flex-direction: column;
    display: flex;
}
.card {
    flex: 1;
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 0.8rem;
    background-color: #f6f6f6;
    transition: all 0.3s ease;
}
.card div {
    padding: 50px 60px 30px;
}
.disabled {
    pointer-events: none !important;
}
.card:hover {
    background-color: #eaeaea;
    transition: all 0.3s ease;
}
.card h3 {
    color: #36a9e1;
}
.card img {
    width: 45%;
}
.card a {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
.card-redeem {
    padding: 20px;
    flex: 1;
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    font-size: 1rem;
}

.logo {
    top: 100px;
    left: 0;
}
#logo-mobile,
.logo {
    position: absolute;
    width: 150px;
}
#logo-mobile {
    z-index: 99;
    top: 15px;
    left: 15px;
}
form {
    margin: 30px 0;
}
form input[type="submit"] {
    margin-top: 20px !important;
    font-size: 1em;
}
form input[type="email"],
form input[type="text"],
form select,
form textarea {
    background-color: #efefef;
    font-family: source-sans-pro, sans-serif;
    padding: 13px 14px;
    border: 0;
    margin: 0;
    width: 100%;
    font-size: 0.8em;
    font-weight: 300;
    box-sizing: border-box;
}
form select {
    font-size: 0.8rem;
    color: #131417;
}
form select option {
    font-size: 0.8rem;
    color: #131417;
}
.wp-pagenavi {
    display: table-cell;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.wp-pagenavi .current,
.wp-pagenavi a {
    display: table-cell;
    padding: 9px 14px;
    border: 1px solid #dfdfdf;
}
.wp-pagenavi .current:hover,
.wp-pagenavi a:hover {
    text-decoration: none;
}
.wp-pagenavi .current {
    background-color: #36a9e1;
    border: 1px solid #36a9e1;
    color: #fff;
}

.content-block {
    font-size: 0.9rem;
    margin: 30px auto 15px;
}

.posts {
	position: relative;
    margin-top: 30px;
}
.posts h3 {
    font-weight: 500;
}
.posts .grid {
    width: 100%;
}
.posts img {
	width: 100%;
}

.post-card img {
	width: 100%;
}
.accordion,
.accordion * {
    box-sizing: border-box;
}
.accordion {
    overflow: hidden;
    border-radius: 3px;
    background: #f6f6f6;
    margin-bottom: 100px;
}
.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    transition: all 0.15s linear;
    font-size: 1rem;
    color: #36a9e1;
    background-color: #f6f6f6;
}
.accordion-section-title.active,
.accordion-section-title:hover {
    background: #36a9e1;
    color: #fff;
    text-decoration: none;
}
.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}
.accordion-section-content {
    padding: 15px;
    display: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
ul.cd-tabs-navigation {
    background-color: #efefef;
    width: 100%;
}
ul.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}
ul.cd-tabs-navigation li {
    float: left;
}
ul.cd-tabs-navigation p {
    padding: 3px 0;
}
ul.cd-tabs-navigation a {
    font-size: 0.77rem;
    padding: 15px 4px 5px;
    display: block;
    text-align: center;
    text-decoration: none;
}
ul.cd-tabs-navigation a.selected {
    box-shadow: inset 0 3px 0 #36a9e1;
    background-color: #e2e2e2;
}
.cd-tabs {
    width: 100%;
}
.cd-tabs:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tabs-content li {
    display: none;
}
.cd-tabs-content li.selected {
    display: block;
}
.multiple-codes {
    text-align: right;
    font-size: 0.7rem;
}
ul.autocomplete-items {
    list-style: none !important;
    margin-left: 0 !important;
}
ul.autocomplete-items li {
    margin-left: 0 !important;
}
ul.autocomplete-items hr {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #eee;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 992px) {
    html {
        font-size: 19px;
    }
    h1 {
        font-size: 3rem;
    }
    hr {
        margin: 50px 0 65px;
    }
    .button, .button-blue,
    input[type="submit"] {
        margin-top: 30px;
    }
    .hero {
        height: 500px;
    }
    .hero h1 {
        font-size: 2.2rem;
    }
    .hero p {
        padding: 10px 0;
    }
    .hero.hero-small {
        height: 400px;
    }
    .hero .grid {
        padding-right: 40%;
    }
    .hero > .pricing .grid {
        padding-right: 0!important;
    }
    .headroom {
        display: block;
        position: fixed;
        top:0px;
    }
    
    .hero-section {
        margin-top: 0;
        padding: 0;
        overflow:hidden; 
    }
    .hero-section-downloads{
        margin-top: 0;
        overflow:visible; 
    }
    .hero-section .hero-section__content {
        top: 45%;
        left: 15px;
        transform: translateY(-50%);
        position: absolute;
        color: #fff;
        width: 100%;
        overflow: hidden;
        padding: 15px;
        
    }

    .hero-section-pricing .main{
        padding-top: 40px!important;;
    }
    .container-wide{ 
        -webkit-box-align: stretch;
        align-items: stretch;
        display: flex;
        margin: 0px auto;
        max-width: 1400px;
        position: relative;
        padding: 0 20px;
        align-items: flex-end;
        flex-direction: row;
     }
    

    .caption, .carousel-indicators{
        display: none; 
    }

    .carousel{
        align-items: flex-end;
        display: grid;
        flex: 1 1 60%;
        max-width: 700px;
        overflow: hidden;
        position: relative;
    }

    .carousel img{
        display: inline-block;
        position: relative;
        width: unset;
    }

    .navigation {
        -webkit-box-align: center;
        align-items: center;
        display: flex;
        flex: 1 1 40%;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        text-align: left; 
        bottom:30px; 
    }


    .navigation > div {
        max-width: 525px;
        position: relative;
    }

    .navigation ul {
        display: flex;
        flex-direction: column;
        height: 320px;
        margin: 0px auto;
    }
    

    .navigation ul li {
        cursor: pointer;
        flex: 0 1 0%;
        overflow: hidden;
        padding-bottom: 42px;
        padding-left: 18px;
        position: relative;
        transition: all 450ms ease-in-out 0s;
        -webkit-transition: all 450ms ease-in-out 0s;
        margin-top: 15px;
        margin-left:0;
    }

    .carousel-home-navigation h3{
        padding: 0;
        margin-top: 0;
    }

    .navigation li::before {
        background-color: rgb(241, 241, 241);
        height: 0px;
    }

    .navigation li::before, .navigation li::after {
        border-radius: 3px;
        bottom: 0px;
        content: "";
        height: 10%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 3px;
    }

    .navigation li.active::after {
        background-color:  #368AB3;;
        animation: 4600ms ease-in-out 0.3s 1 normal forwards running timeline
    }

    .navigation h3{
        padding-top:10px;
    }

    .navigation p {
        line-height: 22px;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.025em;
        opacity: 1;
        transition: opacity 200ms ease 100ms;
        -webkit-transition: opacity 200ms ease 100ms;
    }

    .navigation li.active * {
        opacity: 1;
    }


    .navigation li.active {
        flex: 1 1 0%;
    }

    /* TIMELINE FOR LAPTOP CAROUSEL */
    @keyframes timeline {
        from {height: 0%;}
        to {height: 100%;}
    }

    .feedback{
        font-size: 21px;
        line-height: 30px;
        color: #212121;
        margin-left: 34px;
        max-width: 363px;
    }
    .content-block {
        font-size: 0.9rem;
        margin: 90px auto 75px;
    }
    .content-block .full-width {
        width: 90%;
        padding: 0 5%;
    }
    .posts .grid > div > div {
        padding: 30px 20px;
        position: relative;
    }
    ul.cd-tabs-navigation a {
        padding: 15px 30px 10px;
    }
    .cd-tabs-content li {
        padding: 30px;
    }
}
@media (min-width: 1024px) {
    .hero-section {
        margin-top: 85px;
        padding: 0;
        overflow:hidden; 
    }
    .hero-section-downloads{
        margin-top: 85px;
        overflow:visible; 
    }
    .toggle-button {
        display: none;
    }
    #logo-mobile {
        display: none;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 20px;
    }
    section.overlay > div {
        padding: 70px 0;
    }
    .text-quote {
        line-height: 140%;
    }
    .hero {
        height: 653px;
    }
}
