@charset "utf-8";

.clear, .content-wrapper {
    clear: both;
}

header, footer-nav, footer, article, section, hgroup, aside {
    display: block;
}

img {
    border: none;
}

/* TAGS */

body {
    font-size: 100%;
    color: #000;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    min-width:300px;
    background-color: #f2f5f6;
}

body#fixed {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

input, textarea, select {
    font-size: 90%;
    font-family: 'Outfit', sans-serif;
}

a {
     transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #498ba7;
}

a:hover, .left-col a:hover {
    color: #498ba7;
}

p {
    line-height: 1.4em;
    margin: 0 0 15px 0;
}

h1 {
    color:#808080;
    margin: 0;
    font-size: 2.4em;
    font-weight: 700;
}

h2 {
    font-size: 2.1em;
    color:#808080;
    clear:both;
    margin: 0 0 5px 0;
    font-weight: 700;
    line-height: 1.1em;
}

h3 {
    margin: 0 0 5px;
    color: #808080;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight:700;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

/* full width wrapper for the cta button  */
p.button-wrap {
    text-align: center;
    padding-top: 8px;
    height: 30px;
    display: block;
}

a.button,
span.button a,
input.button {
    padding: 6px 14px;
    background-color:#498ba7;
    border-radius: 4px;
    color: #fff;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    font-size: 15px;
}

input.button {
    border: none;
    cursor: pointer;
}

a.button:hover,
span.button a:hover
input.button:hover {
    background-color:#498ba7;
    color: #04192e;
}

.button.green {
    background-color:#16825d;
}

.button.green:hover {
    background-color:#498ba7;
}

.small-print {
    font-size: 0.85em;
}

.content-wrapper {
    max-width: 1340px;
    margin: 0 auto 70px;
    background-color: #fff;
}

.content-wrapper table {
    border: solid 1px #ccd6db;
    width: 100%;
    border-spacing: 0;
}

.content-wrapper table th,
.content-wrapper table td {
    padding: 7px;
    text-align: center;
}

.content-wrapper table td i {
    font-size: 1.2em;
    color: #668494;
}

.content-wrapper table th {
    background-color: #335b70;
    color: #fff;
    border-right: solid 1px #668592;
    border-bottom: solid 1px #668592;
}

.content-wrapper table tr:nth-of-type(odd) {
    background-color: #f2f5f6;
}

.content-wrapper table tr.inactive {
    opacity: 0.3;
}

.content-wrapper table tr.inactive td input,
.content-wrapper table tr.inactive td select {
    pointer-events: none;
}

.enable-unit-checkbox i.fa-check-square,
.content-wrapper table tr.inactive .enable-unit-checkbox i.fa-square {
    display: block;
}

.enable-unit-checkbox i.fa-square,
.content-wrapper table tr.inactive .enable-unit-checkbox i.fa-check-square {
    display: none;
}

.enable-unit-checkbox i.fa-check-square {
    color:#16825d;
}

.content-wrapper table input {
    width: 70px;
}

.content-wrapper table input,
.content-wrapper table select,
.content-wrapper ul.select-alternative-unit>li,
.content-wrapper table ul ul {
    border: solid 1px #abbfca;
    font-size: 0.9em;
    padding: 5px;
    border-radius: 0;
    background-color: #fff;
}

.content-wrapper ul.select-alternative-unit {
    width: 220px;
    margin: 0 auto;
}

.fa-angle-down {
	transform: rotate(0deg);
	transition: transform 1s;
}

td.active .fa-angle-down {
	transform: rotate(180deg);
	transition: transform 1s;
}

.content-wrapper ul.select-alternative-unit>li {
    padding: 6px 0 7px;
    box-sizing: border-box;
    font-size: 0.9em;
    cursor: pointer;
}

.content-wrapper table td>ul i {
    float: right;
    margin-right: 10px;
}

.content-wrapper table td.inactive ul.list-selection {
    display: none;
}

.content-wrapper table td.active ul.list-selection {
    display: block;
    background-color: #f7f9fa;
    border-top: none;
}

.content-wrapper table ul.list-selection {
    list-style: none;
    height: 105px;
    overflow-y: scroll;
    border: solid 1px #abbfca;
    font-size: 0.9em;
    padding: 5px 7px;
    background-color: #fff;
    width: 220px;
    box-sizing: border-box;
}

.content-wrapper table ul.list-selection li {
    text-align: left;
    margin-bottom: 3px;
}

.content-wrapper table ul.list-selection li i {
    float: left;
    margin-top: 0px;
    font-size: 1.2em;
}

.content-wrapper table ul.list-selection li.active i.fa-square,
.content-wrapper table ul.list-selection li i.fa-check-square  {
    display: none;
}

.content-wrapper table ul.list-selection li.active i.fa-check-square,
.content-wrapper table ul.list-selection li i.fa-square {
    display: block;
}

.content-wrapper p {
    font-weight: 200;
}

.panel .content-wrapper>h2 {
   text-align: center;
}

.panel .content-wrapper>.subheading {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.1em;
}

@media screen and (max-width: 1340px) {
    .content-wrapper {
        width: calc(100% - 20px);
        padding: 0 10px;
    }
}

header {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header select {
    padding: 6px 10px;
    margin-left: 10px;
}

footer {
    position: fixed;
    bottom: 0;
    background-color: #e6ebed;
    color: #000;
    padding-top: 14px;
    border-top: solid 1px #ccd6db;
    width: 100%;
    text-align: center;
    height: 36px;
}


body#fixed #black-overlay {
    position: absolute;
    height:100vh;
    background-color: #000;
    opacity: 0.85;
    width: 100%;
    z-index: 1;
    display: block;
}

body#fixed #deletion-prompt {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 2;
}

body#fixed #deletion-prompt-wrap {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
