html, body, div, header, footer, section, nav, a, p, form, input, textarea, select, figure, blockquote {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    height: 1px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.50;
    color: #333333;
    margin: 0;
    /*padding: 15px;*/
    width: 100%;
    height: 100%;
    font-weight: 300;
    background-color: #2d2d2b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*** Text ***/

a {
    color: #0f7ab3;
}

a:hover {
    color: #444444;
    text-decoration: underline;
}

a.more {
    text-decoration: none;
}

a.more:hover {
    opacity: .77;
}

a.more .fa {
    font-size: inherit;
}

a:focus {
    outline: none;
    /*box-shadow: 0 0 6px 0 #eeaa00;*/
}

h1 {
    font-size: 250%;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.15;
}

h2 {
    font-size: 240%;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: .5em;
    color: #444444;
}

h3 {
    font-size: 110%;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: .5em;
    color: #444444;
}

h4 {
    font-size: 120%;
    line-height: 1.2;
    font-weight: 400;
    color: #444444;
}

h5 {
    font-size: 120%;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #444444;
}

p {
    margin: 1em 0;
}

p.numbered-list {
    text-indent: -8px;
    padding-left: 46px;
}

p.numbered-list .hanging-elem {
    display: inline-block;
    width: 30px;
    margin-left: -30px;
}

ul {
    margin: 1em 0;
}

li {
    margin: 4px 0;
}

sup {
    font-size: 50%;
}

u {
    /*background-color: #ffeaaf;
    padding: 1px 4px;*/
    background-color: #FFFACD;
    padding: 3px 0px;
    text-decoration: none;
    border-radius: 1px;
}

u.light-yellow {
    background-color: #FFFACD;
    padding: 3px 4px;
    text-decoration: none;
    border-radius: 1px;
}

.highlight-yellow {
    background-color: #ffeaaf;
    padding: 5px 10px;
    border-radius: 1px;
}

.large {
    font-size: 120%;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.small {
    font-size: 85%;
    line-height: 1.4;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.footnote {
    font-size: 85%;
    line-height: 1.4;
}


/*** Header & Navigation ***/

header {
    color: #ffffff;
    padding: 20px;
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1000px;
    /*border-bottom: 1px solid rgba(255,255,255,.2);*/
    /*border-radius: 8px 8px 0 0;*/
    background-color: #0f6098;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

/*
header.rounded {
	border-radius: 8px;
	border-bottom: none;
}*/

a.logo {
    float: left;
    display: block;
    max-height: 30px;
}

a.logo > img {
    height: 51px;
}

nav {
    float: right;
    position: relative;
    top: 2px;
}

nav a {
    font-size: 100%;
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    padding: 0 1px;
    margin-right: 20px;
    text-transform: uppercase;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: relative;
}

nav a:last-of-type {
    /*margin-right: 0;*/
}

nav a:hover {
    border-bottom: 4px solid #44B9dd;
    text-decoration: none;
    color: #ffffff;
}

nav a.active {
    border-bottom: 4px solid #44B9dd;
    text-decoration: none;
    color: #ffffff;
}

nav span.separator {
    background-color: rgba(255, 255, 255, .3);
    width: 2px;
    display: inline-block;
    /*margin: 0 15px;*/
    margin-right: 20px;
}

nav a.alt {
    border-radius: 5px;
    background-color: #fca120;
    border-bottom: none;
    padding: 5px 15px 5px 10px;
    margin-left: 5px;
    margin-right: 0px;
    vertical-align: middle;
    border: none;
    font-size: 15px;
}

nav a.waitinglist {
    border-radius: 5px;
    background-color: #00aced;
    border-bottom: none;
    padding: 5px 10px 5px 10px;
    margin-left: 0px;
    vertical-align: middle;
    border: none;
    font-size: 15px;
    margin-right: 10px;
}

nav a.waitinglist:hover {
    color: #ffffff;
    background: #95c600;
}

nav a.alt:hover {
    color: #ffffff;
    background: #95c600;
}

nav a .fa {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: baseline;
}

.subnav a {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.subnav a .fa {
    font-size: 16px;
    margin-right: 5px;
    opacity: .5;
}

.subnav a.active {
    font-weight: 500;
}


/*** Footer ***/

footer {
    color: #eeeeef;
    font-size: 80%;
    font-weight: 400;
    line-height: 2;
    margin: 0 auto;
    min-width: 1000px;
    padding: 15px;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
}

footer a {
    color: #ddddde;
    text-decoration: none;
    white-space: nowrap;
}

footer a:hover {
    color: #0f7ab3;
}

footer .fa {
    font-size: 120%;
}

.miniFooter {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 25px;
    z-index: 100;
    width: 100%;
    text-align: left;
}

.miniFooter p {
    font-size: 80%;
    color: #eeeeef;
    font-weight: 400;
    text-decoration: none;
    line-height: 1em;
    margin: 0;
}

.miniFooter a {
    color: #eeeeef;
    text-decoration: none;
    white-space: nowrap;
}

.miniFooter a:hover {
    color: #ffffff;
}

.miniFooter img {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: auto;
    margin: 4px;
}

#home .miniFooter {
    width: 52%;
    text-align: left;
}

#home .miniFooter .extra {
    display: none;
}

/*** Layout ***/

section {
    padding: 50px 50px;
    margin: 0 auto;
    min-width: 1000px;
    background-color: #ffffff;
}

.sectionContent {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.last {
    /*border-radius: 0 0 8px 8px;*/
}

.blue {
    background-color: #0f6098;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: 100%;
}


/*** Buttons ***/

a.button {
    font-size: 110%;
    padding: 10px 24px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 6px;
    color: #ffffff;
    background-color: #0f7ab3;
    text-align: center;
}

a.button-red {
    font-size: 110%;
    padding: 10px 24px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 6px;
    color: #ffffff;
    background-color: #a70b16;
    text-align: center;
}

a.button:hover {
    background: #95c600;
}

a.button-small {
    font-size: 110%;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 6px;
    color: #ffffff;
    background-color: #0f7ab3;
    text-align: center;
}

a.button-small:hover {
    background: #95c600;
}

a.button-small i.fa {
    font-size: 80%;
}

a.button.orange {
    background-color: #fca120;
}

a.button.orange:hover {
    background-color: #95c600;
}

a.button.white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

a.button.white:hover {
    background-color: #222222;
    border-color: #222222;
    color: #ffffff;
}

a.button.block {
    display: block;
}

a.big-button {
    font-size: 150%;
    padding: 30px 30px;
    padding-left: 120px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
    color: #ffffff;
    background-color: #0f7ab3;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 160%;
    text-align: left;
    position: relative;
    margin-top: 30px;
}

a.big-button span {
    font-size: 65%;
    font-weight: 500;
    display: block;
}

a.big-button img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 140px;
}

a.big-button:hover {
    background-color: #95c600;
}


/*** Forms ***/

::-webkit-input-placeholder {
    color: #bbbbbb;
}

:-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
}

::-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bbbbbb;
}

input:-ms-input-placeholder {
    color: #bbbbbb;
}

:placeholder-shown {
    color: #bbbbbb;
}


/*** Extras ***/

hr {
    border: none;
    border-bottom: 1px solid #cccccc;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.fit {
    width: 100% !important;
}

.full-justify p, .full-justify li {
    text-align: justify;
}

table.full-justify td {
    vertical-align: top;
    text-align: justify;
}

table.full-justify td.bold {
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    padding-right: 30px;
}

.orange {
    color: #fca120;
}

.white {
    color: #ffffff;
}

.white a {
    color: #ffffff;
}

.white a:hover {
    color: #dddddd;
}

a.white {
    color: #ffffff;
}

a.white:hover {
    color: #dddddd;
}

div.sticker, a.sticker {
    font-size: 13px;
    line-height: 13px;
    background: #fca120;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 60px;
    text-align: center;
    position: fixed;
    left: -54px;
    bottom: 10px;
    z-index: 1001;
    -o-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -webkit-transform: rotate(33deg);
    -moz-transform: rotate(33deg);
    transform: rotate(33deg);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
}

a.sticker:hover {
    background-color: #95c600;
    color: #fff;
}

a.hamburger {
    display: none;
    float: right;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

a.hamburger .fa {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}

.valign {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transparent {
    background: none;
}

body.not-supported {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.50;
    color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-weight: 400;
    min-width: 0;
    background-color: #0f7ab3;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
}

body.not-supported div {
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    color: #ffffff;
    max-width: 600px;
}

body.not-supported div img {
    margin: 20px auto;
    width: 250px;
    height: auto;
}

a.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #808088;
    font-size: 42px;
    line-height: 22px;
    text-decoration: none;
    z-index: 100;
    cursor: pointer;
}

a.close:hover {
    color: #00aced;
}

.spOnly {
    display: none;
}

.sample {
    max-width: 720px;
    margin: 50px auto;
}

.code {
    font-family: Roboto Mono, Menlo, Courier, monospace;
    font-size: 95%;
}

#mob {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.highlight {
    background-color: #FFFACD;
}

.requestDemoCheckboxText {
    color: white;
    font-weight: 400;
}

a.requestDemoButton {
    border-bottom: 4px solid #44B9dd;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    background-color: #00aced;
    border-bottom: none;
    padding: 10px 15px;
    margin-left: 0px;
    vertical-align: middle;
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    margin-top: 55px;
}

a.requestDemoButton:hover {
    color: #ffffff;
    background: #95c600;
}


/*** Style Modifiers (must be last) ***/

div:first-child, p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}

div:last-child, p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child {
    margin-bottom: 0;
}

table.simple-sort th.simple-sort-column:hover {
    cursor: pointer;
}

table.simple-sort th.simple-sort-asc {
    background-image: url("../../images/sort_asc.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 6px;
}

table.simple-sort th.simple-sort-desc {
    background-image: url("../../images/sort_desc.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 6px;
}

.legal_tables td, .legal_tables th {
    vertical-align: top;
    font-size: 90%;
    padding: 10px;
}

.legal_tables td, .legal_tables p {
    text-align: left;
}
