@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url(select2/dist/css/select2.min.css);
@font-face {
    font-family: HelveticaNeueLTStd-Bd;
    src: url(fonts/HelveticaNeueStBd/helvetica_neue_lt_std_bd.eot);
    src: url(fonts/HelveticaNeueStBd/helvetica_neue_lt_std_bd.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaNeueStBd/helvetica_neue_lt_std_bd.woff2) format("woff2"), url(fonts/HelveticaNeueStBd/helvetica_neue_lt_std_bd.woff) format("woff"), url(fonts/HelveticaNeueStBd/helvetica_neue_lt_std_bd.ttf) format("truetype"), url(fonts/HelveticaNeueStBd/helvetica_neue_lt_std_bd.svg#HelveticaNeueLTStd-Bd) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: HelveticaNeueLTStd-Roman;
    src: url(fonts/HelveticaNeueStRoman/helveticaneueltstdroman.eot);
    src: url(fonts/HelveticaNeueStRoman/helveticaneueltstdroman.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaNeueStRoman/helveticaneueltstdroman.woff2) format("woff2"), url(fonts/HelveticaNeueStRoman/helveticaneueltstdroman.woff) format("woff"), url(fonts/HelveticaNeueStRoman/helveticaneueltstdroman.ttf) format("truetype"), url(fonts/HelveticaNeueStRoman/helveticaneueltstdroman.svg#HelveticaNeueLTStd-Roman) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: BrandonGrotesque-Bold;
    src: url(fonts/brandon-grotesque/brandongrotesque-bold.eot);
    src: url(fonts/brandon-grotesque/brandonGrotesque-bold.eot?#iefix) format("embedded-opentype"), url(fonts/brandon-grotesque/brandongrotesque-bold.woff) format("woff"), url(fonts/brandon-grotesque/brandongrotesque-bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: BrandonGrotesque-Medium;
    src: url(fonts/brandon-grotesque/brandongrotesque-medium.eot);
    src: url(fonts/brandon-grotesque/brandonGrotesque-medium.eot?#iefix) format("embedded-opentype"), url(fonts/brandon-grotesque/brandongrotesque-medium.woff) format("woff"), url(fonts/brandon-grotesque/brandongrotesque-medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
.contain {
    max-width: 75.1875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .625rem
}
.contain:after,
.contain:before {
    content: " ";
    display: table
}
.contain:after {
    clear: both
}
.page-header {
    width: 100%;
    float: left;
    background-color: #e2f6fd;
    padding: 2.5rem 0
}
.page-header h1 {
    font-size: 1.625rem;
    color: #0d3a5f
}
@media screen and (max-width: 39.9375em) {
    .page-header h1 {
        text-align: center
    }
}
.page-header p {
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #414042;
    max-width: 57.1875rem
}
.page-header p a {
    color: inherit;
    text-decoration: underline
}
.page-header.main {
    padding: 3.75rem 0
}
.page-header.main h1 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
    margin-bottom: 0
}
.page-header.center {
    text-align: center
}
.page-header.center p {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto
}
.internal-breadcrumbs {
    width: 100%;
    float: left;
    padding: .625rem 0
}
.internal-breadcrumbs ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.internal-breadcrumbs ul li {
    display: inline-block;
    float: left;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    position: relative;
    padding: 0 .9375rem
}
.internal-breadcrumbs ul li:first-of-type {
    padding-left: 0
}
.internal-breadcrumbs ul li:last-of-type:after {
    display: none
}
.internal-breadcrumbs ul li:after {
    position: absolute;
    content: ">";
    top: 0;
    right: -.3125rem;
    color: #808285
}
.internal-breadcrumbs ul li a,
.internal-breadcrumbs ul li span {
    color: #808285;
    font-size: .9375rem;
    position: relative
}
.category-listing {
    width: 100%;
    float: left;
    padding: 2.5rem 0
}
.category-listing h2 {
    color: #0d3a5f;
    font-size: 1.625rem;
    text-align: center
}
.category-listing ul {
    width: 100%;
    max-width: 56.25rem;
    margin: 30px auto;
    padding: 0;
    list-style-type: none
}
.category-listing ul li {
    width: 33.33333%;
	height: 106px;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: .9375rem
}
@media screen and (max-width: 39.9375em) {
    .category-listing ul li {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .category-listing ul li {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .category-listing ul li {
        width: 50%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }
}
.category-listing ul li.active a,
.category-listing ul li:hover a {
    background-color: #0d3a5f;
    border-color: #0d3a5f;
    color: #fff
}
.category-listing ul li.active a img,
.category-listing ul li:hover a img {
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.category-listing ul li a {
    width: 100%;
    height: 100%;
    min-height: 6.625rem;
    float: left;
    border: .1875rem solid #e6e7e8;
    border-radius: .3125rem;
    padding: .9375rem 1.25rem;
    background-color: #fff;
    color: #444;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4375rem;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    position: relative
}
@media screen and (min-width: 64em) {
    .category-listing ul li a {
        text-align: initial
    }
}
.category-listing ul li a .category-icon {
    max-width: 4.375rem;
    width: 20%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.category-listing ul li a .category-icon img {
    max-width: 3.125rem;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s
}
.category-listing ul li a .category-name {
    width: 80%;
    float: left;
    padding: 0 1.25rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.searchbox {
    width: 100%;
    float: left;
    margin: 1.875rem 0
}
@media screen and (min-width: 64em) {
    .searchbox {
        float: right;
        width: 100%;
        max-width: 18.75rem;
        margin: 0 0 1.25rem
    }
}
.searchbox::-webkit-input-placeholder {
    color: #686868
}
.searchbox::-moz-placeholder {
    color: #686868
}
.searchbox:-ms-input-placeholder {
    color: #686868
}
.searchbox:-moz-placeholder {
    color: #686868
}
.searchbox input[type=search] {
    margin: 0;
    width: 100%;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.0625rem;
    font-style: italic;
    color: #686868;
    border-radius: .3125rem;
    border-color: #e6e6e6;
    max-width: 100%;
    -webkit-appearance: none
}
.searchbox input[type=search],
.searchbox input[type=submit] {
    float: left;
    display: inline-block;
    box-shadow: none;
    height: 2.25rem
}
.searchbox input[type=submit] {
    width: auto;
    background: url(../images/header-search-icon.png) .1875rem 50% no-repeat;
    width: 2.1875rem;
    border: 0;
    margin: 0 0 0 -2.3125rem;
    background-color: none
}
.button.alert {
    background-color: #03ade9!important
}
.select2-container--open {
    border-top: .1875rem solid #03ade9;
    border-left: .1875rem solid #03ade9;
    border-right: .1875rem solid #03ade9
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-results__option {
    background-color: #03ade9;
    color: #fff;
    font-weight: 700;
    line-height: .9375rem
}
.select2-dropdown {
    border-radius: 0;
    border: .0625rem solid #03ade9;
    left: -.1875rem!important;
    top: -.1875rem!important
}
.filter-list {
    width: 100%;
    float: left;
    padding: 0 0 .9375rem;
    background-image: linear-gradient(90deg, #c1c1c1 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: .375rem .0625rem;
    background-repeat: repeat-x;
    margin-bottom: 1.25rem
}
.filter-list .filter-title {
    width: 15%;
    display: inline-block;
    max-width: 9.375rem;
    float: left;
    color: #03ade9;
    font-size: 1.0625rem;
    font-family: BrandonGrotesque-Bold, Helvetica Neue, sans-serif;
    text-transform: uppercase
}
@media screen and (max-width: 39.9375em) {
    .filter-list .filter-title {
        width: 100%
    }
}
.filter-list .filter-blocks {
    width: 85%;
    max-width: 41.875rem;
    float: left
}
@media screen and (max-width: 39.9375em) {
    .filter-list .filter-blocks {
        width: 100%
    }
}
.filter-list .filter-block {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 1.25rem
}
@media screen and (max-width: 39.9375em) {
    .filter-list .filter-block {
        width: 100%;
        padding: 0;
        margin-bottom: .625rem
    }
}
.filter-list .filter-block label {
    width: auto;
    float: left;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.0625rem;
    color: #414042
}
@media screen and (max-width: 39.9375em) {
    .filter-list .filter-block label {
        width: 100%
    }
}
.filter-list .filter-block .select-option {
    width: 60%;
    float: left;
    padding-left: .625rem
}
@media screen and (max-width: 39.9375em) {
    .filter-list .filter-block .select-option {
        width: 100%;
        padding: 0
    }
}
.filter-list .filter-block .select2-container {
    width: 100%;
    margin-top: -.4375rem
}
.filter-list .filter-block .select2-container .select2-selection--single {
    height: 2.0625rem;
    border: .0625rem solid #dadada;
    outline: 0;
    border-radius: 0
}
.filter-list .filter-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.1875rem;
    padding-left: .625rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #414042
}
.filter-list .filter-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.0625rem
}
.filter-list .filter-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.filter-list .filter-block .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.125rem
}
.filter-list .filter-block .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.125rem
}
.standard-table {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: visible
}
.standard-table table {
    width: 100%;
    float: left;
    border: 0
}
.standard-table table tbody {
    border: 0
}
.standard-table table tbody td,
.standard-table table tbody th {
    padding: .3125rem
}

.standard-table tr.visible {
	
}
.standard-table tr.hidden {
	display:none;
}
@media screen and (max-width: 63.9375em) {
    .standard-table table tbody td,
    .standard-table table tbody th {
        padding: .3125rem .625rem
    }
}
.standard-table table tbody td:last-of-type,
.standard-table table tbody th:last-of-type {
    padding: 0
}
@media screen and (min-width: 64em) {
    .standard-table table tbody td,
    .standard-table table tbody th {
        display: table-cell
    }
}
.standard-table table tbody tr:nth-child(2n) {
    background-color: #fff
}
.standard-table table th {
    font-family: BrandonGrotesque-Medium, Helvetica Neue, sans-serif;
    font-size: 1rem;
    color: #808285;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase
}
@media screen and (max-width: 63.9375em) {
    .standard-table table th {
        display: none
    }
}
.standard-table table tr {
    padding: .3125rem
}
@media screen and (max-width: 63.9375em) {
    .standard-table table tr {
        border: .0625rem solid #d9d9d9;
        float: left;
        margin-bottom: .9375rem
    }
    .standard-table table tr:first-of-type {
        display: none
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .standard-table table tr {
        width: 49%;
        margin-right: 2%
    }
    .standard-table table tr:nth-of-type(odd) {
        margin-right: 0
    }
}
.standard-table table td {
    position: relative
}
@media screen and (max-width: 63.9375em) {
    .standard-table table td {
        width: 100%;
        float: left;
        margin-bottom: .3125rem
    }
}
.standard-table table td:before {
    content: attr(data-th);
    font-weight: 700;
    width: 40%;
    float: left;
    display: inline-block
}
@media screen and (min-width: 64em) {
    .standard-table table td:before {
        display: none
    }
}
.standard-table table td .table-row {
    border: .0625rem solid #d9d9d9;
    padding: .625rem .9375rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #808285;
	min-height: 60px;
}
@media screen and (max-width: 63.9375em) {
    .standard-table table td .table-row {
        border: 0;
        width: auto;
        float: left;
        padding: .3125rem .9375rem;
        margin-right: .625rem
    }
}
.standard-table table td .edit-details {
    display: block;
    background-color: #03ade9;
    color: #fff;
    /*padding: .3125rem;*/
	padding: 0;
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 29px;
	height: 29px;
}
@media screen and (max-width: 63.9375em) {
    .standard-table table td .edit-details {
        font-size: 1.125rem
    }
}
.tooltiptext {
    visibility: hidden;
    width: 10rem;
    background-color: #0d3a5f;
    color: #fff;
    font-size: .875rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    text-align: center;
    padding: .3125rem;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: 50%;
    margin-left: -5rem;
    opacity: 0;
    transition: opacity 1s
}
@media screen and (max-width: 63.9375em) {
    .tooltiptext {
        left: -335%;
        bottom: 0
    }
}
.tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -.4375rem;
    border-width: .4375rem;
    border-style: solid;
    border-color: #0d3a5f transparent transparent
}
@media screen and (max-width: 63.9375em) {
    .tooltiptext:after {
        top: 50%;
        transform: translateY(-50%);
        left: 104%;
        border-color: transparent transparent transparent #0d3a5f
    }
}
.btn {
    display: inline-block;
    padding: .9375rem;
    position: relative;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    background-position: 5% 50%;
    background-repeat: no-repeat;
    border-radius: .3125rem;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem
}
.btn,
.btn:hover,
.btn a,
.btn a:hover {
    color: #fff
}
.btn.blue {
    background-color: #0d3a5f
}
.btn.teal {
    background-color: #047b9b
}
.btn.light-blue {
    background-color: #03ade9
}
.btn.btn-order-history {
    background-image: url(../images/order-history-icon.png)
}
.btn.btn-team-member {
    background-image: url(../images/team-member-icon.png)
}
.btn.btn-gen-reports {
    background-image: url(../images/reports-icon.png)
}
.btn.submit-blue {
    border-radius: .4375rem!important;
    font-size: 1.5rem;
    background-color: #03ade9;
    box-shadow: none;
    border: .125rem solid #fff;
    padding: 1.25rem
}
.btn.submit-blue,
.round-btn {
    font-family: BrandonGrotesque-Bold, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    color: #fff
}
.round-btn {
    display: inline-block;
    font-size: .9375rem;
    border-radius: .3125rem!important;
    -webkit-border-radius: .3125rem!important;
    -moz-border-radius: .3125rem!important;
    border: .0625rem solid #fff;
    text-align: center;
    padding: .8125rem .625rem .625rem;
    -webkit-appearance: none
}
.round-btn:hover {
    color: #fff
}
.round-btn.primary,
.top-bar-main {
    background-color: #03ade9
}
.top-bar-main {
    width: 100%;
    float: left;
    padding: .625rem 0;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    font-size: 1.0625rem
}
.top-bar-main .top-bar-main-left {
    width: auto;
    float: left
}
@media screen and (max-width: 39.9375em) {
    .top-bar-main .top-bar-main-left {
        width: 100%;
        float: left
    }
}
.top-bar-main .top-bar-main-left a {
    color: #fff
}
.top-bar-main .top-bar-main-left .telephone-number,
.top-bar-main .top-bar-main-left .welcome-user {
    display: inline-block;
    float: left;
    padding-top: .6875rem
}
.top-bar-main .top-bar-main-left .telephone-number {
    margin-right: 4.25rem;
    padding-left: 1.75rem;
    background: url(../images/tel-icon.png) 0 50% no-repeat
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .top-bar-main .top-bar-main-left .telephone-number {
        margin-right: 1.25rem
    }
}
.top-bar-main .top-bar-main-left .welcome-user {
    padding-left: 1.875rem;
    background: url(../images/user-icon.png) 0 50% no-repeat
}
.top-bar-main .top-bar-main-right {
    width: auto;
    float: right;
    margin-top: .3125rem
}
@media screen and (max-width: 39.9375em) {
    .top-bar-main .top-bar-main-right {
        width: 100%;
        float: left;
        margin-top: .625rem
    }
}
.top-bar-main .top-bar-main-right .logout-block {
    display: inline-block;
    float: left;
    padding-left: 2.0625rem;
    background: url(../images/logout-icon.png) 0 50% no-repeat;
    margin-right: 3.25rem;
    padding-top: .3125rem
}
.top-bar-main .top-bar-main-right .logout-block a {
    color: #fff
}
.top-bar-main .top-bar-main-right .basket-info {
    display: inline-block;
    float: left;
    padding-top: .3125rem
}
.top-bar-main .top-bar-main-right .basket-info a {
    color: #fff
}
.top-bar-main .top-bar-main-right .basket-info .basket-amount {
    display: inline-block;
    float: left;
    width: 2.375rem;
    height: 2.3125rem;
    background: url(../images/basket-icon.png) 0 0 no-repeat;
    position: relative;
    margin-top: -.3125rem
}
.top-bar-main .top-bar-main-right .basket-info .basket-amount span {
    position: absolute;
    bottom: .4375rem;
    right: .375rem;
    display: block;
    line-height: .3;
    font-size: .6875rem
}
.top-bar-main .top-bar-main-right .basket-info .basket-price {
    display: inline-block;
    float: left;
    padding-left: .3125rem
}
.header-main {
    width: 100%;
    float: left;
    padding: .9375rem 0
}
.header-main .top-bar .menu-icon {
    float: right;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}
.header-main .top-bar .menu-icon:after {
    background: #082030;
    box-shadow: 0 .75rem 0 #082030, 0 1.5rem 0 #082030;
    height: .5625rem
}
.header-main .top-bar .top-bar-title {
    position: relative;
    width: 100%
}
@media screen and (min-width: 64em) {
    .header-main .top-bar .top-bar-title {
        width: auto
    }
}
.header-main .top-bar .header-logo {
    margin-top: .625rem
}
.header-main .top-bar .top-bar-right {
    width: auto;
    float: left
}
@media screen and (min-width: 64em) {
    .header-main .top-bar .top-bar-right {
        width: 75%!important;
        float: right
    }
}
@media screen and (min-width: 64em) {
    .header-main .top-bar .menu {
        float: right
    }
}
.header-main .top-bar .menu li {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: .9375rem
}
@media screen and (min-width: 64em) {
    .header-main .top-bar .menu li {
        padding: 0 1.25rem;
        width: auto;
        float: none;
        margin-bottom: 0
    }
}
.header-main .top-bar .menu li:first-of-type {
    padding-left: 0
}
.header-main .top-bar .menu li:last-of-type {
    padding-right: 0
}
.header-main .top-bar .menu li.active a,
.header-main .top-bar .menu li:hover a {
    background: none;
    color: #082030;
    font-weight: 700
}
.header-main .top-bar .menu li a {
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #444;
    font-size: 1.125rem;
    padding: 0
}
footer {
    width: 100%;
    float: left;
    padding: .625rem 0;
    background-color: #082030
}
footer .footer-links {
    width: auto;
    float: left
}
@media screen and (max-width: 39.9375em) {
    footer .footer-links {
        width: 100%
    }
}
footer .footer-links a {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    padding: 0 .9375rem 0 .3125rem;
    display: inline-block;
    position: relative
}
footer .footer-links a:after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0
}
footer .footer-links a:last-of-type:after {
    display: none
}
footer .footer-logo {
    width: auto;
    float: right;
    padding: 1.25rem 0
}
@media screen and (max-width: 39.9375em) {
    footer .footer-logo {
        width: 100%;
        padding: 1.25rem .625rem
    }
    footer .footer-logo img {
        float: right
    }
}
.page-header .team-avatar {
    width: 15%;
    float: left;
    position: relative
}
.page-header .team-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}
@media screen and (min-width: 64em) {
    .page-header .team-avatar img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}
@media screen and (max-width: 39.9375em) {
    .page-header .team-avatar {
        width: 100%;
        text-align: center;
        margin-bottom: .9375rem
    }
}
.page-header .header-content {
    width: 85%;
    float: left;
    padding-left: 1.25rem
}
@media screen and (max-width: 39.9375em) {
    .page-header .header-content {
        width: 100%;
        padding-left: 0
    }
}
.page-header .header-content .btn {
    padding: .9375rem 5.3125rem;
    margin: 0 .625rem .625rem 0
}
@media screen and (max-width: 63.9375em) {
    .page-header .header-content .btn {
        max-width: 21.875rem;
        clear: both;
        display: block
    }
}
@media screen and (max-width: 39.9375em) {
    .page-header .header-content .btn {
        display: block;
        width: 100%;
        float: left
    }
}
.page-header .header-content .btn:last-of-type {
    margin-right: 0;
    //margin-bottom: 0
}
.page-header .header-content .btn:after {
    content: "";
    font-size: 3.4375rem;
    position: absolute;
    top: 50%;
    right: .9375rem;
    transform: translateY(-50%);
    background: url(../images/arrow-small.png) 0 0 no-repeat;
    width: 1.125rem;
    height: 1.6875rem
}
.page-header .header-content .btn:hover {
    color: #fff
}
.quick-link-blocks {
    width: 100%;
    float: left;
    padding: .9375rem 0
}
.quick-link-blocks ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.quick-link-blocks ul li {
    width: 33.33333%;
    float: left;
    padding-left: .3125rem;
    padding-right: .3125rem
}
@media screen and (max-width: 39.9375em) {
    .quick-link-blocks ul li {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-bottom: 1.25rem
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .quick-link-blocks ul li {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .quick-link-blocks ul li {
        width: 50%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-bottom: 1.25rem
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
    .quick-link-blocks ul li {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
.quick-link-blocks ul li:first-of-type .quick-link-block:before {
    background-color: rgba(4, 123, 155, .84)
}
.quick-link-blocks ul li:nth-of-type(2) .quick-link-block:before {
    background-color: rgba(3, 173, 233, .74)
}
.quick-link-blocks ul li:last-of-type .quick-link-block {
    background-color: #e2f6fd
}
.quick-link-blocks ul li .quick-link-block {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}
.quick-link-blocks ul li .quick-link-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 1
}
.quick-link-blocks ul li .guide a {
    width: 100%;
    display: block;
    z-index: 2;
    position: relative;
    color: #fff;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.1875rem;
    line-height: 2.375rem;
    text-align: center;
    padding: 2.5rem 3.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.quick-link-blocks ul li .guide a:after {
    content: "";
    position: absolute;
    background: url(../images/arrow-large.png) 0 0 no-repeat;
    width: 1.4375rem;
    height: 2.125rem;
    margin-left: .6875rem
}
@media screen and (min-width: 64em) {
    .quick-link-blocks ul li .guide a {
        font-size: 2.625rem;
        line-height: 2.8125rem
    }
}
.quick-link-blocks ul li .details {
    width: 100%;
    float: left;
    padding: .8125rem;
    position: relative;
    z-index: 3
}
.quick-link-blocks ul li .details .title {
    width: 100%;
    float: left;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    color: #0d3a5f;
    font-size: 1.0625rem;
    line-height: 1.25rem
}
.quick-link-blocks ul li .details p {
    width: 100%;
    float: left;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #58595b;
    font-size: .875rem;
    line-height: 1.125rem
}
.quick-link-blocks ul li .details a {
    width: auto;
    height: auto
}
.quick-link-blocks ul li .details .round-btn {
    border: .125rem solid #fff
}
.quick-link-blocks ul li .image {
    width: 0%;
    float: left;
    padding: .625rem;
	display:none;
}
.quick-link-blocks ul li .image img {
    float: right
}
.contacts-page {
    width: 100%;
    float: left
}
.contacts-page .contain {
    background-image: linear-gradient(90deg, #c1c1c1 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: top;
    background-size: .375rem .0625rem;
    background-repeat: repeat-x;
    padding: 3.125rem 0 0;
    margin-bottom: 3.75rem
}
.contacts-page h1 {
    text-align: center;
    font-size: 2.8125rem;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    color: #082030
}
.contacts-page .team-list ul {
    width: 100%;
    float: left;
    margin: .9375rem 0;
    padding: 0;
    list-style-type: none
}
.contacts-page .team-list ul li {
    width: 33.33333%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center
}
@media screen and (max-width: 39.9375em) {
    .contacts-page .team-list ul li {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-bottom: .9375rem
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .contacts-page .team-list ul li {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .contacts-page .team-list ul li {
        width: 50%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-bottom: 2.5rem
    }
}
.contacts-page .team-list ul li img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    margin: 0 auto 1.25rem
}
.contacts-page .team-list ul li .name {
    width: 100%;
    float: left;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.375rem;
    color: #082030
}
.contacts-page .team-list ul li p {
    width: 100%;
    float: left;
    padding: 0 .625rem;
    font-weight: 400;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .9375rem;
    color: #686868;
    line-height: 1.4375rem
}
@media screen and (max-width: 39.9375em) {
    .contacts-page .team-list ul li p {
        padding: 0 .9375rem
    }
}
.contacts-page .need-help-block {
    width: 100%;
    height: 17.5rem;
    float: left;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/need-help-bg.png);
    position: relative;
    margin-top: 1.25rem
}
.contacts-page .need-help-block span {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    font-size: 4rem;
    line-height: 4.6875rem;
    text-align: center;
    max-width: 23.125rem;
    width: 100%;
    display: none;
}
@media screen and (max-width: 39.9375em) {
    .contacts-page .need-help-block span {
        max-width: 100%;
        right: auto;
        left: 50%;
        font-size: 2.8125rem;
        line-height: 3.125rem;
        transform: translate(-50%, -50%)
    }
}
.product-listing {
    width: 100%;
    float: left;
    margin: .625rem 0
}
.product-listing .navigation-left {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-top: 1.25rem
}
@media screen and (min-width: 40em) {
    .product-listing .navigation-left {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
@media screen and (min-width: 64em) {
    .product-listing .navigation-left {
        width: 30%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-left: 0;
        margin-top: 0
    }
}
.product-listing .navigation-left h2 {
    width: 100%;
    float: left;
    color: #03ade9;
    font-size: 1.5625rem;
    line-height: 1.75rem
}
.product-listing .navigation-left .category-listing {
    padding: 0
}
.product-listing .navigation-left .category-listing ul {
    max-width: 100%
}
.product-listing .navigation-left .category-listing ul li {
    width: 100%;
    float: left;
    padding-left: 0
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product-listing .navigation-left .category-listing ul li {
        width: 50%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}
.product-listing .navigation-left .category-listing ul li a .category-icon,
.product-listing .navigation-left .category-listing ul li a .category-name {
    position: absolute
}
.product-listing .navigation-left .category-listing ul li a .category-name {
    margin-left: 3.1875rem
}
.product-listing .product-listing-right {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}
@media screen and (min-width: 40em) {
    .product-listing .product-listing-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
@media screen and (min-width: 64em) {
    .product-listing .product-listing-right {
        width: 70%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-right: 0;
        float: right
    }
}
.product-listing .product-listing-right .select-employee {
    width: 100%;
    float: left;
    padding: .625rem .9375rem .625rem 1.25rem;
    background-color: #082030;
    border-radius: .625rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    position: relative
}
.product-listing .product-listing-right .select-employee span.title {
    width: 40%;
    float: left;
    display: block;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.625rem;
    color: #fff;
    padding-top: .625rem
}
@media screen and (max-width: 39.9375em) {
    .product-listing .product-listing-right .select-employee span.title {
        width: 100%
    }
}
.product-listing .product-listing-right .select-employee form {
    width: 60%;
    float: left;
    margin: 0
}
@media screen and (max-width: 39.9375em) {
    .product-listing .product-listing-right .select-employee form {
        width: 100%
    }
}
.product-listing .product-listing-right .select-employee form .select2-container {
    width: 100%
}
.product-listing .product-listing-right .select-employee form .select2-container .select2-selection--single {
    height: 2.875rem;
    border: 0;
    border-radius: .4375rem;
    -webkit-border-radius: .4375rem;
    -moz-border-radius: .4375rem;
    outline: 0
}
.product-listing .product-listing-right .select-employee form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.875rem;
    padding-left: 1.25rem;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.0625rem
}
.product-listing .product-listing-right .select-employee form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.875rem
}
.product-listing .product-listing-right .select-employee form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.product-listing .product-listing-right .select-employee form .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(../images/arrow-down.png) 0 0 no-repeat;
    width: 1.9375rem;
    height: 1.125rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.product-listing .product-listing-right .select-employee form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(../images/arrow-up.png) 0 0 no-repeat;
    width: 1.9375rem;
    height: 1.125rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.product-listing .product-listing-right .order-for-new-starter {
    width: 100%;
    float: left;
    background-color: #03ade9;
    border-radius: .625rem;
    padding: .75rem .9375rem .625rem 1.25rem;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.625rem;
    line-height: 1.875rem;
    position: relative;
    margin: .9375rem 0
}
@media screen and (max-width: 39.9375em) {
    .product-listing .product-listing-right .order-for-new-starter {
        padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
        text-align: center
    }
}
.product-listing .product-listing-right .order-for-new-starter:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: url(../images/arrow-small.png) 0 0 no-repeat;
    width: 1.125rem;
    height: 1.6875rem
}
.product-listing .product-listing-right .order-for-new-starter a {
    color: #fff;
    width: 100%;
    float: left;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}
@media screen and (max-width: 39.9375em) {
    .product-listing .product-listing-right .order-for-new-starter a {
        position: relative
    }
}
.product-listing .product-listing-right .searchbox {
    width: 100%
}
@media screen and (min-width: 64em) {
    .product-listing .product-listing-right .searchbox {
        max-width: 17.5rem
    }
}
.product-listing .product-listing-right .searchbox input[type=search] {
    width: 100%
}
.product-listing .product-listing-right .listing {
    width: 100%;
    float: left
}
.product-listing .product-listing-right .listing ul {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0
}
.product-listing .product-listing-right .listing ul li {
    width: 50%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 2.5rem
}
.product-listing .product-listing-right .listing ul li:nth-of-type(odd) {
    padding-left: 0
}
@media screen and (max-width: 39.9375em) {
    .product-listing .product-listing-right .listing ul li {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .product-listing .product-listing-right .listing ul li {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
.product-listing .product-listing-right .listing ul li .product-block {
    width: 100%;
    float: left;
    position: relative
}
.product-listing .product-listing-right .listing ul li .product-block.full-uniform .btn {
    position: absolute;
    bottom: 0
}
.product-listing .product-listing-right .listing ul li .product-block .product-image {
    width: 45%;
    float: left;
    padding-left: 0;
    border: .0625rem solid #ebecec;
    padding: .1875rem;
    position: relative;
    min-height: 11.125rem;
    max-height: 11.375rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}
.product-listing .product-listing-right .listing ul li .product-block .product-details {
    width: 55%;
    float: left;
    padding-left: .9375rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .product-name {
    width: 100%;
    min-height: 3.125rem;
    float: left;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #082030
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .btn {
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    padding: .625rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-guide {
    width: 100%;
    float: left;
    font-family: BrandonGrotesque-Bold, Helvetica Neue, sans-serif;
    color: #03ade9;
    text-decoration: underline;
    font-size: .5625rem;
    text-transform: uppercase;
    padding-left: .9375rem;
    background: url(../images/info-icon.png) 0 50% no-repeat
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity {
    width: 100%;
    float: left;
    margin: 0 0 .625rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity,
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .size {
    position: relative;
    width: 50%;
    float: left;
    padding-left: .3125rem;
    padding-right: .3125rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity::-webkit-input-placeholder,
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .size::-webkit-input-placeholder {
    color: #082030
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity::-moz-placeholder,
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .size::-moz-placeholder {
    color: #082030
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity:-ms-input-placeholder,
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .size:-ms-input-placeholder {
    color: #082030
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity:-moz-placeholder,
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .size:-moz-placeholder {
    color: #082030
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity label,
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .size label {
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #686868
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .size {
    padding-left: 0
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity {
    padding-right: 0
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #0d3a5f
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container {
    width: 100%!important
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container .select2-selection--single {
    height: 2.5rem;
    border: .125rem solid #f1f1f2;
    outline: 0;
    border-radius: 0
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem;
    padding-left: .3125rem;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    color: #0d3a5f
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    line-height: 0;
    color: #0d3a5f;
    top: -.125rem;
    right: -.3125rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f0d8";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    line-height: 0;
    color: #0d3a5f;
    top: -.125rem;
    right: -.3125rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity input[type=number]::-webkit-inner-spin-button,
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity input[type=number] {
    -moz-appearance: textfield
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity input {
    width: 100%;
    height: 2.5rem;
    line-height: 0;
    float: left;
    display: block;
    padding: .625rem .3125rem .3125rem;
    margin: 0;
    border: .125rem solid #f1f1f2;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    color: #082030;
    text-transform: uppercase;
    box-shadow: none
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity input:focus {
    outline: 0
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity-nav {
    float: left;
    position: relative;
    height: 2.5rem
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: .0625rem solid #eee;
    width: 1.25rem;
    text-align: center;
    color: #082030;
    font-size: .875rem;
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.7;
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: .0625rem solid #eee
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .size-quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: -.0625rem;
    height: 50%
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .add-to-order, .product-listing .product-listing-right .listing ul li .product-block .product-details .add-to-order2 {
    display: block;
    width: 100%;
    float: left;
    color: #fff;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    background-color: #03ade9;
    padding: .5rem 1.875rem .3125rem .625rem;
    border-radius: .3125rem;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    position: relative
}
.product-listing .product-listing-right .listing ul li .product-block .product-details .add-to-order:after, .product-listing .product-listing-right .listing ul li .product-block .product-details .add-to-order2:after {
    position: absolute;
    content: "";
    background: url(../images/add-to-order-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 1.9375rem;
    height: 1.4375rem;
    right: .3125rem
}
.your-details-page {
    width: 100%;
    float: left
}
@media screen and (max-width: 63.9375em) {
    .your-details-page {
        padding: 0 .625rem
    }
}
.your-details-page h2 {
    font-size: 2rem;
    color: #0d3a5f
}
.your-details-page form {
    width: 100%;
    float: left;
    margin-bottom: .625rem
}
.your-details-page form::-webkit-input-placeholder {
    color: #4c4c4c
}
.your-details-page form::-moz-placeholder {
    color: #4c4c4c
}
.your-details-page form:-ms-input-placeholder {
    color: #4c4c4c
}
.your-details-page form:-moz-placeholder {
    color: #4c4c4c
}
.your-details-page form .form-left,
.your-details-page form .form-right {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400
}
@media screen and (min-width: 40em) {
    .your-details-page form .form-left,
    .your-details-page form .form-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
@media screen and (min-width: 64em) {
    .your-details-page form .form-left,
    .your-details-page form .form-right {
        width: 50%;
        float: left
    }
}
.your-details-page form .form-left label,
.your-details-page form .form-right label {
    width: 100%;
    float: left;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #4c4c4c;
    margin-bottom: .3125rem
}
.your-details-page form .form-left input,
.your-details-page form .form-right input {
    width: 100%;
    float: left;
    max-width: 32.25rem;
    border: .0625rem solid #dadada;
    box-shadow: none;
    font-size: 1rem;
    color: #4c4c4c;
    margin: 0 0 .4375rem;
    height: 2.5625rem;
    padding: .3125rem .625rem
}
.your-details-page form .form-left {
    margin-bottom: 1.25rem
}
@media screen and (min-width: 64em) {
    .your-details-page form .form-left {
        margin-bottom: 0
    }
}
.your-details-page form .form-right input {
    margin-bottom: 2rem
}
.your-details-page form .form-right input:last-of-type {
    margin-bottom: 0
}
.your-details-page form .form-right textarea {
    width: 100%;
    float: left;
    border: .0625rem solid #dadada;
    box-shadow: none;
    font-size: 1rem;
    color: #4c4c4c;
    resize: none;
    height: 17.4375rem
}
.your-details-page .edit-details-btn {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 26.625rem;
    padding: .8125rem .9375rem .625rem;
    background-color: #03ade9;
    color: #fff;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.5625rem;
    border-radius: .4375rem;
    -webkit-border-radius: .4375rem;
    -moz-border-radius: .4375rem
}
.your-details-page .site-details {
    width: 100%;
    float: left;
    padding-bottom: 2.5rem;
    background-image: linear-gradient(90deg, #c1c1c1 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: .375rem .0625rem;
    background-repeat: repeat-x;
    margin: 1.25rem 0
}
.your-details-page .site-details .form-left,
.your-details-page .site-details .form-right {
    padding-left: 0
}
.your-details-page .delivery-address {
    width: 100%;
    float: left;
    margin-bottom: 2.5rem
}
.your-details-page .delivery-address .address-block {
    width: 100%;
    float: left;
    background-color: #e0e1e2;
    border-radius: .4375rem;
    -webkit-border-radius: .4375rem;
    -moz-border-radius: .4375rem;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    max-height: 4.375rem;
    overflow: hidden
}
.your-details-page .delivery-address .address-block[aria-hidden=true] .toggle-btn span:after {
    content: "\f078"
}
.your-details-page .delivery-address .address-block[aria-hidden=false] .toggle-btn span:after {
    content: "\f077"
}
.your-details-page .delivery-address .address-block.open {
    max-height: 100%
}
.your-details-page .delivery-address .address-block .toggle-btn {
    display: block;
    width: 3.0625rem;
    height: 3.0625rem;
    background-color: #fff;
    border: .125rem solid #082030;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: .625rem;
    right: 1.25rem
}
.your-details-page .delivery-address .address-block .toggle-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}
.your-details-page .delivery-address .address-block .toggle-btn span:after {
    color: #55c6f0;
    font-size: 1.875rem;
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: .8
}
.your-details-page .delivery-address .address-block form input,
.your-details-page .delivery-address .address-block form textarea {
    max-width: 30.9375rem
}
@media screen and (min-width: 64em) {
    .your-details-page .delivery-address .address-block form textarea {
        max-width: 38.4375rem
    }
}
.your-details-page .delivery-address .address-block .form-left {
    padding-left: 0
}
.your-details-page .delivery-address .address-block .form-right {
    padding-right: 0;
    padding-left: 0
}
.reports-page {
    width: 100%;
    float: left
}
.reports-page .submit-blue {
    float: right;
    margin-right: 1.125rem
}
@media screen and (max-width: 63.9375em) {
    .reports-page .submit-blue {
        float: none;
        margin: 0 auto
    }
}
.reports-page .tabs {
    border: 0
}
.reports-page .tab-titles {
    width: 100%;
    float: left;
    background-color: #03ade9
}
@media screen and (max-width: 39.9375em) {
    .reports-page .tab-titles .contain {
        padding: 0
    }
}
.reports-page .tab-titles ul {
    width: 100%;
    float: left
}
.reports-page .tab-titles .tabs-title {
    width: 24.5%;
    float: left;
    position: relative;
    text-align: center;
    border-right: .0625rem solid #fff
}
@media screen and (max-width: 39.9375em) {
    .reports-page .tab-titles .tabs-title {
        width: 100%;
        float: left;
        border-right: 0
    }
}
.reports-page .tab-titles .tabs-title:first-of-type {
    border-left: .0625rem solid #fff
}
@media screen and (max-width: 39.9375em) {
    .reports-page .tab-titles .tabs-title:first-of-type {
        border-left: 0
    }
}
.reports-page .tab-titles .tabs-title a {
    color: #fff;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    height: 100%
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .reports-page .tab-titles .tabs-title a {
        height: 4.375rem
    }
}
.reports-page .tab-titles .tabs-title>a:focus,
.reports-page .tab-titles .tabs-title>a:hover,
.reports-page .tab-titles .tabs-title>a[aria-selected=true] {
    font-weight: 700
}
.reports-page .tab-titles .tabs-title>a:focus:after,
.reports-page .tab-titles .tabs-title>a:hover:after,
.reports-page .tab-titles .tabs-title>a[aria-selected=true]:after {
    content: "";
    position: absolute;
    bottom: -.75rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-top: .75rem solid #0d3a5f
}
.reports-page .tabs-content {
    width: 100%;
    float: left;
    background-color: #f1f2f2;
    padding: 2.5rem
}
@media screen and (max-width: 39.9375em) {
    .reports-page .tabs-content {
        padding: .625rem
    }
}
.reports-page .tabs-content .tabs-panel form {
    width: 100%;
    max-width: 61.25rem;
    margin: 0 auto;
    text-align: center
}
.reports-page .tabs-content .tabs-panel ul {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 auto .625rem;
    text-align: left
}
.reports-page .tabs-content .tabs-panel ul li {
    width: 50%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: .625rem
}
@media screen and (max-width: 39.9375em) {
    .reports-page .tabs-content .tabs-panel ul li {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .reports-page .tabs-content .tabs-panel ul li {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
.reports-page .tabs-content .tabs-panel ul li label {
    width: 100%;
    float: left;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.0625rem;
    color: #414042;
    padding-top: .625rem
}
@media screen and (min-width: 64em) {
    .reports-page .tabs-content .tabs-panel ul li label {
        width: 40%
    }
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain {
    width: 100%;
    float: left;
    position: relative
}
@media screen and (min-width: 64em) {
    .reports-page .tabs-content .tabs-panel ul li .selection-contain {
        width: 60%
    }
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain::-webkit-input-placeholder {
    color: #414042
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain::-moz-placeholder {
    color: #414042
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain:-ms-input-placeholder {
    color: #414042
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain:-moz-placeholder {
    color: #414042
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #414042
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .date-range-input {
    width: 48.5%;
    float: left;
    display: inline-block;
    height: 2.375rem;
    border: 0;
    box-shadow: none;
    padding-left: .625rem;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    margin-bottom: 0;
    color: #414042;
    background-image: url(../images/calendar-icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: #fff
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .date-range-input:first-of-type {
    margin-right: 3%
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container {
    width: 100%
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container .select2-selection--single {
    height: 2.375rem;
    border: 0;
    outline: 0;
    border-radius: 0
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.375rem;
    padding-left: .625rem;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #414042
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.375rem
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.125rem
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.125rem
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain ul li {
    position: relative;
    width: auto;
    float: none;
    display: inline-block;
    padding-right: 0
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
    top: .8125rem;
    left: .5625rem
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain ul li label {
    display: block;
    position: relative;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    padding: .625rem;
    height: 1.25rem;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain ul li .check {
    display: block;
    position: absolute;
    border: .0625rem solid #e8e9e9;
    border-radius: 100%;
    height: 1.4375rem;
    width: 1.4375rem;
    top: .625rem;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain ul li:hover .check:before {
    background-color: #03ade9
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain ul li .check:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 1.3125rem;
    width: 1.25rem;
    top: 0;
    left: 0;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    background-color: transparent;
    border: .25rem solid #fff
}
.reports-page .tabs-content .tabs-panel ul li .selection-contain input[type=radio]:checked~.check:before {
    background: #03ade9
}
.page-header.employee-list p {
    font-weight: 600;
    color: #58595b
}
.employee-list {
    width: 100%;
    float: left;
    position: relative;
    padding: 1.25rem 0
}
.employee-list h2 {
    display: inline-block;
    float: left;
    font-size: 2rem;
    color: #0d3a5f
}
@media screen and (max-width: 39.9375em) {
    .employee-list h2 {
        clear: both;
        display: block;
        width: 100%
    }
}
.employee-list .btn {
    float: right;
    font-size: 1rem;
    padding: 1.5625rem 5rem;
    margin-top: -1.25rem;
    border-radius: .375rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    -o-border-radius: .375rem
}
@media screen and (max-width: 39.9375em) {
    .employee-list .btn {
        float: left;
        margin-top: 0
    }
}
.employee-list .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .625rem;
    transform: translateY(-50%);
    background: url(../images/arrow-small.png) 0 0 no-repeat;
    width: 1.125rem;
    height: 1.6875rem
}
.employee-list .list-of-employees {
    width: 100%;
    float: left;
    margin-top: 1.25rem
}
.employee-popup {
    padding: 1.5625rem 1.375rem 2.5625rem 1.375rem !important;
}
.employee-popup h3 {
    font-family: BrandonGrotesque-Bold, Helvetica Neue, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #55c6f0
}
.employee-popup ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: .3125rem 0;
    padding: 0
}
.employee-popup ul li {
    width: 100%;
    float: left;
    margin-bottom: .4375rem
}
.employee-popup ul li .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #808285
}
.employee-popup ul li .select2-container {
    width: 100%!important
}
.employee-popup ul li .select2-container .select2-selection--single {
    height: 1.875rem;
    border: .0625rem solid #dadada;
    outline: 0;
    border-radius: 0
}
.employee-popup ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.875rem;
    padding-left: .3125rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    color: #808285
}
.employee-popup ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.875rem
}
.employee-popup ul li .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.employee-popup ul li .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.employee-popup ul li .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.employee-popup ul li label {
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .9375rem;
    color: #58595b
}
.employee-popup ul li .select-option,
.employee-popup ul li label {
    width: 50%;
    float: left;
    display: inline-block
}
.employee-popup .popup-details-top {
    width: 100%;
    float: left;
    padding: .9375rem 0;
    background-image: linear-gradient(90deg, #838383 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: .375rem .0625rem;
    background-repeat: repeat-x
}

.employee-popup .popup-details-top span.title {
    width: 40%;
    float: left;
    display: block;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.625rem;
    color: #fff;
    padding-top: .625rem
}
@media screen and (max-width: 39.9375em) {
    .employee-popup .popup-details-top span.title {
        width: 100%
    }
}

.employee-popup .popup-details-top .select2-container {
    width: 100%!important
}
.employee-popup .popup-details-top .select2-container .select2-selection--single {
    height: 1.875rem;
    border: .0625rem solid #dadada;
    outline: 0;
    border-radius: 0
}
.employee-popup .popup-details-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.875rem;
    padding-left: .3125rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    color: #808285
}
.employee-popup .popup-details-top .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.875rem
}
.employee-popup .popup-details-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.employee-popup .popup-details-top .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.employee-popup .popup-details-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}

.employee-popup .popup-details-top::-webkit-input-placeholder {
    color: #808285
}
.employee-popup .popup-details-top::-moz-placeholder {
    color: #808285
}
.employee-popup .popup-details-top:-ms-input-placeholder {
    color: #808285
}
.employee-popup .popup-details-top:-moz-placeholder {
    color: #808285
}
.employee-popup .popup-details-top #name::-webkit-input-placeholder {
    color: #0d3a5f
}
.employee-popup .popup-details-top #name::-moz-placeholder {
    color: #0d3a5f
}
.employee-popup .popup-details-top #name:-ms-input-placeholder {
    color: #0d3a5f
}
.employee-popup .popup-details-top #name:-moz-placeholder {
    color: #0d3a5f
}
.employee-popup .popup-details-top input[type=text] {
    width: 100%;
    float: left;
    max-width: 12.5rem;
    clear: both;
    border: .0625rem solid #dadada;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    color: #808285;
    font-size: .875rem;
    padding: .5625rem .625rem .3125rem;
    box-shadow: none;
    margin-bottom: .3125rem
}
.employee-popup .popup-details-top input[type=text]:first-of-type {
    color: #0d3a5f;
    font-size: 1.4375rem;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif
}
.employee-popup .popup-order-details {
    width: 100%;
    float: left;
    padding: 1.25rem 0 0;
    position: relative;
    margin-bottom: 1.25rem
}
.employee-popup .popup-order-details .product-sizes {
    width: 60%;
    float: left;
    padding-left: .46875rem;
    padding-right: .46875rem;
    padding-left: 0
}
@media screen and (max-width: 39.9375em) {
    .employee-popup .popup-order-details .product-sizes {
        width: 100%;
        float: left
    }
}
.employee-popup .popup-order-details .product-sizes .select2-container {
    max-width: 8.875rem;
    float: right
}
.employee-popup .popup-order-details .job-role {
    width: 37%;
    padding-right: 0;
    float: right
}
.employee-popup .popup-order-details .product-sizes.productspecific .select2-container {
    max-width: 46%;
    float: left;
}

@media screen and (max-width: 39.9375em) {
    .employee-popup .popup-order-details .job-role {
        width: 100%;
        float: left
    }
}
.employee-popup .popup-order-details .job-role ul {
    margin-bottom: 1.25rem
}
.employee-popup .popup-order-details .job-role .add-role {
    position: relative;
    padding: .5625rem 0 .5625rem 2rem;
    color: #03ade9;
    font-size: .875rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 1.5625rem
}
.employee-popup .popup-order-details .job-role .add-role:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    color: #03ade9;
    font-size: 1.875rem;
    content: "\f055"
}
.employee-popup .popup-order-details .job-role .action-btns {
    position: absolute;
    bottom: .625rem
}
@media screen and (max-width: 39.9375em) {
    .employee-popup .popup-order-details .job-role .action-btns {
        right: 0
    }
}
.employee-popup .popup-order-details .job-role .cancel-btn,
.employee-popup .popup-order-details .job-role .save-changes {
    display: inline-block;
    float: left;
    padding: .75rem .625rem;
    text-align: center;
    color: #fff;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    border: 0;
    box-shadow: none;
    border-radius: .3125rem;
    -webkit-border-radius: .3125rem;
    -moz-borde-radius: .3125rem
}
.employee-popup .popup-order-details .job-role .save-changes {
    background-color: #03ade9;
    margin-right: .3125rem
}
.employee-popup .popup-order-details .job-role .cancel-btn {
    background-color: #939598
}
.employee-popup .clothing-options {
    width: 100%;
    float: left;
    padding: .75rem 0;
    background-image: linear-gradient(90deg, #838383 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: top;
    background-size: .375rem .0625rem;
    background-repeat: repeat-x
}
.employee-popup .clothing-options ul {
    max-width: 22.9375rem
}
.employee-popup .clothing-options .select2-container {
    max-width: 10.5625rem;
    float: right
}
.employee-popup input[type=submit] {
    border: 0;
    box-shadow: none;
    background-color: #0d3a5f;
    color: #fff;
    padding: .9375rem .9375rem .625rem;
    text-align: center;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.3125rem;
    border-radius: .3125rem;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem
}
.order-history-list {
    width: 100%;
    float: left;
    padding: 1.25rem 0;
    position: relative
}
@media screen and (max-width: 63.9375em) {
    .order-history-list {
        padding: 1.25rem .625rem
    }
}
.order-history-list h2 {
    display: inline-block;
    float: left;
    font-size: 2rem;
    color: #0d3a5f
}
@media screen and (max-width: 39.9375em) {
    .order-history-list h2 {
        clear: both;
        display: block;
        width: 100%
    }
}
.order-history-list .sort-by {
    width: 100%;
    max-width: 17.5rem;
    padding: .3125rem 0 .625rem;
    float: right
}
.order-history-list .sort-by label {
    display: inline-block;
    float: left;
    width: 30%;
    font-family: BrandonGrotesque-Medium, Helvetica Neue, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #808285;
    padding-top: .25rem
}
.order-history-list .sort-by .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #808285
}
.order-history-list .sort-by .select2-container {
    width: 70%!important;
    float: left
}
.order-history-list .sort-by .select2-container .select2-selection--single {
    height: 2.0625rem;
    border: .0625rem solid #dadada;
    outline: 0;
    border-radius: 0
}
.order-history-list .sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.0625rem;
    padding-left: .3125rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    color: #808285
}
.order-history-list .sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.0625rem
}
.order-history-list .sort-by .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.order-history-list .sort-by .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.order-history-list .sort-by .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
@media screen and (min-width: 64em) {
    .order-history-list td[data-th="Order Number"]:hover .table-row {
        border-color: #03ade9;
        border-width: .125rem
    }
    .order-history-list td[data-th="Order Number"]:hover .order-items {
        display: block!important
    }
}
.order-history-list .table-row .date {
    position: relative;
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: -.1875rem;
    display: inline-block
}
@media screen and (max-width: 63.9375em) {
    .order-history-list .table-row .date {
        position: absolute;
        right: .9375rem;
        margin-top: -1.25rem
    }
}
.order-history-list .table-row .date:before {
    position: absolute;
    content: "\f017";
    top: 0;
    left: 0;
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.875rem;
    color: #03ade9
}
@media screen and (max-width: 63.9375em) {
    .order-history-list .table-row .date:before {
        left: .625rem
    }
}
.order-history-list .table-row .date:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}
.order-history-list .order-items {
    width: 95.3%;
    background-color: #03ade9;
    color: #fff;
    float: left;
    max-width: 13.25rem;
    position: absolute;
    left: .3125rem;
    z-index: 999;
    display: none
}
.order-history-list .order-items ul {
    width: 100%;
    max-width: 13.25rem;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0
}
.order-history-list .order-items ul li {
    width: 100%;
    float: left;
    color: #fff;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .8125rem;
    border-bottom: .0625rem solid #5bcaf1;
    padding: .3125rem
}
.checkout-list {
    width: 100%;
    float: left
}
.checkout-list .contain {
    padding: .9375rem .625rem
}
.checkout-list .reason-block {
    width: 100%;
    float: right;
    max-width: 27.75rem;
    background-color: #0d3a5f;
    padding: .3125rem .4375rem;
    border-radius: .3125rem;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    color: #fff;
    position: relative
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .reason-block {
        float: left;
        margin-bottom: 1.25rem
    }
}
.checkout-list .reason-block label {
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.0625rem;
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 0 .625rem;
    padding-top: .3125rem
}
.checkout-list .reason-block .reason-left {
    width: 33%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-left: .3125rem;
    position: relative
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .reason-block .reason-left {
        overflow: hidden
    }
}
@media screen and (max-width: 39.9375em) {
    .checkout-list .reason-block .reason-left {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .checkout-list .reason-block .reason-left {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
.checkout-list .reason-block .reason-left input[type=checkbox] {
    float: left;
    display: inline-block;
    margin-top: .625rem
}
.checkout-list .reason-block .reason-left:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 1.5625rem solid transparent;
    border-bottom: 1.5625rem solid transparent;
    border-left: 1.25rem solid #0d3a5f;
    position: absolute;
    top: -.3125rem;
    left: 80%;
    z-index: 2
}
@media screen and (max-width: 39.9375em) {
    .checkout-list .reason-block .reason-left:after {
        display: none
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .checkout-list .reason-block .reason-left:after {
        top: 0;
        border-top-width: 1.25rem;
        border-bottom-width: 1.25rem;
        border-left-width: .9375rem
    }
}
.checkout-list .reason-block .reason-left:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 1.5625rem solid transparent;
    border-bottom: 1.5625rem solid transparent;
    border-left: 1.25rem solid #fff;
    position: absolute;
    top: -.3125rem;
    margin-left: .0625rem;
    left: 80%;
    z-index: 1
}
@media screen and (max-width: 39.9375em) {
    .checkout-list .reason-block .reason-left:before {
        display: none
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .checkout-list .reason-block .reason-left:before {
        top: 0;
        border-top-width: 1.25rem;
        border-bottom-width: 1.25rem;
        border-left-width: .9375rem
    }
}
.checkout-list .reason-block .reason-right {
    width: 67%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-right: 0
}
@media screen and (max-width: 39.9375em) {
    .checkout-list .reason-block .reason-right {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .checkout-list .reason-block .reason-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
.checkout-list .reason-block .reason-right .select2-container {
    float: right;
    display: inline-block;
    width: 60%!important;
    margin-top: .1875rem
}
.checkout-list .reason-block .reason-right .select2-container .select2-selection--single {
    height: 1.875rem;
    border: 0;
    outline: 0;
    border-radius: .1875rem
}
.checkout-list .reason-block .reason-right .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.875rem;
    padding-left: .3125rem;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    font-style: italic;
    color: #686868
}
.checkout-list .reason-block .reason-right .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.875rem
}
.checkout-list .reason-block .reason-right .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.checkout-list .reason-block .reason-right .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.checkout-list .reason-block .reason-right .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.checkout-list .order-block {
    width: 100%;
    float: left;
    margin-bottom: 1.5625rem
}
.checkout-list .order-block:last-child {
	margin-bottom: 0;
}
.checkout-list .order-block:last-of-type {
    margin-bottom: 0;
}
.checkout-list .order-block h2 {
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.75rem;
    color: #03ade9
}
.checkout-list .order-block .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #808285
}
.checkout-list .order-block .select2-container {
    width: 100%!important
}
.checkout-list .order-block .select2-container .select2-selection--single {
    height: 2.1875rem;
    border: 0;
    outline: 0;
    border-radius: 0
}
.checkout-list .order-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.1875rem;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #666;
    margin-left: -.3125rem
}
@media screen and (min-width: 64em) {
    .checkout-list .order-block .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-left: 0
    }
}
.checkout-list .order-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.1875rem
}
.checkout-list .order-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.checkout-list .order-block .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.checkout-list .order-block .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f0d8";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.checkout-list .order-block table {
    border: 0
}
.checkout-list .order-block table .remove-product {
    border: .0625rem solid #ebebeb;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto;
    font-size: 1.8125rem;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 2.25rem;
    cursor: pointer
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .order-block table .remove-product {
        float: left;
        width: 100%;
        background-color: #0d3a5f;
        color: #fff
    }
}
.checkout-list .order-block table input[type=number]::-webkit-inner-spin-button,
.checkout-list .order-block table input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.checkout-list .order-block table input[type=number] {
    -moz-appearance: textfield;
    background-color: #f2f2f2;
    height: 2.1875rem;
    text-align: center;
    padding: 0 2.5rem;
    font-size: 1.0625rem;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    color: #666
}
.checkout-list .order-block table .fa-caret-up:before {
    content: "\f067"
}
.checkout-list .order-block table .fa-caret-down:before {
    content: "\f068"
}
.checkout-list .order-block table input {
    width: 100%;
    height: 2.5rem;
    line-height: 1.65;
    float: left;
    display: block;
    padding: .3125rem;
    margin: 0;
    border: .125rem solid #f1f1f2;
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    color: #082030;
    text-transform: uppercase;
    box-shadow: none
}
.checkout-list .order-block table input:focus {
    outline: 0
}
.checkout-list .order-block table .quantity-nav {
    position: relative;
    height: 2.5rem
}
.checkout-list .order-block table .quantity-button {
    position: relative;
    cursor: pointer;
    border: .0625rem solid #e9e9e9;
    background-color: #fff;
    width: 2.5rem;
    height: 2.1875rem;
    text-align: center;
    color: #707070;
    font-size: 1.3125rem;
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.checkout-list .order-block table .quantity-button.quantity-up {
    position: absolute;
    top: 0;
    right: -2.5625rem;
    padding-top: .125rem
}
.checkout-list .order-block table .quantity-button.quantity-down {
    position: absolute;
    top: 0;
    left: 2.5rem;
    padding-top: .125rem
}
.checkout-list .order-block table .table-row {
    position: relative
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .order-block table .table-row {
        width: 50%;
        float: left;
        max-width: 9.375rem
    }
}
.checkout-list .order-block table tbody {
    border: 0
}
.checkout-list .order-block table th {
    font-family: BrandonGrotesque-Bold, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    font-size: .9375rem;
    text-align: left;
    color: #333
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .order-block table th {
        display: none
    }
}
.checkout-list .order-block table tbody tr:nth-child(2n) {
    background-color: transparent
}
.checkout-list .order-block table tr {
    padding: .625rem 0;
    border-bottom: .125rem solid #f3f3f3
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .order-block table tr {
        border: .125rem solid #f3f3f3;
        margin-bottom: 1.25rem
    }
    .checkout-list .order-block table tr:first-of-type {
        display: none
    }
}
.checkout-list .order-block table tr:first-of-type {
    border-bottom: .1875rem solid #e6e6e6
}
.checkout-list .order-block table tr td {
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #666
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .order-block table tr td {
        width: 100%;
        float: left;
        margin-bottom: .3125rem
    }
    .checkout-list .order-block table tr td:last-of-type .table-row {
        max-width: 100%;
        width: 100%
    }
    .checkout-list .order-block table tr td:last-of-type .table-row span {
        color: transparent;
        position: relative
    }
    .checkout-list .order-block table tr td:last-of-type .table-row span:before {
        content: "Remove";
        color: #fff;
        font-size: 1rem;
        font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}
.checkout-list .order-block table tr td:before {
    content: attr(data-th);
    font-weight: 700;
    width: 40%;
    float: left;
    display: inline-block
}
@media screen and (min-width: 64em) {
    .checkout-list .order-block table tr td:before {
        display: none
    }
}
@media screen and (min-width: 64em) {
    .checkout-list .order-block table tr td[data-th=Size] {
        padding-left: .1875rem
    }
    .checkout-list .order-block table tr td[data-th=Size] .select2-container {
        max-width: 4.375rem
    }
    .checkout-list .order-block table tr td[data-th=Quantity] .customNumber {
        max-width: 8.4375rem
    }
    .checkout-list .order-block table tr td[data-th="Job Role"] {
        padding-left: .1875rem
    }
    .checkout-list .order-block table tr td[data-th="Job Role"] .select2-container {
        max-width: 8.75rem
    }
    .checkout-list .order-block table tr td[data-th="Reason For Ordering"] {
        padding-left: .1875rem
    }
    .checkout-list .order-block table tr td[data-th="Reason For Ordering"] .select2-container {
        max-width: 8.75rem
    }
}
@media screen and (max-width: 63.9375em) {
    .checkout-list .order-block table tr td[data-th=Remove]:before {
        display: none
    }
}
.checkout-list .order-details-save {
    width: 100%;
    float: none;
	clear: both;
    margin-top: 0;
}
.checkout-list .order-details {
    width: 100%;
    float: right;
    max-width: 27.5rem;
    margin-top: 0;
}
.checkout-list .order-details .delivery {
    width: 100%;
    float: left
}
.checkout-list .order-details .delivery label {
    font-family: BrandonGrotesque-Bold, Helvetica Neue, sans-serif;
    color: #03ade9;
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    float: left
}
.checkout-list .order-details .delivery .select2-container {
    width: 55%!important;
    float: right
}
.checkout-list .order-details .delivery .select2-container .select2-selection--single {
    height: 1.75rem;
    border: .0625rem solid #e3e3e3;
    outline: 0;
    border-radius: 0
}
.checkout-list .order-details .delivery .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.75rem;
    padding-left: .3125rem;
    font-family: HelveticaNeueLTStd-Roman, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #686868
}
.checkout-list .order-details .delivery .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.75rem
}
.checkout-list .order-details .delivery .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative
}
.checkout-list .order-details .delivery .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.checkout-list .order-details .delivery .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome, Cursive, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 0;
    color: #03ade9;
    top: -.125rem;
    right: -.3125rem
}
.checkout-list .order-details .sub-total {
    width: 100%;
    max-width: 16.875rem;
    float: right;
    padding: 1.25rem 0;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 1.0625rem;
    text-align: right
}
.checkout-list .order-details .sub-total strong {
    font-size: 2.375rem;
    vertical-align: middle;
    padding-left: 1.25rem;
    font-weight: 400
}
.checkout-list .order-details .confirm-order {
    width: 100%;
    float: right;
    max-width: 18.125rem
}
.checkout-list .order-details .confirm-order .round-btn {
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.75rem;
    text-transform: none;
    float: right;
    padding: 1.0625rem 1.5625rem .75rem
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714em
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    animation: a 2s infinite linear
}
.fa-pulse {
    animation: a 1s infinite steps(8)
}
@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: ""
}
.fa-music:before {
    content: ""
}
.fa-search:before {
    content: ""
}
.fa-envelope-o:before {
    content: ""
}
.fa-heart:before {
    content: ""
}
.fa-star:before {
    content: ""
}
.fa-star-o:before {
    content: ""
}
.fa-user:before {
    content: ""
}
.fa-film:before {
    content: ""
}
.fa-th-large:before {
    content: ""
}
.fa-th:before {
    content: ""
}
.fa-th-list:before {
    content: ""
}
.fa-check:before {
    content: ""
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}
.fa-search-plus:before {
    content: ""
}
.fa-search-minus:before {
    content: ""
}
.fa-power-off:before {
    content: ""
}
.fa-signal:before {
    content: ""
}
.fa-cog:before,
.fa-gear:before {
    content: ""
}
.fa-trash-o:before {
    content: ""
}
.fa-home:before {
    content: ""
}
.fa-file-o:before {
    content: ""
}
.fa-clock-o:before {
    content: ""
}
.fa-road:before {
    content: ""
}
.fa-download:before {
    content: ""
}
.fa-arrow-circle-o-down:before {
    content: ""
}
.fa-arrow-circle-o-up:before {
    content: ""
}
.fa-inbox:before {
    content: ""
}
.fa-play-circle-o:before {
    content: ""
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}
.fa-refresh:before {
    content: ""
}
.fa-list-alt:before {
    content: ""
}
.fa-lock:before {
    content: ""
}
.fa-flag:before {
    content: ""
}
.fa-headphones:before {
    content: ""
}
.fa-volume-off:before {
    content: ""
}
.fa-volume-down:before {
    content: ""
}
.fa-volume-up:before {
    content: ""
}
.fa-qrcode:before {
    content: ""
}
.fa-barcode:before {
    content: ""
}
.fa-tag:before {
    content: ""
}
.fa-tags:before {
    content: ""
}
.fa-book:before {
    content: ""
}
.fa-bookmark:before {
    content: ""
}
.fa-print:before {
    content: ""
}
.fa-camera:before {
    content: ""
}
.fa-font:before {
    content: ""
}
.fa-bold:before {
    content: ""
}
.fa-italic:before {
    content: ""
}
.fa-text-height:before {
    content: ""
}
.fa-text-width:before {
    content: ""
}
.fa-align-left:before {
    content: ""
}
.fa-align-center:before {
    content: ""
}
.fa-align-right:before {
    content: ""
}
.fa-align-justify:before {
    content: ""
}
.fa-list:before {
    content: ""
}
.fa-dedent:before,
.fa-outdent:before {
    content: ""
}
.fa-indent:before {
    content: ""
}
.fa-video-camera:before {
    content: ""
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}
.fa-pencil:before {
    content: ""
}
.fa-map-marker:before {
    content: ""
}
.fa-adjust:before {
    content: ""
}
.fa-tint:before {
    content: ""
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}
.fa-share-square-o:before {
    content: ""
}
.fa-check-square-o:before {
    content: ""
}
.fa-arrows:before {
    content: ""
}
.fa-step-backward:before {
    content: ""
}
.fa-fast-backward:before {
    content: ""
}
.fa-backward:before {
    content: ""
}
.fa-play:before {
    content: ""
}
.fa-pause:before {
    content: ""
}
.fa-stop:before {
    content: ""
}
.fa-forward:before {
    content: ""
}
.fa-fast-forward:before {
    content: ""
}
.fa-step-forward:before {
    content: ""
}
.fa-eject:before {
    content: ""
}
.fa-chevron-left:before {
    content: ""
}
.fa-chevron-right:before {
    content: ""
}
.fa-plus-circle:before {
    content: ""
}
.fa-minus-circle:before {
    content: ""
}
.fa-times-circle:before {
    content: ""
}
.fa-check-circle:before {
    content: ""
}
.fa-question-circle:before {
    content: ""
}
.fa-info-circle:before {
    content: ""
}
.fa-crosshairs:before {
    content: ""
}
.fa-times-circle-o:before {
    content: ""
}
.fa-check-circle-o:before {
    content: ""
}
.fa-ban:before {
    content: ""
}
.fa-arrow-left:before {
    content: ""
}
.fa-arrow-right:before {
    content: ""
}
.fa-arrow-up:before {
    content: ""
}
.fa-arrow-down:before {
    content: ""
}
.fa-mail-forward:before,
.fa-share:before {
    content: ""
}
.fa-expand:before {
    content: ""
}
.fa-compress:before {
    content: ""
}
.fa-plus:before {
    content: ""
}
.fa-minus:before {
    content: ""
}
.fa-asterisk:before {
    content: ""
}
.fa-exclamation-circle:before {
    content: ""
}
.fa-gift:before {
    content: ""
}
.fa-leaf:before {
    content: ""
}
.fa-fire:before {
    content: ""
}
.fa-eye:before {
    content: ""
}
.fa-eye-slash:before {
    content: ""
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}
.fa-plane:before {
    content: ""
}
.fa-calendar:before {
    content: ""
}
.fa-random:before {
    content: ""
}
.fa-comment:before {
    content: ""
}
.fa-magnet:before {
    content: ""
}
.fa-chevron-up:before {
    content: ""
}
.fa-chevron-down:before {
    content: ""
}
.fa-retweet:before {
    content: ""
}
.fa-shopping-cart:before {
    content: ""
}
.fa-folder:before {
    content: ""
}
.fa-folder-open:before {
    content: ""
}
.fa-arrows-v:before {
    content: ""
}
.fa-arrows-h:before {
    content: ""
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}
.fa-twitter-square:before {
    content: ""
}
.fa-facebook-square:before {
    content: ""
}
.fa-camera-retro:before {
    content: ""
}
.fa-key:before {
    content: ""
}
.fa-cogs:before,
.fa-gears:before {
    content: ""
}
.fa-comments:before {
    content: ""
}
.fa-thumbs-o-up:before {
    content: ""
}
.fa-thumbs-o-down:before {
    content: ""
}
.fa-star-half:before {
    content: ""
}
.fa-heart-o:before {
    content: ""
}
.fa-sign-out:before {
    content: ""
}
.fa-linkedin-square:before {
    content: ""
}
.fa-thumb-tack:before {
    content: ""
}
.fa-external-link:before {
    content: ""
}
.fa-sign-in:before {
    content: ""
}
.fa-trophy:before {
    content: ""
}
.fa-github-square:before {
    content: ""
}
.fa-upload:before {
    content: ""
}
.fa-lemon-o:before {
    content: ""
}
.fa-phone:before {
    content: ""
}
.fa-square-o:before {
    content: ""
}
.fa-bookmark-o:before {
    content: ""
}
.fa-phone-square:before {
    content: ""
}
.fa-twitter:before {
    content: ""
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}
.fa-github:before {
    content: ""
}
.fa-unlock:before {
    content: ""
}
.fa-credit-card:before {
    content: ""
}
.fa-feed:before,
.fa-rss:before {
    content: ""
}
.fa-hdd-o:before {
    content: ""
}
.fa-bullhorn:before {
    content: ""
}
.fa-bell:before {
    content: ""
}
.fa-certificate:before {
    content: ""
}
.fa-hand-o-right:before {
    content: ""
}
.fa-hand-o-left:before {
    content: ""
}
.fa-hand-o-up:before {
    content: ""
}
.fa-hand-o-down:before {
    content: ""
}
.fa-arrow-circle-left:before {
    content: ""
}
.fa-arrow-circle-right:before {
    content: ""
}
.fa-arrow-circle-up:before {
    content: ""
}
.fa-arrow-circle-down:before {
    content: ""
}
.fa-globe:before {
    content: ""
}
.fa-wrench:before {
    content: ""
}
.fa-tasks:before {
    content: ""
}
.fa-filter:before {
    content: ""
}
.fa-briefcase:before {
    content: ""
}
.fa-arrows-alt:before {
    content: ""
}
.fa-group:before,
.fa-users:before {
    content: ""
}
.fa-chain:before,
.fa-link:before {
    content: ""
}
.fa-cloud:before {
    content: ""
}
.fa-flask:before {
    content: ""
}
.fa-cut:before,
.fa-scissors:before {
    content: ""
}
.fa-copy:before,
.fa-files-o:before {
    content: ""
}
.fa-paperclip:before {
    content: ""
}
.fa-floppy-o:before,
.fa-save:before {
    content: ""
}
.fa-square:before {
    content: ""
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}
.fa-list-ul:before {
    content: ""
}
.fa-list-ol:before {
    content: ""
}
.fa-strikethrough:before {
    content: ""
}
.fa-underline:before {
    content: ""
}
.fa-table:before {
    content: ""
}
.fa-magic:before {
    content: ""
}
.fa-truck:before {
    content: ""
}
.fa-pinterest:before {
    content: ""
}
.fa-pinterest-square:before {
    content: ""
}
.fa-google-plus-square:before {
    content: ""
}
.fa-google-plus:before {
    content: ""
}
.fa-money:before {
    content: ""
}
.fa-caret-down:before {
    content: ""
}
.fa-caret-up:before {
    content: ""
}
.fa-caret-left:before {
    content: ""
}
.fa-caret-right:before {
    content: ""
}
.fa-columns:before {
    content: ""
}
.fa-sort:before,
.fa-unsorted:before {
    content: ""
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}
.fa-envelope:before {
    content: ""
}
.fa-linkedin:before {
    content: ""
}
.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}
.fa-gavel:before,
.fa-legal:before {
    content: ""
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}
.fa-comment-o:before {
    content: ""
}
.fa-comments-o:before {
    content: ""
}
.fa-bolt:before,
.fa-flash:before {
    content: ""
}
.fa-sitemap:before {
    content: ""
}
.fa-umbrella:before {
    content: ""
}
.fa-clipboard:before,
.fa-paste:before {
    content: ""
}
.fa-lightbulb-o:before {
    content: ""
}
.fa-exchange:before {
    content: ""
}
.fa-cloud-download:before {
    content: ""
}
.fa-cloud-upload:before {
    content: ""
}
.fa-user-md:before {
    content: ""
}
.fa-stethoscope:before {
    content: ""
}
.fa-suitcase:before {
    content: ""
}
.fa-bell-o:before {
    content: ""
}
.fa-coffee:before {
    content: ""
}
.fa-cutlery:before {
    content: ""
}
.fa-file-text-o:before {
    content: ""
}
.fa-building-o:before {
    content: ""
}
.fa-hospital-o:before {
    content: ""
}
.fa-ambulance:before {
    content: ""
}
.fa-medkit:before {
    content: ""
}
.fa-fighter-jet:before {
    content: ""
}
.fa-beer:before {
    content: ""
}
.fa-h-square:before {
    content: ""
}
.fa-plus-square:before {
    content: ""
}
.fa-angle-double-left:before {
    content: ""
}
.fa-angle-double-right:before {
    content: ""
}
.fa-angle-double-up:before {
    content: ""
}
.fa-angle-double-down:before {
    content: ""
}
.fa-angle-left:before {
    content: ""
}
.fa-angle-right:before {
    content: ""
}
.fa-angle-up:before {
    content: ""
}
.fa-angle-down:before {
    content: ""
}
.fa-desktop:before {
    content: ""
}
.fa-laptop:before {
    content: ""
}
.fa-tablet:before {
    content: ""
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}
.fa-circle-o:before {
    content: ""
}
.fa-quote-left:before {
    content: ""
}
.fa-quote-right:before {
    content: ""
}
.fa-spinner:before {
    content: ""
}
.fa-circle:before {
    content: ""
}
.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}
.fa-github-alt:before {
    content: ""
}
.fa-folder-o:before {
    content: ""
}
.fa-folder-open-o:before {
    content: ""
}
.fa-smile-o:before {
    content: ""
}
.fa-frown-o:before {
    content: ""
}
.fa-meh-o:before {
    content: ""
}
.fa-gamepad:before {
    content: ""
}
.fa-keyboard-o:before {
    content: ""
}
.fa-flag-o:before {
    content: ""
}
.fa-flag-checkered:before {
    content: ""
}
.fa-terminal:before {
    content: ""
}
.fa-code:before {
    content: ""
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}
.fa-location-arrow:before {
    content: ""
}
.fa-crop:before {
    content: ""
}
.fa-code-fork:before {
    content: ""
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}
.fa-question:before {
    content: ""
}
.fa-info:before {
    content: ""
}
.fa-exclamation:before {
    content: ""
}
.fa-superscript:before {
    content: ""
}
.fa-subscript:before {
    content: ""
}
.fa-eraser:before {
    content: ""
}
.fa-puzzle-piece:before {
    content: ""
}
.fa-microphone:before {
    content: ""
}
.fa-microphone-slash:before {
    content: ""
}
.fa-shield:before {
    content: ""
}
.fa-calendar-o:before {
    content: ""
}
.fa-fire-extinguisher:before {
    content: ""
}
.fa-rocket:before {
    content: ""
}
.fa-maxcdn:before {
    content: ""
}
.fa-chevron-circle-left:before {
    content: ""
}
.fa-chevron-circle-right:before {
    content: ""
}
.fa-chevron-circle-up:before {
    content: ""
}
.fa-chevron-circle-down:before {
    content: ""
}
.fa-html5:before {
    content: ""
}
.fa-css3:before {
    content: ""
}
.fa-anchor:before {
    content: ""
}
.fa-unlock-alt:before {
    content: ""
}
.fa-bullseye:before {
    content: ""
}
.fa-ellipsis-h:before {
    content: ""
}
.fa-ellipsis-v:before {
    content: ""
}
.fa-rss-square:before {
    content: ""
}
.fa-play-circle:before {
    content: ""
}
.fa-ticket:before {
    content: ""
}
.fa-minus-square:before {
    content: ""
}
.fa-minus-square-o:before {
    content: ""
}
.fa-level-up:before {
    content: ""
}
.fa-level-down:before {
    content: ""
}
.fa-check-square:before {
    content: ""
}
.fa-pencil-square:before {
    content: ""
}
.fa-external-link-square:before {
    content: ""
}
.fa-share-square:before {
    content: ""
}
.fa-compass:before {
    content: ""
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}
.fa-eur:before,
.fa-euro:before {
    content: ""
}
.fa-gbp:before {
    content: ""
}
.fa-dollar:before,
.fa-usd:before {
    content: ""
}
.fa-inr:before,
.fa-rupee:before {
    content: ""
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}
.fa-krw:before,
.fa-won:before {
    content: ""
}
.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}
.fa-file:before {
    content: ""
}
.fa-file-text:before {
    content: ""
}
.fa-sort-alpha-asc:before {
    content: ""
}
.fa-sort-alpha-desc:before {
    content: ""
}
.fa-sort-amount-asc:before {
    content: ""
}
.fa-sort-amount-desc:before {
    content: ""
}
.fa-sort-numeric-asc:before {
    content: ""
}
.fa-sort-numeric-desc:before {
    content: ""
}
.fa-thumbs-up:before {
    content: ""
}
.fa-thumbs-down:before {
    content: ""
}
.fa-youtube-square:before {
    content: ""
}
.fa-youtube:before {
    content: ""
}
.fa-xing:before {
    content: ""
}
.fa-xing-square:before {
    content: ""
}
.fa-youtube-play:before {
    content: ""
}
.fa-dropbox:before {
    content: ""
}
.fa-stack-overflow:before {
    content: ""
}
.fa-instagram:before {
    content: ""
}
.fa-flickr:before {
    content: ""
}
.fa-adn:before {
    content: ""
}
.fa-bitbucket:before {
    content: ""
}
.fa-bitbucket-square:before {
    content: ""
}
.fa-tumblr:before {
    content: ""
}
.fa-tumblr-square:before {
    content: ""
}
.fa-long-arrow-down:before {
    content: ""
}
.fa-long-arrow-up:before {
    content: ""
}
.fa-long-arrow-left:before {
    content: ""
}
.fa-long-arrow-right:before {
    content: ""
}
.fa-apple:before {
    content: ""
}
.fa-windows:before {
    content: ""
}
.fa-android:before {
    content: ""
}
.fa-linux:before {
    content: ""
}
.fa-dribbble:before {
    content: ""
}
.fa-skype:before {
    content: ""
}
.fa-foursquare:before {
    content: ""
}
.fa-trello:before {
    content: ""
}
.fa-female:before {
    content: ""
}
.fa-male:before {
    content: ""
}
.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}
.fa-sun-o:before {
    content: ""
}
.fa-moon-o:before {
    content: ""
}
.fa-archive:before {
    content: ""
}
.fa-bug:before {
    content: ""
}
.fa-vk:before {
    content: ""
}
.fa-weibo:before {
    content: ""
}
.fa-renren:before {
    content: ""
}
.fa-pagelines:before {
    content: ""
}
.fa-stack-exchange:before {
    content: ""
}
.fa-arrow-circle-o-right:before {
    content: ""
}
.fa-arrow-circle-o-left:before {
    content: ""
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}
.fa-dot-circle-o:before {
    content: ""
}
.fa-wheelchair:before {
    content: ""
}
.fa-vimeo-square:before {
    content: ""
}
.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}
.fa-plus-square-o:before {
    content: ""
}
.fa-space-shuttle:before {
    content: ""
}
.fa-slack:before {
    content: ""
}
.fa-envelope-square:before {
    content: ""
}
.fa-wordpress:before {
    content: ""
}
.fa-openid:before {
    content: ""
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}
.fa-yahoo:before {
    content: ""
}
.fa-google:before {
    content: ""
}
.fa-reddit:before {
    content: ""
}
.fa-reddit-square:before {
    content: ""
}
.fa-stumbleupon-circle:before {
    content: ""
}
.fa-stumbleupon:before {
    content: ""
}
.fa-delicious:before {
    content: ""
}
.fa-digg:before {
    content: ""
}
.fa-pied-piper-pp:before {
    content: ""
}
.fa-pied-piper-alt:before {
    content: ""
}
.fa-drupal:before {
    content: ""
}
.fa-joomla:before {
    content: ""
}
.fa-language:before {
    content: ""
}
.fa-fax:before {
    content: ""
}
.fa-building:before {
    content: ""
}
.fa-child:before {
    content: ""
}
.fa-paw:before {
    content: ""
}
.fa-spoon:before {
    content: ""
}
.fa-cube:before {
    content: ""
}
.fa-cubes:before {
    content: ""
}
.fa-behance:before {
    content: ""
}
.fa-behance-square:before {
    content: ""
}
.fa-steam:before {
    content: ""
}
.fa-steam-square:before {
    content: ""
}
.fa-recycle:before {
    content: ""
}
.fa-automobile:before,
.fa-car:before {
    content: ""
}
.fa-cab:before,
.fa-taxi:before {
    content: ""
}
.fa-tree:before {
    content: ""
}
.fa-spotify:before {
    content: ""
}
.fa-deviantart:before {
    content: ""
}
.fa-soundcloud:before {
    content: ""
}
.fa-database:before {
    content: ""
}
.fa-file-pdf-o:before {
    content: ""
}
.fa-file-word-o:before {
    content: ""
}
.fa-file-excel-o:before {
    content: ""
}
.fa-file-powerpoint-o:before {
    content: ""
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}
.fa-file-code-o:before {
    content: ""
}
.fa-vine:before {
    content: ""
}
.fa-codepen:before {
    content: ""
}
.fa-jsfiddle:before {
    content: ""
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}
.fa-circle-o-notch:before {
    content: ""
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}
.fa-empire:before,
.fa-ge:before {
    content: ""
}
.fa-git-square:before {
    content: ""
}
.fa-git:before {
    content: ""
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}
.fa-tencent-weibo:before {
    content: ""
}
.fa-qq:before {
    content: ""
}
.fa-wechat:before,
.fa-weixin:before {
    content: ""
}
.fa-paper-plane:before,
.fa-send:before {
    content: ""
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}
.fa-history:before {
    content: ""
}
.fa-circle-thin:before {
    content: ""
}
.fa-header:before {
    content: ""
}
.fa-paragraph:before {
    content: ""
}
.fa-sliders:before {
    content: ""
}
.fa-share-alt:before {
    content: ""
}
.fa-share-alt-square:before {
    content: ""
}
.fa-bomb:before {
    content: ""
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}
.fa-tty:before {
    content: ""
}
.fa-binoculars:before {
    content: ""
}
.fa-plug:before {
    content: ""
}
.fa-slideshare:before {
    content: ""
}
.fa-twitch:before {
    content: ""
}
.fa-yelp:before {
    content: ""
}
.fa-newspaper-o:before {
    content: ""
}
.fa-wifi:before {
    content: ""
}
.fa-calculator:before {
    content: ""
}
.fa-paypal:before {
    content: ""
}
.fa-google-wallet:before {
    content: ""
}
.fa-cc-visa:before {
    content: ""
}
.fa-cc-mastercard:before {
    content: ""
}
.fa-cc-discover:before {
    content: ""
}
.fa-cc-amex:before {
    content: ""
}
.fa-cc-paypal:before {
    content: ""
}
.fa-cc-stripe:before {
    content: ""
}
.fa-bell-slash:before {
    content: ""
}
.fa-bell-slash-o:before {
    content: ""
}
.fa-trash:before {
    content: ""
}
.fa-copyright:before {
    content: ""
}
.fa-at:before {
    content: ""
}
.fa-eyedropper:before {
    content: ""
}
.fa-paint-brush:before {
    content: ""
}
.fa-birthday-cake:before {
    content: ""
}
.fa-area-chart:before {
    content: ""
}
.fa-pie-chart:before {
    content: ""
}
.fa-line-chart:before {
    content: ""
}
.fa-lastfm:before {
    content: ""
}
.fa-lastfm-square:before {
    content: ""
}
.fa-toggle-off:before {
    content: ""
}
.fa-toggle-on:before {
    content: ""
}
.fa-bicycle:before {
    content: ""
}
.fa-bus:before {
    content: ""
}
.fa-ioxhost:before {
    content: ""
}
.fa-angellist:before {
    content: ""
}
.fa-cc:before {
    content: ""
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}
.fa-meanpath:before {
    content: ""
}
.fa-buysellads:before {
    content: ""
}
.fa-connectdevelop:before {
    content: ""
}
.fa-dashcube:before {
    content: ""
}
.fa-forumbee:before {
    content: ""
}
.fa-leanpub:before {
    content: ""
}
.fa-sellsy:before {
    content: ""
}
.fa-shirtsinbulk:before {
    content: ""
}
.fa-simplybuilt:before {
    content: ""
}
.fa-skyatlas:before {
    content: ""
}
.fa-cart-plus:before {
    content: ""
}
.fa-cart-arrow-down:before {
    content: ""
}
.fa-diamond:before {
    content: ""
}
.fa-ship:before {
    content: ""
}
.fa-user-secret:before {
    content: ""
}
.fa-motorcycle:before {
    content: ""
}
.fa-street-view:before {
    content: ""
}
.fa-heartbeat:before {
    content: ""
}
.fa-venus:before {
    content: ""
}
.fa-mars:before {
    content: ""
}
.fa-mercury:before {
    content: ""
}
.fa-intersex:before,
.fa-transgender:before {
    content: ""
}
.fa-transgender-alt:before {
    content: ""
}
.fa-venus-double:before {
    content: ""
}
.fa-mars-double:before {
    content: ""
}
.fa-venus-mars:before {
    content: ""
}
.fa-mars-stroke:before {
    content: ""
}
.fa-mars-stroke-v:before {
    content: ""
}
.fa-mars-stroke-h:before {
    content: ""
}
.fa-neuter:before {
    content: ""
}
.fa-genderless:before {
    content: ""
}
.fa-facebook-official:before {
    content: ""
}
.fa-pinterest-p:before {
    content: ""
}
.fa-whatsapp:before {
    content: ""
}
.fa-server:before {
    content: ""
}
.fa-user-plus:before {
    content: ""
}
.fa-user-times:before {
    content: ""
}
.fa-bed:before,
.fa-hotel:before {
    content: ""
}
.fa-viacoin:before {
    content: ""
}
.fa-train:before {
    content: ""
}
.fa-subway:before {
    content: ""
}
.fa-medium:before {
    content: ""
}
.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}
.fa-optin-monster:before {
    content: ""
}
.fa-opencart:before {
    content: ""
}
.fa-expeditedssl:before {
    content: ""
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}
.fa-mouse-pointer:before {
    content: ""
}
.fa-i-cursor:before {
    content: ""
}
.fa-object-group:before {
    content: ""
}
.fa-object-ungroup:before {
    content: ""
}
.fa-sticky-note:before {
    content: ""
}
.fa-sticky-note-o:before {
    content: ""
}
.fa-cc-jcb:before {
    content: ""
}
.fa-cc-diners-club:before {
    content: ""
}
.fa-clone:before {
    content: ""
}
.fa-balance-scale:before {
    content: ""
}
.fa-hourglass-o:before {
    content: ""
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}
.fa-hourglass:before {
    content: ""
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}
.fa-hand-scissors-o:before {
    content: ""
}
.fa-hand-lizard-o:before {
    content: ""
}
.fa-hand-spock-o:before {
    content: ""
}
.fa-hand-pointer-o:before {
    content: ""
}
.fa-hand-peace-o:before {
    content: ""
}
.fa-trademark:before {
    content: ""
}
.fa-registered:before {
    content: ""
}
.fa-creative-commons:before {
    content: ""
}
.fa-gg:before {
    content: ""
}
.fa-gg-circle:before {
    content: ""
}
.fa-tripadvisor:before {
    content: ""
}
.fa-odnoklassniki:before {
    content: ""
}
.fa-odnoklassniki-square:before {
    content: ""
}
.fa-get-pocket:before {
    content: ""
}
.fa-wikipedia-w:before {
    content: ""
}
.fa-safari:before {
    content: ""
}
.fa-chrome:before {
    content: ""
}
.fa-firefox:before {
    content: ""
}
.fa-opera:before {
    content: ""
}
.fa-internet-explorer:before {
    content: ""
}
.fa-television:before,
.fa-tv:before {
    content: ""
}
.fa-contao:before {
    content: ""
}
.fa-500px:before {
    content: ""
}
.fa-amazon:before {
    content: ""
}
.fa-calendar-plus-o:before {
    content: ""
}
.fa-calendar-minus-o:before {
    content: ""
}
.fa-calendar-times-o:before {
    content: ""
}
.fa-calendar-check-o:before {
    content: ""
}
.fa-industry:before {
    content: ""
}
.fa-map-pin:before {
    content: ""
}
.fa-map-signs:before {
    content: ""
}
.fa-map-o:before {
    content: ""
}
.fa-map:before {
    content: ""
}
.fa-commenting:before {
    content: ""
}
.fa-commenting-o:before {
    content: ""
}
.fa-houzz:before {
    content: ""
}
.fa-vimeo:before {
    content: ""
}
.fa-black-tie:before {
    content: ""
}
.fa-fonticons:before {
    content: ""
}
.fa-reddit-alien:before {
    content: ""
}
.fa-edge:before {
    content: ""
}
.fa-credit-card-alt:before {
    content: ""
}
.fa-codiepie:before {
    content: ""
}
.fa-modx:before {
    content: ""
}
.fa-fort-awesome:before {
    content: ""
}
.fa-usb:before {
    content: ""
}
.fa-product-hunt:before {
    content: ""
}
.fa-mixcloud:before {
    content: ""
}
.fa-scribd:before {
    content: ""
}
.fa-pause-circle:before {
    content: ""
}
.fa-pause-circle-o:before {
    content: ""
}
.fa-stop-circle:before {
    content: ""
}
.fa-stop-circle-o:before {
    content: ""
}
.fa-shopping-bag:before {
    content: ""
}
.fa-shopping-basket:before {
    content: ""
}
.fa-hashtag:before {
    content: ""
}
.fa-bluetooth:before {
    content: ""
}
.fa-bluetooth-b:before {
    content: ""
}
.fa-percent:before {
    content: ""
}
.fa-gitlab:before {
    content: ""
}
.fa-wpbeginner:before {
    content: ""
}
.fa-wpforms:before {
    content: ""
}
.fa-envira:before {
    content: ""
}
.fa-universal-access:before {
    content: ""
}
.fa-wheelchair-alt:before {
    content: ""
}
.fa-question-circle-o:before {
    content: ""
}
.fa-blind:before {
    content: ""
}
.fa-audio-description:before {
    content: ""
}
.fa-volume-control-phone:before {
    content: ""
}
.fa-braille:before {
    content: ""
}
.fa-assistive-listening-systems:before {
    content: ""
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}
.fa-glide:before {
    content: ""
}
.fa-glide-g:before {
    content: ""
}
.fa-sign-language:before,
.fa-signing:before {
    content: ""
}
.fa-low-vision:before {
    content: ""
}
.fa-viadeo:before {
    content: ""
}
.fa-viadeo-square:before {
    content: ""
}
.fa-snapchat:before {
    content: ""
}
.fa-snapchat-ghost:before {
    content: ""
}
.fa-snapchat-square:before {
    content: ""
}
.fa-pied-piper:before {
    content: ""
}
.fa-first-order:before {
    content: ""
}
.fa-yoast:before {
    content: ""
}
.fa-themeisle:before {
    content: ""
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}
.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}
.fa-handshake-o:before {
    content: ""
}
.fa-envelope-open:before {
    content: ""
}
.fa-envelope-open-o:before {
    content: ""
}
.fa-linode:before {
    content: ""
}
.fa-address-book:before {
    content: ""
}
.fa-address-book-o:before {
    content: ""
}
.fa-address-card:before,
.fa-vcard:before {
    content: ""
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}
.fa-user-circle:before {
    content: ""
}
.fa-user-circle-o:before {
    content: ""
}
.fa-user-o:before {
    content: ""
}
.fa-id-badge:before {
    content: ""
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}
.fa-quora:before {
    content: ""
}
.fa-free-code-camp:before {
    content: ""
}
.fa-telegram:before {
    content: ""
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}
.fa-shower:before {
    content: ""
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}
.fa-podcast:before {
    content: ""
}
.fa-window-maximize:before {
    content: ""
}
.fa-window-minimize:before {
    content: ""
}
.fa-window-restore:before {
    content: ""
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}
.fa-bandcamp:before {
    content: ""
}
.fa-grav:before {
    content: ""
}
.fa-etsy:before {
    content: ""
}
.fa-imdb:before {
    content: ""
}
.fa-ravelry:before {
    content: ""
}
.fa-eercast:before {
    content: ""
}
.fa-microchip:before {
    content: ""
}
.fa-snowflake-o:before {
    content: ""
}
.fa-superpowers:before {
    content: ""
}
.fa-wpexplorer:before {
    content: ""
}
.fa-meetup:before {
    content: ""
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr
}
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 4px 5px
}
.datepicker table {
    border: 0;
    margin: 0;
    width: auto
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer
}
.datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer
}
.datepicker td.active.day,
.datepicker td.active.year {
    background: #2ba6cb
}
.datepicker td.new,
.datepicker td.old {
    color: #999
}
.datepicker td span.active {
    background: #2ba6cb
}
.datepicker td.day.disabled,
.datepicker td span.month.disabled,
.datepicker td span.year.disabled {
    color: #eee
}
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer
}
.datepicker th.active.day,
.datepicker th.active.year {
    background: #2ba6cb
}
.datepicker th.date-switch {
    width: 145px
}
.datepicker th span.active {
    background: #2ba6cb
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}
.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
    display: block
}
.datepicker thead tr:first-child th {
    cursor: pointer
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}
.datepicker tfoot tr:first-child th {
    cursor: pointer
}
.datepicker-inline {
    width: 220px
}
.datepicker-rtl {
    direction: rtl
}
.datepicker-rtl table tr td span {
    float: right
}
.datepicker-dropdown {
    top: 0;
    left: 0
}
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 6px
}
.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}
.datepicker-dropdown:after,
.datepicker-dropdown:before,
.datepicker>div {
    display: none
}
.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: not-allowed
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}
html {
    font-size: 100%;
    box-sizing: border-box
}
*,
:after,
:before {
    box-sizing: inherit
}
body {
    padding: 0;
    margin: 0;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body.login {
	background: #262C60 url('../images/login-bg.jpg') 0 10% no-repeat;
	padding: 12px;
}
#login {
	width: 100%;
	max-width: 614px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 10%;
	padding: 20px;
	border: 2px solid #e6e5ea;
	border-radius: 6px;
	display: block;
	clear: both;
	box-sizing: border-box;
	position: relative;
}
#login div.nsl-login-logo {
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
	border-bottom: 2px dotted #c4c4c4;
}
#login div.nsl-login-logo img {
	max-height: 46px;
}
#login h1 {
	font-family: Arial, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	color: #072839;
	font-size: 26px;
	padding: 0 0 10px 0;
}
#login label {
	color: #4c4c4c;
	font-size: 16px;
}
#login input[type="text"], #login input[type="password"] {
	width: 100%;
	display: block;
	clear: both;
	border: 2px solid #ededed;
	padding: 8px;
	font-family: Arial, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 100;
	color: #666;
	font-size: 16px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	box-shadow: none;
}
#login input[type="submit"] {
	width: auto;
	display: inline-block;
	clear: both;
	border: 0;
	padding: 12px 30px;
	font-family: Arial, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	background: #03adea;
	font-size: 20px;
	margin: 6px 0 0 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 6px;
}
#login img.keltic-login-logo {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
@media screen and (max-width: 600px) {
	#login img.keltic-login-logo {
		width: 90px;
	}
}
#login ul.errorlist {border:2px #f00 solid;padding:6px;background:#FDD5D5;margin:0 0 20px 0;border-radius:6px;list-style-position:inside;font-size:14px;}
#login ul.errorlist li {color:#222;font-size:14px;}


img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}
select {
    width: 100%
}
#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1
}
[data-whatinput=mouse] button {
    outline: 0
}
.is-visible {
    display: block!important
}
.is-hidden {
    display: none!important
}
.row {
    max-width: 75.1875rem;
    margin-left: auto;
    margin-right: auto
}
.row:after,
.row:before {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}
.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}
@media screen and (min-width: 40em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}
.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}
.row.expanded {
    max-width: none
}
.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}
.column,
.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}
@media screen and (min-width: 40em) {
    .column,
    .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}
.column.row.row,
.row.row.columns {
    float: none
}
.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}
.small-1 {
    width: 8.33333%
}
.small-push-1 {
    position: relative;
    left: 8.33333%
}
.small-pull-1 {
    position: relative;
    left: -8.33333%
}
.small-offset-0 {
    margin-left: 0
}
.small-2 {
    width: 16.66667%
}
.small-push-2 {
    position: relative;
    left: 16.66667%
}
.small-pull-2 {
    position: relative;
    left: -16.66667%
}
.small-offset-1 {
    margin-left: 8.33333%
}
.small-3 {
    width: 25%
}
.small-push-3 {
    position: relative;
    left: 25%
}
.small-pull-3 {
    position: relative;
    left: -25%
}
.small-offset-2 {
    margin-left: 16.66667%
}
.small-4 {
    width: 33.33333%
}
.small-push-4 {
    position: relative;
    left: 33.33333%
}
.small-pull-4 {
    position: relative;
    left: -33.33333%
}
.small-offset-3 {
    margin-left: 25%
}
.small-5 {
    width: 41.66667%
}
.small-push-5 {
    position: relative;
    left: 41.66667%
}
.small-pull-5 {
    position: relative;
    left: -41.66667%
}
.small-offset-4 {
    margin-left: 33.33333%
}
.small-6 {
    width: 50%
}
.small-push-6 {
    position: relative;
    left: 50%
}
.small-pull-6 {
    position: relative;
    left: -50%
}
.small-offset-5 {
    margin-left: 41.66667%
}
.small-7 {
    width: 58.33333%
}
.small-push-7 {
    position: relative;
    left: 58.33333%
}
.small-pull-7 {
    position: relative;
    left: -58.33333%
}
.small-offset-6 {
    margin-left: 50%
}
.small-8 {
    width: 66.66667%
}
.small-push-8 {
    position: relative;
    left: 66.66667%
}
.small-pull-8 {
    position: relative;
    left: -66.66667%
}
.small-offset-7 {
    margin-left: 58.33333%
}
.small-9 {
    width: 75%
}
.small-push-9 {
    position: relative;
    left: 75%
}
.small-pull-9 {
    position: relative;
    left: -75%
}
.small-offset-8 {
    margin-left: 66.66667%
}
.small-10 {
    width: 83.33333%
}
.small-push-10 {
    position: relative;
    left: 83.33333%
}
.small-pull-10 {
    position: relative;
    left: -83.33333%
}
.small-offset-9 {
    margin-left: 75%
}
.small-11 {
    width: 91.66667%
}
.small-push-11 {
    position: relative;
    left: 91.66667%
}
.small-pull-11 {
    position: relative;
    left: -91.66667%
}
.small-offset-10 {
    margin-left: 83.33333%
}
.small-12 {
    width: 100%
}
.small-offset-11 {
    margin-left: 91.66667%
}
.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}
.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}
.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}
.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}
.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-2>.column:nth-of-type(odd),
.small-up-2>.columns:nth-of-type(odd) {
    clear: both
}
.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}
.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left
}
.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}
.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}
.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}
.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}
.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}
.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}
.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}
.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}
.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left
}
.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}
.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}
.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left
}
.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}
.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}
.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}
.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}
.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}
.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}
.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}
.expanded.row .small-collapse.row,
.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}
.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}
.small-centered {
    margin-left: auto;
    margin-right: auto
}
.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}
.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}
@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        width: 25%
    }
    .medium-push-3 {
        position: relative;
        left: 25%
    }
    .medium-pull-3 {
        position: relative;
        left: -25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        width: 50%
    }
    .medium-push-6 {
        position: relative;
        left: 50%
    }
    .medium-pull-6 {
        position: relative;
        left: -50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        width: 75%
    }
    .medium-push-9 {
        position: relative;
        left: 75%
    }
    .medium-pull-9 {
        position: relative;
        left: -75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-2>.column:nth-of-type(odd),
    .medium-up-2>.columns:nth-of-type(odd) {
        clear: both
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .medium-centered {
        margin-left: auto;
        margin-right: auto
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}
@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-2 {
        width: 16.66667%
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        width: 25%
    }
    .large-push-3 {
        position: relative;
        left: 25%
    }
    .large-pull-3 {
        position: relative;
        left: -25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        width: 50%
    }
    .large-push-6 {
        position: relative;
        left: 50%
    }
    .large-pull-6 {
        position: relative;
        left: -50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        width: 75%
    }
    .large-push-9 {
        position: relative;
        left: 75%
    }
    .large-pull-9 {
        position: relative;
        left: -75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-2>.column:nth-of-type(odd),
    .large-up-2>.columns:nth-of-type(odd) {
        clear: both
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .large-centered {
        margin-left: auto;
        margin-right: auto
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}
p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}
em,
i {
    font-style: italic
}
b,
em,
i,
strong {
    line-height: inherit
}
b,
strong {
    font-weight: 700
}
small {
    font-size: 80%;
    line-height: inherit
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: HelveticaNeueLTStd-Bd, Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0
}
h1 {
    font-size: 1.5rem
}
h2 {
    font-size: 1.25rem
}
h3 {
    font-size: 1.1875rem
}
h4 {
    font-size: 1.125rem
}
h5 {
    font-size: 1.0625rem
}
h6 {
    font-size: 1rem
}
@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem
    }
    h2 {
        font-size: 2.5rem
    }
    h3 {
        font-size: 1.9375rem
    }
    h4 {
        font-size: 1.5625rem
    }
    h5 {
        font-size: 1.25rem
    }
    h6 {
        font-size: 1rem
    }
}
a {
    color: #03ade9;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}
a:focus,
a:hover {
    color: #0395c8
}
a img {
    border: 0
}
hr {
    max-width: 75.1875rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both
}
dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}
li {
    font-size: inherit
}
ul {
    list-style-type: disc
}
ol,
ul {
    margin-left: 1.25rem
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}
dl {
    margin-bottom: 1rem
}
dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}
blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}
cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}
cite:before {
    content: "\2014 \0020"
}
abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a
}
code {
    font-weight: 400;
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}
code,
kbd {
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
    background-color: #e6e6e6
}
kbd {
    padding: .125rem .25rem 0;
    margin: 0
}
.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}
.lead {
    font-size: 125%;
    line-height: 1.6
}
.stat {
    font-size: 2.5rem;
    line-height: 1
}
p+.stat {
    margin-top: -1rem
}
.no-bullet {
    margin-left: 0;
    list-style: none
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}
@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}
.show-for-print {
    display: none!important
}
@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    .show-for-print {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    table.show-for-print {
        display: table!important
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #03ade9;
    color: #fff
}
[data-whatinput=mouse] .button {
    outline: 0
}
.button:focus,
.button:hover {
    background-color: #0393c6;
    color: #fff
}
.button.tiny {
    font-size: .6rem
}
.button.small {
    font-size: .75rem
}
.button.large {
    font-size: 1.25rem
}
.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}
.button.primary {
    background-color: #03ade9;
    color: #fff
}
.button.primary:focus,
.button.primary:hover {
    background-color: #028aba;
    color: #fff
}
.button.secondary {
    background-color: #082030;
    color: #fff
}
.button.secondary:focus,
.button.secondary:hover {
    background-color: #061a26;
    color: #fff
}
.button.success {
    background-color: #3adb76;
    color: #fff
}
.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #fff
}
.button.warning {
    background-color: #ffae00;
    color: #fff
}
.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #fff
}
.button.alert {
    background-color: #ec5840;
    color: #fff
}
.button.alert:focus,
.button.alert:hover {
    background-color: #da3116;
    color: #fff
}
.button.hollow {
    border: 1px solid #03ade9;
    color: #03ade9
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
    background-color: transparent
}
.button.hollow:focus,
.button.hollow:hover {
    border-color: #025775;
    color: #025775
}
.button.hollow.primary {
    border: 1px solid #03ade9;
    color: #03ade9
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #025775;
    color: #025775
}
.button.hollow.secondary {
    border: 1px solid #082030;
    color: #082030
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #041018;
    color: #041018
}
.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}
.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}
.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}
.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #03ade9;
    color: #fff
}
.button.disabled.primary,
.button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #03ade9;
    color: #fff
}
.button.disabled.secondary,
.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #082030;
    color: #fff
}
.button.disabled.success,
.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover {
    background-color: #3adb76;
    color: #fff
}
.button.disabled.warning,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    background-color: #ffae00;
    color: #fff
}
.button.disabled.alert,
.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    background-color: #ec5840;
    color: #fff
}
.button.dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}
.button.arrow-only:after {
    margin-left: 0;
    float: none;
    top: -.1em
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fff;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    border-radius: 0;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}
textarea {
    max-width: 100%
}
textarea[rows] {
    height: auto
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca
}
input::placeholder,
textarea::placeholder {
    color: #cacaca
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default
}
[type=button],
[type=submit] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}
input[type=search] {
    box-sizing: border-box
}
[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}
[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}
[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}
label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}
[type=file] {
    width: 100%
}
label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}
label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}
.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}
.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}
.input-group>:first-child,
.input-group>:last-child>* {
    border-radius: 0 0 0 0
}
.input-group-button,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}
.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%
}
.input-group-label:first-child {
    border-right: 0
}
.input-group-label:last-child {
    border-left: 0
}
.input-group-field {
    border-radius: 0;
    height: 2.5rem
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%
}
.input-group-button a,
.input-group-button button,
.input-group-button input {
    margin: 0
}
.input-group .input-group-button {
    display: table-cell
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0
}
legend {
    margin-bottom: .5rem;
    max-width: 100%
}
.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0
}
.fieldset legend {
    background: #fff;
    padding: 0 .1875rem;
    margin: 0;
    margin-left: -.1875rem
}
select {
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}
select:disabled {
    background-color: #e6e6e6;
    cursor: default
}
select::-ms-expand {
    display: none
}
select[multiple] {
    height: auto;
    background-image: none
}
.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, .1);
    border-color: #ec5840
}
.form-error,
.is-invalid-label {
    color: #ec5840
}
.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}
.form-error.is-visible {
    display: block
}
.accordion {
    list-style-type: none;
    background: #fff;
    margin-left: 0
}
.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}
.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #03ade9;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0
}
:last-child:not(.is-active)>.accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}
.accordion-title:before {
    content: "+";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem
}
.is-active>.accordion-title:before {
    content: "–"
}
.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fff;
    color: #03ade9
}
:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}
.is-accordion-submenu-parent>a {
    position: relative
}
.is-accordion-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #03ade9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}
.is-accordion-submenu-parent[aria-expanded=true]>a:after {
    transform-origin: 50% 50%;
    transform: scaleY(-1)
}
.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    text-align: center;
    border-radius: 50%;
    background: #03ade9;
    color: #fff
}
.badge.secondary {
    background: #082030;
    color: #fff
}
.badge.success {
    background: #3adb76;
    color: #fff
}
.badge.warning {
    background: #ffae00;
    color: #fff
}
.badge.alert {
    background: #ec5840;
    color: #fff
}
.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem
}
.breadcrumbs:after,
.breadcrumbs:before {
    content: " ";
    display: table
}
.breadcrumbs:after {
    clear: both
}
.breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: .6875rem;
    cursor: default;
    text-transform: uppercase
}
.breadcrumbs li:not(:last-child):after {
    color: #cacaca;
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}
.breadcrumbs a {
    color: #03ade9
}
.breadcrumbs a:hover {
    text-decoration: underline
}
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}
.button-group {
    margin-bottom: 1rem;
    font-size: 0
}
.button-group:after,
.button-group:before {
    content: " ";
    display: table
}
.button-group:after {
    clear: both
}
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem
}
.button-group .button:last-child {
    margin-right: 0
}
.button-group.tiny .button {
    font-size: .6rem
}
.button-group.small .button {
    font-size: .75rem
}
.button-group.large .button {
    font-size: 1.25rem
}
.button-group.expanded {
    margin-right: -1px
}
.button-group.expanded:after,
.button-group.expanded:before {
    display: none
}
.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(2):last-child {
    margin-right: -6px
}
.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(3):last-child {
    margin-right: -6px
}
.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(4):last-child {
    margin-right: -6px
}
.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(5):last-child {
    margin-right: -6px
}
.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(6):last-child {
    margin-right: -6px
}
.button-group.primary .button {
    background-color: #03ade9;
    color: #fff
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #028aba;
    color: #fff
}
.button-group.secondary .button {
    background-color: #082030;
    color: #fff
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #061a26;
    color: #fff
}
.button-group.success .button {
    background-color: #3adb76;
    color: #fff
}
.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #fff
}
.button-group.warning .button {
    background-color: #ffae00;
    color: #fff
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #fff
}
.button-group.alert .button {
    background-color: #ec5840;
    color: #fff
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #da3116;
    color: #fff
}
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
    width: 100%
}
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
    margin-bottom: 0
}
@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0
    }
}
@media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0
    }
}
@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}
.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid hsla(0, 0%, 4%, .25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: #fff
}
.callout>:first-child {
    margin-top: 0
}
.callout>:last-child {
    margin-bottom: 0
}
.callout.primary {
    background-color: #d6f4fe
}
.callout.secondary {
    background-color: #c5e2f5
}
.callout.success {
    background-color: #e1faea
}
.callout.warning {
    background-color: #fff3d9
}
.callout.alert {
    background-color: #fce6e2
}
.callout.small {
    padding: .5rem
}
.callout.large {
    padding: 3rem
}
.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}
[data-whatinput=mouse] .close-button {
    outline: 0
}
.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}
.menu {
    margin: 0;
    list-style-type: none
}
.menu>li {
    vertical-align: middle
}
[data-whatinput=mouse] .menu>li {
    outline: 0
}
.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}
.menu a,
.menu button,
.menu input {
    margin-bottom: 0
}
.menu>li>a i,
.menu>li>a i+span,
.menu>li>a img,
.menu>li>a img+span,
.menu>li>a svg,
.menu>li>a svg+span {
    vertical-align: middle
}
.menu>li>a i,
.menu>li>a img,
.menu>li>a svg {
    margin-right: .25rem;
    display: inline-block
}
.menu>li {
    display: table-cell
}
.menu.vertical>li {
    display: block
}
@media screen and (min-width: 40em) {
    .menu.medium-horizontal>li {
        display: table-cell
    }
    .menu.medium-vertical>li {
        display: block
    }
}
@media screen and (min-width: 64em) {
    .menu.large-horizontal>li {
        display: table-cell
    }
    .menu.large-vertical>li {
        display: block
    }
}
.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}
.menu.simple a {
    padding: 0
}
.menu.align-right:after,
.menu.align-right:before {
    content: " ";
    display: table
}
.menu.align-right:after {
    clear: both
}
.menu.align-right>li {
    float: right
}
.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed
}
.menu.expanded>li:first-child:last-child {
    width: 100%
}
.menu.icon-top>li>a {
    text-align: center
}
.menu.icon-top>li>a i,
.menu.icon-top>li>a img,
.menu.icon-top>li>a svg {
    display: block;
    margin: 0 auto .25rem
}
.menu.nested {
    margin-left: 1rem
}
.menu .active>a {
    color: #fff;
    background: #03ade9
}
.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: .7rem 1rem
}
.menu-centered {
    text-align: center
}
.menu-centered>.menu {
    display: inline-block
}
.no-js [data-responsive-menu] ul {
    display: none
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}
.menu-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff
}
.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}
.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}
.menu-icon.dark:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}
.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}
.is-drilldown {
    position: relative;
    overflow: hidden
}
.is-drilldown li {
    display: block!important
}
.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: transform .15s linear
}
.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%)
}
.is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}
.is-drilldown-submenu-parent>a {
    position: relative
}
.is-drilldown-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent transparent transparent #03ade9;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}
.js-drilldown-back>a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent #03ade9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}
.dropdown-pane {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10
}
.dropdown-pane.is-open {
    visibility: visible
}
.dropdown-pane.tiny {
    width: 100px
}
.dropdown-pane.small {
    width: 200px
}
.dropdown-pane.large {
    width: 400px
}
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}
.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #03ade9 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}
[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}
.no-js .dropdown.menu ul {
    display: none
}
.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}
.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}
.dropdown.menu.vertical>li>a:after {
    right: 14px;
    margin-top: -3px
}
.dropdown.menu.vertical>li.opens-left>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #03ade9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}
.dropdown.menu.vertical>li.opens-right>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #03ade9;
    border-left-style: solid;
    border-right-width: 0
}
@media screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #03ade9 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a:after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #03ade9 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.medium-vertical>li.opens-right>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #03ade9;
        border-left-style: solid;
        border-right-width: 0
    }
}
@media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #03ade9 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a:after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li.opens-left>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #03ade9 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.large-vertical>li.opens-right>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #03ade9;
        border-left-style: solid;
        border-right-width: 0
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}
.is-dropdown-menu.vertical {
    width: 100px
}
.is-dropdown-menu.vertical.align-right {
    float: right
}
.is-dropdown-submenu-parent {
    position: relative
}
.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px
}
.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}
.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}
.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fff;
    border: 1px solid #cacaca
}
.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
    right: 14px;
    margin-top: -3px
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #03ade9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #03ade9;
    border-left-style: solid;
    border-right-width: 0
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}
.is-dropdown-submenu>li {
    width: 100%
}
.is-dropdown-submenu.js-dropdown-active {
    display: block
}
.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.flex-video.widescreen {
    padding-bottom: 56.25%
}
.flex-video.vimeo {
    padding-top: 0
}
.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #03ade9;
    color: #fff
}
.label.secondary {
    background: #082030;
    color: #fff
}
.label.success {
    background: #3adb76;
    color: #fff
}
.label.warning {
    background: #ffae00;
    color: #fff
}
.label.alert {
    background: #ec5840;
    color: #fff
}
.media-object {
    margin-bottom: 1rem;
    display: block
}
.media-object img {
    max-width: none
}
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}
.media-object-section {
    display: table-cell;
    vertical-align: top
}
.media-object-section:first-child {
    padding-right: 1rem
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}
.media-object-section>:last-child {
    margin-bottom: 0
}
.media-object-section.middle {
    vertical-align: middle
}
.media-object-section.bottom {
    vertical-align: bottom
}
body,
html {
    height: 100%
}
.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}
.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    transition: transform .5s ease
}
.off-canvas-wrapper-inner:after,
.off-canvas-wrapper-inner:before {
    content: " ";
    display: table
}
.off-canvas-wrapper-inner:after {
    clear: both
}
.off-canvas-content {
    min-height: 100%;
    background: #fff;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow: 0 0 10px hsla(0, 0%, 4%, .5)
}
.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .25);
    cursor: pointer;
    transition: background .5s ease
}
.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    transform: translateX(0)
}
[data-whatinput=mouse] .off-canvas {
    outline: 0
}
.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}
.is-open-left {
    transform: translateX(250px)
}
.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}
.is-open-right {
    transform: translateX(-250px)
}
@media screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
}
@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
}
.orbit,
.orbit-container {
    position: relative
}
.orbit-container {
    margin: 0;
    overflow: hidden;
    list-style: none
}
.orbit-slide {
    width: 100%;
    max-height: 100%
}
.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}
.orbit-figure {
    margin: 0
}
.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}
.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fff;
    background-color: hsla(0, 0%, 4%, .5)
}
.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}
[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: hsla(0, 0%, 4%, .5)
}
.orbit-previous {
    left: 0
}
.orbit-next {
    left: auto;
    right: 0
}
.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}
[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}
.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #cacaca;
    border-radius: 50%
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}
.pagination:after,
.pagination:before {
    content: " ";
    display: table
}
.pagination:after {
    clear: both
}
.pagination li {
    font-size: .875rem;
    margin-right: .0625rem;
    border-radius: 0;
    display: none
}
.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}
@media screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}
.pagination a,
.pagination button {
    color: #0a0a0a;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0
}
.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}
.pagination .current {
    padding: .1875rem .625rem;
    background: #03ade9;
    color: #fff;
    cursor: default
}
.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}
.pagination .disabled:hover {
    background: transparent
}
.pagination .ellipsis:after {
    content: "\2026";
    padding: .1875rem .625rem;
    color: #0a0a0a
}
.pagination-previous.disabled:before,
.pagination-previous a:before {
    content: "\00ab";
    display: inline-block;
    margin-right: .5rem
}
.pagination-next.disabled:after,
.pagination-next a:after {
    content: "\00bb";
    display: inline-block;
    margin-left: .5rem
}
.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}
.progress.primary .progress-meter {
    background-color: #03ade9
}
.progress.secondary .progress-meter {
    background-color: #082030
}
.progress.success .progress-meter {
    background-color: #3adb76
}
.progress.warning .progress-meter {
    background-color: #ffae00
}
.progress.alert .progress-meter {
    background-color: #ec5840
}
.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #03ade9
}
.progress-meter-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}
.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}
.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}
.slider-fill.is-dragging {
    transition: all 0s linear
}
.slider-handle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #03ade9;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0
}
[data-whatinput=mouse] .slider-handle {
    outline: 0
}
.slider-handle:hover {
    background-color: #0393c6
}
.slider-handle.is-dragging {
    transition: all 0s linear
}
.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}
.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scaleY(-1)
}
.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%)
}
.sticky-container {
    position: relative
}
.sticky {
    position: absolute;
    z-index: 0;
    transform: translateZ(0)
}
.sticky.is-stuck {
    position: fixed;
    z-index: 5
}
.sticky.is-stuck.is-at-top {
    top: 0
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0
}
.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0
}
body.is-reveal-open {
    overflow: hidden
}
html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(8, 32, 48, .85);
    overflow-y: scroll
}
.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 0;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}
[data-whatinput=mouse] .reveal {
    outline: 0
}
@media screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}
.reveal .column,
.reveal .columns {
    min-width: 0
}
.reveal>:last-child {
    margin-bottom: 0
}
@media screen and (min-width: 40em) {
    .reveal {
        width: 620px;
        max-width: 75.1875rem
    }
}
@media screen and (min-width: 40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }
}
.reveal.collapse {
    padding: 0
}
@media screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75.1875rem
    }
}
@media screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75.1875rem
    }
}
@media screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75.1875rem
    }
}
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}
@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}
.reveal.without-overlay {
    position: fixed
}
.switch {
    height: 2rem;
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: 700;
    font-size: .875rem
}
.switch-input {
    opacity: 0;
    position: absolute;
    margin-bottom: 0
}
.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all .25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}
input+.switch-paddle {
    margin: 0
}
.switch-paddle:after {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    height: 1.5rem;
    left: .25rem;
    top: .25rem;
    width: 1.5rem;
    transition: all .25s ease-out;
    transform: translateZ(0);
    border-radius: 0
}
input:checked~.switch-paddle {
    background: #03ade9
}
input:checked~.switch-paddle:after {
    left: 2.25rem
}
[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}
.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.switch-active {
    left: 8%;
    display: none
}
input:checked+label>.switch-active {
    display: block
}
.switch-inactive {
    right: 15%
}
input:checked+label>.switch-inactive {
    display: none
}
.switch.tiny {
    height: 1.5rem
}
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}
.switch.tiny .switch-paddle:after {
    width: 1rem;
    height: 1rem
}
.switch.tiny input:checked~.switch-paddle:after {
    left: 1.75rem
}
.switch.small {
    height: 1.75rem
}
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}
.switch.small .switch-paddle:after {
    width: 1.25rem;
    height: 1.25rem
}
.switch.small input:checked~.switch-paddle:after {
    left: 2rem
}
.switch.large {
    height: 2.5rem
}
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}
.switch.large .switch-paddle:after {
    width: 2rem;
    height: 2rem
}
.switch.large input:checked~.switch-paddle:after {
    left: 2.75rem
}
table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}
tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}
caption {
    font-weight: 700;
    padding: .5rem .625rem .625rem
}
thead {
    background: #f9f9f9
}
tfoot,
thead {
    color: #0a0a0a
}
tfoot {
    background: #f2f2f2
}
tfoot tr,
thead tr {
    background: transparent
}
tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}
tbody tr:nth-child(2n) {
    background-color: #f2f2f2
}
tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}
@media screen and (max-width: 63.9375em) {
    table.stack tfoot,
    table.stack thead {
        display: none
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}
table.hover thead tr:hover {
    background-color: #f4f4f4
}
table.hover tfoot tr:hover {
    background-color: #ededed
}
table.hover tbody tr:hover {
    background-color: #fafafa
}
table.hover tbody tr:nth-of-type(2n):hover {
    background-color: #ededed
}
.table-scroll {
    overflow-x: auto
}
.table-scroll table {
    width: auto
}
.tabs {
    margin: 0;
    list-style-type: none;
    background: #03ade9;
    border: 1px solid transparent
}
.tabs:after,
.tabs:before {
    content: " ";
    display: table
}
.tabs:after {
    clear: both
}
.tabs.vertical>li {
    width: auto;
    float: none;
    display: block
}
.tabs.simple>li>a {
    padding: 0
}
.tabs.simple>li>a:hover {
    background: transparent
}
.tabs.primary {
    background: #03ade9
}
.tabs.primary>li>a {
    color: #fff
}
.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #03a4dd
}
.tabs-title {
    float: left
}
.tabs-title>a {
    display: block;
    padding: 1.5625rem .625rem;
    line-height: 1;
    font-size: .9375rem
}
.tabs-title>a:focus,
.tabs-title>a:hover,
.tabs-title>a[aria-selected=true] {
    background: #0d3a5f
}
.tabs-content {
    background: #fff;
    transition: all .5s ease;
    border: 1px solid transparent;
    border-top: 0
}
.tabs-content.vertical {
    border: 1px solid transparent;
    border-left: 0
}
.tabs-panel {
    display: none;
    padding: 1rem
}
.tabs-panel.is-active {
    display: block
}
.thumbnail {
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px hsla(0, 0%, 4%, .2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}
.thumbnail:focus,
.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(3, 173, 233, .5)
}
.title-bar {
    background: #0a0a0a;
    color: #fff;
    padding: .5rem
}
.title-bar:after,
.title-bar:before {
    content: " ";
    display: table
}
.title-bar:after {
    clear: both
}
.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}
.title-bar-left {
    float: left
}
.title-bar-right {
    float: right;
    text-align: right
}
.title-bar-title {
    vertical-align: middle
}
.has-tip,
.title-bar-title {
    font-weight: 700;
    display: inline-block
}
.has-tip {
    border-bottom: 1px dotted #8a8a8a;
    position: relative;
    cursor: help
}
.tooltip {
    background-color: #0a0a0a;
    color: #fff;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .6495rem);
    max-width: 10rem!important;
    border-radius: 0
}
.tooltip:before {
    border: .75rem inset;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}
.tooltip.top:before,
.tooltip:before {
    content: "";
    display: block;
    width: 0;
    height: 0
}
.tooltip.top:before {
    border: .75rem inset;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto
}
.tooltip.left:before {
    border: .75rem inset;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    left: 100%
}
.tooltip.left:before,
.tooltip.right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}
.tooltip.right:before {
    border: .75rem inset;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    left: auto;
    right: 100%
}
.top-bar {
    padding: .5rem
}
.top-bar:after,
.top-bar:before {
    content: " ";
    display: table
}
.top-bar:after {
    clear: both
}
.top-bar,
.top-bar ul {
    background-color: #fff
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}
.top-bar input.button {
    width: auto
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%
}
@media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }
}
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}
@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}
.top-bar-title {
    float: left;
    margin-right: 1rem
}
.top-bar-left {
    float: left
}
.top-bar-right {
    float: right
}
.hide {
    display: none!important
}
.invisible {
    visibility: hidden
}
@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none!important
    }
}
@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none!important
    }
}
@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none!important
    }
}
@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none!important
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none!important
    }
}
@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none!important
    }
}
@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none!important
    }
}
@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none!important
    }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none!important
    }
}
@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none!important
    }
}
.show-for-sr,
.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}
.hide-for-portrait,
.show-for-landscape {
    display: block!important
}
@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block!important
    }
}
@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
}
.hide-for-landscape,
.show-for-portrait {
    display: none!important
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block!important
    }
}
.float-left {
    float: left!important
}
.float-right {
    float: right!important
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0)
}
.slide-in-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0)
}
.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0)
}
.slide-in-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0)
}
.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%)
}
.slide-out-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%)
}
.slide-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%)
}
.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%)
}
.fade-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}
.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}
.fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}
.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}
.hinge-in-from-top.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0
}
.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}
.hinge-in-from-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0
}
.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}
.hinge-in-from-bottom.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}
.hinge-in-from-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0
}
.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}
.hinge-in-from-middle-x.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}
.hinge-in-from-middle-y.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}
.hinge-out-from-top.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform, opacity
}
.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}
.hinge-out-from-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1
}
.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}
.hinge-out-from-bottom.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}
.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}
.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}
.hinge-out-from-middle-x.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}
.hinge-out-from-middle-y.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}
.scale-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform, opacity;
    opacity: 0
}
.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}
.scale-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0
}
.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1
}
.scale-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}
.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0
}
.scale-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}
.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(.5);
    opacity: 0
}
.spin-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform, opacity;
    opacity: 0
}
.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1
}
.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(270deg);
    opacity: 0
}
.spin-in-ccw.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}
.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1
}
.spin-out-ccw.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}
.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-270deg);
    opacity: 0
}
.slow {
    transition-duration: .75s!important
}
.fast {
    transition-duration: .25s!important
}
.linear {
    transition-timing-function: linear!important
}
.ease {
    transition-timing-function: ease!important
}
.ease-in {
    transition-timing-function: ease-in!important
}
.ease-out {
    transition-timing-function: ease-out!important
}
.ease-in-out {
    transition-timing-function: ease-in-out!important
}
.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}
.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}
.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}
.short-delay {
    transition-delay: .3s!important
}
.long-delay {
    transition-delay: .7s!important
}
.shake {
    animation-name: b
}
@keyframes b {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        transform: translateX(7%)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}
.spin-ccw,
.spin-cw {
    animation-name: c
}
@keyframes c {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}
.wiggle {
    animation-name: d
}
@keyframes d {
    40%, 50%, 60% {
        transform: rotate(7deg)
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }
    0%,
    30%,
    70%,
    to {
        transform: rotate(0)
    }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    animation-duration: .5s
}
.infinite {
    animation-iteration-count: infinite
}
.slow {
    animation-duration: .75s!important
}
.fast {
    animation-duration: .25s!important
}
.linear {
    animation-timing-function: linear!important
}
.ease {
    animation-timing-function: ease!important
}
.ease-in {
    animation-timing-function: ease-in!important
}
.ease-out {
    animation-timing-function: ease-out!important
}
.ease-in-out {
    animation-timing-function: ease-in-out!important
}
.bounce-in {
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}
.bounce-out {
    animation-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}
.bounce-in-out {
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}
.short-delay {
    animation-delay: .3s!important
}
.long-delay {
    animation-delay: .7s!important
}

/* Cart Alert */
div.cartAlert {
	background: #fff;
	display: none;
	z-index: 7000;
	position: fixed;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 90%;
	padding: 0 0 80px 0;
	max-width: 700px;
	border: 4px #262D61 solid;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	border-radius: 6px;
	font-family: Arial;
	font-size: 18px;
	color: #262D61;
	text-decoration: none;
	text-align: center;
	opacity: 1;
}
div.cartAlert.animate {
	transition: all 0.3s;
	top: 0px;
	right: 0px;
	opacity: 0;
	transform: scale(0.1);
}
div.cartAlert div.alert {
	padding-top: 10%;
	padding-bottom: 4%;
	height: auto;
	display: block;
	clear: both;
	font-family: 'HelveticaNeueLTStd-Bd', 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
	font-size: 28px;
	color: #262D61;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
div.cartAlert a, div.cartAlert a:hover {
	background: #03ADE9;
	font-family: 'HelveticaNeueLTStd-Bd', 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 1vw 2vw;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 8px;
	text-transform: uppercase;
	border: 3px #03ADE9 solid;
	transition: all 0.2s;
}
div.cartAlert a:hover {
	background: #fff;
	color: #03ADE9;
	border: 3px #03ADE9 solid;	
}
div.cartAlert a.closeit, div.cartAlert a.closeit:hover {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	top: 0;
	right: 7px;
	display: block;
	position: absolute;
	z-index: 7500;
	border: 0;
}
div.cartAlertBg {
	background: #fff;
	opacity: 0.8;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6000;
}

div.budgetAlert {
	background: #eee;
	width: 100%;
	max-width: 838px;
	display: block;
	clear: both;
	padding: 7px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border: solid 2px;
	border-color: rgba(0,0,0,0.2);
}
div.budgetAlert.alertRed {
	background: rgba(255,0,0,0.2);
	border-color: rgba(255,0,0, 0.7);
}
div.budgetAlert.alertAmber {
	background: rgba(255,155,45,0.2);
	border-color: rgba(255,155,45, 1);
}

@media (min-width: 993px) and (max-width: 1200px)  {
	div.cartAlert {padding: 0 0 40px 0;}
	div.cartAlert div.alert {padding-top: 10%;padding-bottom: 4%;font-size: 20px;}
}
@media (min-width: 769px) and (max-width: 992px)  {
	div.cartAlert {padding: 0 0 40px 0;}
	div.cartAlert div.alert {padding-top: 10%;padding-bottom: 4%;font-size: 20px;}
	div.cartAlert a, div.cartAlert a:hover {display:inline-block;clear:both;margin-bottom:5px;}
}
@media (min-width: 421px) and (max-width: 768px)  {
	div.cartAlert {padding: 0 0 40px 0;}
	div.cartAlert div.alert {padding-top: 10%;padding-bottom: 4%;font-size: 20px;}
	div.cartAlert a, div.cartAlert a:hover {display:inline-block;clear:both;margin-bottom:5px;}
}
@media (min-width: 100px) and (max-width: 420px)  {
	div.cartAlert {padding: 0 0 40px 0;}
	div.cartAlert div.alert {padding-top: 10%;padding-bottom: 4%;font-size: 20px;}
	div.cartAlert a, div.cartAlert a:hover {display:inline-block;clear:both;margin-bottom:5px;}
}

.reports {
    width: 100%;
    float: left;
}

.reports__form {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 30px 0;
}
.form__select-contain {
    width: 40%;
    float: left;
    margin-right: 2%;
}

.form__select-contain .select2-container--default .select2-selection--single {
    width: 100%;
    float: left;
    height: 40px!important;
    border-color: #e6e6e6!important;
    padding-top: 5px;
}

.form__select {
    width: 100%!important;
}

.form__select-contain .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form__select-contain .select2.select2-container.select2-container--default.select2-container--focus {
    width: 100%!important;
    float: left!important;
}

.form__input {
    width: 40%;
    float: left;
    margin: 0;
    height: 40px;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.0625rem;
    font-style: italic;
    color: #686868;
    border-radius: .3125rem;
    border-color: #e6e6e6;
    box-shadow: none;
    margin-right: 2%;
}

.form__input:focus {
    box-shadow: none;
}

.form__submit {
    width: 16%;
    float: left;
    height: 40px;
    background-color: #03ade9;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.reports__content {
    width: 100%;
    float: left;
}

.reports__item {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
    height: 480px;
    margin-bottom: 20px;
}

.reports__item--width2 {
    width: 66.6666%;
}

.reports__item--half {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
}
@media (max-width: 1180px) {
    .reports__item {
        width: 50%;
    }

    .reports__item--width2 {
        width: 100%;
    }

    #spendByCategory-1 div div {
        float: left;
    }

    #mostOrdered > div > div,
    #spendByCategory-1 > div > div {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }


    .reports__item--width2.smaller {
        height: auto;
    }

}
@media (max-width: 760px) {
    .reports__item--half,
    .reports__item,
    .reports__item--width2 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .reports__content {
        margin-top: 0;
    }

    .reports__form {
        margin-bottom: 20px;
    }

    .form__select-contain,
    .form__input {
        margin-bottom: 20px;
    }

    .form__select-contain,
    .form__input,
    .form__submit {
        width: 100%;
        margin-right: 0;
    }
}

.reports__item .content {
     width: 100%;
     float: left;
     height: 100%;
     background-color: #e2f6fd;
     border-radius: 5px;
     padding: 15px;
     text-align: center;
 }

.reports__item .content.bottom {
    border-radius: 0 0 5px 5px;
}

.reports__chart-title {
    width: 100%;
    text-align: center;
    font-family: 'Open Sans';
    color: #0d3a5f;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 15px;
}

.title-contain {
    width: 100%;
    float: left;
    background-color: #0d3a5f;
    border-radius: 5px 5px 0 0;
    padding: 10px 0 7px 0;
}

.title-contain .reports__chart-title {
    width: 100%;
    float: left;
    color: #fff;
}