﻿@charset "UTF-8";

/* version 1.0 */

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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%;
}

body {
    margin: 0;
}

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;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

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: default;
    }

    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;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: border-box;
    }


html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Circular-Book-S", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #727272;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #595959;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #727272;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #595959;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 660px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 880px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1160px;
    }
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1250px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

div.sfFormSubmit {
    margin: 35px 0 68px 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #727272;
    border-color: #656565;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #595959;
        border-color: #262626;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #595959;
        border-color: #474747;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #595959;
        border-color: #474747;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #474747;
            border-color: #262626;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #727272;
        border-color: #656565;
    }

    .btn-primary .badge {
        color: #727272;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #727272;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #323232;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #727272;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #727272;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 3;
            color: #323232;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #727272;
        border-color: #727272;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #727272;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #595959;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #727272;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333333;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #727272;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #727272;
    border-color: #727272;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #d8d8d8;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #727272;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #727272;
        border-color: #727272;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #727272;
        }

        .panel-primary > .panel-heading .badge {
            color: #727272;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #727272;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1250px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1250px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1250px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1250px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1250px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: "Circular-Book-S";
    src: url("../fonts/lineto-circular-book.eot");
    src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-BookItalic-S";
    src: url("../fonts/lineto-circular-bookItalic.eot");
    src: url("../fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bookItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Medium-S";
    src: url("../fonts/lineto-circular-medium.eot");
    src: url("../fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-MediumItalic-S";
    src: url("../fonts/lineto-circular-mediumItalic.eot");
    src: url("../fonts/lineto-circular-mediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-mediumItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Bold-S";
    src: url("../fonts/lineto-circular-bold.eot");
    src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-BoldItalic-S";
    src: url("../fonts/lineto-circular-boldItalic.eot");
    src: url("../fonts/lineto-circular-boldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-boldItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Black-S";
    src: url("../fonts/lineto-circular-black.eot");
    src: url("../fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-BlackItalic-S";
    src: url("../fonts/lineto-circular-blackItalic.eot");
    src: url("../fonts/lineto-circular-blackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-blackItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Circular-Book-S";
}

    body.scroll-lock {
        overflow: hidden;
    }

@media (max-width: 767px) {
    body.scroll-lock-mobile {
        overflow: hidden;
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    a:focus {
        outline: 0;
    }


h1 {
    font-size: 36px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 32px;
    }
}

/**
 * Input text
 */
input[type="text"] {
    display: block;
    width: 100%;
    padding: 20px 0px;
    font-family: "Circular-Book-S";
    font-size: 16px;
    color: #686868;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #C9C9C9;
    outline: 0;
}

    input[type="text"]:focus {
        border-bottom: 1px solid #686868;
    }

::-webkit-input-placeholder {
    color: #A6A6A6;
}

:-moz-placeholder {
    color: #A6A6A6;
}

::-moz-placeholder {
    color: #A6A6A6;
}

:-ms-input-placeholder {
    color: #A6A6A6;
}

/**
 * Checkbox
 */
input[type="checkbox"].checkbox-custom {
    display: none;
}

    input[type="checkbox"].checkbox-custom + label .box {
        display: inline-block;
        margin-top: -2px;
        margin-right: 15px;
        vertical-align: middle;
        cursor: pointer;
        font-size: 26px;
        line-height: 75px;
        color: #a6a6a6;
    }

    input[type="checkbox"].checkbox-custom + label .check {
        display: none;
        position: absolute;
        top: -1px;
        margin-left: 3px;
        font-size: 15px;
        line-height: 75px;
        color: #005a96;
    }

    input[type="checkbox"].checkbox-custom:checked + label .check {
        display: block;
    }

.checkbox-label {
    display: inline-block;
    font-family: "Circular-Book-S";
    font-weight: normal;
    font-size: 16px;
    line-height: 75px;
    color: #a6a6a6;
    cursor: pointer;
    position: relative;
}

/**
 * Radio Buttons
 */
input[type="radio"].radio-custom {
    display: none;
}

    input[type="radio"].radio-custom + .radio-label {
        clear: both;
        line-height: 30px;
    }

    input[type="radio"].radio-custom:first-of-type + .radio-label {
        margin-top: 30px;
    }

    input[type="radio"].radio-custom:last-of-type + .radio-label {
        margin-bottom: 30px;
    }

    input[type="radio"].radio-custom + label .box {
        display: inline-block;
        margin-top: -2px;
        margin-right: 15px;
        vertical-align: middle;
        cursor: pointer;
        font-size: 26px;
        line-height: inherit;
        color: #C9C9C9;
    }

    input[type="radio"].radio-custom + label .check {
        display: none;
        position: absolute;
        top: 2px;
        margin-left: 2px;
        font-size: 15px;
        line-height: 30px;
        color: #005a96;
    }

    input[type="radio"].radio-custom:checked + label .check {
        display: block;
    }

.radio-label {
    display: inline-block;
    font-family: "Circular-Book-S";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #a6a6a6;
    cursor: pointer;
    position: relative;
}

div.sfTxtLbl {
    color: #a6a6a6;
    padding-top: 30px;
    font-size: 16px;
    font-family: "Circular-Book-S";
    display: block;
    clear: both;
}

/**
 * Select
 */
select {
    display: block;
    width: 100%;
    height: 67px;
    font-family: "Circular-Book-S";
    font-size: 16px;
    line-height: 64px;
    color: #a6a6a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #C9C9C9;
    outline: 0;
}

    select:focus {
        border-bottom: 1px solid #c9c9c9;
    }

    select::-ms-expand {
        display: none;
    }

.select-wrapper {
    position: relative;
}

    .select-wrapper .placeholder, .select-wrapper .sort {
        pointer-events: none;
    }

    .select-wrapper .placeholder {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Circular-Book-S";
        line-height: 64px;
        font-size: 18px;
        color: #c9c9c9;
    }

    .select-wrapper .sort {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
        font-size: 16px;
        color: #C9C9C9;
    }

/**
 * Text Area
 */
textarea {
    display: block;
    width: 100%;
    min-height: 70px;
    max-width: 100%;
    padding: 20px 0px;
    font-family: "Circular-Book-S";
    font-size: 16px;
    color: #a6a6a6;
    line-height: 1.4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: auto;
    resize: vertical;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #C9C9C9;
    outline: 0;
}

    textarea:focus {
        border-bottom: 1px solid #686868;
    }

/**
 * Header
 */
header {
    z-index: 1010;
}

/** Custom Section **/

section.textSection {
    position: relative;
    margin: 68px auto 0 auto;
    width: 80%;
    max-width: 1200px;
}

    section.textSection div.container {
        width: 100%;
    }

    section.textSection p, section.textSection h2, section.textSection h3, section.textSection li {
        font-family: "Circular-Book-S";
    }

    section.textSection div {
        padding: 0;
    }

    section.textSection ul {
        margin-bottom: 23px;
        padding-left: 25px;
    }

    section.textSection a {
        margin-top: 4px;
    }

    section.textSection li {
        list-style: disc;
        font-size: 18px;
        margin-bottom: 12px;
    }

    section.textSection h2 {
        margin-top: 0;
        padding: 0;
        letter-spacing: 0.3px;
        color: #646464;
        font-size: 30px;
    }

    section.textSection hr {
        border-color: #dedede;
        width: 75%;
        margin: 50px auto;
    }

    section.textSection h2:first-of-type {
        margin-bottom: 0;
    }

    section.textSection h3 {
        color: #646464;
        padding: 0;
        margin: 12px 0 23px 0;
        text-transform: uppercase;
        font-size: 18px;
    }

    section.textSection p {
        font-size: 18px;
        margin-bottom: 25px;
        color: #646464;
    }

    section.textSection strong {
        font-family: "Circular-Bold-S";
        font-weight: normal;
        color: #333;
    }

    section.textSection a strong {
        text-decoration: underline;
    }

.textSection .glyphicon.glyphicon-menu-right {
    position: relative;
    top: 2px;
    left: 3px;
}

img.osLogoApple, img.osLogoAndroid {
    width: 17px;
    height: auto;
    position: relative;
    top: -3px;
    margin: 0 0 0 10px;
}

img.osLogoAndroid {
    margin: 0;
}

@media (max-width: 900px) {
    section.textSection {
    }
}

@media (max-width: 768px) {
    section.textSection h2 {
        font-size: 22px;
    }

    section.textSection li, section.textSection p, #primaryCopy ul.featurettes li {
        font-size: 14px !important;
    }
}

/** Custom Section **/

.application-section-03 {
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
    overflow: hidden;
}

    .application-section-03 p, .application-section-03 h2 {
        font-family: "Circular-Book-S";
    }

    .application-section-03 .container {
        padding: 45px 20px;
    }

        .application-section-03 .container button {
            margin: 30px 0;
        }

        .application-section-03 .container a {
            color: white;
            display: block;
        }

            .application-section-03 .container a:visited {
                color: white;
            }

                .application-section-03 .container a:visited:hover {
                    color: #cccccc;
                }

@media (min-width: 768px) {
    .application-section-03 {
        height: 350px;
    }

        .application-section-03 .container {
            padding: 90px 20px;
        }

            .application-section-03 .container a {
                display: inline-block;
                margin-left: 20px;
                letter-spacing: 1px;
            }
}

@media (min-width: 992px) {
    .application-section-03 {
        height: 450px;
    }

        .application-section-03 .container {
            padding: 140px 20px;
        }
}

@media (min-width: 1250px) {
    .application-section-03 {
        height: 610px;
    }

        .application-section-03 .container {
            padding: 220px 20px;
        }
}

.application-section-04 {
    color: #646464;
}

    .application-section-04 p, .application-section-04 h2, .application-section-04 h4 {
        font-family: "Circular-Book-S";
    }

.application-section-05 {
    background-color: #F3F4F4;
    padding: 75px 0;
    text-align: center;
    color: #646464;
    height: 320px;
}

    .application-section-05 p, .application-section-05 h2 {
        font-family: "Circular-Book-S";
    }

    .application-section-05 h1 {
        display: none;
        margin: 0 auto;
        max-width: 500px;
        font-size: 28px;
    }

@media (min-width: 768px) {
    .application-section-05 {
        height: 350px;
        padding: 130px 0;
    }

        .application-section-05 h1 {
            max-width: none;
        }
}

@media (max-width: 768px) {
    .application-section-04 .container h4 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .application-section-05 {
        height: 450px;
        padding: 157px 0;
    }

        .application-section-05 .container {
            padding: 0 110px;
        }

            .application-section-05 .container h1 {
                max-width: none;
                font-size: 40px;
                line-height: 45px;
            }
}

@media (min-width: 1250px) {
    .application-section-05 {
        height: 610px;
        padding: 216px 0;
    }

        .application-section-05 .container {
            padding: 0 140px;
        }

            .application-section-05 .container h1 {
                max-width: none;
                font-size: 47px;
                line-height: 59px;
            }
}

.application-section-06 {
    clear: both;
    position: relative;
    height: 330px;
    color: #646464;
    text-align: center;
    overflow: hidden;
    background: #f4f4f4;
}

    .application-section-06 p, .application-section-06 h2, .application-section-06 h4 {
        font-family: "Circular-Book-S";
        color: #646464;
    }

    .application-section-06 .container {
        padding: 20px 20px;
    }

    .application-section-06 h4, .application-section-06 h3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .application-section-06 img {
        display: block;
        max-height: 75px;
        width: auto;
        margin: 0 auto 15px auto;
    }

    .application-section-06 p {
        width: auto;
    }

    .application-section-06 button {
        margin: 30px 0;
    }

    .application-section-06 a {
        display: block;
        color: #646464;
    }

        .application-section-06 a.btn {
            margin-right: 30px;
            color: #646464;
            border: 2px solid #646464;
        }

            .application-section-06 a.btn:hover {
                border: 2px solid #fff;
            }

    .application-section-06 .container a {
        display: inline;
        margin: 0 30px 0 0;
    }

@media (min-width: 768px) {
    .application-section-06 .container {
        padding: 20px 20px;
    }

    .application-section-06 h4 {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .application-section-06 img {
        margin-bottom: 25px;
    }

    .application-section-06 p {
        width: auto;
        max-width: none;
        font-size: 14px;
        margin-bottom: 25px;
    }
}

@media (min-width: 1250px) {
    .application-section-06 .container h4 {
        font-size: 18px;
        margin-bottom: 44px;
    }

    .application-section-06 .container img {
        margin-bottom: 25px;
        width: auto;
    }

    .application-section-06 .container p {
        font-size: 18px;
        width: auto;
    }

    .application-section-06 .container button {
        margin: 0 40px 0 0;
    }
}


@media (max-width: 992px) {
    .application-section-06 a.btn {
        width: 75%;
        max-width: 250px;
    }

    .application-section-06 img {
        max-height: 50px;
    }
}

@media (max-width: 768px) {
    .application-section-06 .container a {
        display: block;
        margin: 0 auto 10px auto;
    }
}

.application-section-07 {
    background-color: #F3F4F4;
    text-align: center;
    color: #646464;
}

    .application-section-07 .sfFormRadiolist div.sfTxtLbl,
    .application-section-07 .sfFormRadiolist .sfRadioList {
        text-align: left;
        display: block;
    }

    .application-section-07 .container {
        padding: 68px 0 90px 0;
    }

    .application-section-07 p, .application-section-07 h2 {
        font-family: "Circular-Book-S";
    }

    .application-section-07 button, .application-section-07 a.btn {
        margin-top: 19px;
    }

    .application-section-07 h2 {
        margin-top: 0;
    }

    .application-section-07 p {
        margin: 0 auto;
        max-width: 800px;
        line-height: 1.75em;
    }

    .application-section-07.whiteBackground {
        background-color: #FFFFFF;
    }

    .application-section-07 .container {
        width: 90%;
        margin: 0 auto;
        max-width: 600px;
    }



@media (min-width: 768px) {
    .application-section-07 {
        height: auto;
    }

        .application-section-07 .container {
            padding: 104px 0;
        }

            .application-section-07 .container h2 {
                max-width: none;
            }

        .application-section-07 .container {
            max-width: 600px;
        }
}

@media (min-width: 992px) {
    .application-section-07 {
        height: auto;
    }

        .application-section-07 .container {
            padding: 135px 0px;
        }

            .application-section-07 .container h2 {
                margin-bottom: 21px;
            }

            .application-section-07 .container p {
                max-width: none;
            }

            .application-section-07 .container button {
                margin-top: 19px;
            }
}

@media (min-width: 1250px) {
    .application-section-07 {
        height: auto;
    }

        .application-section-07 .container {
            padding: 95px 0px 105px 0;
        }

            .application-section-07 .container h2 {
                margin-bottom: 21px;
            }

            .application-section-07 .container p {
                max-width: none;
            }

            .application-section-07 .container button {
                margin-top: 28px;
            }
}

/**
 * Application Page Nav
 */
.application-page-nav {
    background-color: #F3F4F4;
    width: 100%;
}

    .application-page-nav .container {
        padding-top: 27px;
        padding-bottom: 27px;
        text-align: center;
    }

    .application-page-nav ul li a {
        display: block;
        font-family: "Circular-Book-S";
        font-size: 14px;
        line-height: 36px;
    }

        .application-page-nav ul li a.active, .application-page-nav ul li a:hover {
            color: #5c5c5c;
        }

    .application-page-nav ul li:last-child {
        margin-right: 0;
    }

    .application-page-nav button, .application-page-nav a.btn-green {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .application-page-nav.fixed {
        position: fixed;
        top: 0;
        z-index: 1;
    }

    .application-page-nav ul {
        float: left;
    }

        .application-page-nav ul li {
            float: left;
            display: inline-block;
            margin-right: 32px;
        }

            .application-page-nav ul li:last-child {
                margin-right: 0;
            }

    .application-page-nav button, .application-page-nav a.btn-green {
        float: right;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .application-page-nav ul li {
        margin-right: 64px;
    }

    .application-page-nav a.btn-green {
        margin-right: 30px;
    }
}

.application-page-nav a.btn.btn-green.mobileOff {
    color: #646464;
    background-color: #fff;
    border: 1px solid #646464;
}

    .application-page-nav a.btn.btn-green.mobileOff:hover {
        color: #fff;
        border-color: #00a9d4;
    }

/**
 * Application nav fixed placeholder
 */
.application-page-nav-placeholder {
    position: relative;
    display: block;
    height: 0;
}

@media (min-width: 768px) {
    .application-page-nav-placeholder.fixed {
        height: 96px;
    }
}

/**
 * Contact
 */
.contact h1 {
    margin-top: 107px;
    margin-bottom: 28px;
    color: #727272;
}

.contact p {
    margin-bottom: 52px;
    font-family: "Circular-Book-S";
    font-size: 18px;
    line-height: 1.65;
    color: #727272;
}

.contact form {
    margin-bottom: 100px;
}

    .contact form input {
        margin-bottom: 22px;
    }

    .contact form select {
        margin-bottom: 22px;
    }

    .contact form textarea {
        margin-bottom: 22px;
    }

    .contact form button {
        display: block;
        margin: 18px auto 0 auto;
    }

@media (min-width: 768px) {
    .contact form .col-sm-6 {
        padding-right: 40px;
        padding-left: 15px;
    }

        .contact form .col-sm-6:last-child {
            padding-right: 15px;
            padding-left: 40px;
        }

    .contact form input {
        margin-bottom: 42px;
    }

    .contact form select {
        margin-bottom: 42px;
    }

    .contact form textarea {
        margin-bottom: 42px;
    }

    .contact form input[type='radio'] {
        margin-bottom: 22px;
    }

        .contact form input[type='radio']:last-of-type {
            margin-bottom: 42px;
        }

    .contact form button {
        margin-left: 0;
        margin-right: 0;
    }
}

.select-wrapper {
    clear: both;
}

.sfTxtBoxMedium {
    float: right;
    width: 45%;
}

    .sfTxtBoxMedium:nth-of-type(2n) {
        float: left;
    }

/**
 * Support jumbotron
 */
.support-jumbotron {
    position: relative;
    height: 450px;
    height: calc(100vh - 58px);
    text-align: center;
    overflow: hidden;
}

    .support-jumbotron .container {
        max-width: 400px;
        padding-top: 80px;
    }

    .support-jumbotron h1 {
        font-family: "Circular-Book-S";
        padding-bottom: 34px;
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 1px;
        color: white;
    }

    .support-jumbotron .search-wrapper {
        position: relative;
        width: 290px;
        margin: 0 auto;
    }

        .support-jumbotron .search-wrapper input {
            position: relative;
            width: 100%;
            padding: 7px 0px 7px 32px;
            font-family: "Circular-Book-S";
            font-size: 16px;
            border: 1px solid white;
            border-radius: 3px;
            cursor: pointer;
        }

            .support-jumbotron .search-wrapper input ~ .input-search-label {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0;
                font-family: "Circular-Book-S";
                font-weight: normal;
                font-size: 16px;
                line-height: 40px;
                color: rgba(0, 0, 0, 0.3);
                opacity: 1;
                -webkit-transition: opacity 0.5s;
                transition: opacity 0.5s;
            }

            .support-jumbotron .search-wrapper input ~ .search {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -8px;
                margin-left: -92px;
                font-size: 16px;
                color: rgba(0, 0, 0, 0.3);
                -webkit-transition: margin-left 0.5s;
                transition: margin-left 0.5s;
            }

            .support-jumbotron .search-wrapper input.active ~ label {
                opacity: 0;
            }

            .support-jumbotron .search-wrapper input.active ~ .search {
                margin-left: -135px;
            }

@media (min-width: 768px) {
    .support-jumbotron {
        height: 600px;
        height: 100vh;
    }

        .support-jumbotron .container {
            max-width: none;
            padding-top: 223px;
        }

        .support-jumbotron h1 {
            font-size: 46px;
        }

        .support-jumbotron .search-wrapper {
            width: 440px;
        }

            .support-jumbotron .search-wrapper input.active ~ .search {
                margin-left: -210px;
            }
}

/**
 * Support jumbotron
 */
.support-tiles ul {
    position: relative;
    width: 100%;
}

    .support-tiles ul:before, .support-tiles ul:after {
        content: " ";
        display: table;
    }

    .support-tiles ul:after {
        clear: both;
    }

    .support-tiles ul li {
        float: left;
        width: 50%;
    }

        .support-tiles ul li a {
            position: relative;
            display: block;
            height: 150px;
            padding-top: 100px;
            font-family: "Circular-Book-S";
            font-size: 20px;
            letter-spacing: 0.5px;
            text-align: center;
            border-right: 1px solid rgba(0, 0, 0, 0.2);
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            background-color: transparent;
            -webkit-transition: background-color 0.3s, color 0.3s;
            transition: background-color 0.3s, color 0.3s;
        }

            .support-tiles ul li a:hover {
                color: white;
                background-color: #005a96;
            }

                .support-tiles ul li a:hover img.default {
                    opacity: 0;
                }

                .support-tiles ul li a:hover img.hover {
                    opacity: 1;
                }

        .support-tiles ul li img {
            position: absolute;
            width: 60px;
            height: 60px;
            top: 20px;
            left: 50%;
            margin-left: -30px;
        }

            .support-tiles ul li img.default {
                opacity: 1;
                -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s;
            }

            .support-tiles ul li img.hover {
                opacity: 0;
                -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s;
            }

@media (min-width: 768px) {
    .support-tiles ul li {
        width: 33.333%;
    }

        .support-tiles ul li a {
            height: 200px;
            padding-top: 120px;
        }

        .support-tiles ul li img {
            top: 45px;
        }
}

@media (min-width: 992px) {
    .support-tiles ul li {
        width: 25%;
    }

        .support-tiles ul li a {
            height: 200px;
            padding-top: 120px;
        }

        .support-tiles ul li img {
            top: 45px;
        }
}

@media (min-width: 1250px) {
    .support-tiles ul li {
        width: 20%;
    }

        .support-tiles ul li a {
            height: 250px;
            padding-top: 150px;
        }

        .support-tiles ul li img {
            top: 70px;
        }
}

/**
 * Collaborators jumbotron
 */
.collaborators-jumbotron {
    position: relative;
    height: calc(100vh - 58px);
    text-align: center;
    overflow: hidden;
}

    .collaborators-jumbotron .container {
        position: absolute;
        width: 300px;
        top: 50%;
        bottom: auto;
        left: 50%;
        margin-left: -150px;
        padding: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .collaborators-jumbotron h1 {
        padding-bottom: 3px;
        font-family: "Circular-Book-S";
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 1px;
        color: white;
    }

    .collaborators-jumbotron p {
        margin: 0 auto;
        max-width: 730px;
        font-family: "Circular-Book-S";
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 1px;
        color: white;
    }

@media (min-width: 768px) {
    .collaborators-jumbotron {
        height: calc(100vh);
    }

        .collaborators-jumbotron .container {
            width: 660px;
            margin-left: -330px;
        }

        .collaborators-jumbotron h1 {
            font-size: 46px;
        }

        .collaborators-jumbotron p {
            max-width: 730px;
            font-size: 20px;
        }
}

@media (min-width: 992px) {
    .collaborators-jumbotron .container {
        width: 900px;
        margin-left: -450px;
    }
}

@media (min-width: 1250px) {
    .collaborators-jumbotron .container {
        width: 1100px;
        margin-left: -550px;
    }
}

.blog-container {
    position: relative;
    color: #646464;
}

    .blog-container p, .blog-container h4, .blog-container h2 {
        font-family: "Circular-Book-S";
    }

    .blog-container .col-sm-3 {
        margin: 0;
    }

    .blog-container .col-sm-6 {
        padding-left: 12px;
    }

    .blog-container .share-icons {
        padding: 20px 0;
        font-size: 16px;
        line-height: 2.3;
    }

        .blog-container .share-icons a {
            color: #727272;
        }

            .blog-container .share-icons a:hover {
                color: #333;
            }

        .blog-container .share-icons p {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 7px;
        }

        .blog-container .share-icons .fa {
            display: inline-block;
            margin-right: 10px;
            font-size: 21px;
        }

        .blog-container .share-icons .nav-link {
            display: block;
            line-height: 2.5;
            font-size: 19px;
            letter-spacing: 0.5px;
        }

    .blog-container .feature-headline {
        padding-left: 0;
        padding-bottom: 50px;
    }

        .blog-container .feature-headline h4 {
            font-size: 16px;
        }

        .blog-container .feature-headline p {
            font-size: 12px;
        }

        .blog-container .feature-headline img {
            max-width: 100%;
        }

    .blog-container .pagination {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 5px auto 63px auto;
        font-size: 14px;
        text-align: center;
    }

        .blog-container .pagination .separator {
            height: 2px;
            background-color: #d6d6d6;
            width: 100%;
            margin-bottom: 20px;
        }

        .blog-container .pagination .content {
            font-family: "Circular-Medium-S";
            position: relative;
            margin: 0 auto;
            width: 320px;
        }

            .blog-container .pagination .content span {
                position: absolute;
                line-height: 30px;
                font-size: 13px;
                top: -5px;
            }

            .blog-container .pagination .content .next {
                padding-right: 30px;
            }

                .blog-container .pagination .content .next span {
                    padding-left: 10px;
                    right: 0;
                }

            .blog-container .pagination .content .prev {
                padding-left: 30px;
            }

                .blog-container .pagination .content .prev span {
                    padding-right: 10px;
                    left: 0;
                }

            .blog-container .pagination .content a {
                padding: 0px 8px;
                opacity: 0.6;
            }

            .blog-container .pagination .content .active {
                opacity: 1.0;
            }

@media (min-width: 768px) {
    .blog-container {
        padding-top: 66px;
        padding-bottom: 47px;
    }

        .blog-container .col-md-6 {
            padding-left: 12px;
        }

        .blog-container .share-icons {
            padding-top: 0px;
        }

            .blog-container .share-icons p {
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 7px;
            }

            .blog-container .share-icons .fa {
                display: inline-block;
                margin-right: 10px;
                font-size: 21px;
            }

            .blog-container .share-icons .nav-link {
                display: block;
                line-height: 2.5;
                font-size: 19px;
                letter-spacing: 0.5px;
            }

        .blog-container .blogs {
            padding-top: 0px;
        }

        .blog-container .feature-headline {
            padding-top: 8px;
            padding-left: 74px;
        }

            .blog-container .feature-headline h4 {
                margin-bottom: 7px;
                font-size: 19px;
            }

            .blog-container .feature-headline img {
                margin-bottom: 13px;
            }

            .blog-container .feature-headline p {
                padding: 8px 0 12px 0;
                font-size: 12px;
                letter-spacing: 0.75px;
                line-height: 1.95;
            }

        .blog-container .pagination .content {
            width: auto;
            position: absolute;
            right: 0;
        }

            .blog-container .pagination .content .next span {
                padding-left: 20px;
            }

            .blog-container .pagination .content .prev span {
                padding-right: 20px;
            }

            .blog-container .pagination .content a {
                padding: 0px 17px;
            }
}

#primaryCopy ul.patents-pager li {
    list-style: none;
}

@media (min-width: 992px) {
    .feature-headline {
        font-size: 15px;
    }
}

.blog-item {
    padding-bottom: 68px;
}

    .blog-item img {
        margin-bottom: 1px;
        max-width: 100%;
        height: auto;
    }

    .blog-item h2 {
        margin-bottom: 25px;
        font-size: 30px;
        letter-spacing: 0.9px;
    }

        .blog-item h2.no-image {
            margin-top: 0px;
        }

    .blog-item p {
        margin-bottom: 24px;
        font-size: 16px;
        letter-spacing: 0.75px;
        line-height: 1.9;
    }

    .blog-item a {
        margin: 20px 0;
        color: #005a96;
    }

        .blog-item a:hover {
            color: #00a9d4;
        }

    .blog-item .quote {
        position: relative;
        margin-top: 18px;
        margin-bottom: 28px;
        color: #005a96;
    }

        .blog-item .quote span {
            float: left;
            font-size: 90px;
            line-height: 100px;
        }

        .blog-item .quote p {
            padding-left: 60px;
            padding-top: 13px;
            margin-bottom: 13px !important;
            font-size: 18px;
        }

        .blog-item .quote h5 {
            padding-left: 60px;
            letter-spacing: 0.5px;
            margin-top: 0;
            font-family: "Circular-BookItalic-S";
        }

    .blog-item .sfContentBlock {
        margin-bottom: 25px;
    }

    .blog-item div.sfContentBlock:last-of-type {
        margin-bottom: 0;
    }

.sfnewsAuthorAndDate {
    display: none;
}

.blog-container .interiorSideNav a {
    font-family: "Circular-Book-S";
    display: block;
    text-align: right;
    line-height: normal;
    color: #646464;
    font-size: 20px;
    margin-bottom: 13px;
}

    .blog-container .interiorSideNav a:hover {
        color: #005a96;
    }

.blog-container .interiorSideNav {
    padding-right: 20px;
    margin-top: 62px;
}

    .blog-container .interiorSideNav a {
        font-size: 16px;
    }

        .blog-container .interiorSideNav a.navHighlight {
            color: #005a96;
        }

            .blog-container .interiorSideNav a.navHighlight:hover {
                color: #00a9d4;
            }

.blog-item h1 {
    margin: 0;
    font-family: "Circular-Book-S";
    color: #005a96;
    font-size: 35px;
    margin-bottom: 20px;
}

.blog-item h2 {
    font-family: "Circular-Bold-S";
    font-size: 23px;
    letter-spacing: 0;
    margin-bottom: 12px;
    line-height: 1.5em;
}

.blog-item p {
    letter-spacing: 0;
}

    .blog-item p strong {
        font-weight: normal;
        font-family: "Circular-Bold-S";
    }

.companySideSub {
    margin-top: 30px;
    padding-top: 25px;
    padding-right: 20px;
    border-top: 1px solid #d6d4d5;
    text-align: right;
}

@media (max-width: 768px) {
    .blog-container .interiorSideNav {
        margin-top: 5px;
        border-bottom: 1px solid #d6d4d5;
    }

        .blog-container .interiorSideNav a {
            text-align: left;
        }

    .companySideSub {
        margin-top: 8px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 0px;
        border-top: 0;
        text-align: left;
    }
}

/* custom styles */
#primaryCopy ul {
    padding-left: 25px;
    margin-bottom: 24px;
}

#primaryCopy ul li {
    list-style-type: disc;
    font-family: "Circular-Book-S";
    font-size: 16px;
    line-height: 1.9;
}

#primaryCopy ol li {
    list-style-type: disc;
    font-family: "Circular-Book-S";
    font-size: 16px;
    letter-spacing: 0.75px;
    line-height: 1.9;
}

.blog-container div.sideBarContent p {
    display: block;
}

.blog-container div.sideBarContent a p {
    color: #005a96;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blog-container div.sideBarContent a:hover p {
    color: #00a9d4;
}

.blog-container div.sideBarContent p img {
    margin: 20px 0 5px 0;
}

.sfContentBlock table {
    margin: 20px 0;
}

    .sfContentBlock table td {
        padding: 10px 2.5%;
        width: 15%;
        font-family: "Circular-Book-S";
    }

    .sfContentBlock table tr:nth-of-type(odd) {
        background: #efefef;
    }

    .sfContentBlock table td:first-of-type {
        width: 35%;
    }

    .sfContentBlock table tr:first-of-type {
        background: #646464;
    }

        .sfContentBlock table tr:first-of-type td {
            color: #fff;
            font-family: "Circular-Bold-S";
        }

.RadGrid_Default {
    border: none;
}

div.sfdownloadTable {
    margin-bottom: 25px;
}

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
    background: none;
}

.RadGrid_Default .rgHeader {
    color: #fff;
}

table.rgMasterTable tr:nth-of-type(even) {
    background: #efefef;
}

table.rgMasterTable thead tr {
    background-color: #efefef;
    color: #646464;
}

.RadGrid_Default .rgHeader {
    color: #646464;
}

table.rgMasterTable thead tr th.rgHeader {
    width: 15%;
    padding: 4px 2.5%;
}

    table.rgMasterTable thead tr th.rgHeader:first-of-type {
        width: 35%;
    }

table.rgMasterTable tr.sfpdf td, table.rgMasterTable tr.sfzip td {
    font-family: "Circular-Book-S";
    font-size: 14px;
    line-height: 22px;
    width: 15%;
    padding: 5px 2.5%;
    color: #646464;
}

    table.rgMasterTable tr.sfpdf td strong, table.rgMasterTable tr.sfzip td strong {
        font-weight: normal;
    }

    table.rgMasterTable tr.sfpdf td:first-of-type, table.rgMasterTable tr.sfzip td:first-of-type {
        width: 35%;
    }

.sfdownloadTable.sfHasIcons .sfdownloadLink {
    display: inherit;
}

.sfSmallIcns .sfdownloadList .sfpdf, .sfLargeIcns .sfdownloadList .sfpdf, .sfdownloadTable.sfHasIcons .sfpdf .sfdownloadLink, .sfdownloadDetails .sfdownloadLinkWrp.sfpdf .sfdownloadLink {
    background-position: 0 -96px !important;
}

@media (max-width: 500px) {
    table.rgMasterTable tr.sfpdf td, table.rgMasterTable tr.sfzip td {
        font-size: 10px;
        line-height: 16px;
        width: 15%;
        padding: 2.5px 2%;
    }

    .sfContentBlock table td {
        font-size: 10px;
    }
}

div.faqReveal {
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}

    div.faqReveal a {
        font-family: "Circular-Bold-S";
        font-size: 24px;
        cursor: pointer;
    }

    div.faqReveal div {
        padding: 15px 0 15px 0;
        font-family: "Circular-Book-S";
        font-size: 16px;
        max-height: 0px;
        width: 100%;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        div.faqReveal div.revealed {
            max-height: 2500px;
            width: 100%;
            opacity: 1;
            -webkit-transition: all .75s ease-in-out;
            -moz-transition: all .75s ease-in-out;
            -o-transition: all .75s ease-in-out;
            transition: all .75s ease-in-out;
        }

    div.faqReveal.biggerReveal.revealed {
        max-height: 2500px;
        width: 100%;
        margin: 0 auto;
        opacity: 1;
        -webkit-transition: all .75s ease-in-out;
        -moz-transition: all .75s ease-in-out;
        -o-transition: all .75s ease-in-out;
        transition: all .75s ease-in-out;
    }

        div.faqReveal.biggerReveal.revealed div {
            max-height: 2500px;
            width: 100%;
            opacity: 1;
            -webkit-transition: all .75s ease-in-out;
            -moz-transition: all .75s ease-in-out;
            -o-transition: all .75s ease-in-out;
            transition: all .75s ease-in-out;
        }

/* Video Responsive Code */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 7px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    height: 0;
    overflow: hidden;
    background-color: #fff;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.mobile-stream {
    display: none;
}

    .mobile-stream a {
        text-decoration: none !important;
    }

/**
 * blog nav
 */
.blog-nav {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 110px;
    background-color: white;
    overflow: hidden;
}

    .blog-nav.opening {
        max-height: 110px !important;
    }

        .blog-nav.opening ul li {
            opacity: 1.0 !important;
        }

    .blog-nav.delayed-open {
        max-height: 0px;
        -webkit-transition: max-height 0.6s;
        transition: max-height 0.6s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .blog-nav.delayed-open ul li {
            opacity: 0;
            -webkit-transition: opacity 0.7s;
            transition: opacity 0.7s;
        }

    .blog-nav ul {
        width: 199.98%;
    }

        .blog-nav ul:before, .blog-nav ul:after {
            content: " ";
            display: table;
        }

        .blog-nav ul:after {
            clear: both;
        }

        .blog-nav ul li {
            float: left;
            width: 20%;
        }

            .blog-nav ul li:nth-child(1) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .blog-nav ul li:nth-child(2) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .blog-nav ul li:nth-child(3) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .blog-nav ul li:nth-child(4) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .blog-nav ul li:nth-child(5) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .blog-nav ul li:nth-child(6) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .blog-nav ul li:nth-child(7) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .blog-nav ul li:nth-child(8) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

    .blog-nav a {
        position: relative;
        display: block;
        padding-top: 67px;
        height: 100px;
        font-size: 12px;
        text-align: center;
        color: #727272;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

        .blog-nav a:hover {
            color: #005a96;
        }

            .blog-nav a:hover img.default {
                opacity: 0;
            }

            .blog-nav a:hover img.hover {
                opacity: 1;
            }

    .blog-nav img {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 21px;
        left: 50%;
        margin-left: -17.5px;
    }

        .blog-nav img.default {
            opacity: 1;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
        }

        .blog-nav img.hover {
            opacity: 0;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
        }

@media (min-width: 768px) {
    .blog-nav ul {
        width: 100%;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .blog-nav {
        height: 110px;
    }
}

@media (min-width: 1300px) {
    .blog-nav ul {
        width: 1220px;
        margin: 0 auto;
    }
}

.blog-entry-container {
    padding-top: 73px;
    color: #646464;
    text-align: center;
    padding-bottom: 88px;
}

.fh-jumbotron .blog-entry-container {
    text-align: left;
}

.blog-entry-container p, .blog-entry-container h4, .blog-entry-container h2 {
    font-family: "Circular-Book-S";
}

.blog-entry-container .bg-color {
    position: absolute;
    left: 0;
    right: 0;
    top: 158px;
    background-color: #f5f7f7;
    height: 350px;
    z-index: -1;
}

.blog-entry-container img {
    max-width: 100%;
}

.blog-entry-container .col-xs-12 {
    padding: 0 92px;
}

.blog-entry-container .share-icons {
    padding: 17px 0 20px 0px;
    font-size: 18px;
    line-height: 2.3;
    letter-spacing: 1.1px;
    text-align: left;
}

    .blog-entry-container .share-icons p {
        display: inline-block;
        margin-bottom: 7px;
        margin-right: 5px;
    }

@media (min-width: 992px) {
    .blog-entry-container .share-icons p {
        margin-right: 2px;
    }
}

@media (min-width: 1250px) {
    .blog-entry-container .share-icons p {
        margin-right: 5px;
    }
}

.blog-entry-container .share-icons .fa {
    display: inline-block;
    margin-right: 5px;
    font-size: 21px;
}

    .blog-entry-container .share-icons .fa:last-child {
        margin-right: 0;
    }

.blog-entry-container .share-icons .nav-link {
    display: block;
    line-height: 2.5;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.blog-entry-container ul {
    padding-left: 15px;
    list-style-type: disc;
}

    .blog-entry-container ul p {
        margin-bottom: 10px !important;
        margin-left: 16px;
    }

.blog-entry-container .quote {
    position: relative;
    margin-top: 18px;
    margin-bottom: 28px;
    color: #005a96;
}

    .blog-entry-container .quote span {
        float: left;
        font-size: 90px;
        line-height: 100px;
    }

    .blog-entry-container .quote p {
        padding-left: 60px;
        padding-top: 13px;
        margin-bottom: 13px !important;
        font-size: 18px;
    }

    .blog-entry-container .quote h5 {
        padding-left: 60px;
        letter-spacing: 0.5px;
        margin-top: 0;
        font-family: "Circular-BookItalic-S";
    }

.blog-entry-container .col-sm-6 {
    padding-left: 12px;
}

.blog-entry-container .copy {
    margin-top: 23px;
    text-align: left;
}

    .blog-entry-container .copy h3 {
        margin-bottom: 17px;
        letter-spacing: 0.7px;
    }

    .blog-entry-container .copy h4 {
        margin-bottom: 17px;
        font-size: 19px;
        letter-spacing: 0.3px;
        font-family: "Circular-Bold-S";
    }

    .blog-entry-container .copy p {
        margin-bottom: 25px;
        font-size: 18px;
        letter-spacing: -0.1px;
        line-height: 1.7;
    }

    .blog-entry-container .copy table {
        margin: 25px 0;
        font-size: 16px;
        letter-spacing: -0.1px;
        line-height: 1.7;
    }

        .blog-entry-container .copy table tr {
            border-bottom: 1px solid #646464;
        }

        .blog-entry-container .copy table td, .blog-entry-container .copy table th {
            padding: 5px 10px;
        }

.blog-entry-container .title {
    margin-top: 12px;
    font-size: 47px;
    margin-bottom: 45px;
    text-align: center;
}

.blog-entry-container .date {
    font-size: 16px;
    letter-spacing: 0.8px;
}

.blog-entry-container .author {
    margin-top: 23px;
    margin-bottom: 45px;
    font-size: 17px;
}

.blog-entry-container img {
    margin-top: 10px;
}

    .blog-entry-container img.top-img {
        margin-bottom: 20px;
    }

.blog-entry-container .citation {
    margin-top: 17px;
    margin-bottom: 32px;
    text-align: left;
}

    .blog-entry-container .citation h5 {
        letter-spacing: 0px;
        color: black;
    }

    .blog-entry-container .citation .italic {
        font-size: 14px;
        font-style: italic;
        letter-spacing: 0.2px;
    }

    .blog-entry-container .citation span {
        font-family: "Circular-BookItalic-S";
    }

@media (min-width: 768px) {
    .blog-entry-container .bg-color {
        top: 0;
        height: 510px;
    }
}

@media (min-width: 992px) {
    .blog-entry-container .bg-color {
        height: 650px;
    }
}

@media (min-width: 1250px) {
    .blog-entry-container .bg-color {
        height: 750px;
    }

    .blog-entry-container .share-icons {
        padding: 17px 0 20px 76px;
    }
}

.blog-container .blog-item p.sfeventTitle {
    margin: 0;
}

.blog-container .blog-item div.sfeventMetaInfo {
    margin-bottom: 25px;
}

.about-container {
    position: relative;
    color: #646464;
}

    .about-container .address p, .about-container .address h4, .about-container .address h2, .about-container .address address, .about-container.with-info .address p, .about-container.with-info .address h4, .about-container.with-info .address h2, .about-container.with-info .address address {
        font-family: "Circular-Book-S";
    }

    .about-container .col-sm-3 {
        margin: 0;
    }

    .about-container .col-sm-6 {
        min-height: 612px;
    }

    .about-container .address {
        padding: 200px 15% 0;
        position: relative;
    }

    .about-container .feature-headline {
        padding-left: 0;
        padding-bottom: 50px;
    }

    .about-container .address h2, .about-container.with-info .address h2 {
        font-family: "Circular-Medium-S";
        font-size: 22px;
        margin-bottom: 20px;
    }

    .about-container.with-info .address h2 {
        margin-top: 0;
    }

    .about-container .feature-headline h4, .about-container.with-info .address h4 {
        font-size: 16px;
        font-family: "Circular-Medium-S";
        margin: 0 0 3px 0;
    }

    .about-container .feature-headline p, .about-container .address p, .about-container .address address {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.4em;
    }

    .about-container .feature-headline img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .about-container .col-sm-6:first-of-type {
        border-right: 4px solid white;
    }
}

@media (min-width: 992px) {
    .about-container .address {
        padding: 200px 30% 0;
    }
}


.about-container.with-info {
    margin: 100px 0 60px;
}

    .about-container.with-info .address {
        padding: 30px 30px 10px 30px;
    }

/**
 * Blog jumbotron
 */
.about-jumbotron {
    background-color: #edf0f0;
    position: relative;
    height: 450px;
    height: calc(100vh - (100px + 58px));
    text-align: center;
    overflow: hidden;
}

    .about-jumbotron .container {
        max-width: 400px;
        position: absolute;
        padding: 0;
        top: 50%;
        bottom: auto;
        left: 40px;
        right: 40px;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .about-jumbotron h1 {
        padding-bottom: 3px;
        font-family: "Circular-Book-S";
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 1px;
        color: #5c5c5c;
    }

    .about-jumbotron p {
        margin: 0 auto;
        max-width: 730px;
        margin-bottom: 17px;
        font-family: "Circular-Book-S";
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 1px;
        color: #5c5c5c;
    }

@media (min-width: 768px) {
    .about-jumbotron {
        height: 506px;
        height: calc(100vh - (100px + 88px ));
    }

        .about-jumbotron .container {
            max-width: none;
        }

        .about-jumbotron h1 {
            font-size: 46px;
        }

        .about-jumbotron p {
            max-width: 730px;
            font-size: 20px;
            margin-bottom: 27px;
        }

        .about-jumbotron a {
            font-size: 16px;
            letter-spacing: 0.5px;
        }
}

/* 2 block area */
.twoBlockSection {
    padding: 60px 0;
    width: 80%;
    margin: 0 auto;
    max-width: 1250px;
}

    .twoBlockSection h1 {
        text-align: center;
        margin-bottom: 30px;
    }

.twoMagnets h3 {
    font-size: 22px;
    color: #646464;
    text-align: left;
    margin: 0 0 15px 0;
}

.twoMagnets img {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
}

.twoMagnets .customerMagnets img {
    transition: all 0.5s ease;
}

    .twoMagnets .customerMagnets img.grow:hover {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.twoMagnets p {
    text-align: left;
    color: #646464;
    font-size: 16px;
}

    .twoMagnets p:first-of-type {
        margin-top: 0px;
    }

    .twoMagnets p a {
        color: #005a96;
        white-space: nowrap;
        display: block;
    }

.twoMagnets a.btn-green.btn, .twoMagnets button.btn-green.btn {
    margin: 15px auto 0 auto;
    padding: 8px 20px;
}

    .twoMagnets a.btn-green.btn.btn-med {
        margin: 30px 0 0 0;
        background: #fff;
        color: #646464;
        border: 2px solid #646464;
    }

        .twoMagnets a.btn-green.btn.btn-med:hover {
            border: 2px solid #00a9d4;
            color: #fff;
        }

.twoMagnets p a:hover {
    color: #00a9d4;
}

@media (max-width: 900px) {
    .twoMagnets p a {
        white-space: normal;
    }
}

.twoMagnets > div {
    vertical-align: top;
    display: inline-block;
    width: 47.5%;
    margin-right: 5%;
}

    .twoMagnets > div:last-of-type {
        margin: 0;
    }

@media (max-width: 768px) {
    .twoMagnets > div {
        margin: 0 auto;
        width: 100%;
    }

    .twoMagnets a.btn-green.btn, .twoMagnets button.btn-green.btn {
        margin: 15px auto 25px auto;
    }

    .twoMagnets h3 {
        margin-top: 20px;
    }
}

/* 3 block customer success */



.customerSuccessThreeBlock {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1250px;
}

    .customerSuccessThreeBlock.CTAblock {
        width: 100%;
    }

    .customerSuccessThreeBlock h1 {
        font-size: 30px;
        color: #646464;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .customerSuccessThreeBlock h2 {
        text-align: center;
        color: #646464;
    }

    .customerSuccessThreeBlock p {
        text-align: center;
        color: #646464;
        font-size: 18px;
    }

        .customerSuccessThreeBlock p a {
            color: #005a96;
            white-space: nowrap;
            display: block;
            margin-top: 10px;
        }

    .customerSuccessThreeBlock .downloadSDK p a {
        display: inline;
        margin-top: 0;
    }

    .customerSuccessThreeBlock p a:hover {
        color: #00a9d4;
    }

    .customerSuccessThreeBlock .customerMagnets p {
        text-align: left;
        color: #646464;
        font-size: 14px;
        font-family: "Circular-Book-S";
    }

    .customerSuccessThreeBlock.CTAblock .customerMagnets p {
        text-align: center;
    }

    .customerSuccessThreeBlock.CTAblock .customerMagnets h3 {
        font-size: 18px;
    }


    .customerSuccessThreeBlock .customerMagnets img {
        transition: all 0.5s ease;
        margin-bottom: 15px;
    }

        .customerSuccessThreeBlock .customerMagnets img.grow:hover {
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

@media (max-width: 900px) {
    .customerSuccessThreeBlock p a {
        white-space: normal;
    }
}

.customerSuccessThreeBlock .magnets > div {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    margin-right: 5%;
}

    .customerSuccessThreeBlock .magnets > div:last-of-type {
        margin: 0;
    }

    .customerSuccessThreeBlock .magnets > div.customerMagnets img {
        display: block;
        margin: 0 auto 20px auto;
        width: 100%;
        height: auto;
    }

@media (max-width: 768px) {
    .customerSuccessThreeBlock .magnets > div.customerMagnets {
        vertical-align: top;
        display: block;
        width: 90%;
        margin: 25px auto;
    }

        .customerSuccessThreeBlock .magnets > div.customerMagnets img {
            width: 100%;
            display: block;
            margin: 0 auto 25px auto;
        }
}

@media (max-width: 450px) {
    .customerSuccessThreeBlock .magnets > div {
        vertical-align: top;
        display: block;
        width: 100%;
        margin-right: 0%;
    }
}

/* 4 block customer success */



.fourBlock {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    max-width: 1250px;
}

    .fourBlock h2 {
        text-align: left;
        color: #646464;
        font-size: 28px;
    }

    .fourBlock p, .fourBlock li {
        text-align: left;
        color: #646464;
        font-size: 16px;
    }

        .fourBlock p a, .fourBlock li a {
            color: #646464;
            white-space: nowrap;
            display: block;
        }

    .fourBlock ul {
        width: 100%;
    }

    .fourBlock li {
        border-bottom: 1px solid #aaa;
        width: 100%;
        padding: 15px 5%;
        margin: 0;
        transition: all 0.5s ease;
    }

        .fourBlock li:hover {
            background: #646464;
        }

        .fourBlock li:last-of-type {
            border: 0;
        }

            .fourBlock li:last-of-type a {
                color: #005a96;
            }

            .fourBlock li:last-of-type:hover {
                background: #005a96;
            }

        .fourBlock li:hover a, .fourBlock li:hover a:hover {
            color: #fff;
        }


        .fourBlock p a:hover, .fourBlock li a:hover {
            color: #005a96;
        }

    .fourBlock a.btn {
        margin-top: 20px;
    }

    .fourBlock .customerMagnets {
        position: relative;
    }

        .fourBlock .customerMagnets > div {
            position: relative;
        }

        .fourBlock .customerMagnets h2 {
            font-size: 24px;
            position: absolute;
            color: #fff;
            bottom: 15px;
            left: 15px;
            text-shadow: 0px 0px 10px rgba(0,0,0,.7);
        }

            .fourBlock .customerMagnets h2 a {
                color: #fff;
            }

        .fourBlock .customerMagnets img {
            transition: all 0.5s ease;
        }

            .fourBlock .customerMagnets img.grow:hover {
                -webkit-transform: scale(1.15);
                -ms-transform: scale(1.05);
                transform: scale(1.05);
            }

    .fourBlock.applicationPageFourBlock .customerMagnets img {
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
    }

    .fourBlock .magnets > div {
        vertical-align: top;
        display: inline-block;
        width: 23.5%;
        margin-right: 2%;
    }

        .fourBlock .magnets > div:last-of-type {
            margin: 0;
        }

        .fourBlock .magnets > div.customerMagnets img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: auto;
        }


@media (max-width: 1200px) {
    .fourBlock .magnets > div {
        vertical-align: top;
        display: inline-block;
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 40px;
    }

        .fourBlock .magnets > div:nth-of-type(even) {
            margin-right: 0;
        }
}

@media (max-width: 768px) {
    .fourBlock .magnets > div.customerMagnets {
        vertical-align: top;
        display: block;
        width: 100%;
        margin: 25px auto;
    }

        .fourBlock .magnets > div.customerMagnets img {
            width: 100%;
            display: block;
            margin: 0 auto;
        }
}

@media (max-width: 450px) {
    .fourBlock .magnets > div {
        vertical-align: top;
        display: block;
        width: 100%;
        margin-right: 0%;
    }

    .fourBlock h2 {
        font-size: 24px;
    }

    .fourBlock li {
        padding: 8px 5%;
    }
}


/* application block CSS */

div.applicationBlocks section > div {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

    div.applicationBlocks section > div div.applicationText {
        width: 60%;
    }

        div.applicationBlocks section > div div.applicationText.fullWidthText {
            padding: 0;
            width: 100%;
            margin: 0 auto;
            max-width: 800px;
            display: block;
        }

            div.applicationBlocks section > div div.applicationText.fullWidthText p {
                line-height: 1.75em;
                margin: 0;
            }

                div.applicationBlocks section > div div.applicationText.fullWidthText p a {
                    color: #005a96;
                    -webkit-transition: all 1s;
                    transition: all 1s;
                }

                    div.applicationBlocks section > div div.applicationText.fullWidthText p a:hover {
                        color: #00a9d4;
                    }

    div.applicationBlocks section > div > div {
        display: inline-block;
        vertical-align: middle;
    }

    div.applicationBlocks section > div div.applicationText h2 {
        font-size: 30px;
        margin-bottom: 25px;
        color: #646464;
        font-family: "Circular-Book-S";
    }

    div.applicationBlocks section > div div.applicationText p {
        font-size: 16px;
        margin-bottom: 25px;
        color: #646464;
        font-family: "Circular-Book-S";
    }

    div.applicationBlocks section > div div.applicationText ul {
        padding-left: 25px;
        margin-bottom: 25px;
    }

        div.applicationBlocks section > div div.applicationText ul li {
            list-style: disc;
            font-size: 16px;
            color: #646464;
            font-family: "Circular-Book-S";
        }

    div.applicationBlocks section > div div.applicationImg {
        width: 40%;
        position: relative;
    }

        div.applicationBlocks section > div div.applicationImg.applicationImgLeft {
            padding: 0;
        }

        div.applicationBlocks section > div div.applicationImg.applicationImgRight {
            padding: 0;
        }

        div.applicationBlocks section > div div.applicationImg.sectionFlush {
            position: absolute;
            bottom: 0;
        }

            div.applicationBlocks section > div div.applicationImg.sectionFlush img {
                width: 70%;
                -webkit-transition: all 1s;
                transition: all 1s;
            }

                div.applicationBlocks section > div div.applicationImg.sectionFlush img.opacityZero {
                    opacity: 0;
                }

div.applicationBlocks section .applicationText a.btn {
    margin-right: 20px;
}

div.applicationBlocks section .applicationText button.btn-outline {
    vertical-align: top;
    border: 2px solid #646464;
    color: #646464;
    padding: 8px 30px !important;
}

    div.applicationBlocks section .applicationText button.btn-outline:hover {
        box-shadow: inset 400px 0 0 0 #646464;
        color: #fff;
    }

@media (max-width: 1200px) {
    div.applicationBlocks section > div div.applicationImg.sectionFlush img {
        width: 100%;
    }
}

div.applicationBlocks section.textRight .applicationText {
    padding: 0 0 0 5%;
}

div.applicationBlocks section.textLeft .applicationText {
    padding: 0 5% 0 0;
}

div.applicationBlocks section > div div.applicationImg img {
    width: 100%;
    height: auto;
}


div.applicationBlocks section > div.faqReveal {
    width: 100%;
}

section.applicationBlock {
    padding: 60px 0;
}

    section.applicationBlock h2 {
        margin: 0;
    }

div.applicationBlocks section.applicationBlock.withBackground {
    background: url(img/real-world.jpg) 80% center no-repeat;
}

@media (max-width: 1400px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 100% center no-repeat;
    }
}

@media (max-width: 1200px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 110% center no-repeat;
    }
}

@media (max-width: 1000px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 120% center no-repeat;
    }

    div.applicationBlocks section .applicationText button {
        margin-bottom: 20px;
    }

    div.applicationBlocks section .applicationText a.btn {
        margin-bottom: 20px;
    }

    div.applicationBlocks section > div div.applicationImg.sectionFlush {
        width: 50%;
        right: 0;
    }
}

@media (max-width: 900px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 220% center no-repeat;
    }
}

@media (max-width: 768px) {
    div.applicationBlocks section > div {
        width: 80%;
    }

        div.applicationBlocks section > div div.applicationText {
            width: 100%;
        }

        div.applicationBlocks section > div div.applicationImg {
            width: 100%;
        }

            div.applicationBlocks section > div div.applicationImg.applicationImgLeft {
                padding: 0%;
                margin-bottom: 25px;
            }

            div.applicationBlocks section > div div.applicationImg.applicationImgRight {
                padding: 0%;
                margin-top: 25px;
            }

    div.applicationBlocks section.textRight .applicationText {
        padding: 0%;
    }

    div.applicationBlocks section.textleft .applicationText {
        padding: 0%;
    }

    div.applicationBlocks section.applicationBlock.withBackground {
        background: #f4f4f4;
    }

    div.applicationBlocks section > div div.applicationImg.sectionFlush {
        width: 100%;
        position: relative;
        bottom: -60px;
    }
}

@media (max-width: 480px) {
    div.applicationBlocks section .applicationText a.btn {
        margin-right: 0;
    }
}


div.applicationBlocks section.applicationBlock {
    position: relative;
}

    div.applicationBlocks section.applicationBlock:nth-child(odd) {
        background: #fff;
    }

    div.applicationBlocks section.applicationBlock:nth-child(even) {
        background: #f4f4f4;
    }

    div.applicationBlocks section.applicationBlock.leadGenHighlight {
        background: #005a96;
    }

        div.applicationBlocks section.applicationBlock.leadGenHighlight h2 {
            color: #fff;
        }

        div.applicationBlocks section.applicationBlock.leadGenHighlight p {
            color: #fff;
        }


div.applicationBlocks section div.sfContentBlock > div {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

    div.applicationBlocks section div.sfContentBlock > div div.applicationText {
        width: 60%;
    }

        div.applicationBlocks section div.sfContentBlock > div div.applicationText.fullWidthText {
            padding: 0;
            width: 100%;
            margin: 0 auto;
            max-width: 800px;
            display: block;
        }

            div.applicationBlocks section div.sfContentBlock > div div.applicationText.fullWidthText p {
                line-height: 1.75em;
                margin: 0;
            }

                div.applicationBlocks section div.sfContentBlock > div div.applicationText.fullWidthText p a {
                    color: #005a96;
                    -webkit-transition: all 1s;
                    transition: all 1s;
                }

                    div.applicationBlocks section div.sfContentBlock > div div.applicationText.fullWidthText p a:hover {
                        color: #00a9d4;
                    }

    div.applicationBlocks section div.sfContentBlock > div > div {
        display: inline-block;
        vertical-align: middle;
    }

    div.applicationBlocks section div.sfContentBlock > div div.applicationText h2 {
        font-size: 30px;
        margin-bottom: 25px;
        color: #646464;
        font-family: "Circular-Book-S";
    }

    div.applicationBlocks section div.sfContentBlock > div div.applicationText p {
        font-size: 16px;
        margin-bottom: 25px;
        color: #646464;
        font-family: "Circular-Book-S";
    }

    div.applicationBlocks section div.sfContentBlock > div div.applicationImg {
        width: 40%;
        position: relative;
    }

        div.applicationBlocks section div.sfContentBlock > div div.applicationImg.applicationImgLeft {
            padding: 0;
        }

        div.applicationBlocks section div.sfContentBlock > div div.applicationImg.applicationImgRight {
            padding: 0;
        }

        div.applicationBlocks section div.sfContentBlock > div div.applicationImg.sectionFlush {
            position: absolute;
            bottom: 0;
        }

            div.applicationBlocks section div.sfContentBlock > div div.applicationImg.sectionFlush img {
                width: 70%;
                -webkit-transition: all 1s;
                transition: all 1s;
            }

                div.applicationBlocks section div.sfContentBlock > div div.applicationImg.sectionFlush img.opacityZero {
                    opacity: 0;
                }

@media (max-width: 1200px) {
    div.applicationBlocks section div.sfContentBlock > div div.applicationImg.sectionFlush img {
        width: 100%;
    }
}

div.applicationBlocks section.textRight .applicationText {
    padding: 0 0 0 5%;
}

div.applicationBlocks section.textLeft .applicationText {
    padding: 0 5% 0 0;
}

div.applicationBlocks section div.sfContentBlock > div div.applicationImg img {
    width: 100%;
    height: auto;
}


div.applicationBlocks section div.sfContentBlock > div.faqReveal {
    width: 100%;
}

section.applicationBlock {
    padding: 60px 0;
}

    section.applicationBlock h2 {
        margin: 0;
    }

div.applicationBlocks section.applicationBlock.withBackground {
    background: url(img/real-world.jpg) 80% center no-repeat;
}

@media (max-width: 1400px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 100% center no-repeat;
    }
}

@media (max-width: 1200px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 110% center no-repeat;
    }
}

@media (max-width: 1000px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 120% center no-repeat;
    }

    div.applicationBlocks section .applicationText button {
        margin-bottom: 20px;
    }

    div.applicationBlocks section .applicationText a.btn {
        margin-bottom: 20px;
    }

    div.applicationBlocks section div.sfContentBlock > div div.applicationImg.sectionFlush {
        width: 50%;
        right: 0;
    }
}

@media (max-width: 900px) {
    div.applicationBlocks section.applicationBlock.withBackground {
        background: url(img/real-world.jpg) 220% center no-repeat;
    }
}

@media (max-width: 768px) {
    div.applicationBlocks section div.sfContentBlock > div {
        width: 80%;
    }

        div.applicationBlocks section div.sfContentBlock > div div.applicationText {
            width: 100%;
        }

        div.applicationBlocks section div.sfContentBlock > div div.applicationImg {
            width: 100%;
        }

            div.applicationBlocks section div.sfContentBlock > div div.applicationImg.applicationImgLeft {
                padding: 0%;
                margin-bottom: 25px;
            }

            div.applicationBlocks section div.sfContentBlock > div div.applicationImg.applicationImgRight {
                padding: 0%;
                margin-top: 25px;
            }

    div.applicationBlocks section.textRight .applicationText {
        padding: 0%;
    }

    div.applicationBlocks section.textleft .applicationText {
        padding: 0%;
    }

    div.applicationBlocks section.applicationBlock.withBackground {
        background: #f4f4f4;
    }

    div.applicationBlocks section div.sfContentBlock > div div.applicationImg.sectionFlush {
        width: 100%;
        position: relative;
        bottom: -60px;
    }
}

@media (max-width: 480px) {
    section.applicationBlock {
        padding: 30px 0;
    }
}

.application-section-07.bottomBuy {
    background: #005a96;
}

    .application-section-07.bottomBuy div.container {
        max-width: 1250px;
    }

    .application-section-07.bottomBuy h2 {
        color: #fff;
        display: inline-block;
        margin: 0;
    }

    .application-section-07.bottomBuy p {
        color: #fff;
        font-size: 18px;
    }

    .application-section-07.bottomBuy a {
        margin-top: 0;
        margin-left: 15px;
        position: relative;
        top: -6px;
        color: #fff;
        border: 1px solid #fff;
        display: inline-block;
    }

    .application-section-07.bottomBuy .container {
        padding: 60px 0 54px 0;
    }

div.applicationBlocks section.application-section-07.bottomBuy {
    background: #005a96;
}

    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK .container {
        max-width: 1250px;
    }

    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK h1 {
        color: #fff;
        margin-bottom: 0;
    }

    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK h2 {
        color: #fff;
        width: 70px;
        padding: 15px 0;
        border: 3px solid #fff;
        text-align: center;
        margin: 0 auto;
        border-radius: 50%;
    }

    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK h3 {
        color: #fff;
    }

    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK p {
        color: #fff;
        margin-bottom: 30px;
        margin-top: 19px;
        max-width: none;
    }

    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK a {
        margin-left: 0;
    }

        div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK a.btn {
            margin-top: 20px;
        }

    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK .availableOS a {
        margin: 15px 2px 0 2px;
        border: 0;
        display: inline-block;
    }

        div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK .availableOS a img {
            max-width: 150px;
        }

@media (max-width: 1300px) {
    .application-section-07.bottomBuy h2 {
        display: block;
    }

    .application-section-07.bottomBuy a {
        top: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK .availableOS a {
        display: block;
    }

        div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK .availableOS a img {
            width: 100%;
        }

        div.applicationBlocks section.application-section-07.bottomBuy.bottomBuySDK .availableOS a:last-of-type img {
            margin-bottom: 0;
        }
}

section.applicationBlock div div > h1 {
    text-align: center;
    color: #646464;
    margin: 0 0 30px 0;
}

section.applicationBlock.faqReveal div > h2 {
}


div.faqReveal.biggerReveal {
    max-height: 0;
    color: #fff;
    max-width: 1250px;
    width: 100%;
    margin: 30px auto 0 auto;
    border-bottom: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    div.faqReveal.biggerReveal h3 {
        margin: 0;
        text-align: center;
        padding-bottom: 15px;
    }

        div.faqReveal.biggerReveal h3 a {
            color: #fff;
            margin: 0;
        }

    div.faqReveal.biggerReveal.revealed {
        margin-top: 30px;
        padding: 15px 0 0 0;
        border-bottom: 0;
    }


div.faqReveal div {
    padding: 0;
}

div.fourUpReveal {
    margin: 0 auto;
    max-width: 1250px;
}

    div.fourUpReveal > section {
        width: 25%;
        padding: 20px 2.5%;
        display: inline-block;
        vertical-align: top;
    }

        div.fourUpReveal > section img {
            width: 100%;
            height: auto;
            border-radius: 50%;
            display: block;
            margin: 0 auto 27px 0;
        }

        div.fourUpReveal > section h4 {
            text-align: left;
            color: #005a96;
            font-size: 24px;
        }

        div.fourUpReveal > section p, div.fourUpReveal > section li {
            color: #646464;
        }

        div.fourUpReveal > section ul {
            list-style: disc;
            padding-left: 20px;
        }

@media (max-width: 768px) {
    div.fourUpReveal > section {
        width: 50%;
        padding: 20px 5%;
    }
}

@media (max-width: 480px) {
    div.fourUpReveal > section {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}

div.sixUpReveal {
    margin: 0 auto;
    max-width: 1250px;
}

    div.sixUpReveal > section {
        width: 30%;
        margin-right: 5%;
        padding: 20px 0%;
        display: inline-block;
        vertical-align: top;
    }

        div.sixUpReveal > section:nth-of-type(3n+0) {
            margin-right: 0;
        }

        div.sixUpReveal > section img {
            width: 75%;
            height: auto;
            border-radius: 50%;
            display: block;
            margin: 0 auto 27px auto;
        }

        div.sixUpReveal > section h4 {
            text-align: center;
            color: #005a96;
            font-size: 24px;
        }

        div.sixUpReveal > section p {
            color: #646464;
            text-align: center;
        }

@media (max-width: 768px) {
    div.sixUpReveal > section {
        width: 50%;
        padding: 20px 5%;
        margin-right: 0;
    }

        div.sixUpReveal > section:nth-of-type(3n+0) {
            margin: 0 auto;
        }
}

@media (max-width: 480px) {
    div.sixUpReveal > section {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}


.applicationBlock.application-section-07.faqBlock h2 {
    font-size: 32px;
    text-align: center;
    color: #646464;
    margin: 0 0 30px 0;
}

.applicationBlock.application-section-07.faqBlock .container {
    padding: 0;
    width: 80%;
    max-width: 800px;
}

    .applicationBlock.application-section-07.faqBlock .container h3 {
        text-align: left;
    }

    .applicationBlock.application-section-07.faqBlock .container p {
        padding-bottom: 12px;
    }

    .applicationBlock.application-section-07.faqBlock .container p, .applicationBlock.application-section-07.faqBlock .container li {
        text-align: left;
        line-height: 1.9em;
    }

    .applicationBlock.application-section-07.faqBlock .container ul {
        list-style: disc;
        padding-left: 20px;
    }

a.btn.btn-outline {
    padding: 8px 33px !important;
    color: #646464;
    border: 2px solid #646464;
}

    a.btn.btn-outline:hover {
        box-shadow: inset 400px 0 0 0 #646464;
        color: #fff;
    }

.applicationBlock.faqBlock div.faqReveal {
    text-align: left;
    padding-bottom: 20px;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.applicationBlock.faqBlock a.btn {
    display: block;
    width: 200px;
    margin: 30px auto 0 auto;
}

@media (max-width: 768px) {
    div.applicationBlocks section > div > div.magnets {
        display: block;
    }
}

.applicationBlock.crossLinkSection div div div div div {
    position: relative;
}

.applicationBlock.crossLinkSection div div div div h2 {
    font-family: "Circular-Black-S";
    vertical-align: middle;
    font-size: 36px;
    padding: 2.5% 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0);
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
}

.applicationBlock.crossLinkSection div div div div p {
    text-align: center;
    margin: 15px 0;
}

/* DFI Photography Pricing Tiers */

section.serviceTier {
    padding: 50px 0 60px 0;
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

    section.serviceTier div {
        display: flex;
    }

    section.serviceTier h2 {
        text-align: center;
        color: #646464;
        padding-bottom: 25px;
        margin: 0;
    }

    section.serviceTier div h3 span {
        color: #005a96;
    }

    section.serviceTier div > div {
        display: inline-block;
        width: 49%;
        padding: 30px 2.5%;
        background: #eee;
        vertical-align: top;
        min-height: 825px;
        margin-right: 2%;
    }

        section.serviceTier div > div.serviceFlex {
        }

        section.serviceTier div > div:last-of-type {
            margin-right: 0;
        }

        section.serviceTier div > div h3 {
            font-size: 32px;
            color: #646464;
            margin-top: 0;
        }

        section.serviceTier div > div p {
            font-size: 18px;
            color: #646464;
            min-height: 175px;
            font-family: "Circular-Book-S";
        }

            section.serviceTier div > div p span {
                color: #005a96;
            }

        section.serviceTier div > div img {
            margin-bottom: 20px;
            width: 100%;
            height: auto;
        }

        section.serviceTier div > div p:first-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
        }

        section.serviceTier div > div p:last-of-type {
            padding-top: 25px;
            margin-bottom: 15px;
            min-height: 0;
        }

        section.serviceTier div > div:last-of-type {
        }

            section.serviceTier div > div:last-of-type h3 {
                color: #005a96;
            }

    section.serviceTier div table.serviceLevels {
        display: block;
        width: 100%;
        padding: 0;
        min-height: 0;
        background: none;
        margin-bottom: 25px;
        padding-top: 25px;
    }

        section.serviceTier div table.serviceLevels tr {
            background: #fff;
        }

            section.serviceTier div table.serviceLevels tr:nth-of-type(odd) {
                background: #ddd;
            }

        section.serviceTier div table.serviceLevels td {
            width: 45%;
            padding: 8px 2.5%;
            color: #646464 !important;
        }

div.applicationBlocks section.serviceTier > div > div {
    vertical-align: top;
}

div.applicationBlocks section.serviceTier > div {
    width: 100%;
}


@media (max-width: 768px) {
    section.serviceTier div {
        display: block;
    }

        section.serviceTier div > div {
            display: block;
            width: 90%;
            padding: 20px 5%;
            background: #eee;
            vertical-align: top;
            min-height: 0;
            max-width: 700px;
            border-right: 0;
            border-bottom: 2px solid #ccc;
            margin: 0 auto 20px auto;
        }

            section.serviceTier div > div:last-of-type {
                margin: 0 auto;
            }

            section.serviceTier div > div p {
                min-height: 0;
                margin-bottom: 25px;
            }

            section.serviceTier div > div img {
                max-height: none;
            }

        section.serviceTier div table.serviceLevels {
            display: inherit;
            margin-top: 20px;
            table-layout: fixed;
        }

    div.applicationBlocks section.serviceTier > div > div {
        display: block;
    }
}


/* rebuilt top section */

section.topAreaImage {
    color: #fff;
}

    section.topAreaImage a.btn, section.topAreaImage button.btn, section.topAreaImage .btn.btn-play.btn-modal {
        margin-top: 24px;
    }

    section.topAreaImage a.secondSonCTA.btn, section.topAreaImage button.secondSonCTA.btn {
        margin-left: 20px;
        border: 2px solid rgba(0,0,0,0);
    }

        section.topAreaImage a.secondSonCTA.btn span, section.topAreaImage button.secondSonCTA.btn span {
            font-size: 14px;
            position: relative;
            top: 1px;
            left: 2px;
        }

        section.topAreaImage a.secondSonCTA.btn:hover, section.topAreaImage button.secondSonCTA.btn:hover {
            text-decoration: none;
        }

    section.topAreaImage div.widthFix {
        width: 90%;
        max-width: 1250px;
        margin: 0 auto;
    }

    section.topAreaImage > div div.shimmy {
        display: inline-block;
        width: 75%;
        vertical-align: middle;
    }

    section.topAreaImage > div div.shimmyFix {
        display: inline-block;
        width: 5%;
        height: 472px;
        vertical-align: middle;
    }

    section.topAreaImage.sdkPageImage {
        background-size: auto 100%;
    }

@media (max-width: 768px) {
    .innerGradientOverlay {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2));
        background: -o-linear-gradient(right, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2));
        background: -moz-linear-gradient(right, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, .2));
    }
}

@media (min-width: 769px) {
    section.topAreaImage > div {
        background: -webkit-linear-gradient(left, rgba(0,0,0,.75), rgba(0,0,0,.2));
        background: -o-linear-gradient(right, rgba(0,0,0,.75), rgba(0,0,0,.2));
        background: -moz-linear-gradient(right, rgba(0,0,0,.75), rgba(0,0,0,.2));
        background: linear-gradient(to right, rgba(0,0,0,.75), rgba(0,0,0,.2));
    }
}

section.topAreaImage h1 {
    font-family: "Circular-Bold-S";
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}

    section.topAreaImage h1 sup {
        top: 0;
        line-height: 1;
        vertical-align: top;
        font-size: 50%;
    }

section.topAreaImage .hero-tagline {
    font-family: "Circular-Medium-S";
    margin: 15px 0 25px;
}

section.topAreaImage p {
    font-family: "Circular-Book-S";
    margin: 20px 0 0 0;
    font-size: 23px;
}

/* Interior Page Top Section */
section.topAreaImage.topAreaInterior > div div.shimmyFix {
    height: 152px;
}

section.topAreaImage.topAreaInterior h2 {
    margin: 0 0 12px 0;
    font-size: 16px;
    text-transform: uppercase;
}

/* End Interior Top Section Styles */

@media (max-width: 1200px) {
    section.topAreaImage > div div.shimmy {
        width: 80%;
    }

    section.topAreaImage > div div.shimmyFix {
        width: 20%;
        height: 372px;
        background-size: auto 100%;
    }

    section.topAreaImage.topAreaInterior > div div.shimmyFix {
        height: 152px;
    }
}

@media (min-width: 768px) {
    section.topAreaImage h1 {
        font-size: 52px;
    }
}

@media (max-width: 768px) {
    section.topAreaImage {
        color: #646464;
    }

        section.topAreaImage div.widthFix {
            width: 100%;
            max-width: none;
            margin: 0;
        }

        section.topAreaImage > div div.shimmy {
            display: block;
            width: 100%;
            vertical-align: top;
        }

        section.topAreaImage > div div.shimmyFix {
            display: none;
        }

        section.topAreaImage.topAreaInterior > div div.shimmyFix {
            display: none;
        }

        section.topAreaImage h1 {
            color: #fff;
            width: 80%;
            margin: 0 auto;
            padding: 100px 0;
        }

        section.topAreaImage.topAreaInterior h1 {
            color: #fff;
            width: 80%;
            margin: 0 auto;
            padding: 0 0 75px 0;
        }

        section.topAreaImage.topAreaInterior h2 {
            color: #fff;
            width: 80%;
            margin: 0 auto;
            padding: 75px 0 0 0;
        }

        section.topAreaImage p {
            margin: 40px 0 0 0;
        }

        section.topAreaImage.sdkPageImage, section.topAreaImage > div {
            padding: 0;
            background: transparent;
        }

        section.topAreaImage a.btn.btn-play, section.topAreaImage button.btn.btn-play {
            border: 1px solid #005a96;
            color: #005a96;
        }

        section.topAreaImage a:first-of-type.btn, section.topAreaImage button:first-of-type.btn {
            margin-right: 20px;
        }

        section.topAreaImage a.secondSonCTA.btn, section.topAreaImage button.secondSonCTA.btn {
            margin-left: 0;
            border: 1px solid #005a96;
        }

        section.topAreaImage > div div.shimmy > div:last-of-type {
            width: 80%;
            margin: 0 auto;
            padding-bottom: 40px;
        }

        section.topAreaImage.topAreaInterior > div div.shimmy > div:last-of-type {
            display: none;
        }
}

@media (max-width: 480px) {
    section.topAreaImage h1 {
        padding: 50px 0;
    }

    section.topAreaImage.topAreaInterior h1 {
        padding: 0 0 25px 0;
    }

    section.topAreaImage.topAreaInterior h2 {
        padding: 25px 0 0 0;
    }
}

.application-section-07.contactForm.applicationBlock {
    padding: 0;
}

.application-section-07.contactForm div.container {
    width: 80%;
    padding: 60px 0;
    max-width: 800px;
}

    .application-section-07.contactForm div.container div.sfFormSubmit {
        float: left;
        margin-bottom: 0;
    }

@media (max-width: 980px) {
    .application-section-07.contactForm.applicationBlock .container h2 {
        margin-bottom: 21px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .application-section-07.contactForm div.container {
        padding: 30px 0;
    }
}

/* Modal Window */
.modal {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 60px 15px 0;
}

.close-modal {
    background: white url("/Sitefinity/WebsiteTemplates/DMRC_Template/App_Themes/DMRC2015/img/button_close.png") center 9px no-repeat;
    background-size: 15px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 2em;
    height: 32px;
    position: absolute;
    right: 40px;
    top: 10px;
    width: 32px;
}

.modal-container {
    display: block;
    margin: 0px auto;
    max-width: 1000px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 563px;
    max-width: 1000px;
}

.mobileOnly {
    display: none;
}

@media (max-width: 640px) {
    .mobileOnly {
        display: inline-block;
    }

    .mobileOff {
        display: none;
    }
}

.memberships {
    padding: 50px 0 50px 80px;
}

.preFooter {
    padding: 60px 0;
    background: #333;
}

    .preFooter > div {
        width: 80%;
        max-width: 1250px;
        margin: 0 auto;
    }

        .preFooter > div > div {
            display: inline-block;
            width: 25%;
            vertical-align: top;
        }

    .preFooter h3 {
        margin: 0 0 10px 0;
        text-transform: uppercase;
        font-size: 20px;
    }

    .preFooter a {
        display: block;
        color: #00a9d4;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 1.7em;
    }

        .preFooter a:hover {
            color: #fff;
        }

@media (max-width: 980px) {
    .preFooter {
        padding: 60px 0 0 0;
    }

        .preFooter > div > div {
            width: 50%;
            padding-bottom: 60px;
        }
}
/* Overwrite the above footer padding to account for left-hand nav (only applies when left nav is visible. Need not apply when mobile nav is visible */
@media (min-width: 720px) and (max-width: 980px) and (min-height: 621px) {
    footer.preFooter {
        padding-left: 80px;
    }
}

@media (max-width: 768px) {
    footer.preFooter {
        text-align: left;
    }
}

@media (max-width: 450px) {
    .preFooter {
        padding: 30px 0 0 0;
    }

        .preFooter > div > div {
            width: 100%;
            padding-bottom: 30px;
        }
}

ul.sfeventDatesLocationContacts, ul.sfeventsList {
    padding-left: 0 !important;
}

    ul.sfeventDatesLocationContacts li, ul.sfeventsList li {
        list-style: none !important;
    }


/* HISTORY OF DMRC PAGE STYLES */

#timeLine {
    width: 90%;
    margin: 0px auto;
    position: relative;
}

    #timeLine section {
        margin: 0 auto;
        width: 100%;
        padding: 45px 5%;
        display: block;
        vertical-align: top;
        background: url(/images/default-source/default-album/blue-line.png) top center repeat-y;
    }


        #timeLine section img {
            vertical-align: middle;
            display: inline-block;
            width: 10%;
            height: auto;
        }

        #timeLine section div.timeLineIcon {
            position: relative;
            vertical-align: middle;
            display: inline-block;
            width: 10%;
            background: #005a96;
            border: 3px solid #fff;
            color: #fff;
            font-size: 50px;
            text-align: center;
            border-radius: 50%;
            left: -3px;
        }

            #timeLine section div.timeLineIcon span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        #timeLine section:nth-child(odd) {
        }

        #timeLine section:nth-child(even) {
        }


div.timeLineEnd {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 3px solid #005a96;
    margin: 0 auto;
    background: #fff;
}

#timeLine section div {
    vertical-align: middle;
}

    #timeLine section div:first-of-type.timeLineYear {
        display: inline-block;
        width: 40%;
        padding-right: 5%;
        vertical-align: middle;
    }

    #timeLine section div:last-of-type.timeLineDescription {
        display: inline-block;
        width: 40%;
        padding: 30px 2.5% 30px 5%;
    }

    #timeLine section div:first-of-type.timeLineDescription {
        display: inline-block;
        width: 40%;
        padding: 30px 5% 30px 2.5%;
        margin-left: 10%;
    }

    #timeLine section div:last-of-type.timeLineYear {
        display: inline-block;
        width: 35%;
        padding-left: 5%;
    }

    #timeLine section div.timeLineDescription {
        position: relative;
    }

        #timeLine section div.timeLineDescription div.solid, #timeLine section div.timeLineDescription div.border {
            border: 3px solid #005a96;
            width: 30px;
            height: 30px;
            position: absolute;
            top: calc(50% - 15px);
            left: -21px;
            z-index: 3;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #timeLine section div.timeLineDescription div.solid {
            z-index: 3;
            background: #fff;
            height: 40px;
            width: 40px;
            left: -15px;
            top: calc(50% - 20px);
            border: none;
        }

    #timeLine section div:first-of-type.timeLineDescription div.solid, #timeLine section div:first-of-type.timeLineDescription div.border {
        left: auto;
        right: -16px;
    }

    #timeLine section div:first-of-type.timeLineDescription div.solid {
        left: auto;
        right: -10px;
    }

    #timeLine section div h2 {
        position: relative;
        margin: 0;
        font-family: "Circular-Book-S";
        font-size: 64px;
        color: #005a96;
    }

    #timeLine section div p {
        text-align: left;
        font-family: "Circular-Book-S";
        font-size: 18px;
        margin: 20px 0 0 0;
    }

        #timeLine section div p:first-of-type {
            margin-top: 0;
        }

    #timeLine section div:first-of-type h2 {
        text-align: right;
    }

    #timeLine section div:last-of-type h2 {
        text-align: left;
    }

#timeLine section h2 span {
    white-space: nowrap;
}

#timeLine section h2 {
}

#timeLine section p {
}

    #timeLine section p a {
        color: #40c5e0;
    }

#timeLine {
    text-align: left;
}


nav#sectionNav {
    position: fixed;
    right: 2%;
    z-index: 4;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    nav#sectionNav.scrolled {
        right: -10% !important;
    }

    nav#sectionNav a {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background: #fff;
        margin-bottom: 10px;
        border: 1px solid #646464;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        nav#sectionNav a:hover {
            background: #f4f4f4;
            border: 1px solid #005a96;
        }

        nav#sectionNav a.selectedItem {
            background: #005a96;
            border: 1px solid #005a96;
        }

@media (max-width: 1300px) {
    #timeLine section div.timeLineIcon {
        font-size: 30px;
    }
}


@media (max-width: 1100px) {
    #timeLine {
        width: 100%;
    }

        #timeLine section div p {
            font-size: 16px;
        }
}

@media (max-width: 768px) {
    #timeLine section div.timeLineDescription {
        padding: 30px 5% !important;
        min-height: 200px;
        position: relative;
        z-index: 1;
    }

    #timeLine section div:first-of-type.timeLineDescription {
        display: block;
        width: 90%;
        margin: 0 auto;
        background: #fff;
        border: 3px solid #005a96;
    }

    #timeLine section div:last-of-type.timeLineDescription {
        display: block;
        width: 90%;
        margin: 0 auto;
        background: #fff;
        border: 3px solid #005a96;
    }

    #timeLine section div:first-of-type.timeLineYear {
        display: block;
        width: 150px;
        margin: 0 auto;
        padding: 0;
    }

    #timeLine section div:last-of-type.timeLineYear {
        display: block;
        width: 150px;
        margin: 0 auto;
        padding: 0;
    }

    #timeLine section div h2 {
        padding: 15px 0;
        font-size: 30px;
        background: #fff;
        border: 3px solid #005a96;
        color: #646464;
    }

    #timeLine section div:first-of-type h2 {
        text-align: center;
    }

    #timeLine section div:last-of-type h2 {
        text-align: center;
    }

    #timeLine section img {
        display: block;
        width: 200px;
        margin: 30px auto;
        border: 3px solid #005a96;
        background: #fff;
        border-radius: 50%;
    }

    #timeLine section div.timeLineIcon {
        display: block;
        width: 200px;
        font-size: 60px;
    }

    #timeLine section div.timeLineDescription div.solid, #timeLine section div.timeLineDescription div.border {
        display: none;
    }

    #timeLine section:nth-child(even) {
        position: relative;
    }

    #timeLine section:nth-child(odd) div.timeLineIcon {
        margin: 30px auto;
    }

    #timeLine section:nth-child(even) div.timeLineIcon {
        margin-top: 60px;
        margin-bottom: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    #timeLine section div:first-of-type.timeLineDescription {
        position: absolute;
        bottom: 0;
        width: 80%;
        left: 10%;
    }

    #timeLine section div:last-of-type.timeLineYear {
        position: absolute;
        top: 0;
        left: calc(50% - 75px);
    }

    nav#sectionNav {
        display: none;
    }

    div.timeLineEnd.lastPoint {
        display: none;
    }
}

/* SWIPE */

section.relatedProductSwipe {
    background-color: #58585b !important;
    position: relative;
}

    section.relatedProductSwipe h4 {
        color: #fff;
        text-align: center;
        margin: 0 auto 45px auto;
        font-size: 32px;
        text-transform: uppercase;
        font-family: "Circular-Black-S";
    }

div.applicationBlocks section > div.swipeContainer {
    position: relative;
    width: 750px;
    padding: 25px 50px 40px 50px;
    max-width: none;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
}

section.relatedProductSwipe .swipeContainer > button {
    position: absolute;
    top: calc(50% - 30px);
    font-size: 0;
    border-radius: 50%;
    border: none;
    width: 60px;
    height: 60px;
}

    section.relatedProductSwipe .swipeContainer > button:focus {
        outline: none;
    }

    section.relatedProductSwipe .swipeContainer > button.swipePrevious {
        left: -90px;
        background: url("/Sitefinity/WebsiteTemplates/DMRC_Template/App_Themes/DMRC2015/img/chevron_left_0.png") 55% center no-repeat;
    }

    section.relatedProductSwipe .swipeContainer > button.swipeNext {
        right: -90px;
        background: url("/Sitefinity/WebsiteTemplates/DMRC_Template/App_Themes/DMRC2015/img/chevron_right_0.png") 40% center no-repeat;
    }

#mySwipe div h3 {
    font-size: 24px;
    font-family: 'Circular-Book-S';
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url("/Sitefinity/WebsiteTemplates/DMRC_Template/App_Themes/DMRC2015/img/white-line.png") bottom center no-repeat
}

#mySwipe div p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 10px;
    font-family: 'Circular-Book-S';
    margin-bottom: 25px;
}

#mySwipe div a {
    display: block;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 12px 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    #mySwipe div a:hover {
        background: #fff;
        color: #005a96;
    }

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    max-width: 100%;
    margin: 0px auto;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

    .swipe-wrap > div {
        float: left;
        width: 250px;
        position: relative;
    }

@media (max-width: 980px) {
    div.applicationBlocks section > div.swipeContainer {
        position: relative;
        width: 80%;
    }

    section.relatedProductSwipe .swipeContainer > button.swipePrevious {
        left: -10%;
    }

    section.relatedProductSwipe .swipeContainer > button.swipeNext {
        right: -10%;
    }

    .swipe-wrap > div {
        max-width: 80%;
    }
}

@media (max-width: 500px) {
    div.applicationBlocks section > div.swipeContainer {
        width: 95%;
        padding: 0 2.5%;
        border: none;
    }

    section.relatedProductSwipe .swipeContainer > button.swipePrevious {
        top: -16%;
        left: 15%;
    }

    section.relatedProductSwipe .swipeContainer > button.swipeNext {
        top: -16%;
        right: 15%;
    }

    #mySwipe div h3 {
        font-size: 18px;
    }

    #mySwipe div p {
        font-size: 12px;
    }
}


section.quickResponse {
    background: #005a96;
}

    section.quickResponse div.quickResponseInner {
        width: 90%;
        max-width: 1250px;
        margin: 0 auto;
    }

        section.quickResponse div.quickResponseInner div {
            display: inline-block;
            padding-left: 5%;
            vertical-align: middle;
        }

    section.quickResponse img {
        width: 30%;
        max-width: 150px;
        display: inline-block;
        vertical-align: middle;
    }

    section.quickResponse h2 {
        color: #fff;
        margin: 0;
    }

    section.quickResponse p {
        color: #fff;
        margin: 0;
    }

        section.quickResponse p a {
            color: #00a9d4;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

            section.quickResponse p a:hover {
                color: #d6d6d6;
            }

@media (max-width: 1125px) {
    section.quickResponse div.quickResponseInner {
        padding: 10px 0;
    }

    section.quickResponse img {
        display: none;
    }

    section.quickResponse div.quickResponseInner div {
        display: block;
    }

    section.quickResponse p {
        text-align: center;
    }
}

html, body {
    height: 100%;
}

/* Mobile Nav */
/* mobile menu based on width OR height of device */
@media (max-width: 720px), (max-height: 620px) {
    html, body {
        height: 100%;
    }

    body {
        padding-left: 0;
    }

    footer {
        padding: 30px 0;
    }

    .memberships {
        padding: 50px 0;
    }
}

footer div.container {
    width: auto;
    max-width: 1250px;
}

a.dmrcSVGLogo {
    position: relative;
    display: block;
    width: 95%;
    max-width: 200px;
}

div.svgHolder {display:none !important;}

/* IE10+ conditional statement */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* set fixed height on header and footer logo to fix misalignement issue (logo too low) */
    a.dmrcSVGLogo {
        height: 35px;
    }
    /* set fixed height on nav logo in company tab */
    .overlayOne > div > svg {
        height: 25px;
    }
}

a.dmrcSVGLogo svg {
    width: 200px;
    height: auto;
}

/* search styles*/

.searchPageSearch {
    position: relative;
}

    .searchPageSearch button {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 50px;
        height: 30px;
        padding: 0 !important;
        line-height: 0;
        font-size: 14px;
        border-radius: 8px;
        color: #fff;
        border: none;
        background: #326295;
    }

        .searchPageSearch button:hover {
            background: #00a9d4;
        }

        .searchPageSearch button:focus {
            outline: none;
        }

div#FormElement_C014 {
    margin-bottom: 70px;
}

    div#FormElement_C014 input[type="submit"] {
        margin-top: 25px;
    }

    div#FormElement_C014 p.sfsearchResultStatistics {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 14px;
    }

    div#FormElement_C014 dt a {
        font-size: 20px;
        margin-bottom: 8px;
        display: block;
        color: #005a96;
    }

    div#FormElement_C014 dd a {
        color: #005a96;
        margin-bottom: 20px;
        display: block;
    }

.sf_pagerNumeric a {
    padding: 10px;
    font-size: 18px;
    color: #005a96;
}

    .sf_pagerNumeric a.sf_PagerCurrent {
        font-family: "Circular-Bold-S";
        border: 1px solid #051c2c;
        border-radius: 2px;
        background-color: #051c2c;
        color: #FFF;
    }


/* left nav display fixes */

/* page level navigation fix */
.application-page-nav .container {
    width: 92.5%;
    max-width: 1250px;
}

@media (min-width:992px) {
    .application-page-nav a.btn-green {
        margin-right: 60px;
    }
}

div.sfBreadcrumbWrp .RadSiteMap .rsmFlow {
    padding-bottom: 0px;
   text-align: center;
}

div.sfBreadcrumbWrp {
    position: absolute;
    z-index: 0;
    color: #555 !important;
    font-family: "Circular-Book-S";
    background:#dedede;
    padding:10px 4px;
    position:relative;
    top:0;left:0;
}

    div.sfBreadcrumbWrp span.sfBreadcrumbNodeSeparator {
        font-size: 12px;
        color: #555 !important;
    }

    div.sfBreadcrumbWrp a {
        margin: 0 6px;
        position: relative;
        display: inline-block;
        color: #555 !important;
        font-family: "Circular-Bold-S";
        font-size: 10px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out !important;
        transition: all 0.2s ease-in-out !important;
        border: 0 !important;
    }

        div.sfBreadcrumbWrp a:hover {
            color: #41b6e6 !important;
            background: none !important;
            border: 0 !important;
        }
        /* make the current page link in the breadcrumbs not look like a link */
        div.sfBreadcrumbWrp a[href*="javascript: void(0)"] {
            cursor: default;
        }

            div.sfBreadcrumbWrp a[href*="javascript: void(0)"]:hover {
                color: #555 !important;
            }

    div.sfBreadcrumbWrp.whiteBackground span.sfBreadcrumbNodeSeparator {
        color: #939598 !important;
    }

    div.sfBreadcrumbWrp.whiteBackground a {
        color: #939598 !important;
    }

@media (max-width: 1160px) {
    /* Breadcrumbs will always be on a blue background below 1160px */
    div.sfBreadcrumbWrp.whiteBackground a,
    div.sfBreadcrumbWrp.whiteBackground span.sfBreadcrumbNodeSeparator {
        color: #FFF !important;
    }
}

div.sfBreadcrumbWrp.whiteBackground a:hover {
    color: #90c53d !important;
}

/* make the current page link in the breadcrumbs not look like a link */
div.sfBreadcrumbWrp.whiteBackground a[href*="javascript: void(0)"]:hover {
    color: #939598 !important;
}

img[src*="https://vidassets.terminus.services"] {
    display: none;
}

@media (max-width: 800px), (max-height: 620px) {
    div.sfBreadcrumbWrp {
        display: none;
    }
}

section.defaultPageImage {
    width: 100%;
    background: transparent url('/images/default-source/default-album/company-banner-400.jpg') top right no-repeat;
    background-size: cover;
}

    section.defaultPageImage h1 {
        text-align: center;
        padding: 100px 0 57px;
        margin: 0;
        color: #fff;
        font-family: "Circular-Bold-S";
    }

@media (max-width:640px) {
    section.defaultPageImage h1 {
        font-size: 24px;
        padding: 40px 0;
    }
}



/* Top Level Product Pages */

section.topAreaImage > div div.shimmy > div:first-of-type {
    background-size: cover;
}

section.productLayOut {
    width: 100%;
    max-width: 1250px;
    background: #fff;
    margin: 0 auto;
}

.intro-section {
    padding: 125px 0 60px;
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

.intro-copy {
    display: inline-block;
    width: 65%;
    margin: 0 9% 0 0;
}

    .intro-copy .btn {
        margin-top: 15px;
    }

.intro-img {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-top: 20px;
}

    .intro-img img {
        max-width: 100%;
    }

.intro-section .intro-copy h2 {
    font-size: 45px;
    font-family: "Circular-Bold-S";
    color: #005a96;
}

.intro-section .intro-copy p {
    font-size: 20px;
}

/* Reduce Hero font size on small screens */
@media (max-width: 1200px), (max-height: 820px) {
    section.topAreaImage h1 {
        font-size: 36px;
    }

    section.topAreaImage p {
        font-size: 20px;
    }

    .intro-section .intro-copy h2 {
        font-size: 32px;
    }
}

div.applicationBlocks section.productLayOut.relatedProducts {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
}

div.applicationBlocks section.productLayOut.centered > div .icon-container {
    display: none !important;
}

div.applicationBlocks section.productLayOut.relatedProducts.centered > div {
    background-color: transparent;
}

div.applicationBlocks section.productLayOut > div {
    position: relative;
    width: 33.3333%;
    margin: 0;
    max-width: none;
    display: inline-block;
    padding: 100px 50px 70px 50px;
    vertical-align: top;
}

div.applicationBlocks section.productLayOut.benefits > div {
    padding: 75px 40px;
}

div.applicationBlocks section.productLayOut > div:nth-child(even) {
    margin-right: 0;
}

div.applicationBlocks section.productLayOut > div h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 30px;
    font-family: "Circular-Bold-S";
    color: #005a96;
}

div.applicationBlocks section.productLayOut.benefits > div h3 {
    font-size: 24px;
}

div.applicationBlocks section.productLayOut.benefits > div p {
    font-size: 16px;
}


div.applicationBlocks section.productLayOut.relatedProducts p a {
    color: #005a96;
    font-family: "Circular-Bold-S";
}

    div.applicationBlocks section.productLayOut.relatedProducts p a:hover {
        color: #41b6e6;
    }

div.applicationBlocks section.productLayOut.leadLayOut > div h3,
div.applicationBlocks section.productLayOut.leadLayOut > div p {
    color: #fff;
}

div.applicationBlocks section.productLayOut > div p {
    font-size: 18px;
    margin: 20px 0;
}

.section-header {
    width: 50%;
    margin: 0px auto 20px;
    padding: 40px 0px 20px;
    text-align: center;
    border-bottom: 1px solid #444444;
    font-size: 42px;
}

section.topAreaImage > div div.shimmyFix {
    height: 70vh;
}

div.applicationBlocks section.productLayOut.relatedProducts.productsColumn3 > div {
    position: relative;
    width: 33%;
    margin: 0;
    max-width: none;
    display: inline-block;
    padding: 200px 50px 90px 50px;
    vertical-align: top;
}

    div.applicationBlocks section.productLayOut.relatedProducts.productsColumn3 > div:nth-child(3n+3) {
        width: 34%;
    }

    div.applicationBlocks section.productLayOut.relatedProducts.productsColumn3 > div h3 {
        position: relative;
        z-index: 1;
        margin: 0;
        color: #fff;
        text-align: left;
        padding: 0 0 25px 0;
        font-size: 30px;
    }

    div.applicationBlocks section.productLayOut.relatedProducts.productsColumn3 > div p {
        font-size: 18px;
        color: #fff;
        padding: 0 0 25px 0;
        color: #fff;
    }

section.productLayOut.leadLayOut {
    width: 100%;
    max-width: none;
    background: #fff;
    padding-bottom: 0px;
    margin: 0 auto;
    display: flex;
}

/* add top margin to grey-striped layout */
.intro-section + .grey-stripes {
    margin-top: 80px;
}

div.applicationBlocks section.productLayOut.leadLayOut > div {
    position: relative;
    width: 50%;
    margin: 0;
    display: inline-block;
    padding: 80px;
    border-bottom: none;
    vertical-align: top;
    overflow: hidden;
}

    div.applicationBlocks section.productLayOut.leadLayOut > div > div {
        background: rgba(0,0,0,.4);
    }

div.applicationBlocks section.productLayOut.applicationLayOut > div {
    width: 33%;
    margin: 0;
    padding: 20px;
    border-bottom: none;
}

    div.applicationBlocks section.productLayOut.applicationLayOut > div h3 {
        color: #393536;
        font-size: 20px;
        font-family: "Circular-Bold-S", Arial, sans-serif;
    }

/* Section header */
.grey-bg {
    text-align: center;
    font-size: 34px;
    background-color: #e6e7e8;
    margin: 0;
    padding: 95px 10% 0 10%;
    color: #58585b;
    font-family: "Circular-Bold-S";
}

div.applicationBlocks section.productLayOut.applicationLayOut > div p {
    color: #58585b;
    font-size: 16px;
}

div.applicationBlocks section.productLayOut.applicationLayOut > div a {
    color: #41b6e6;
    border: none;
}

div.applicationBlocks section.productLayOut.leadLayOut .bg-opacity {
    background: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    padding: 80px;
}

@media (max-width: 1300px) {
    section.productLayOut {
        padding-bottom: 0px;
    }

    div.applicationBlocks section.productLayOut > div {
        position: relative;
        width: 100%;
        margin: 0;
        max-width: none;
        display: block;
        padding: 100px 50px 50px 50px;
        border-bottom: none;
    }

    div.applicationBlocks section.productLayOut.relatedProducts.productsColumn3 > div {
        position: relative;
        width: 100%;
        margin: 0;
        max-width: none;
        display: block;
        padding: 100px 50px 50px 50px;
        border-bottom: none;
    }

    div.applicationBlocks section.productLayOut.leadLayOut > div {
        position: relative;
        width: 50%;
        margin: 0;
        display: inline-block;
        padding: 50px;
        border-bottom: none;
        vertical-align: top;
    }

    div.applicationBlocks section.productLayOut.applicationLayOut > div {
        width: 33%;
        margin: 0;
        padding: 20px;
        border-bottom: none;
        display: inline-block;
    }

    .grey-bg {
        padding: 50px 10% 0 10%;
    }
}


@media (max-width: 1100px) {
    div.applicationBlocks section.productLayOut > div {
        padding: 30px 50px;
    }
}

@media (max-width: 980px) {
    div.applicationBlocks section.productLayOut.applicationLayOut > div {
        width: 50%;
    }

    div.applicationBlocks section.productLayOut.leadLayOut .bg-img-lead {
        width: 100%;
        padding: 50px;
    }

    section.productLayOut.leadLayOut {
        display: block;
    }

    div.applicationBlocks section.productLayOut.leadLayOut .bg-opacity {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .contact-us {
        width: 80%;
        margin: 0 auto;
    }

    .hero-tagline {
        font-size: 18px;
        margin: 15px 0 25px;
    }

    .intro-section {
        width: 80%;
        padding: 45px 0;
    }

    .intro-copy {
        width: 100%;
        display: block;
    }

    .intro-img {
        display: none;
    }

    .intro-section .intro-copy h2 {
        font-size: 32px;
    }

    .intro-section .intro-copy p {
        font-size: 18px;
    }

    div.applicationBlocks section.productLayOut.leadLayOut .bg-img-lead {
        padding: 50px 10%;
    }
}

@media (max-width: 620px) {
    div.applicationBlocks section.productLayOut.leadLayOut > div {
        width: 100%;
        display: block;
    }

    div.applicationBlocks section.productLayOut.applicationLayOut > div {
        width: 100%;
        display: block;
    }

    div.applicationBlocks section.productLayOut > div {
        padding: 30px 10%;
        margin: 0 auto;
    }

    div.applicationBlocks section.productLayOut.benefits > div {
        padding: 30px 10%;
    }

    .section-header {
        width: 90%;
    }
}

@media (min-width: 621px) and (max-width: 1300px) {
    div.applicationBlocks section.productLayOut.benefits > div {
        padding: 30px 45px;
    }
}




div.applicationBlocks section.productLayOut > div {
    background-color: #f1f1f2;
}

    div.applicationBlocks section.productLayOut > div:nth-child(even) {
        background-color: #e6e7e8;
    }

div.applicationBlocks section.productLayOut.relatedProducts.grey-stripes {
    background-color: #e6e7e8;
}

div.applicationBlocks section.productLayOut.relatedProducts.secondaryProducts h3 {
    color: #58585b;
}

div.applicationBlocks section.productLayOut > div .icon-container {
    width: 175px;
    max-width: 100%;
    height: 175px;
    position: relative;
    margin: 0 0 10px 0;
}

    div.applicationBlocks section.productLayOut > div .icon-container img,
    .icon-container svg {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0;
    }

div.applicationBlocks section.productLayOut.centered > div .icon-container {
    width: 125px;
    height: auto;
}

    div.applicationBlocks section.productLayOut.centered > div .icon-container img {
        position: static;
    }

div.applicationBlocks section.productLayOut.centered.benefits > div .icon-container {
    max-width: 100%;
    width: auto;
    height: 100px;
}

    div.applicationBlocks section.productLayOut.centered.benefits > div .icon-container img {
        position: static;
    }

@media (min-width: 991px) and (max-width: 1300px) {
    div.applicationBlocks section.productLayOut > div {
        padding: 50px;
    }

        div.applicationBlocks section.productLayOut > div .icon-container {
            float: right;
            margin: 0 0 0 30px;
        }

    div.applicationBlocks section.productLayOut.relatedProducts.centered,
    div.applicationBlocks section.productLayOut.relatedProducts.centered h3 {
        text-align: left;
    }

    div.applicationBlocks section.productLayOut > div p {
        max-width: 800px;
    }

    div.applicationBlocks section.productLayOut.centered.benefits > div .icon-container {
        max-width: 150px;
        margin-top: 20px;
    }
}

.contact-us {
    padding: 60px 20px;
    max-width: 800px;
    font-family: "Circular-Bold-S";
    color: #1b365d;
}

    .contact-us p {
        margin-bottom: 20px;
        font-size: 16px;
        font-family: "Circular-Book-S";
    }

/* Product Page Quotes */

.quote-container.darkBlue {
    background: #13274a;
}

.quote-container.lightGrey {
    background: #e6e7e8;
}

.quote {
    padding: 40px 0;
}

    .quote p {
        font-size: 48px;
        line-height: 1.1;
    }

.quote-container.darkBlue .quote p {
    color: #FFF;
}

.quote-container.lightGrey .quote p {
    color: #005a96;
}

.quote .quote-author {
    font-size: 18px;
    display: block;
    font-style: italic;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .quote-container {
        padding: 0 20px 0;
    }

    .quote p {
        font-size: 30px;
    }

    .quote .quote-author {
        font-size: 14px;
    }
}

/* related products */

.related {
    padding: 30px 0;
    color: #333;
}

    .related .section-header {
        border-bottom: 1px solid #939597;
        padding: 0 0 20px 0;
    }

    .related .tab-pane .btn {
        margin: 20px 0;
    }

.nav {
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
}

    .nav > li {
        position: relative;
        display: inline-block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            margin: 0 10px 10px 0;
        }

        .nav > li > a,
        .related .tab-pane .btn {
            color: #005a96;
            background-color: #FFF;
        }

            .nav > li > a:hover,
            .nav > li > a:focus,
            .related .tab-pane .btn:hover,
            .related .tab-pane .btn:focus {
                text-decoration: underline;
                background-color: #b9d9eb;
                box-shadow: none;
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #005a96;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-pills > li > a,
.related .tab-pane .btn {
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #939597;
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #005a96;
    text-decoration: none;
}

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.tab-content {
    border: 1px solid #939597;
    padding: 20px;
    border-radius: 4px;
    max-width: 750px;
    margin: 0 auto;
}

    .tab-content > .tab-pane {
        display: none
    }

        .tab-content > .tab-pane h2 {
            color: #005a96;
        }

        .tab-content > .tab-pane p {
            font-size: 16px;
        }

    .tab-content > .active {
        display: block;
        text-align: center;
    }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}


/* footer */
footer.digiFooter {
    position: relative;
    background: #e7e7e8;
    padding: 0 0 5px 2.5%;
    width: 100%;
    border-top: 2px solid #005a96;
}

    footer.digiFooter div.svgHolder {
        max-width: 200px;
        position: absolute;
        top: 43px;
        right: 2.5%;
        margin: 0;
    }

        footer.digiFooter div.svgHolder a.dmrcSVGLogo svg {
            width: 200px;
        }

    footer.digiFooter section {
        width: 100%;
        padding: 40px 2.5% 40px 0;
    }

        footer.digiFooter section:first-of-type {
            border-bottom: 1px solid #939598;
        }

    footer.digiFooter nav, footer.digiFooter nav a {
        color: #939598;
    }

        footer.digiFooter nav a {
        }

        footer.digiFooter nav.social {
            position: relative;
            top: -11px;
            font-size: 30px;
            float: right;
        }

            footer.digiFooter nav.social a {
                margin-left: 5px;
            }

        footer.digiFooter nav.footerTopNav {
            position: relative;
            top: 3px;
            font-family: "Circular-Black-S";
            font-size: 28px;
            text-transform: uppercase;
        }

    footer.digiFooter section nav.footerBotNav {
        font-size: 16px;
    }

    footer.digiFooter nav a:hover {
        color: #005a96;
    }

@media (max-width: 900px) {
    footer.digiFooter div.svgHolder {
        position: relative;
        display: block;
        top: 0;
        right: auto;
    }

    footer.digiFooter nav.footerTopNav {
        margin-top: 30px;
        font-size: 24px;
    }

    footer.digiFooter nav.social {
        float: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 720px) {
    footer.digiFooter {
        background: #e7e7e8;
        padding: 5px 5%;
        width: 100%;
    }
}

@media (max-width: 600px) {
    footer.digiFooter div.svgHolder {
        margin: 0 auto;
        width: auto;
    }

    footer.digiFooter nav.footerTopNav {
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
    }

    footer.digiFooter nav.social {
        text-align: center;
        font-size: 24px;
    }

    footer.digiFooter nav.footerBotNav {
        font-size: 12px;
        text-align: center;
    }

        footer.digiFooter nav.footerBotNav span {
            display: block;
            line-height: 30px;
        }
}

footer.digiFooter div.svgHolder, footer.digiFooter a.dmrcSVGLogo {
    display: block;
}

@media (max-width: 1200px){
  footer.digiFooter nav.footerTopNav {
    font-size: 24px;
  }
}

@media (max-width: 800px){
  footer.digiFooter nav.footerTopNav {
    font-size: 16px;
  }
}

/* thank you page styles */
.thanks-full-wrapper {
    background-color: #13274a;
    padding: 150px 0;
    color: #FFF;
    text-align: center;
}

    .thanks-full-wrapper h1 {
        font-size: 48px;
        font-family: "Circular-Medium-S";
        margin: 30px 0;
    }

    .thanks-full-wrapper p {
        font-size: 20px;
        margin: 40px 0;
    }

    .thanks-full-wrapper li {
        font-size: 20px;
    }

    .thanks-full-wrapper a:not(.btn) {
        color: #41b6e6;
    }

        .thanks-full-wrapper a:not(.btn):hover,
        .thanks-full-wrapper a:not(.btn):focus {
            color: #b9d9eb;
        }


a.paragraphAnchor {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #005a96;
}

    a.paragraphAnchor:hover {
        color: #13274a;
    }


/* Button Styles */

.btn {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 14px 29px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #005a96;
    border: 1px solid #005a96;
    color: #fff;
    min-width: 115px;
    box-sizing: border-box;
    font-family: "Circular-Bold-S", Arial, sans-serif;
    text-transform: uppercase;
}

    .btn:hover {
        background: #1b365d;
        border: 1px solid #1b365d;
    }

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 0;
    }

    .btn:active, .btn.active {
        outline: 0;
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        background: #ccc;
        box-shadow: none;
    }

button.btn, input.btn {
    font-weight: normal;
    border: 1px solid #005a96;
    outline: 0;
}

    a.btn.outlineBtn, button.btn.outlineBtn, input.btn.outlineBtn {
        background: none;
        color: #646464;
        padding: 13px 28px;
        border: 2px solid #646464;
    }

        a.btn.outlineBtn:hover, button.btn.outlineBtn:hover, input.btn.outlineBtn:hover {
            background: #646464;
            color: #fff;
        }

    a.btn.transparentBtn, button.btn.transparentBtn, input.btn.transparentBtn {
        background: rgba(255,255,255,.15);
        color: #FFF;
        padding: 15px 30px;
        border: none;
    }

        a.btn.transparentBtn:hover, button.btn.transparentBtn:hover, input.btn.transparentBtn:hover {
            background: rgba(255,255,255,.075);
            color: #fff;
        }

    a.btn.greenBtn, button.btn.greenBtn, input.btn.greenBtn {
        background: #90c53d;
        border: 1px solid #90c53d;
    }

        a.btn.greenBtn:hover, button.btn.greenBtn:hover, input.btn.greenBtn:hover {
            background: #28714e;
        }

    a.btn.ltBlueBtn, button.btn.ltBlueBtn, input.btn.ltBlueBtn {
        background: #22c0f1;
        border: 1px solid #22c0f1;
    }

        a.btn.ltBlueBtn:hover, button.btn.ltBlueBtn:hover, input.btn.ltBlueBtn:hover {
            background: #005a96;
        }

    a.btn.orangeBtn, button.btn.orangeBtn, input.btn.orangeBtn {
        background: #f89c26;
        border: 1px solid #f89c26;
    }

        a.btn.orangeBtn:hover, button.btn.orangeBtn:hover, input.btn.orangeBtn:hover {
            background: #e1641f;
        }

    a.btn.wtOutlineBtn, button.btn.wtOutlineBtn, input.btn.wtOutlineBtn {
        background: none;
        padding: 13px 28px;
        border: 2px solid #fff;
    }

        a.btn.wtOutlineBtn:hover, button.btn.wtOutlineBtn:hover, input.btn.wtOutlineBtn:hover {
            background: #fff;
            color: #005a96;
        }

    a.btn.submissiveBtn, button.btn.submissiveBtn, input.btn.submissiveBtn {
        background: none;
        color: #fff;
        padding: 15px 30px;
        border: none;
    }

        a.btn.submissiveBtn:hover, button.btn.submissiveBtn:hover, input.btn.submissiveBtn:hover {
            background: none;
            color: #005a96;
        }

    a.btn.submissiveBtnOnWhite, button.btn.submissiveBtnOnWhite, input.btn.submissiveBtnOnWhite {
        background: none;
        color: #005a96;
        padding: 15px 30px;
        border: none;
    }

        a.btn.submissiveBtnOnWhite:hover, button.btn.submissiveBtnOnWhite:hover, input.btn.submissiveBtnOnWhite:hover {
            background: none;
            color: #1b365d;
        }

    a.btn.disabledBtn, button.btn.disabledBtn, input.btn.disabledBtn, a.btn.disabledBtn:hover, button.btn.disabledBtn, input.btn.disabledBtn:hover {
        background-color: #d1d2d4;
        border: 1px solid #d1d2d4;
        color: #888;
        box-shadow: none;
        outline: none;
        cursor: default;
        pointer-events: none;
    }


.spanimate span {
    transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    padding: 0 0 0 8px;
    font-size: 12px;
    position: relative;
    left: 0;
}

.spanimate:hover span {
    left: 5px;
}

@media (max-width: 450px) {
    .btn {
        font-size: 11px;
    }
}

/* Specialty SVG Buttons */

.btn.svg-btn {
    background-color: transparent !important;
    color: #8fc53c !important;
    border: 0 !important;
    padding: 6px 0;
    font-family: "Circular-Black-S";
    font-size: 20px;
    text-transform: uppercase;
}

    .btn.svg-btn.light-blue {
        color: #41b6e6 !important;
    }

    .btn.svg-btn.dark-blue {
        color: #13274a !important;
    }

    .btn.svg-btn:hover,
    .btn.svg-btn:focus {
        background-color: transparent;
        color: #5C9209 !important;
        box-shadow: none !important;
    }

    .btn.svg-btn.light-blue:hover,
    .btn.svg-btn.light-blue:focus {
        color: #0E83B3 !important;
    }

    .btn.svg-btn.dark-blue:hover,
    .btn.svg-btn.dark-blue:focus {
        color: #000017 !important;
    }

svg.svg-button {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
    outline: none;
    transition: fill .25s ease;
    transition-delay: 0s;
}

    svg.svg-button * {
        transition: fill .25s ease;
        transition-delay: 0s;
    }

.svg-play {
    fill: #90c53d;
    transition: fill .25s ease;
    transition-delay: 0s;
}

svg .light-blue {
    fill: #41b6e6;
}

svg .dark-blue {
    fill: #13274a;
}

.svg-btn:focus,
.svg-btn:hover,
.svg-btn:active,
.svg-btn:focus .svg-play,
.svg-btn:hover .svg-play,
.svg-btn:active .svg-play {
    outline: none !important;
    color: #5C9209;
    fill: #5C9209;
}

    .svg-btn:focus .light-blue,
    .svg-btn:hover .light-blue,
    .svg-btn:active .light-blue {
        outline: none !important;
        fill: #0E83B3;
    }

    .svg-btn:focus .dark-blue,
    .svg-btn:hover .dark-blue,
    .svg-btn:active .dark-blue {
        outline: none !important;
        fill: #000017;
    }


/* End button styles */

/**/

.each-item p a {
    color: #005a96;
}

    .each-item p a:hover {
        color: #1b365d;
    }

    .each-item p a.btn {
        color: #fff;
    }

/* SfSearch */

div.dmrcSfSearch {
    display: none;
    position: absolute;
    top: 0px;
    right: 15px;
    background: none;
    width: 250px;
    padding: 20px 10px 15px 13px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid rgba(255,255,255,0);
    border-top: 0;
}

    div.dmrcSfSearch fieldset {
        -webkit-transition: all 0.4s ease-in-out !important;
        transition: all 0.4s ease-in-out !important;
    }

    div.dmrcSfSearch input[type="submit"] {
        min-width: 0;
    }

@media (min-width: 1161px) {
    div.dmrcSfSearch {
        z-index: 1;
    }

        div.dmrcSfSearch.whitebgsearch {
            background: rgba(0,0,0,.2);
            border: 1px solid rgba(255,255,255,.3);
            border-top: 0;
        }

        div.dmrcSfSearch:hover, div.dmrcSfSearch.active {
            background: rgba(0,0,0,.3);
            border: 1px solid rgba(255,255,255,.3);
            border-top: 0;
        }
}

div.dmrcSfSearch input {
    display: inline-block;
}

    div.dmrcSfSearch input[type="text"] {
        width: 180px !important;
        margin-right: 15px;
        padding: 8px;
        border-bottom: 1px solid #fff;
    }

    div.dmrcSfSearch input[type="text"] {
        color: #fff;
    }

        div.dmrcSfSearch input[type="text"]::placeholder {
            text-transform: uppercase;
            color: #FFF;
            font-size: 12px;
        }

    div.dmrcSfSearch input[type="submit"] {
        width: 25px;
        padding: 10px !important;
        outline: none;
        border: none;
        color: #fff;
        background: url("../img/search.png") center center no-repeat;
        background-size: 19px 19px;
    }

        div.dmrcSfSearch input[type="submit"]:focus {
            background-size: 24px 24px; /*padding:13px !important*/
        }

@media (max-width: 1160px), (max-height: 620px) {
    div.dmrcSfSearch {
        display: block;
        position: relative;
        border-radius: 0;
        top: 0;
        right: 0;
        width: 100%;
        padding: 9px 0;
        height: 50px;
        background: #005a96;
        border: 0;
    }

        div.dmrcSfSearch fieldset {
            width: 250px;
            float: right;
            position: relative;
            padding: 4px 0 4px 15px;
            top: -7px;
        }

            div.dmrcSfSearch fieldset:hover, div.dmrcSfSearch fieldset:focus {
                background: #333;
            }

        div.dmrcSfSearch:hover, div.dmrcSfSearch:focus {
            border: none;
            border-top: none;
        }

        div.dmrcSfSearch input[type="text"] {
            margin-right: 15px;
            padding: 4px;
            border-bottom: 1px solid #fff;
            color: #fff;
        }

            div.dmrcSfSearch input[type="text"]:hover, div.dmrcSfSearch input[type="text"]:focus {
                color: #fff;
            }

        div.dmrcSfSearch input[type="submit"] {
            width: 25px;
            padding: 10px !important;
            outline: none;
            border: none;
            color: #fff;
            background: url("../img/search.png") center center no-repeat;
            background-size: 19px 19px;
        }

    div.sfBreadcrumbWrp {
        top: 15px;
        left: 87px;
    }
}

@media (max-width: 720px), (max-height: 620px) {
    div.dmrcSfSearch fieldset {
        width: 100%;
    }

    div.dmrcSfSearch input[type="text"] {
        margin-left: 10%;
        width: 70% !important;
    }
}

@media (max-width: 400px) {
    div.dmrcSfSearch input[type="text"] {
        margin-left: 5%;
    }
}

.dmrcSfSearchInPage .sfsearchSubmit {
    margin-top: 10px;
}

/* 2020 Mega Menu CSS */

/* contents of https://cdnjs.cloudflare.com/ajax/libs/jquery.smartmenus/1.1.1/css/sm-core-css.min.css */
.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:transparent}.sm,.sm li,.sm ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left}.sm-rtl,.sm-rtl li,.sm-rtl ul{direction:rtl;text-align:right}.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0}.sm ul{display:none}.sm a,.sm li{position:relative}.sm a{display:block}.sm a.disabled{cursor:default}.sm::after{content:"";display:block;height:0;font:0/0 serif;clear:both;overflow:hidden}.sm *,.sm ::after,.sm ::before{box-sizing:inherit}

/* contents of https://cdnjs.cloudflare.com/ajax/libs/jquery.smartmenus/1.1.1/css/sm-simple/sm-simple.min.css */
.sm-simple{border:1px solid #bbb;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.2)}.sm-simple a,.sm-simple a:active,.sm-simple a:focus,.sm-simple a:hover{padding:13px 20px;padding-right:58px;color:#555;font-family:"Lucida Sans Unicode","Lucida Sans","Lucida Grande",Arial,sans-serif;font-size:16px;font-weight:400;line-height:17px;text-decoration:none}.sm-simple a.current{background:#555;color:#fff}.sm-simple a.disabled{color:#ccc}.sm-simple a .sub-arrow{position:absolute;top:50%;margin-top:-17px;left:auto;right:4px;width:34px;height:34px;overflow:hidden;font:bold 14px/34px monospace!important;text-align:center;text-shadow:none;background:rgba(0,0,0,.08)}.sm-simple a .sub-arrow::before{content:'+'}.sm-simple a.highlighted .sub-arrow::before{content:'-'}.sm-simple li{border-top:1px solid rgba(0,0,0,.05)}.sm-simple>li:first-child{border-top:0}.sm-simple ul{background:rgba(179,179,179,.1)}.sm-simple ul a,.sm-simple ul a:active,.sm-simple ul a:focus,.sm-simple ul a:hover{font-size:14px;border-left:8px solid transparent}.sm-simple ul ul a,.sm-simple ul ul a:active,.sm-simple ul ul a:focus,.sm-simple ul ul a:hover{border-left:16px solid transparent}.sm-simple ul ul ul a,.sm-simple ul ul ul a:active,.sm-simple ul ul ul a:focus,.sm-simple ul ul ul a:hover{border-left:24px solid transparent}.sm-simple ul ul ul ul a,.sm-simple ul ul ul ul a:active,.sm-simple ul ul ul ul a:focus,.sm-simple ul ul ul ul a:hover{border-left:32px solid transparent}.sm-simple ul ul ul ul ul a,.sm-simple ul ul ul ul ul a:active,.sm-simple ul ul ul ul ul a:focus,.sm-simple ul ul ul ul ul a:hover{border-left:40px solid transparent}@media (min-width:1275px){.sm-simple ul{position:absolute;width:12em}.sm-simple li{float:left}.sm-simple.sm-rtl li{float:right}.sm-simple ul li,.sm-simple.sm-rtl ul li,.sm-simple.sm-vertical li{float:none}.sm-simple a{white-space:nowrap}.sm-simple ul a,.sm-simple.sm-vertical a{white-space:normal}.sm-simple .sm-nowrap>li>:not(ul) a,.sm-simple .sm-nowrap>li>a{white-space:nowrap}.sm-simple{background:#fff}.sm-simple a,.sm-simple a.highlighted,.sm-simple a:active,.sm-simple a:focus,.sm-simple a:hover{padding:11px 20px;color:#555}.sm-simple a.highlighted,.sm-simple a:active,.sm-simple a:focus,.sm-simple a:hover{background:#eee}.sm-simple a.current{background:#555;color:#fff}.sm-simple a.disabled{background:#fff;color:#ccc}.sm-simple a.has-submenu{padding-right:32px}.sm-simple a .sub-arrow{top:50%;margin-top:-8px;right:20px;width:8px;height:16px;font:14px/16px monospace!important;background:0 0}.sm-simple a.highlighted .sub-arrow::before{content:'+'}.sm-simple>li{border-top:0;border-left:1px solid #eee}.sm-simple>li:first-child{border-left:0}.sm-simple ul{border:1px solid #bbb;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.2)}.sm-simple ul a{border:0!important}.sm-simple ul a.has-submenu{padding-right:20px}.sm-simple ul a .sub-arrow{left:8px;right:auto}.sm-simple ul>li{border-left:0;border-top:1px solid #eee}.sm-simple ul>li:first-child{border-top:0}.sm-simple .scroll-down,.sm-simple .scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.sm-simple .scroll-down-arrow,.sm-simple .scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border-width:8px;border-style:dashed dashed solid dashed;border-color:transparent transparent #555 transparent}.sm-simple .scroll-down-arrow{top:6px;border-style:solid dashed dashed dashed;border-color:#555 transparent transparent transparent}.sm-simple.sm-rtl a.has-submenu{padding-right:20px;padding-left:32px}.sm-simple.sm-rtl a .sub-arrow{left:20px;right:auto}.sm-simple.sm-rtl.sm-vertical a.has-submenu{padding:11px 20px}.sm-simple.sm-rtl.sm-vertical a .sub-arrow{left:auto;right:8px}.sm-simple.sm-rtl>li:first-child{border-left:1px solid #eee}.sm-simple.sm-rtl>li:last-child{border-left:0}.sm-simple.sm-rtl ul a.has-submenu{padding:11px 20px}.sm-simple.sm-rtl ul a .sub-arrow{left:auto;right:8px}.sm-simple.sm-vertical a .sub-arrow{left:8px;right:auto}.sm-simple.sm-vertical li{border-left:0;border-top:1px solid #eee}.sm-simple.sm-vertical>li:first-child{border-top:0}}


/* Custom Styles */
.main-nav {
  position: relative;
  z-index: 1;
  height: 66px;
  background: #FFF;
  border: 0;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
  height: 66px;
}

.nav-brand a {
  display: block;
  font-size: 22px;
  line-height: 29px;
  text-decoration: none;
  padding:18px 10px 0px 20px;
}

.nav-brand a svg {
  vertical-align: middle;
  height: 23.77px;
  position:relative;
  top:-2.5px;
}

.nav-brand a svg * {
  fill: #005a96;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #FFF;
}

.sm-simple a, 
.sm-simple a:active, 
.sm-simple a:focus, 
.sm-simple a:hover {
  font-family: "Circular-Book-S",Arial,sans-serif;
}

.sm-simple ul {
  background: #FFF;
}

@media (min-width: 1275px) {
  #main-menu {
    float: right;
    clear: none;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-right: 0px;
  }
}

/* Mega menus */

/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  text-align: center;
  width: auto !important;
  max-width: 810px !important;
  color: #ffffff;
  margin-top: 4px !important;
  left:-50px !important;
}


#main-menu .has-mega-menu .scroll-up,
#main-menu .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

#main-menu .mega-menu div li {
  margin:30px 0;
  display: inline-block;
  padding:0px 30px;
  border-right:1px solid #ccc;
  vertical-align: top;
}

#main-menu .mega-menu div li:last-of-type {
  border:0;
}

#main-menu .mega-menu div li li {
    padding: 0;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  border: 0;
  margin: 8px 0;
  min-width: 160px;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

#main-menu .mega-menu a.underLine {padding-bottom: 2px !important;}

#main-menu .mega-menu a.underLine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #8fc53c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

#main-menu .mega-menu a.underLine:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/* simple columns inside the mega menus*/

#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}

@media (min-width: 1275px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}

#main-menu .mega-menu .column-1-4 {
  padding: 0 20px;
} 

@media (min-width: 1275px) {

  #main-menu .mega-menu div {
    display: flex;
  }

  #main-menu .mega-menu div div {
    display: block;
  }

  #main-menu .mega-menu .column-1-4 {
    float: left;
    width: 25%;
  }

  #main-menu .mega-menu a,
  .sm-simple ul a,
  .sm-simple ul a:hover {
    font-size: 14px !important;
    text-decoration: none;
    line-height: 22px;
  }

  #main-menu .mega-menu ul li {
    padding: 0;
  }

  .full-column {
    margin: 40px 0 40px;
  }

  .nav-brand {
    position: absolute;
    height: 66px;
  }
}

/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 2px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #051c2c;
}

@media (min-width: 1275px) {
  #main-menu:before {
    display: none;
  }
}

/* Mobile menu toggle button */

.main-menu-btn {
  top: 10px;
  right: 10px;
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  padding: 11px 10px 11px 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #005a96;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1275px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

#main-menu,
#main-menu .topLvlLinks.dmrcBlue.highlighted, 
#main-menu .mega-menu,
.sm-simple a.highlighted, 
.sm-simple a:active, 
.sm-simple a:focus, 
.sm-simple a:hover {
  background-color: #FFF;
}

#main-menu,
#main-menu li,
#main-menu a.topLvlLinks.highlighted, 
#main-menu a.topLvlLinks:active, 
#main-menu a.topLvlLinks:focus, 
#main-menu a.topLvlLinks:hover {
  border: 0;
  color: #005a96;
  text-transform: unset;
}

#main-menu a.topLvlLinks,
.search span,
#main-menu .mega-menu ul a,
#main-menu .nav-login .nav-login-copy {
  color: #005a96;
}

#main-menu a.topLvlLinks {
  font-size: 19px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  top:3px;
  display: block;
  overflow: hidden;
  margin: 0px 15px;
  padding: 26px 28px 28px 28px;
}

#main-menu a.btn {
  display: block;
  border:1px solid #333 !important;
  border-radius: 25px;
  margin-top:20px;
  padding:10px 20px 9px 20px; 
}

#main-menu a.btn.btnNoTopMargin {
    position:relative;
    top:-15px;
    margin-top: 0;
}

#main-menu .mega-menu ul a {
  color: #005a96;
  transition: all 0.3s ease-in-out 0s;
}

#main-menu .mega-menu ul a.btn:hover {
  color: #FFF;
  background: #005a96; 
}


/* No expand arrow on desktop */
@media (min-width: 1275px){
  .sm-simple a .sub-arrow {
    display: none;
  }

  .sm-simple a.has-submenu {
    padding: 18px;
  }
}

.nav-brand {
  width: 200px;
}

.search {
  width: 36px;
  height: 36px;
  padding: 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 35px;
}

.search span.fa {
  font-size: 33px;
}

@media (max-width: 1274px) {
  #main-menu .mega-menu a.underLine {
    padding: 12px 0 !important;
  }

  .userLogin,
  .search {
    display: none;
  }
  #main-menu {
    /* Overwrite inline right margin on menu (only necessary for desktop) */
    margin-right: 0 !important;
   }   

  #main-menu .mega-menu {
    margin-top:0 !important;
    padding-top:0  !important;
  }

  #main-menu a.topLvlLinks.underLine, 
  #main-menu a.topLvlLinks.underLine.highlighted, 
  #main-menu a.topLvlLinks.underLine:active, 
  #main-menu a.topLvlLinks.underLine:focus, 
  #main-menu a.topLvlLinks.underLine:hover,
  #main-menu li.nav-login .nav-login-copy,
  .nav-cta-btn a,
  .mobile-nav-search a {
    color: #005a96;
    font-size: 18px;
  }
  .sm-simple ul a, .sm-simple ul a:active, .sm-simple ul a:focus, .sm-simple ul a:hover {
    font-size: 18px;
  }
  #main-menu a.topLvlLinks {
    margin: 10px 20px;
    top: 4px;
    padding: 4px 0px 12px 0px;
  }

  .nav-login ul li {
    padding: 5px 0 !important;
    width:  100%;
  }

  #main-menu li.nav-login .fa {
    margin-left: 5px;
  }

  .hover-bg {
    display: none;
  }

  .sm-simple a .sub-arrow {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;    
    transition: all .3s;
    background: none;
    width: 14px;
  }

  .sm-simple a .sub-arrow::before,
  .sm-simple a.highlighted .sub-arrow::before {
    content: "\f054";
  }

  .sm-simple a.highlighted .sub-arrow {
    content: "\f054";
    transform: rotate(90deg);
  }

  #main-menu .mega-menu div li {
    width: 100%;
    display: block;
    border: 0;
    padding: 0 20px;
  }
}

@media (min-width: 1275px) {
  #main-menu {
    margin-right: 0px;
  }

  #main-menu li.nav-login .fa {
    color: #005a96;
  }  

  #main-menu li a.userLogin {
    top:0;
    padding: 18px;
  }

  #main-menu li.nav-login {
    padding: 0;
    margin: 0;
    /* position the login dropdown to the right, next to search */
    position: absolute;
    right: 70px;
    top: -2px;
  }

  #main-menu li.nav-login a {
    margin: 0;
  }

  #main-menu li.nav-login .fa {
    font-size: 33px;
  }

  #main-menu li.nav-login .nav-login-copy {
    display: none;
  }

}

.full-column h2 {
  padding-bottom:20px;
  text-align: center;
}

.top-products-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.top-products-wrap a {
  width: 120px;
  text-align: center;
  margin: 15px;
  background: none;
  white-space: normal !important;
  padding:12px !important;
  vertical-align: top;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}

.top-products-wrap div.verticalRule {height: 180px;width:3px;background: #ccc;}

.top-products-wrap a:hover {background: rgba(0,0,0,.1) !important;}

.top-products-wrap a img {
  /*max-width: 40%;*/
  width:75px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  background: rgba(0,0,0,.1);
  border-radius: 50%;
  /*max-height: 100px;*/
}

@media (max-width: 1274px) {
  label.main-menu-btn.checkbox-label {
    margin-bottom:26px;
  }

  #main-menu .mega-menu ul li {
    margin: 2px 0;
  }
  #main-menu a.btn.btnNoTopMargin {
    position: unset;
  }
  #main-menu .mega-menu a {
    display: block;
  }
  .sm-simple li {
    border-top: none;
  }
  #main-menu .mega-menu a.underLine:hover::before {
    visibility: hidden !important;
  }
  .top-products-wrap {
    flex-wrap: wrap;
  }
  .top-products-wrap a {
    width: 160px;
    margin: auto 10px 20px 10px;
  }
  .top-products-wrap a img {
    /*width: 30%;*/
  }
  #main-menu li {
    border-bottom: 1px solid #051c2c;
  }
  #main-menu li li {
    border-bottom: 0;
  }
  #main-menu li:last-of-type {border-bottom:0;}
  #main-menu li ul {padding:0 20px;} 
  #main-menu li ul li a.btn {padding:12px;max-width: 300px;text-align: center;}
  #main-menu a.topLvlLinks.dmrcBlue.underLine.has-submenu.highlighted, #main-menu a.topLvlLinks.highlighted, #main-menu a.topLvlLinks.highlighted span {
    color:#41b6e6 !important;
    transition: all 0.3s ease-in-out 0s;}
  #main-menu a.topLvlLinks span.fa.fa-user-circle {display: none;}
  .sm-simple a, .sm-simple a:active, .sm-simple a:focus, .sm-simple a:hover {color:#005a96;font-size: 18px}

  #main-menu .mega-menu div li {
    padding:0px;
  }
}

/* button hover styles */
.topLvlLinks {
  color: #efefef;
}

.topLvlLinks:hover {
  color: #fff;
}
        
/* industry anchors */

#main-menu ul.mega-menu h3 {
  margin-top: 0;
  color: #d74c13;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 1275px) {

   #main-menu a.topLvlLinks {
     top: 4px;
     padding: 20px 10px 25px 10px;
   }

  .sm-simple ul {
      margin-top:3px !important;
      border: 0; 
      background: #fff;
      box-shadow: 0 5px 5px rgba(0,0,0,.2);
  }

  .sm-simple li {
    float: none;
    display: inline-block;
  }

  /* hide mobile search on desktop */
  li.mobile-nav-search {
    display: none;
  }

  .sm-simple ul > li {
      border:none;
  }

  /* hover/active underline for desktop nav */
  a.topLvlLinks.underLine {}

  a.topLvlLinks.underLine::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #d74c13;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  a.topLvlLinks.underLine:hover::before {
    visibility: visible;
    transform: scaleX(1);
  }

  a.topLvlLinks.underLine.highlighted::before {
    visibility: visible;
    transform: scaleX(1);
  }

  .sm-simple a, #main-menu ul.mega-menu h3 {
    white-space: nowrap !important;
  }

  .desk-line-breaker {
    display: block;
  }

  /* "Watch Demos" Webinar Series CTA */
  #main-menu li.nav-cta-btn a {
    border: 1px solid #cb6015;
    background-color: #cb6015;
    color:  #FFF;
    border-radius: 60px;
    padding: 12px 30px;
    transition: all .3s;
  }

  #main-menu li.nav-cta-btn a:hover,
  #main-menu li.nav-cta-btn a:focus {
    background-color: #ff9e15;
    color:  #FFF;
  }

  #main-menu li.nav-cta-btn {
    position: absolute;
    left: 74.198%;
    top: 10px;
  }
}

/* 2020 Mega Footer */
section.dmrcSubFooter {width:100%;background:#13274a; border-top:3px solid #fff;}
section.dmrcSubFooter > div {padding:20px 0 40px 0;width:95%;margin:0 auto;display: flex;justify-content: center;}
section.dmrcSubFooter > div > div {width: 25%;}
section.dmrcSubFooter > div > div:first-of-type {width: 50%;}
section.dmrcSubFooter > div > div > div {display: inline-block;width:50%;}
section.dmrcSubFooter > div > div > div > div {display: block;text-align: left;color:#fff;}

section.dmrcSubFooter > div > div h2 {display:block;padding:20px 0;margin:0;color:#41b6e6;font-size: 20px;text-transform: uppercase;font-family: "Circular-Bold-S";}

section.dmrcSubFooter a {display: inline-block;padding:10px 0;font-size: 20px;color:#fff;position: relative;}
section.dmrcSubFooter a:hover {color:#41b6e6;}
section.dmrcSubFooter a.underlineAnimation.internationalInline {display: inline-block;}
section.dmrcSubFooter a.underlineAnimation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #41b6e6;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

section.dmrcSubFooter a.underlineAnimation:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

@media (max-width: 768px) {
     section.dmrcSubFooter > div {display:block;}
     section.dmrcSubFooter > div > div:first-of-type {display:block;width:100%;}
     section.dmrcSubFooter > div > div {display:inline-block;width: 49%;}
}

@media (max-width: 500px) {
     section.dmrcSubFooter > div {display:block;text-align:center;}
     section.dmrcSubFooter > div > div:first-of-type {display:block;width:100%;}
     section.dmrcSubFooter > div > div {display:block;width: 100%;}
    section.dmrcSubFooter > div > div > div {
    display: block;
    width: 100%;
    }
  section.dmrcSubFooter a {display:block;text-align:center;}
  section.dmrcSubFooter > div > div > div > div {text-align:center;}
  section.dmrcSubFooter a.underlineAnimation.internationalInline {display:inline;}
}