
/**Top Responsive Menu**/
nav {}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#cssmenu #menu-button { display: none; }
#cssmenu {
    font-family: "Acumin Pro", sans-serif;
}
#cssmenu > ul > li { float: left; }
#cssmenu.align-center > ul { font-size: 0; text-align: center; }
#cssmenu.align-center > ul > li { display: inline-block; float: none; }
#cssmenu.align-center ul ul { text-align: left; }
#cssmenu.align-right > ul > li { float: right; }
    #cssmenu > ul > li > a {
        min-height: 34px;
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        text-transform: capitalize;
        font-family: "Acumin Pro", sans-serif;
    }
#cssmenu > ul > li > a:after {
    content: '|';
    margin: 0 13px;
}
    #cssmenu > ul > li:hover > a {
        color: #92B7BC;
    }
    #cssmenu > ul > li:last-child > a{padding-right:0px;
    }
    #cssmenu > ul > li.has-sub > a {
        
    }

#cssmenu > ul > li:nth-child(1) > a {
    padding-left: 0;
}
#cssmenu > ul > li:last-child > a:after {
    content: "";
}
#cssmenu > ul > li.has-sub > a:before { position: absolute; top: 19px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd;
  /*content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease;
  transition: all .25s ease;*/ }
#cssmenu > ul > li.has-sub:hover > a:before { top: 23px; height: 0; }
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        z-index: 9999;
        background:#fff;
        box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
    }
#cssmenu.align-right ul ul { text-align: right; }
    #cssmenu ul ul li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
#cssmenu li:hover > ul { left: auto; }
#cssmenu.align-right li:hover > ul { left: auto; right: 0; }
    #cssmenu li:hover > ul > li {
        min-height: 25px;
    }
#cssmenu ul ul ul { margin-left: 100%; top: 0; }
#cssmenu.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
    #cssmenu ul ul li a {
        padding: 6px 20px;
        width: 250px;
        font-size: 12px;
        text-decoration: none;
        color: #6e6f72;
        font-weight: bold;
        font-family: "Acumin Pro",museo-sans,Arial,sans-serif;
    }
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a { border-bottom: 0; }
    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #ffffff;
    }
    #cssmenu ul ul li:hover{
        background: #1f4e78
    }
#cssmenu ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd;
  content: ''; }
#cssmenu.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#cssmenu ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd;
  content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease;
  transition: all .25s ease; }
#cssmenu.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#cssmenu ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
@media all and (max-width: 124px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu { width: 100%; }
  #cssmenu ul { width: 100%; display: none; }
  #cssmenu.align-center > ul { text-align: left; }
  #cssmenu ul li { width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2); }
  #cssmenu ul ul li, #cssmenu li:hover > ul > li { height: auto; }
  #cssmenu ul li a, #cssmenu ul ul li a { width: 100%; border-bottom: 0; }
  #cssmenu > ul > li { float: none; }
  #cssmenu ul ul li a { padding-left: 25px; }
  #cssmenu ul ul ul li a { padding-left: 35px; }
    #cssmenu ul ul li a {
        color: #0e3f5f;
        background: none;
    }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a { color: #ffffff; }
  #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before { display: none; }
    #cssmenu #menu-button {
        display: block;
        padding: 17px 30px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        text-align:left;
    }
        #cssmenu #menu-button:after {
            position: absolute;
            top: 22px;
            right: 17px;
            display: block;
            height: 8px;
            width: 20px;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            content: '';
        }
        #cssmenu #menu-button:before {
            position: absolute;
            top: 16px;
            right: 17px;
            display: block;
            height: 2px;
            width: 20px;
            background: #fff;
            content: '';
        }
        #cssmenu #menu-button.menu-opened:after {
            top: 23px;
            border: 0;
            height: 2px;
            width: 15px;
            background: #1f4e78;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        #cssmenu #menu-button.menu-opened:before {
            top: 23px;
            background: #1f4e78;
            width: 15px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
  #cssmenu .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px; width: 46px; cursor: pointer; }
    #cssmenu .submenu-button.submenu-opened {
        background: #1f4e78
    }
  #cssmenu ul ul .submenu-button { height: 34px; width: 34px; }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #1f4e78;
        content: '';
    }
  #cssmenu ul ul .submenu-button:after { top: 15px; right: 13px; }
  #cssmenu .submenu-button.submenu-opened:after { background: #ffffff; }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #1f4e78;
        content: '';
    }
  #cssmenu ul ul .submenu-button:before { top: 12px; right: 16px; }
  #cssmenu .submenu-button.submenu-opened:before { display: none; }
    #cssmenu > ul > li > a {
        padding-left: 30px;
    }
    #cssmenu ul ul li {
        padding-left: 20px;        
    }
}
#cssmenu {
    display: block;
}

    #cssmenu ul {
        display: inline-block;
        margin: 0 auto;
        
    }
    #cssmenu ul li{
        text-align:left;
    }

    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

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: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.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 silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        background: 0 0 !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: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        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 td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 25;
    line-height: 1.35;
    color: #010500;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #010500;
    text-decoration: none
}

    a:focus, a:hover {
        color: #92b7bc;
        text-decoration: underline
    }

    a:focus {
        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.35;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0;
    border-top: 1px solid #eee
}

.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: PracticeDisplay-Regular,Georgia,serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 60px;
    margin-bottom: 30px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 30px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 96
}

.h2, h2 {
    font-size: 62
}

.h3, h3 {
    font-size: 42
}

.h4, h4 {
    font-size: 13
}

.h5, h5 {
    font-size: 25
}

.h6, h6 {
    font-size: 22
}

p {
    margin: 0 0 30px
}

.lead {
    margin-bottom: 60px;
    font-size: 28;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 37.5
    }
}

.small, small {
    font-size: 88%
}

.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
}

.initialism, .text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #010500
}

a.text-primary:focus, a.text-primary:hover {
    color: #000
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #010500
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #000
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 29px;
    margin: 120px 0 60px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 30px
}

    ol ol, ol ul, ul ol, ul ul {
        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: 60px
}

dd, dt {
    line-height: 1.35
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    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[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 30px 60px;
    margin: 0 0 60px;
    font-size: 31.25;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.35;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 60px;
    font-style: normal;
    line-height: 1.35
}

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,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 29.5px;
    margin: 0 0 30px;
    font-size: 24;
    line-height: 1.35;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    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:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}
.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:after, .navbar-collapse:before {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: auto-60px/2 15px;
    font-size: 32;
    line-height: 60px;
    height: auto
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: auto-34px/2;
    margin-bottom: auto-34px/2;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: auto-60px/2/2 -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 60px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 60px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: auto-60px/2;
                padding-bottom: auto-60px/2
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: auto-74px/2;
    margin-bottom: auto-74px/2
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: auto-74px/2;
    margin-bottom: auto-74px/2
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: auto-45px/2;
        margin-bottom: auto-45px/2
    }

    .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
        margin-top: auto-22/2;
        margin-bottom: auto-22/2
    }

.navbar-text {
    margin-top: auto-60px/2;
    margin-bottom: auto-60px/2
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent
}

    .navbar-default .navbar-brand {
        color: #fff
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #e6e6e6;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #92b7bc;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #92b7bc;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #fff
}

    .navbar-default .navbar-link:hover {
        color: #92b7bc
    }

.navbar-default .btn-link {
    color: #fff
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #92b7bc
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 60px;
    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: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 60px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.35;
            text-decoration: none;
            color: #010500;
            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:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #92b7bc;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #010500;
        border-color: #010500;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 32;
    line-height: 1.3333333
}

.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: 22;
    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: 60px 0;
    list-style: none;
    text-align: center
}

    .pager:after, .pager:before {
        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:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #010500;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #010500
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #000
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 22;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #010500;
    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:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 38;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.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: 113
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 60px;
    line-height: 1.35;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .thumbnail .caption {
        padding: 9px;
        color: #010500
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #010500
}

.alert {
    padding: 15px;
    margin-bottom: 60px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .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
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 60px;
    margin-bottom: 60px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 22;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #010500;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.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-body, .media-left, .media-right {
    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:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        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:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #010500;
    border-color: #010500
}

    .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: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, .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 {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #2ad100
    }

.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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        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: 60px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

    .panel-body:after, .panel-body:before {
        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: 29;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .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 > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

        .panel > .table-responsive:first-child > .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:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .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, .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: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:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .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, .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: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:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .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, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px
        }

            .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, .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 {
                border-bottom-left-radius: 3px
            }

            .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, .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 {
                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 td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .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, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > 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: 60px
}

    .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 > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            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: #333;
        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: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #010500
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #010500;
        border-color: #010500
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #010500
        }

        .panel-primary > .panel-heading .badge {
            color: #010500;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #010500
    }

.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 embed, .embed-responsive iframe, .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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 37.5;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    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%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-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,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(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
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header:after, .modal-header:before {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.35
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:after, .modal-footer:before {
        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 {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.35;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 22;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.35;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 25;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 25;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > 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 .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -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: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        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: 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,.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-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after, .clearfix:before {
    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-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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
    }

    td.visible-xs, th.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
    }

    td.visible-sm, th.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:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .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:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .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
    }

    td.visible-print, th.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
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-images-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-images-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-images-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-images-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-images-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media only screen and (max-width:767px) {
    .noMobile {
        display: none !important
    }
}

.mobile {
    display: none !important
}

@media only screen and (max-width:767px) {
    .mobile {
        display: block !important
    }
}

.prefooter {
    color: #010500;
    background: #fff;
    padding: 30px 0
}

.footer, footer {
    color: #fff;
    background: #010500;
    padding: 45px 0
}

.inputArea {
    position: relative;
    display: inline-block;
    margin: .4em 0 .5rem
}

    .inputArea span {
        position: absolute;
        top: 4px;
        left: 10px;
        margin: 0;
        padding: 0;
        z-index: 1;
        color: #999;
        font-weight: 400;
        pointer-events: none
    }

    .inputArea input {
        position: relative;
        z-index: 0
    }

        .inputArea input:focus, .inputArea input:valid {
            z-index: 2
        }

#froisearch-form, .searchForm {
    position: relative;
    display: inline-block
}

    #froisearch-form button, .searchForm button {
        -webkit-appearance: none;
        border-radius: 0;
        background: 0 0;
        box-shadow: none;
        border: none;
        position: absolute;
        right: 0;
        top: 5px;
        color: #010500;
        z-index: 9
    }

    #froisearch-form button {
        top: 0
    }

div.form form > fieldset.error, form.inmo-application > fieldset.error {
    display: block !important
}

div.form form > fieldset p, form.inmo-application > fieldset p {
    margin: 20px 0
}

div.form form > fieldset > ul, form.inmo-application > fieldset > ul {
    margin: 0;
    padding: 0 10px
}

    div.form form > fieldset > ul li, form.inmo-application > fieldset > ul li {
        list-style: none;
        margin-left: 0
    }

        div.form form > fieldset > ul li:after, form.inmo-application > fieldset > ul li:after {
            content: "";
            display: block;
            height: 0;
            clear: both
        }

        div.form form > fieldset > ul li h3, div.form form > fieldset > ul li label, form.inmo-application > fieldset > ul li h3, form.inmo-application > fieldset > ul li label {
            display: block;
            margin: 1em 0 .5rem;
            padding: 0;
            font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
            color: #010500;
            font-size: 2.5rem;
            font-weight: 400;
            clear: left;
            text-transform: none;
            font-style: normal
        }

            div.form form > fieldset > ul li h3.optional:after, div.form form > fieldset > ul li label.optional:after, form.inmo-application > fieldset > ul li h3.optional:after, form.inmo-application > fieldset > ul li label.optional:after {
                content: "(Optional)";
                color: #999;
                font-style: italic;
                padding-left: 4px
            }

            div.form form > fieldset > ul li h3.required:after, div.form form > fieldset > ul li label.required:after, form.inmo-application > fieldset > ul li h3.required:after, form.inmo-application > fieldset > ul li label.required:after {
                content: "*";
                color: red
            }

        div.form form > fieldset > ul li fieldset.date, div.form form > fieldset > ul li fieldset.phone, div.form form > fieldset > ul li fieldset.ssn, form.inmo-application > fieldset > ul li fieldset.date, form.inmo-application > fieldset > ul li fieldset.phone, form.inmo-application > fieldset > ul li fieldset.ssn {
            width: 100%;
            max-width: 314px;
            white-space: nowrap
        }

@media only screen and (max-width:767px) {
    div.form form > fieldset > ul li fieldset.date, div.form form > fieldset > ul li fieldset.phone, div.form form > fieldset > ul li fieldset.ssn, form.inmo-application > fieldset > ul li fieldset.date, form.inmo-application > fieldset > ul li fieldset.phone, form.inmo-application > fieldset > ul li fieldset.ssn {
        max-width: 95%
    }
}

div.form form > fieldset > ul li fieldset.date input, div.form form > fieldset > ul li fieldset.date select, div.form form > fieldset > ul li fieldset.phone input, div.form form > fieldset > ul li fieldset.phone select, div.form form > fieldset > ul li fieldset.ssn input, div.form form > fieldset > ul li fieldset.ssn select, form.inmo-application > fieldset > ul li fieldset.date input, form.inmo-application > fieldset > ul li fieldset.date select, form.inmo-application > fieldset > ul li fieldset.phone input, form.inmo-application > fieldset > ul li fieldset.phone select, form.inmo-application > fieldset > ul li fieldset.ssn input, form.inmo-application > fieldset > ul li fieldset.ssn select {
    display: inline-block;
    width: 30%
}

div.form form > fieldset > ul li fieldset.date .help, div.form form > fieldset > ul li fieldset.phone .help, div.form form > fieldset > ul li fieldset.ssn .help, form.inmo-application > fieldset > ul li fieldset.date .help, form.inmo-application > fieldset > ul li fieldset.phone .help, form.inmo-application > fieldset > ul li fieldset.ssn .help {
    font-size: 13px
}

div.form form > fieldset > ul li .radio li, div.form form > fieldset > ul li .radioNarrow li, div.form form > fieldset > ul li .radioWide li, form.inmo-application > fieldset > ul li .radio li, form.inmo-application > fieldset > ul li .radioNarrow li, form.inmo-application > fieldset > ul li .radioWide li {
    list-style-type: none;
    margin: 0;
    padding: 3px 0
}

    div.form form > fieldset > ul li .radio li:after, div.form form > fieldset > ul li .radioNarrow li:after, div.form form > fieldset > ul li .radioWide li:after, form.inmo-application > fieldset > ul li .radio li:after, form.inmo-application > fieldset > ul li .radioNarrow li:after, form.inmo-application > fieldset > ul li .radioWide li:after {
        content: "";
        display: block;
        height: 0;
        clear: both
    }

div.form form > fieldset > ul li .radio h3, div.form form > fieldset > ul li .radio label, div.form form > fieldset > ul li .radioNarrow h3, div.form form > fieldset > ul li .radioNarrow label, div.form form > fieldset > ul li .radioWide h3, div.form form > fieldset > ul li .radioWide label, form.inmo-application > fieldset > ul li .radio h3, form.inmo-application > fieldset > ul li .radio label, form.inmo-application > fieldset > ul li .radioNarrow h3, form.inmo-application > fieldset > ul li .radioNarrow label, form.inmo-application > fieldset > ul li .radioWide h3, form.inmo-application > fieldset > ul li .radioWide label {
    clear: none;
    display: inline;
    padding: 0 0 0 5px
}

div.form form > fieldset > ul li .mixed, form.inmo-application > fieldset > ul li .mixed {
    display: inline-block
}

    div.form form > fieldset > ul li .mixed > *, div.form form > fieldset > ul li .mixed > div > *, form.inmo-application > fieldset > ul li .mixed > *, form.inmo-application > fieldset > ul li .mixed > div > * {
        display: inline-block !important
    }

    div.form form > fieldset > ul li .mixed input[type=text], div.form form > fieldset > ul li .mixed select, form.inmo-application > fieldset > ul li .mixed input[type=text], form.inmo-application > fieldset > ul li .mixed select {
        width: 50px
    }

    div.form form > fieldset > ul li .mixed label, form.inmo-application > fieldset > ul li .mixed label {
        padding: 0 5px
    }

div.form form > fieldset > ul li .help, form.inmo-application > fieldset > ul li .help {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem
}

@media only screen and (max-width:767px) {
    div.form form > fieldset > ul li .help, form.inmo-application > fieldset > ul li .help {
        display: block;
        margin-left: 0
    }
}

div.form form > fieldset > ul li .help .error, form.inmo-application > fieldset > ul li .help .error {
    color: red
}

div.form form > fieldset > ul li .help .success, form.inmo-application > fieldset > ul li .help .success {
    display: none;
    font-size: 13px;
    color: green
}

    div.form form > fieldset > ul li .help .success:before, form.inmo-application > fieldset > ul li .help .success:before {
        content: "ï˜";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        vertical-align: text-bottom;
        font-weight: 400;
        color: green;
        margin-right: 2px
    }

div.form form > fieldset > ul li .help span, form.inmo-application > fieldset > ul li .help span {
    display: none
}

div.form form > fieldset > ul li.error h3, div.form form > fieldset > ul li.error label, form.inmo-application > fieldset > ul li.error h3, form.inmo-application > fieldset > ul li.error label {
    color: red !important
}

div.form form > fieldset > ul li.error input, div.form form > fieldset > ul li.error textarea, form.inmo-application > fieldset > ul li.error input, form.inmo-application > fieldset > ul li.error textarea {
    border: 1px solid red !important;
    background: rgba(255,0,0,.15) !important
}

div.form form > fieldset > ul li.error span.error, form.inmo-application > fieldset > ul li.error span.error {
    display: block
}

div.form form > fieldset > ul li fieldset fieldset, form.inmo-application > fieldset > ul li fieldset fieldset {
    margin: 0
}

div.form form > fieldset > ul li.success .success, form.inmo-application > fieldset > ul li.success .success {
    display: block
}

div.form form > fieldset > ul li.submit, form.inmo-application > fieldset > ul li.submit {
    margin-top: 20px
}

    div.form form > fieldset > ul li.submit input[type=submit], form.inmo-application > fieldset > ul li.submit input[type=submit] {
        border: none;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        padding: 24px 40px 21px;
        font-size: 1.4rem;
        color: #010500;
        background: 0 0;
        border-color: #010500;
        border-width: 1px;
        border-style: solid;
        border-radius: 0;
        font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase
    }

        div.form form > fieldset > ul li.submit input[type=submit]:focus, div.form form > fieldset > ul li.submit input[type=submit]:hover, form.inmo-application > fieldset > ul li.submit input[type=submit]:focus, form.inmo-application > fieldset > ul li.submit input[type=submit]:hover {
            text-decoration: none;
            background: 0 0;
            color: #010500;
            border-color: #92b7bc
        }

div.form form > fieldset button, div.form form > fieldset input, div.form form > fieldset select, div.form form > fieldset textarea, form.inmo-application > fieldset button, form.inmo-application > fieldset input, form.inmo-application > fieldset select, form.inmo-application > fieldset textarea {
    font-size: 16px
}

div.form form > fieldset input, div.form form > fieldset select, div.form form > fieldset textarea, form.inmo-application > fieldset input, form.inmo-application > fieldset select, form.inmo-application > fieldset textarea {
    max-width: 300px;
    display: inline-block
}

div.form form > fieldset fieldset > ul > li, form.inmo-application > fieldset fieldset > ul > li {
    list-style: none !important
}

body#applicationPage .sidebar, body.application .sidebar, body.loan-application .sidebar {
    padding: 10px
}

    body#applicationPage .sidebar p, body.application .sidebar p, body.loan-application .sidebar p {
        font-size: 1.3rem
    }

body#applicationPage .inform-product-title, body.application .inform-product-title, body.loan-application .inform-product-title {
    display: none
}

body#applicationPage .main, body#applicationPage main, body.application .main, body.application main, body.loan-application .main, body.loan-application main {
    position: relative
}

body#applicationPage .inform-form-steps > ul, body.application .inform-form-steps > ul, body.loan-application .inform-form-steps > ul {
    margin-left: 0;
    padding-left: 0
}

    body#applicationPage .inform-form-steps > ul > li, body.application .inform-form-steps > ul > li, body.loan-application .inform-form-steps > ul > li {
        margin-left: 16px;
        list-style: decimal outside
    }

        body#applicationPage .inform-form-steps > ul > li.active, body.application .inform-form-steps > ul > li.active, body.loan-application .inform-form-steps > ul > li.active {
            color: #010500
        }

div.form form label[for=g-recaptcha-response]:after, div.form form label[for=recaptcha_response_field]:after, form.inmo-application label[for=g-recaptcha-response]:after, form.inmo-application label[for=recaptcha_response_field]:after {
    display: none
}

div.form form #recaptcha_response_field, form.inmo-application #recaptcha_response_field {
    height: 22px !important
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

body {
    font-size: 150%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale
}

*, :after, :before {
    box-sizing: inherit
}

.close {
    text-shadow: none;
    opacity: 1
}

.printOnly {
    display: none
}

@media print {
    .printOnly {
        display: block
    }
}

iframe, img {
    max-width: 100%
}

img {
    height: auto
}

.clickable, .togglesNext {
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .toggledOn {
        display: block;
        max-height: 0;
        overflow-y: hidden;
        transition: all 333ms ease
    }

        .toggledOn.active {
            max-height: 1000px;
            transform: translateZ(0)
        }
}

.disclaimer, .disclaimer * {
    font-size: 1.2rem !important
}

p:empty {
    display: none
}

.no-top-margin {
    margin-top: 0 !important
}

.static {
    position: static
}

.primary-button a, a.primary-button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    color: #010500;
    background: 0 0;
    border-color: #010500;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    transition: all .6s ease
}

    .primary-button a:focus, .primary-button a:hover, a.primary-button:focus, a.primary-button:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

.secondary-button a, a.secondary-button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    border-radius: 0;
    color: #fff;
    background: 0 0;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    transition: all .6s ease
}

    .secondary-button a:hover, a.secondary-button:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

div.primary-button, div.secondary-button {
    display: inline-block;
    text-align: center
}

.h1, h1 {
    font-size: 3.6rem;
    font-family: PracticeDisplay-Regular,Georgia,serif;
    color: #010500
}

@media (min-width:768px) {
    .h1, h1 {
        font-size: 9.6rem
    }
}

.h2, h2 {
    font-size: 2.8rem;
    font-family: PracticeDisplay-Regular,Georgia,serif;
    color: #010500
}

@media (min-width:768px) {
    .h2, h2 {
        font-size: 6.2rem
    }
}

.h3, h3 {
    font-size: 2.3rem;
    font-family: PracticeDisplay-Regular,Georgia,serif;
    color: #010500
}

@media (min-width:768px) {
    .h3, h3 {
        font-size: 4.2rem
    }
}

.h4, h4 {
    font-size: 1.3rem;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    color: #010500
}

.h5, h5 {
    font-size: 2.5rem;
    font-family: PracticeDisplay-Regular,Georgia,serif;
    color: #010500
}

.h6, h6 {
    font-size: 2.2rem;
    font-family: PracticeDisplay-Regular,Georgia,serif;
    color: #010500
}

a {
    text-decoration: underline;
    transition: all .6s ease
}

.main .h1, .main .h2, .main .h3, .main .h4, .main .h5, .main .h6, .main h1, .main h2, .main h3, .main h4, .main h5, .main h6, main .h1, main .h2, main .h3, main .h4, main .h5, main .h6, main h1, main h2, main h3, main h4, main h5, main h6 {
    margin: 1em 0 .5em
}

.main li, .main p, main li, main p {
    font-size: 1.5rem
}

@media (min-width:768px) {
    .main li, .main p, main li, main p {
        font-size: 2.5rem
    }
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none
}

.intro, .page-content, .page-tabs, .secondary-cta {
    margin-bottom: 2em
}

.secondary-cta {
    text-align: center
}

.comparison-chart {
    display: flex;
    margin: 5em 0 2em;
    justify-content: center
}

    .comparison-chart .account {
        flex: 1 1 250px;
        text-align: center;
        border-top: 1px solid #000
    }

        .comparison-chart .account > div:nth-child(2) {
            background: rgba(41,42,44,.2)
        }

        .comparison-chart .account.for-labels {
            flex: 0 1 160px;
            text-align: center
        }

            .comparison-chart .account.for-labels .account-headline, .comparison-chart .account.for-labels .account-name {
                border-left: 1px solid #000;
                display: table;
                width: 100%;
                padding: 10px
            }

                .comparison-chart .account.for-labels .account-headline > *, .comparison-chart .account.for-labels .account-name > * {
                    display: table-cell;
                    width: 100%;
                    vertical-align: middle;
                    padding: 0;
                    margin: 0;
                    text-align: center;
                    font-size: 2.5rem;
                    color: #fff
                }

                .comparison-chart .account.for-labels .account-name > * {
                    color: #000
                }

            .comparison-chart .account.for-labels .section > * {
                text-align: center
            }

        .comparison-chart .account .popular {
            position: absolute;
            width: 100%;
            height: 40px;
            background: #92b7bc;
            line-height: 40px;
            text-align: center;
            border-radius: 10px 10px 0 0;
            top: -41px;
            left: 0;
            font-size: 15px;
            font-weight: 700;
            color: #fff
        }

        .comparison-chart .account .account-headline .primary-button, .comparison-chart .account .account-name .primary-button {
            display: block;
            margin: 10px 0
        }

            .comparison-chart .account .account-headline .primary-button a, .comparison-chart .account .account-name .primary-button a {
                display: block;
                margin: 10px auto 0;
                padding-left: 0;
                padding-right: 0
            }

        .comparison-chart .account .account-headline > a, .comparison-chart .account .account-name > a {
            color: #010500;
            text-decoration: underline
        }

            .comparison-chart .account .account-headline > a:hover, .comparison-chart .account .account-name > a:hover {
                color: #92b7bc
            }

        .comparison-chart .account .account-headline {
            background: #292a2c;
            border-bottom: 1px solid #000;
            border-left: 1px solid #000;
            padding: 10px;
            position: relative
        }

            .comparison-chart .account .account-headline h2 {
                margin: 0;
                font-size: 15px;
                font-weight: 700;
                color: #fff;
                text-transform: uppercase
            }

        .comparison-chart .account .account-name {
            text-align: center;
            background: #010500;
            padding: 10px;
            border-bottom: 1px solid #000;
            border-left: 1px solid #000
        }

            .comparison-chart .account .account-name h2 {
                margin-top: 0;
                margin-bottom: 5px;
                font-size: 15px;
                font-weight: 700;
                color: #000;
                text-transform: uppercase
            }

        .comparison-chart .account .account-details {
            text-align: left
        }

            .comparison-chart .account .account-details h3, .comparison-chart .account .account-details h4 {
                display: none !important
            }

@media only screen and (max-width:767px) {
    .comparison-chart .account .account-details h3, .comparison-chart .account .account-details h4 {
        display: block !important
    }
}

.comparison-chart .account .account-details .section {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    display: table;
    width: 100%;
    padding: 10px
}

    .comparison-chart .account .account-details .section ul li {
        margin-left: 15px
    }

    .comparison-chart .account .account-details .section > * {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        margin: 0
    }

    .comparison-chart .account .account-details .section:first-of-type > * {
        vertical-align: top;
        padding-top: 10px
    }

.comparison-chart .account:last-of-type .account-details .section, .comparison-chart .account:last-of-type .account-headline, .comparison-chart .account:last-of-type .account-name {
    border-right: 1px solid #000
}

.comparison-chart.no-rewards .account > div:nth-child(2) {
    background: 0 0 !important
}

.comparison-chart.no-rewards .account .account-name {
    background: #292a2c
}

    .comparison-chart.no-rewards .account .account-name > a {
        display: block;
        color: #fff
    }

    .comparison-chart.no-rewards .account .account-name h2 {
        color: #fff
    }

.comparison-chart.no-rewards .account.for-labels .account-name > * {
    color: #fff
}

@media only screen and (max-width:767px) {
    .comparison-chart {
        flex-wrap: wrap;
        margin-top: 2em
    }

        .comparison-chart .account {
            margin: 0 auto 10px;
            flex: 0 1 100%
        }

            .comparison-chart .account .account-headline, .comparison-chart .account .account-name {
                padding: 1em;
                border-right: 1px solid #000;
                height: auto !important
            }

            .comparison-chart .account .popular {
                border-radius: 0;
                top: 0
            }

                .comparison-chart .account .popular + h2 {
                    padding-top: 40px
                }

            .comparison-chart .account .account-details .section {
                display: block;
                border-right: 1px solid #000;
                padding: 10px;
                height: auto !important
            }

                .comparison-chart .account .account-details .section > * {
                    display: block
                }
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    border: none
}

.nav {
    display: inline-block
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background: 0 0
}

#header, header {
    position: relative;
    z-index: 300
}

a.skip-to-content {
    display: inline-block !important;
    position: absolute;
    left: -9999px;
    overflow: hidden;
    top: auto;
    width: 1px;
    height: 1px;
    z-index: 50000 !important
}

    a.skip-to-content:active, a.skip-to-content:focus {
        left: 0;
        width: auto;
        height: auto;
        background: #fff;
        color: #000;
        padding: 5px;
        border: 2px solid #000;
        border-radius: 3px
    }

#main:focus, main:focus {
    outline: 0
}

.breadcrumb {
    background-color: #f5f5f5;
    padding: 8px 15px
}

    .breadcrumb ul, .breadcrumb ul li {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0
    }

        .breadcrumb ul li {
            padding-left: 10px
        }

.primaryNav {
    flex: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 2;
    list-style: none;
    position: relative;
    background: 0 0
}

    .primaryNav > li {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        list-style: none
    }

        .primaryNav > li.active > a, .primaryNav > li > a.active {
            background: 0 0;
            color: #fff
        }

        .primaryNav > li > a {
            padding: .5em;
            font-size: 1.6rem;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            display: block
        }

            .primaryNav > li > a:hover {
                background: 0 0;
                color: #92b7bc
            }

            .primaryNav > li > a.inPath {
                background: 0 0;
                color: #fff
            }

        .primaryNav > li > ul {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            z-index: 9999;
            padding: 6.3em 5% 3em;
            list-style: none;
            padding-left: 0;
            visibility: hidden;
            opacity: 0;
            max-height: 0;
            height: auto;
            transition: visibility .5s ease,max-height .5s ease-in-out,opacity .5s ease-in-out
        }

            .primaryNav > li > ul:after {
                content: "";
                display: block;
                height: 0;
                clear: both
            }

            .primaryNav > li > ul.open {
                visibility: visible;
                opacity: 1;
                max-height: 1000px
            }

            .primaryNav > li > ul:before {
                content: "";
                position: absolute;
                width: 100vw;
                height: 100%;
                left: 0;
                top: 0;
                z-index: -1;
                background: #292a2c
            }

@media only screen and (max-width:767px) {
    .primaryNav > li > ul:before {
        left: -15px
    }
}

@media (min-width:768px) {
    .primaryNav > li > ul:before {
        left: calc(-50vw + (720px/2))
    }
}

@media (min-width:992px) {
    .primaryNav > li > ul:before {
        left: calc(-50vw + (940px/2))
    }
}

@media (min-width:1200px) {
    .primaryNav > li > ul:before {
        left: calc(-50vw + (1140px/2))
    }
}

@media (min-width:768px) {
    .primaryNav > li > ul {
        width: 720px;
        min-height: 400px;
        height: auto
    }
}

@media only screen and (min-width:992px) {
    .primaryNav > li > ul {
        width: 940px
    }
}

@media only screen and (min-width:1200px) {
    .primaryNav > li > ul {
        width: 1140px
    }
}

.primaryNav > li > ul > li {
    float: left;
    width: calc(90% / 4);
    margin-right: calc(10% / 4);
    padding-right: 10px;
    margin-top: 1em;
    list-style: none;
    padding-bottom: 10px
}

    .primaryNav > li > ul > li:not(.haschildren) {
        display: inline-block;
        vertical-align: top;
        float: none
    }

    .primaryNav > li > ul > li:nth-child(5) {
        clear: left
    }

    .primaryNav > li > ul > li > a {
        color: #fff;
        text-decoration: none;
        display: block;
        position: relative;
        line-height: 1.25
    }

    .primaryNav > li > ul > li > ul {
        margin-top: 10px;
        padding-left: 0;
        list-style: none
    }

        .primaryNav > li > ul > li > ul > li {
            margin: 0 0 10px;
            line-height: 1.25
        }

            .primaryNav > li > ul > li > ul > li > a {
                font-size: 1.4rem;
                font-weight: 400;
                color: #fff;
                display: block;
                text-decoration: none
            }

                .primaryNav > li > ul > li > ul > li > a:hover {
                    text-decoration: underline
                }

            .primaryNav > li > ul > li > ul > li.inPath > a {
                text-decoration: underline
            }

.primaryNav .close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 999;
    content: "";
    width: 30px;
    height: 30px;
    background: url('../images/irw/sprites-2x.png');
    background-position: 0 0;
    background-size: 250px 250px
}

#mobileMenu {
    height: 0;
    overflow: hidden;
    background: #010500;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-width: 300px;
    z-index: 900;
    transition: all .5s
}

    #mobileMenu > * {
        display: none !important
    }

    #mobileMenu.show-menu {
        overflow: auto;
        height: 100%
    }

        #mobileMenu.show-menu > * {
            display: block !important
        }

    #mobileMenu .close {
        cursor: pointer;
        position: absolute;
        top: 15px;
        text-align: right;
        right: 15px;
        color: #fff;
        font-size: 1.3rem;
        text-transform: uppercase;
        text-shadow: none;
        opacity: 1;
        z-index: 555
    }

    #mobileMenu .site-search, #mobileMenu .ultratopNav {
        margin-left: 15px;
        margin-top: 20px;
        display: block
    }

    #mobileMenu .primaryNav {
        margin: 0;
        padding: 40px 0 0;
        list-style: none;
        clear: both;
        display: block;
        background: 0 0
    }

        #mobileMenu .primaryNav > li {
            background: 0 0;
            border-bottom: #292a2c
        }

            #mobileMenu .primaryNav > li.active {
                background: #010500
            }

            #mobileMenu .primaryNav > li > a {
                padding: 10px 20px
            }

            #mobileMenu .primaryNav > li > ul {
                padding: 0 20px 20px;
                background: #010500;
                position: static;
                display: block;
                width: auto;
                visibility: visible;
                opacity: 1
            }

                #mobileMenu .primaryNav > li > ul:before {
                    display: none
                }

                #mobileMenu .primaryNav > li > ul ul {
                    display: none;
                    padding-left: 15px
                }

                #mobileMenu .primaryNav > li > ul > li {
                    padding-left: 20px;
                    float: none;
                    width: auto;
                    margin-top: 0;
                    margin-right: 0;
                    padding-right: 0;
                    display: block
                }

                    #mobileMenu .primaryNav > li > ul > li.inPath > ul {
                        display: block
                    }

                    #mobileMenu .primaryNav > li > ul > li:last-of-type {
                        border-bottom: none
                    }

        #mobileMenu .primaryNav .nthTier-2 {
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s,margin .3s,padding .3s
        }

        #mobileMenu .primaryNav .active > ul {
            max-height: 1000px
        }

        #mobileMenu .primaryNav .inactive > ul {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0
        }

.socialNav {
    margin: 0;
    padding: 0;
    list-style: none
}

    .socialNav > li {
        padding: 0;
        margin: 0 15px 0 0;
        display: inline-block;
        vertical-align: middle
    }

        .socialNav > li:last-child {
            margin-right: 0
        }

        .socialNav > li > a {
            font-size: 0;
            line-height: 0;
            color: transparent;
            display: block;
            text-decoration: none
        }

            .socialNav > li > a:hover:before {
                color: #92b7bc
            }

            .socialNav > li > a:before {
                content: "ïƒ’";
                font-family: "Font Awesome 5 Brands";
                font-weight: 400;
                font-style: normal;
                text-decoration: inherit;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                vertical-align: text-bottom;
                color: #fff;
                font-size: 30px;
                display: block;
                line-height: 1
            }

            .socialNav > li > a.facebook:before {
                content: "ï‚š"
            }

            .socialNav > li > a.twitter:before {
                content: "ï‚™"
            }

            .socialNav > li > a.linkedin:before {
                content: "ï‚Œ"
            }

            .socialNav > li > a.youtube:before {
                content: "ï…§"
            }

            .socialNav > li > a.instagram:before {
                content: "ï…­"
            }

            .socialNav > li > a.pinterest:before {
                content: "ïƒ’"
            }

            .socialNav > li > a.vimeo:before {
                content: "ïŠ"
            }

@media only screen and (max-width:767px) {
    .socialNav > li {
        margin-right: 10px
    }
}

.share .popover, .share .popover-content {
    padding: 0
}

.share .popover-title {
    margin: 0 !important;
    font-size: 16px !important
}

.share-popup {
    z-index: 3;
    cursor: default;
    max-width: 165px
}

    .share-popup .share-popup-buttons {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap
    }

        .share-popup .share-popup-buttons > div > a:first-child {
            border-left: none;
            border-top: none
        }

        .share-popup .share-popup-buttons > div > a:last-child {
            border-right: none;
            border-top: none
        }

        .share-popup .share-popup-buttons .btn-group {
            flex: 1 1 100%;
            display: flex
        }

        .share-popup .share-popup-buttons a {
            flex: 0 1 50%;
            border-radius: 0;
            float: none;
            text-align: left;
            padding-left: 30px;
            text-decoration: none;
            color: #525252;
            position: relative;
            font-size: 13px
        }

            .share-popup .share-popup-buttons a i {
                position: absolute;
                left: 8px;
                top: 6px;
                font-size: 18px
            }

            .share-popup .share-popup-buttons a.share-facebook i {
                color: #3c5b9a
            }

            .share-popup .share-popup-buttons a.share-facebook:hover {
                background: #dfebf8
            }

            .share-popup .share-popup-buttons a.share-twitter i {
                color: #5fa9dd;
                font-size: 19px
            }

            .share-popup .share-popup-buttons a.share-twitter:hover {
                background: #e6f4fb
            }

            .share-popup .share-popup-buttons a.share-email i {
                color: #f8bc15;
                top: 7px;
                font-size: 16px
            }

            .share-popup .share-popup-buttons a.share-email:hover {
                background: #faf2d9
            }

            .share-popup .share-popup-buttons a.share-linkedin i {
                color: #4875b4
            }

            .share-popup .share-popup-buttons a.share-linkedin:hover {
                background: #dfebf8
            }

    .share-popup .share-popup-close {
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 4px;
        font-size: 15px;
        color: #000
    }

        .share-popup .share-popup-close:hover {
            opacity: .75
        }

.accordion-title {
    font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 36px 50px 24px 0;
    margin: 0 !important;
    margin-bottom: 8px !important;
    background: 0 0;
    color: #010500;
    border: none;
    transition: all .6s ease;
    line-height: 1.35
}

    .accordion-title:hover {
        background: 0 0;
        color: #92b7bc;
        border: none
    }

    .accordion-title:before {
        content: "ï§";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        vertical-align: text-bottom;
        font-weight: 400;
        position: absolute;
        right: 1.5rem;
        font-size: 25px;
        line-height: 1;
        color: inherit;
        top: 1.25rem
    }

    .accordion-title.active {
        background: 0 0;
        color: #010500;
        border: none
    }

        .accordion-title.active:before {
            content: "ï¨"
        }

.accordion-content {
    background: 0 0;
    border: none;
    padding: 25px 0 2px;
    margin: 0 0 8px
}

    .accordion-content > :first-of-type {
        margin-top: 0
    }

table.msplit {
    display: table
}

@media (min-width:768px) {
    table.msplit {
        display: none
    }
}

div.table.split > table:not(.split), table.split {
    display: none
}

@media (min-width:768px) {
    div.table.split > table:not(.split), table.split {
        display: table
    }
}

.rate {
    margin-bottom: 2em
}

    .rate h3 {
        margin-top: 0
    }

        .rate h3:after {
            content: "";
            display: block;
            height: 0;
            clear: both
        }

        .rate h3 a {
            display: block;
            font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            font-style: normal;
            text-decoration: none;
            margin-top: 9px
        }

@media (min-width:768px) {
    .rate h3 a {
        float: right
    }
}

.rate table {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .rate > div.disclaimer {
        margin-top: -20px
    }
}

@media only screen and (max-width:767px) {
    .rate > div.table.split {
        margin: 0
    }
}

.main table, table.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd
}

    .main table td, .main table th, table.table td, table.table th {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        vertical-align: middle
    }

    .main table th, .main table thead td, table.table th, table.table thead td {
        background: #010500;
        font-size: 1.6rem;
        color: #fff;
        font-weight: 700
    }

        .main table th > *, .main table thead td > *, table.table th > *, table.table thead td > * {
            color: inherit
        }

    .main table td, table.table td {
        background: 0 0;
        color: #333
    }

        .main table td > *, table.table td > * {
            color: inherit
        }

#froisearch-results ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

    #froisearch-results ul li {
        margin: 0
    }

        #froisearch-results ul li h2 span, #froisearch-results ul li p:empty {
            display: none
        }

        #froisearch-results ul li h2 a {
            text-decoration: none;
            color: inherit
        }

        #froisearch-results ul li > ul {
            margin: 0;
            padding: 0
        }

            #froisearch-results ul li > ul > li {
                list-style: disc outside;
                margin: 0 0 0 16px
            }

            #froisearch-results ul li > ul > li {
                margin: 0 0 5px 16px !important;
                padding-bottom: 0 !important;
                border-bottom: none !important
            }

.froisearch div div div {
    font-size: 2rem !important
}

#froisearch-header {
    margin-bottom: 2em
}

#froisearch-resultsHeader {
    margin-bottom: 1em
}

    #froisearch-resultsHeader .search-term {
        font-weight: 700;
        font-size: larger
    }

#froisearch-form:before {
    content: "Or search again: "
}

#siteAlert {
    max-width: 960px;
    margin: 0 auto;
    font-family: 'Roboto Condensed',sans-serif !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 30px;
    color: #393939 !important;
    background: 0 0 !important;
    position: relative;
    box-sizing: border-box !important;
    padding-left: 60px;
    z-index: 299
}

    #siteAlert.alert {
        padding: 0;
        border: 0;
        padding-left: calc(10% + 10px)
    }

        #siteAlert.alert:after {
            content: '';
            width: 50vw;
            position: absolute;
            height: 100%;
            top: 0;
            right: 90%;
            background: #000
        }

    #siteAlert:before {
        content: "";
        width: 100vw;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #fbf249;
        position: absolute;
        top: 0;
        z-index: -1
    }

    #siteAlert > span {
        margin-left: 0 !important
    }

    #siteAlert.fyi, #siteAlert.fyi:before {
        background: #ededed !important
    }

    #siteAlert.hideSiteAlert > div {
        max-height: 500px;
        -webkit-transition: max-height .3s;
        -moz-transition: max-height .3s;
        -ms-transition: max-height .3s;
        transition: max-height .3s
    }

    #siteAlert.hideSiteAlert > div {
        max-height: 0
    }

    #siteAlert #siteAlertTitle:after {
        content: '';
        background: url(data:images/png;base64,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);
        width: 43px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5
    }

    #siteAlert.alert #siteAlertTitle:after {
        background: url(data:images/png;base64,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);
        background-size: contain;
        background-repeat: no-repeat;
        width: 60px
    }

    #siteAlert.alert #siteAlertTitle {
        background: 0 0
    }

    #siteAlert.fyi #siteAlertTitle {
        background: 0 0
    }

    #siteAlert #siteAlertTitle {
        margin: 0 0 3px;
        font-size: 23px;
        font-weight: 700;
        font-family: 'Roboto Condensed',Arial;
        width: auto;
        position: static;
        text-align: left;
        color: #000;
        padding: 10px 0 0;
        left: 0;
        top: auto
    }

    #siteAlert #siteAlertText {
        padding: 0 120px 15px 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        font-weight: 400;
        font-family: 'Roboto Condensed',sans-serif
    }

    #siteAlert #siteAlertLink {
        padding: 0;
        margin: 0;
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #45a2bc;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 14px;
        text-decoration: underline;
        width: auto;
        background: 0 0
    }

    #siteAlert.fyi #siteAlertLink {
        color: #45a2bc
    }

    #siteAlert #siteAlertLink {
        font-family: 'Roboto Condensed',sans-serif;
        text-decoration: underline;
        color: #333
    }

        #siteAlert #siteAlertLink:hover {
            color: #000
        }

    #siteAlert #siteAlertClose {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        position: absolute;
        cursor: pointer;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        overflow: hidden;
        background: #000;
        position: absolute;
        top: 13px;
        right: 13px
    }

        #siteAlert #siteAlertClose:before {
            display: block;
            content: "\f00d";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            text-align: center;
            color: #fff;
            padding: 10px 5px;
            font-size: 12px
        }

        #siteAlert #siteAlertClose img {
            display: none
        }

        #siteAlert #siteAlertClose:hover {
            background: #000
        }

            #siteAlert #siteAlertClose:hover:before {
                color: #fff
            }

    #siteAlert.fyi #siteAlertClose {
        background: #000
    }

        #siteAlert.fyi #siteAlertClose:before {
            color: #fff
        }

@media only screen and (max-width:767px) {
    #siteAlert {
        line-height: normal;
        padding-left: 30px
    }

        #siteAlert #siteAlertTitle:after, #siteAlert.alert #siteAlertTitle:after {
            width: 23px;
            height: 27px;
            transform: none;
            top: 10px
        }

        #siteAlert #siteAlertText {
            font-size: 14px;
            padding: 0 30px 15px 0
        }

        #siteAlert #siteAlertTitle {
            font-size: 20px
        }

        #siteAlert #siteAlertLink {
            position: relative;
            right: auto;
            bottom: auto;
            display: block;
            text-align: left;
            font-size: 13px
        }
}

#map {
    height: 275px;
    border: 2px solid #ccc;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2)
}

#locList {
    padding-left: 0;
    list-style: none
}

    #locList li .branchName .distance, #locList li .branchName .hasATM, #locList li .branchName .seeMap {
        float: right;
        margin-right: 20px;
        color: #010500;
        text-decoration: none
    }

        #locList li .branchName .distance a, #locList li .branchName .hasATM a, #locList li .branchName .seeMap a {
            color: inherit;
            text-decoration: none
        }

@media only screen and (max-width:767px) {
    #locList li .branchName .hasATM {
        display: block;
        float: none;
        clear: both
    }
}

#locList li .togglesNext + div {
    display: none
}

#locList li .branchInfo:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

body.popup input {
    height: auto
}

.mfp-close {
    margin: 0
}

.mfp-wrap.questionsPopup .mfp-content {
    max-width: 400px
}

.mfp-wrap.questionsPopup .mfp-iframe-scaler {
    overflow: auto;
    height: 650px;
    padding-top: 0
}

.mfp-wrap.calculatorPopup .mfp-content {
    max-width: 635px
}

.mfp-wrap.calculatorPopup .mfp-iframe-scaler {
    overflow: auto;
    height: 550px;
    padding-top: 0
}

body.popup #footer, body.popup #header, body.popup .column-promo, body.popup .page-header, body.popup .prefooter, body.popup .share-buttons, body.popup .sidebar, body.popup aside, body.popup footer, body.popup form > fieldset > ul li .help, body.popup header {
    display: none !important
}

body.popup h1 {
    margin-top: 15px
}

body.calculator.popup .container {
    width: 100% !important
}

.text-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

div[id*=currentCustomer] {
    text-align: center
}

    div[id*=currentCustomer] > div {
        margin-top: 2em
    }

        div[id*=currentCustomer] > div a {
            display: inline-block;
            text-decoration: none;
            text-align: center;
            padding: 24px 40px 21px;
            font-size: 1.4rem;
            color: #010500;
            background: 0 0;
            border-color: #010500;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
            margin: 0 1em
        }

            div[id*=currentCustomer] > div a:focus, div[id*=currentCustomer] > div a:hover {
                text-decoration: none;
                background: 0 0;
                color: #010500;
                border-color: #92b7bc
            }

.modal-title {
    font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 16px
}

.mfp-zoom-out .mfp-content {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-content {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.popover {
    min-width: 160px
}

.searchPopupWrapper.mfp-bg {
    background: rgba(1,5,0,.95);
    opacity: 1 !important
}

.searchPopupWrapper #searchPopup {
    text-align: center;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    position: relative
}

    .searchPopupWrapper #searchPopup .mfp-close {
        color: #fff;
        top: -60px;
        opacity: 1;
        font-size: 60px
    }

    .searchPopupWrapper #searchPopup form {
        display: block;
        border-bottom: 1px solid #fff;
        background: #010500
    }

        .searchPopupWrapper #searchPopup form:before {
            content: "ï€‚";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            vertical-align: text-bottom;
            font-weight: 400;
            font-size: 30px;
            position: absolute;
            left: 10px;
            top: 8px;
            z-index: 5;
            color: #fff
        }

        .searchPopupWrapper #searchPopup form .inputArea {
            display: block;
            margin: 0
        }

            .searchPopupWrapper #searchPopup form .inputArea span {
                color: #fff;
                font-size: 3.6rem;
                left: 50px
            }

@media (min-width:768px) {
    .searchPopupWrapper #searchPopup form .inputArea span {
        font-size: 3rem
    }
}

@media only screen and (min-width:992px) {
    .searchPopupWrapper #searchPopup form .inputArea span {
        font-size: 3.6rem
    }
}

.searchPopupWrapper #searchPopup form input[type=text] {
    background: #010500;
    border: none;
    padding-left: 50px;
    display: block;
    width: 80%;
    height: 65px;
    font-size: 30px;
    color: #fff
}

.searchPopupWrapper #searchPopup .searchForm button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    color: #010500;
    background: 0 0;
    border-color: #010500;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    right: 10px;
    top: 9px;
    padding: 5px 2em
}

    .searchPopupWrapper #searchPopup .searchForm button:focus, .searchPopupWrapper #searchPopup .searchForm button:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

#header {
    padding-top: 92px;
    background: #010500;
    z-index: 800
}

@media (min-width:768px) and (max-width:991px) {
    #header {
        padding-top: 84px
    }
}

#header .navbar-fixed-top {
    background: #010500;
    padding: 25px 0 30px;
    transition: padding .2s linear
}

@media only screen and (min-width:992px) {
    #header .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
}

#header .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 156px;
    transition: all .2s ease
}

    #header .logo img {
        width: 156px;
        max-width: 156px;
        transition: all .2s ease
    }

        #header .logo img.full-logo {
            opacity: 1
        }

        #header .logo img.icon-only {
            width: 37.5px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: transform .4s ease
        }

@media only screen and (max-width:991px) {
    #header .logo {
        width: 120px
    }

        #header .logo img {
            width: 120px;
            max-width: 120px
        }

            #header .logo img.icon-only {
                width: 28.84px
            }
}

#header .logo, #header .primaryNav, #header .site-search, #header .ultratopNav {
    display: inline-block;
    vertical-align: top
}

#header .static {
    position: static !important
}

#header .text-right {
    padding-top: 8px
}

@media only screen and (max-width:767px) {
    #header .text-right {
        display: none !important
    }
}

@media only screen and (min-width:992px) {
    #header .text-right {
        padding-top: 13px
    }
}

@media (min-width:768px) {
    #header.size-down .navbar-fixed-top {
        padding: 15px 0 18px
    }

    #header.size-down .logo {
        width: 37.5px;
        overflow: hidden
    }

        #header.size-down .logo img.full-logo {
            opacity: 0
        }

        #header.size-down .logo img.icon-only {
            opacity: 1;
            transform: rotate(180deg)
        }

    #header.size-down .oblPopupTrigger, #header.size-down .primaryNav > li > a, #header.size-down .ultratopNav > li a {
        font-size: 1.2rem
    }
}

@media only screen and (max-width:767px) {
    #header {
        padding-top: 65px
    }

        #header .navbar-fixed-top {
            padding: 18px 0 19px
        }

        #header .container > .row > div:first-child > div {
            float: none;
            display: inline-block !important;
            vertical-align: middle
        }

        #header .logo {
            text-align: center
        }

        #header .primaryNav {
            display: none
        }

        #header .oblToggler, #header .primaryNavLink {
            padding: 0;
            cursor: pointer;
            display: block;
            text-decoration: none
        }

            #header .oblToggler img, #header .primaryNavLink img {
                width: 24px
            }

            #header .oblToggler i, #header .primaryNavLink i {
                display: block;
                font-size: 20px
            }

        #header .mobile-menu-wrapper {
            float: right;
            margin-top: 4px
        }
}

.oblPopupTrigger {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .11em;
    text-decoration: none;
    color: #fff
}

@media (min-width:768px) {
    .oblPopupTrigger {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:992px) {
    .oblPopupTrigger {
        font-size: 1.4rem
    }
}

.oblPopupTrigger svg {
    width: 12px;
    height: 16px;
    vertical-align: text-bottom;
    position: relative;
    bottom: 1px
}

    .oblPopupTrigger svg path {
        fill: #fff;
        transition: all .6s ease
    }

.oblPopupTrigger:focus, .oblPopupTrigger:hover {
    color: #92b7bc;
    text-decoration: none
}

    .oblPopupTrigger:focus svg path, .oblPopupTrigger:hover svg path {
        fill: #92b7bc
    }

.container-fluid .primaryNav {
    margin-top: 14px;
    width: calc(100% - 160px)
}

@media (min-width:768px) and (max-width:991px) {
    .container-fluid .primaryNav {
        width: calc(100% - 125px);
        margin-top: 9px
    }
}

.container-fluid .primaryNav .close {
    top: 50px;
    right: 20px;
    width: 18px;
    height: 18px
}

.container-fluid .primaryNav > li {
    margin-left: 7%;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:992px) {
    .container-fluid .primaryNav > li {
        margin-left: 10%
    }
}

.container-fluid .primaryNav > li > a {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .11em;
    text-decoration: none;
    color: #fff;
    padding: 0
}

@media (min-width:768px) {
    .container-fluid .primaryNav > li > a {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:992px) {
    .container-fluid .primaryNav > li > a {
        font-size: 1.4rem
    }
}

.container-fluid .primaryNav > li > a.active {
    position: relative
}

.container-fluid .primaryNav > li > ul {
    left: 50% !important;
    transform: translateX(-50%);
    text-align: left;
    min-height: 410px;
    padding: 6.3em 5% 3em
}

@media (min-width:768px) and (max-width:991px) {
    .container-fluid .primaryNav > li > ul {
        padding-left: 0;
        padding-right: 0
    }
}

.container-fluid .primaryNav > li > ul > li > a {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}

.container-fluid .primaryNav > li > ul > li > ul {
    margin-top: 16px
}

    .container-fluid .primaryNav > li > ul > li > ul li a {
        font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal
    }

.searchbox-toggle {
    color: #fff;
    display: block
}

    .searchbox-toggle svg {
        width: 18px;
        height: 18px
    }

        .searchbox-toggle svg path {
            fill: #fff;
            transition: all .6s ease
        }

    .searchbox-toggle:hover {
        color: #92b7bc
    }

        .searchbox-toggle:hover svg path {
            fill: #92b7bc
        }

.ultratopNav {
    margin: 0 7%;
    padding: 0
}

@media only screen and (min-width:992px) {
    .ultratopNav {
        margin: 0 10%
    }
}

.ultratopNav > li {
    list-style: none
}

    .ultratopNav > li a {
        font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: .11em;
        text-decoration: none;
        color: #fff
    }

@media (min-width:768px) {
    .ultratopNav > li a {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:992px) {
    .ultratopNav > li a {
        font-size: 1.4rem
    }
}

.ultratopNav > li a:focus, .ultratopNav > li a:hover {
    color: #92b7bc
}

#mobileMenu {
    transition: none
}

@media only screen and (max-width:767px) {
    #mobileMenu {
        z-index: 1040;
        transition: all .5s;
        height: 100%;
        left: -100%
    }

        #mobileMenu .site-search #searchPopup.mfp-hide {
            display: block !important;
            text-align: left
        }

        #mobileMenu .searchForm {
            width: 100%
        }

            #mobileMenu .searchForm .inputArea {
                display: block
            }

                #mobileMenu .searchForm .inputArea span {
                    font-family: PracticeDisplay-Regular,Georgia,serif;
                    font-size: 2.2rem;
                    font-weight: 400;
                    font-style: normal;
                    color: #fff;
                    top: 11px;
                    left: 0
                }

            #mobileMenu .searchForm input[type=text] {
                background: #010500;
                border: none;
                border-bottom: 1px solid #fff;
                font-family: PracticeDisplay-Regular,Georgia,serif;
                font-size: 2.2rem;
                font-weight: 400;
                font-style: normal;
                color: #fff;
                height: 50px;
                padding: 0 40px 0 0;
                width: 100%
            }

                #mobileMenu .searchForm input[type=text]:focus {
                    outline: 0
                }

            #mobileMenu .searchForm button {
                top: 18px
            }

                #mobileMenu .searchForm button svg {
                    width: 18px;
                    height: 18px
                }

                    #mobileMenu .searchForm button svg path {
                        fill: #fff;
                        transition: all .6s ease
                    }

        #mobileMenu.show-menu {
            left: 0
        }

        #mobileMenu .site-search {
            margin: 20px 20px 45px !important
        }

        #mobileMenu .close {
            font-size: 0;
            cursor: pointer;
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 999;
            content: "";
            width: 18px;
            height: 18px;
            background: url('../images/irw/sprites-2x.png');
            background-position: 0 0;
            background-size: 250px 250px
        }
}

#mobileMenu .primaryNav {
    width: 100%
}

    #mobileMenu .primaryNav > li {
        display: block;
        width: 100%;
        margin: 0
    }

        #mobileMenu .primaryNav > li a {
            color: #fff
        }

        #mobileMenu .primaryNav > li > a {
            font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
            font-size: 1.6rem;
            font-weight: 400;
            font-style: normal
        }

        #mobileMenu .primaryNav > li > ul {
            left: 0;
            transform: none;
            padding-top: 10px
        }

            #mobileMenu .primaryNav > li > ul > li {
                padding-bottom: 15px
            }

                #mobileMenu .primaryNav > li > ul > li:last-of-type {
                    padding-bottom: 0
                }

                #mobileMenu .primaryNav > li > ul > li > a {
                    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
                    font-size: 1.4rem;
                    font-weight: 400;
                    font-style: normal;
                    text-transform: uppercase
                }

                    #mobileMenu .primaryNav > li > ul > li > a.inPath {
                        color: #92b7bc
                    }

                #mobileMenu .primaryNav > li > ul > li > ul {
                    padding-left: 0
                }

                    #mobileMenu .primaryNav > li > ul > li > ul > li a {
                        font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
                        font-size: 1.6rem;
                        font-weight: 400;
                        font-style: normal
                    }

#mobileMenu .oblPopupTrigger, #mobileMenu .ultratopNav {
    display: inline-block !important;
    vertical-align: top;
    width: 50%;
    margin: 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ffff
}

#mobileMenu .ultratopNav {
    border-right: 1px solid #fff
}

    #mobileMenu .oblPopupTrigger, #mobileMenu .ultratopNav > li a {
        display: block;
        padding: 13px 10px
    }

.column-promo {
    padding: 1em;
    text-align: center
}

@media only screen and (max-width:767px) {
    .column-promo {
        display: none !important
    }
}

.column-promo + .column-promo {
    margin-top: 1.5em
}

.prefooter .row {
    padding: 20px 15px
}

    .prefooter .row p {
        font-size: 1.8rem
    }

@media (min-width:768px) {
    .prefooter .row p {
        font-size: 2.5rem
    }
}

.prefooter .row .dropdown-wrapper {
    margin-bottom: 90px
}

    .prefooter .row .dropdown-wrapper h3 {
        font-family: PracticeDisplay-Regular,Georgia,serif;
        font-size: 3rem;
        font-weight: 400;
        font-style: normal;
        margin: 0;
        display: inline-block;
        padding-right: 13px
    }

@media (min-width:768px) {
    .prefooter .row .dropdown-wrapper h3 {
        font-size: 4.2rem
    }
}

@media only screen and (min-width:992px) {
    .prefooter .row .dropdown-wrapper h3 {
        font-size: 5.5rem
    }
}

@media only screen and (min-width:1200px) {
    .prefooter .row .dropdown-wrapper h3 {
        font-size: 6.2rem
    }
}

.prefooter .row .dropdown-wrapper .dropdown {
    position: relative;
    border-bottom: 1px solid #010500;
    display: inline-block;
    text-align: left;
    width: 370px
}

    .prefooter .row .dropdown-wrapper .dropdown h5 {
        font-family: PracticeDisplay-Italic,Georgia,serif;
        font-size: 3rem;
        font-weight: 400;
        font-style: normal;
        text-transform: lowercase;
        margin: 0;
        line-height: 1.2;
        color: #92b7bc;
        transition: all .6s ease;
        cursor: pointer;
        position: relative
    }

@media (min-width:768px) {
    .prefooter .row .dropdown-wrapper .dropdown h5 {
        font-size: 4.2rem
    }
}

@media only screen and (min-width:992px) {
    .prefooter .row .dropdown-wrapper .dropdown h5 {
        font-size: 5.5rem
    }
}

@media only screen and (min-width:1200px) {
    .prefooter .row .dropdown-wrapper .dropdown h5 {
        font-size: 6.2rem
    }
}

.prefooter .row .dropdown-wrapper .dropdown h5:hover {
    color: #010500
}

.prefooter .row .dropdown-wrapper .dropdown h5:after {
    content: '';
    content: "";
    width: 30px;
    height: 15px;
    background: url('../images/irw/sprites-2x.png');
    background-position: -100px -100px;
    background-size: 250px 250px;
    position: absolute;
    bottom: 15px;
    right: 0;
    transition: transform .3s ease
}

.prefooter .row .dropdown-wrapper .dropdown h5.open:after {
    transform: rotate(180deg)
}

.prefooter .row .dropdown-wrapper .dropdown h5.active {
    color: #010500;
    text-transform: none;
    font-family: PracticeDisplay-Regular,Georgia,serif
}

    .prefooter .row .dropdown-wrapper .dropdown h5.active:hover {
        color: #92b7bc
    }

    .prefooter .row .dropdown-wrapper .dropdown h5.active:after {
        display: none
    }

.prefooter .row .dropdown-wrapper .dropdown ul {
    display: none;
    margin: 0;
    padding: 0;
    border: 1px solid #010500;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5
}

    .prefooter .row .dropdown-wrapper .dropdown ul li {
        list-style: none
    }

        .prefooter .row .dropdown-wrapper .dropdown ul li a {
            font-family: PracticeDisplay-Regular,Georgia,serif;
            font-size: 2.8rem;
            font-weight: 400;
            font-style: normal;
            display: block;
            text-decoration: none;
            padding: 3px 10px 3px 15px
        }

@media (min-width:768px) {
    .prefooter .row .dropdown-wrapper .dropdown ul li a {
        font-size: 4rem
    }
}

@media only screen and (min-width:992px) {
    .prefooter .row .dropdown-wrapper .dropdown ul li a {
        font-size: 5.5rem
    }
}

@media only screen and (min-width:1200px) {
    .prefooter .row .dropdown-wrapper .dropdown ul li a {
        font-size: 6.2rem
    }
}

.prefooter .row .dropdown-wrapper .dropdown ul li a:hover {
    color: #fff;
    background: #292a2c
}

@media only screen and (min-width:992px) {
    .prefooter .row .dropdown-wrapper .dropdown {
        width: 510px
    }

        .prefooter .row .dropdown-wrapper .dropdown h5:after {
            bottom: 25px
        }
}

@media only screen and (min-width:1200px) {
    .prefooter .row .dropdown-wrapper .dropdown {
        width: 560px
    }
}

.prefooter .row .get-started-button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    color: #010500;
    background: 0 0;
    border-color: #010500;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.1;
    transition: all .6s ease;
    letter-spacing: .11em;
    transition: all .4s cubic-bezier(.42,0,.58,1);
    position: relative;
    z-index: 1;
    min-width: 260px
}

    .prefooter .row .get-started-button:focus, .prefooter .row .get-started-button:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

    .prefooter .row .get-started-button:focus {
        text-decoration: none
    }

    .prefooter .row .get-started-button:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        z-index: -1;
        color: #000 !important;
        background: #92b7bc;
        transition: all .4s cubic-bezier(.42,0,.58,1)
    }

    .prefooter .row .get-started-button:hover:before {
        left: 0;
        right: auto;
        width: 100%
    }

@media only screen and (max-width:767px) {
    .prefooter .row .get-started-button {
        font-size: 1.3rem;
        padding: 18px 22px 14px
    }
}

.prefooter .row .get-started-button.inactive {
    border-color: #dde4e7;
    color: #dde4e7;
    cursor: default
}

    .prefooter .row .get-started-button.inactive:hover {
        color: #dde4e7;
        border-color: #dde4e7
    }

        .prefooter .row .get-started-button.inactive:hover:before {
            display: none
        }

@media only screen and (max-width:767px) {
    .prefooter .row .dropdown-wrapper {
        margin-bottom: 40px
    }

        .prefooter .row .dropdown-wrapper .dropdown {
            display: block;
            width: 100%;
            max-width: 270px;
            margin: 0 auto
        }

            .prefooter .row .dropdown-wrapper .dropdown h5.active {
                text-align: center
            }

            .prefooter .row .dropdown-wrapper .dropdown h5:after {
                width: 24px;
                height: 13px;
                background-size: 200px 200px;
                background-position: -80px -80px;
                bottom: 8px
            }
}

@media (min-width:768px) {
    .prefooter {
        padding: 62px 0
    }

        .prefooter .row {
            padding-top: 94px;
            padding-bottom: 68px
        }

            .prefooter .row p {
                margin-bottom: 45px
            }

            .prefooter .row .get-started-button {
                min-width: 285px
            }
}

.footer {
    position: relative
}

    .footer .tagline {
        color: #fff;
        margin: 0;
        font-size: 3rem
    }

@media (min-width:768px) {
    .footer .tagline {
        font-size: 4.2rem
    }
}

@media only screen and (min-width:992px) {
    .footer .tagline {
        font-size: 4.5rem
    }
}

.footer a.sandbox {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    color: #010500;
    background: 0 0;
    border-color: #010500;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.1;
    transition: all .6s ease;
    letter-spacing: .11em;
    transition: all .4s cubic-bezier(.42,0,.58,1);
    position: relative;
    z-index: 1;
    border-color: #92b7bc;
    background: #92b7bc;
    font-size: 1.2rem;
    padding: 16px 25px 11px;
    margin-top: 4px
}

    .footer a.sandbox:focus, .footer a.sandbox:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

    .footer a.sandbox:focus {
        text-decoration: none
    }

    .footer a.sandbox:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        z-index: -1;
        color: #000 !important;
        background: #92b7bc;
        transition: all .4s cubic-bezier(.42,0,.58,1)
    }

    .footer a.sandbox:hover:before {
        left: 0;
        right: auto;
        width: 100%
    }

@media only screen and (max-width:767px) {
    .footer a.sandbox {
        font-size: 1.3rem;
        padding: 18px 22px 14px
    }
}

.footer a.sandbox:before {
    display: none
}

.footer a.sandbox:focus, .footer a.sandbox:hover {
    border-color: #dde4e7;
    background: #dde4e7
}

@media (min-width:768px) and (max-width:991px) {
    .footer a.sandbox {
        padding: 16px 16px 11px
    }
}

.footer .row:last-of-type {
    margin-top: 45px;
    padding-top: 28px;
    position: relative
}

    .footer .row:last-of-type .add-border {
        width: calc(100% - 30px);
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 15px
    }

.footer .copyright {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .11em;
    line-height: 1.7
}

@media (min-width:768px) {
    .footer {
        padding-top: 85px
    }

        .footer .tagline-wrapper {
            margin-bottom: 84px
        }
}

@media only screen and (min-width:992px) {
    .footer {
        padding-top: 125px
    }
}

@media only screen and (max-width:767px) {
    .footer {
        text-align: left
    }

        .footer .col-sm-9 {
            position: static
        }

        .footer .text-right {
            text-align: left
        }

        .footer .tagline {
            width: 200px
        }

        .footer .nav-wrapper img {
            position: absolute;
            top: 52px;
            right: 15px
        }

        .footer a.sandbox {
            padding: 13px 25px 8px;
            width: 100%;
            margin: 30px 0 14px
        }

        .footer .copyright {
            margin-bottom: 15px
        }

        .footer .quicklinksNav {
            margin-top: 32px
        }

            .footer .quicklinksNav:before {
                margin-bottom: 10px
            }

            .footer .quicklinksNav li ~ li {
                margin-top: 8px
            }

        .footer .compliance {
            margin-top: 30px
        }

        .footer .row:last-of-type {
            margin-top: 20px;
            padding-top: 24px
        }
}

.nav-wrapper img {
    width: 50px;
    height: 50px
}

@media (min-width:768px) {
    .nav-wrapper {
        display: flex;
        justify-content: space-between
    }

        .nav-wrapper img {
            width: 60px;
            height: 60px
        }

        .nav-wrapper .quicklinksNav {
            -webkit-flex: 0 1 auto;
            flex: 0 1 auto
        }
}

@media only screen and (min-width:992px) {
    .nav-wrapper img {
        width: 100px;
        height: 100px
    }
}

.quicklinksNav {
    margin: 0;
    padding: 0
}

    .quicklinksNav:before {
        content: 'Solutions';
        font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        font-style: normal;
        letter-spacing: .11em;
        text-transform: uppercase;
        display: block;
        margin: 0 0 18px
    }

    .quicklinksNav li {
        list-style: none;
        line-height: 1.2
    }

        .quicklinksNav li ~ li {
            margin-top: 14px
        }

        .quicklinksNav li a {
            font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            font-style: normal;
            color: #fff
        }

@media (min-width:768px) {
    .quicklinksNav li a {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:992px) {
    .quicklinksNav li a {
        font-size: 1.6rem
    }
}

.quicklinksNav.resources:before {
    content: 'Resources'
}

.quicklinksNav.company:before {
    content: 'Company'
}

.footerNav {
    margin: 2px 0 0;
    padding: 0
}

    .footerNav li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        line-height: 11px;
        margin: 0 20px 0 0
    }

        .footerNav li a {
            font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
            font-size: 1.1rem;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            letter-spacing: .11em
        }

            .footerNav li a:hover {
                color: #92b7bc
            }

@media (min-width:768px) {
    .footerNav li {
        margin: 0
    }

        .footerNav li ~ li {
            margin-left: 12px;
            padding-left: 12px
        }
}

@media only screen and (min-width:992px) {
    .footerNav li ~ li {
        border-left: 1px solid #fff
    }
}

.compliance > div {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 24px
}

    .compliance > div a {
        display: block;
        width: 100%;
        height: 100%
    }

    .compliance > div:last-of-type {
        margin-right: 0
    }

#eh {
    content: "";
    width: 42px;
    height: 43px;
    background: url('../images/irw/sprites-2x.png');
    background-position: 0 -100px;
    background-size: 250px 250px
}

#fdic {
    content: "";
    width: 53px;
    height: 33px;
    background: url('../images/irw/sprites-2x.png');
    background-position: 0 -50px;
    background-size: 250px 250px
}

#ncua {
    content: "";
    width: 117px;
    height: 55px;
    background: url('../images/irw/sprites-2x.png');
    background-position: 0 -150px;
    background-size: 250px 250px
}

#bv-logo, #bv-logo svg {
    width: 100px;
    height: 28px
}

#homePage .full-width-block .left-column p, #homePage .full-width-block .right-column p {
    font-size: 1.5rem
}

@media (min-width:768px) {
    #homePage .full-width-block .left-column p, #homePage .full-width-block .right-column p {
        font-size: 2.5rem
    }
}

#homePage .full-width-block .left-column p:last-child, #homePage .full-width-block .right-column p:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:992px) {
    #homePage .full-width-block .testimonial {
        padding-top: 87px
    }
}

#homePage .full-width-block .testimonial h2 {
    margin-bottom: .8em
}

#homePage .full-width-block .testimonial p {
    margin: 0;
    font-size: 1.7rem
}

@media (min-width:768px) {
    #homePage .full-width-block .testimonial p {
        font-size: 2.5rem
    }
}

#homePage .full-width-block .testimonial p:last-child {
    margin: 0
}

#homePage .full-width-block .testimonial p strong {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: #818284
}

@media (min-width:768px) {
    #homePage .full-width-block .testimonial p strong {
        font-size: 1.4rem
    }
}

#homePage .full-width-block .testimonial p strong a {
    color: inherit
}

    #homePage .full-width-block .testimonial p strong a:hover {
        color: #92b7bc
    }

#homePage .news {
    margin-top: 100px
}

@media only screen and (min-width:992px) {
    #homePage .news {
        margin-top: 140px;
        padding: 62px 0
    }
}

#homePage .news .news-outlet p {
    max-width: 285px;
    margin: 0 auto 34px;
    padding: 0 0 20px;
    line-height: 1.2;
    border-bottom: 1px solid #010500;
    font-family: PracticeDisplay-Regular,Georgia,serif;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal
}

@media (min-width:768px) {
    #homePage .news .news-outlet p {
        font-size: 2.4rem
    }
}

@media only screen and (min-width:992px) {
    #homePage .news .news-outlet p {
        font-size: 2.8rem
    }
}

#homePage .news .news-outlet img {
    max-width: 200px;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    #homePage .news {
        margin-top: 0
    }

        #homePage .news .news-outlet {
            margin-top: 45px
        }

            #homePage .news .news-outlet p {
                margin-bottom: 15px;
                padding-bottom: 15px
            }
}

@media (min-width:768px) {
    #homePage .scrolling-section {
        padding-bottom: 0
    }
}

#homePage .scrolling-section-wrapper {
    height: auto;
    overflow: hidden;
    display: flex
}

    #homePage .scrolling-section-wrapper #logo-box {
        width: 50%;
        height: 100vh
    }

        #homePage .scrolling-section-wrapper #logo-box div {
            text-align: center;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            position: absolute;
            width: 100%;
            transition: opacity .6s
        }

            #homePage .scrolling-section-wrapper #logo-box div .innerLogo {
                color: #fff;
                font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif;
                font-size: 1.6rem;
                font-weight: 400;
                font-style: normal;
                letter-spacing: .026em;
                text-transform: uppercase
            }

                #homePage .scrolling-section-wrapper #logo-box div .innerLogo img, #homePage .scrolling-section-wrapper #logo-box div .innerLogo svg {
                    display: block;
                    height: 235px;
                    margin: 0 auto 30px
                }

                    #homePage .scrolling-section-wrapper #logo-box div .innerLogo img path, #homePage .scrolling-section-wrapper #logo-box div .innerLogo img rect, #homePage .scrolling-section-wrapper #logo-box div .innerLogo svg path, #homePage .scrolling-section-wrapper #logo-box div .innerLogo svg rect {
                        fill: #fff
                    }

@media (min-width:768px) and (max-width:991px) {
    #homePage .scrolling-section-wrapper #logo-box div .innerLogo img, #homePage .scrolling-section-wrapper #logo-box div .innerLogo svg {
        height: 200px
    }
}

#homePage .scrolling-section-wrapper .right-side {
    width: 50%
}

#homePage .scrolling-section-wrapper section .innerText {
    height: 100vh
}

    #homePage .scrolling-section-wrapper section .innerText .inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2
    }

    #homePage .scrolling-section-wrapper section .innerText h3 {
        line-height: 1.2;
        margin: 0 0 1.2em;
        font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        padding-left: 68px;
        letter-spacing: .02em
    }

@media (min-width:768px) {
    #homePage .scrolling-section-wrapper section .innerText h3 {
        font-size: 2.8rem
    }
}

#homePage .scrolling-section-wrapper section .innerText h3:before {
    content: '1';
    position: absolute;
    top: 0;
    left: 0
}

#homePage .scrolling-section-wrapper section .innerText p {
    margin: 0;
    font-size: 1.5rem;
    text-indent: 68px
}

@media (min-width:768px) {
    #homePage .scrolling-section-wrapper section .innerText p {
        font-size: 2rem
    }
}

#homePage .scrolling-section-wrapper section.visible {
    background: #92b7bc
}

#homePage .scrolling-section-wrapper section#two .innerText h3:before {
    content: '2'
}

#homePage .scrolling-section-wrapper section#three .innerText h3:before {
    content: '3'
}

#homePage .scrolling-section-wrapper section#four .innerText h3:before {
    content: '4'
}

#homePage .logo-area-mobile {
    position: relative;
    margin: 0 auto 30px;
    height: 200px
}

    #homePage .logo-area-mobile svg {
        display: none;
        height: 200px;
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%)
    }

        #homePage .logo-area-mobile svg path, #homePage .logo-area-mobile svg rect {
            fill: #fff
        }

body, html {
    overflow-x: hidden
}

hr {
    clear: both;
    border-top-color: #010500;
    margin: 35px 0
}

.disclaimer {
    font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 11px !important;
    line-height: 1.5
}

    .disclaimer * {
        font-size: 11px !important;
        margin: 0;
        font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif
    }

        .disclaimer * strong {
            font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
            font-weight: 400
        }

    .disclaimer ul li {
        font-size: 11px !important
    }

body.popup h1 {
    padding: 10px 10px 0
}

body.popup p {
    padding: 0 10px
}

.primary-button a, .secondary-button a, a.primary-button, a.secondary-button, input[type=submit] {
    line-height: 1.1;
    transition: all .6s ease;
    letter-spacing: .11em;
    transition: all .4s cubic-bezier(.42,0,.58,1);
    position: relative;
    z-index: 1
}

    .primary-button a:focus, .secondary-button a:focus, a.primary-button:focus, a.secondary-button:focus, input[type=submit]:focus {
        text-decoration: none
    }

    .primary-button a:before, .secondary-button a:before, a.primary-button:before, a.secondary-button:before, input[type=submit]:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        z-index: -1;
        color: #000 !important;
        background: #92b7bc;
        transition: all .4s cubic-bezier(.42,0,.58,1)
    }

    .primary-button a:hover:before, .secondary-button a:hover:before, a.primary-button:hover:before, a.secondary-button:hover:before, input[type=submit]:hover:before {
        left: 0;
        right: auto;
        width: 100%
    }

@media only screen and (max-width:767px) {
    .primary-button a, .secondary-button a, a.primary-button, a.secondary-button, input[type=submit] {
        font-size: 1.3rem;
        padding: 18px 22px 14px
    }
}

.primary-button a:focus, .secondary-button a:focus, a.primary-button:focus, a.secondary-button:focus, input[type=submit]:focus {
    text-decoration: none
}

input[type=submit]:hover {
    background: #92b7bc
}

table + p {
    margin-top: 20px !important
}

main h1 em, main h2 em, main h3 em {
    font-style: normal;
    font-family: PracticeDisplay-Italic,Georgia,serif
}

main h4 {
    text-transform: uppercase;
    letter-spacing: .11em
}

b, strong {
    font-weight: 400
}

#oblPopup .mfp-close {
    color: #fff;
    top: -50px;
    font-size: 50px
}

@media (min-width:768px) {
    #oblPopup {
        width: 100%;
        max-width: 880px;
        margin: 0 auto;
        position: relative
    }

        #oblPopup > div {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            height: 400px;
            background: #fff
        }

            #oblPopup > div ~ div {
                background: #292a2c
            }
}

.obLogin {
    padding: 40px 15px 0;
    text-align: center
}

    .obLogin h2 {
        margin: 0 0 28px;
        font-size: 3.5rem
    }

@media (min-width:768px) {
    .obLogin h2 {
        font-size: 3rem
    }
}

@media only screen and (min-width:992px) {
    .obLogin h2 {
        font-size: 3.5rem
    }
}

.obLogin h2 svg {
    width: 18px
}

    .obLogin h2 svg path {
        fill: #010500
    }

.obLogin #loginTo {
    margin-bottom: 20px
}

    .obLogin #loginTo label {
        font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        font-style: normal;
        letter-spacing: .11em;
        text-transform: uppercase
    }

    .obLogin #loginTo input[type=radio] {
        margin: 0 4px 0 0
    }

        .obLogin #loginTo input[type=radio]:last-of-type {
            margin-left: 35px
        }

.obLogin legend {
    display: none
}

.obLogin .inputArea {
    display: block;
    margin: 0 auto;
    width: 280px
}

    .obLogin .inputArea span {
        top: 15px;
        letter-spacing: .11em;
        font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        font-style: normal;
        color: #92b7bc;
        text-transform: uppercase
    }

.obLogin input[type=password], .obLogin input[type=text] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 50px;
    color: #010500;
    font-size: 18px;
    padding-left: 10px;
    border: 1px solid #010500;
    margin-bottom: 14px;
    letter-spacing: .11em;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal
}

.obLogin input[type=submit] {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    color: #010500;
    background: 0 0;
    border-color: #010500;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border-color: #010500;
    background: #010500;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 280px;
    max-width: 100%
}

    .obLogin input[type=submit]:focus, .obLogin input[type=submit]:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

    .obLogin input[type=submit]:hover {
        background: #92b7bc;
        border-color: #92b7bc;
        color: #010500
    }

.obLogin .oblNav {
    text-align: center;
    margin: 0;
    list-style: none;
    padding: 48px 0 0
}

    .obLogin .oblNav li a {
        font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        font-style: normal
    }

        .obLogin .oblNav li a:before {
            content: 'New Client?';
            color: #010500;
            text-decoration: none;
            display: inline-block;
            margin-right: 5px
        }

@media only screen and (max-width:767px) {
    .oblPopupWrapper.mfp-zoom-out.mfp-ready.mfp-bg {
        opacity: 1;
        background: #fff
    }

    .oblPopupWrapper .mfp-content {
        vertical-align: top
    }

    .oblPopupWrapper #oblPopup .mfp-close {
        top: 0;
        color: #010500
    }

    .oblPopupWrapper .obLogin {
        padding-top: 4em
    }

    .oblPopupWrapper .oblPromo {
        background: #292a2c;
        padding: 20px 20px 5px;
        width: 280px;
        margin: 30px auto 0
    }

        .oblPopupWrapper .oblPromo p {
            margin-bottom: 15px
        }
}

.oblPromo {
    padding: 40px 15px 0;
    text-align: center
}

    .oblPromo h2 {
        margin: 0 0 28px;
        font-size: 3.5rem;
        color: #fff
    }

@media (min-width:768px) {
    .oblPromo h2 {
        font-size: 3rem
    }
}

@media only screen and (min-width:992px) {
    .oblPromo h2 {
        font-size: 3.5rem
    }
}

.oblPromo p {
    font-size: 1.5rem;
    max-width: 255px;
    margin: 0 auto 20px;
    text-align: left;
    color: #fff
}

@media (min-width:768px) {
    .oblPromo p {
        font-size: 1.6rem
    }
}

.oblPromo p a {
    color: #fff;
    text-decoration: none
}

    .oblPromo p a:hover {
        color: #92b7bc
    }

.page-header {
    height: 390px;
    position: relative;
    margin-bottom: 74px
}

@media only screen and (min-width:992px) {
    .page-header {
        margin-bottom: 124px
    }
}

.page-header .page-header-img {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width:767px) {
    .page-header .page-header-img {
        left: -15px
    }
}

@media (min-width:768px) {
    .page-header .page-header-img {
        left: calc(-50vw + (720px/2))
    }
}

@media (min-width:992px) {
    .page-header .page-header-img {
        left: calc(-50vw + (940px/2))
    }
}

@media (min-width:1200px) {
    .page-header .page-header-img {
        left: calc(-50vw + (1140px/2))
    }
}

.page-header .page-header-img.default {
    background-image: url('../images/irw/pageimages-default.jpg')
}

.page-header .page-header-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center
}

    .page-header .page-header-content h1 {
        margin: 0;
        color: #fff
    }

@media (min-width:768px) and (max-width:991px) {
    .page-header .page-header-content h1 {
        font-size: 7.2rem
    }
}

@media only screen and (max-width:767px) {
    .page-header {
        height: 200px;
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .page-header.large {
        height: 655px
    }
}

.page-header.large .page-header-img.default {
    background-image: url('../images/irw/pageimages-default-large.jpg')
}

#main.fluid .page-header {
    margin-bottom: 0
}

    #main.fluid .page-header .page-header-img {
        background: #010500
    }

@media (min-width:768px) {
    #main.fluid .page-header {
        height: 315px
    }

        #main.fluid .page-header .page-header-content {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 67px;
            top: auto;
            transform: none
        }
}

#main.fluid .page-content {
    background: #010500
}

#main.blurb li, #main.blurb p {
    font-size: 1.5rem
}

@media (min-width:768px) {
    #main.blurb li, #main.blurb p {
        font-size: 1.8rem
    }
}

#main.blurb h4 {
    font-size: 1.4rem;
    margin-bottom: 1em
}

.comparison-chart.no-rewards {
    margin: 0 0 3em
}

@media only screen and (max-width:767px) {
    .comparison-chart.no-rewards {
        margin-bottom: 1.5em
    }
}

.comparison-chart.no-rewards .account .account-name {
    padding: 30px 10px
}

    .comparison-chart.no-rewards .account .account-name h2 {
        font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        font-style: normal;
        margin: 0
    }

    .comparison-chart.no-rewards .account .account-name > a {
        display: block;
        margin-top: 20px;
        font-size: 1.2rem
    }

        .comparison-chart.no-rewards .account .account-name > a:hover {
            color: #92b7bc
        }

.comparison-chart.no-rewards .account.for-labels .account-name > * {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}

.comparison-chart.no-rewards .account .account-details .section {
    padding: 20px 10px
}

    .comparison-chart.no-rewards .account .account-details .section:first-of-type {
        background: #dde4e7
    }

    .comparison-chart.no-rewards .account .account-details .section:nth-of-type(2) * {
        vertical-align: top
    }

    .comparison-chart.no-rewards .account .account-details .section h3, .comparison-chart.no-rewards .account .account-details .section h5 {
        font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase
    }

    .comparison-chart.no-rewards .account .account-details .section p {
        text-align: center
    }

    .comparison-chart.no-rewards .account .account-details .section li, .comparison-chart.no-rewards .account .account-details .section p {
        font-size: 1.4rem
    }

.compare-wrapper > div.disclaimer {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .compare-wrapper > div.disclaimer {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:992px) {
    .compare-wrapper > div.disclaimer {
        margin-bottom: 130px
    }
}

#froisearch-results > ul, .content-list {
    margin: 0
}

    #froisearch-results > ul .content-item, #froisearch-results > ul > li, .content-list .content-item, .content-list > li {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #010500;
        position: relative
    }

        #froisearch-results > ul .content-item:after, #froisearch-results > ul > li:after, .content-list .content-item:after, .content-list > li:after {
            content: "";
            display: block;
            height: 0;
            clear: both
        }

        #froisearch-results > ul .content-item:last-child, #froisearch-results > ul > li:last-child, .content-list .content-item:last-child, .content-list > li:last-child {
            border-bottom: none;
            margin: 0
        }

        #froisearch-results > ul .content-item .content-details:after, #froisearch-results > ul > li .content-details:after, .content-list .content-item .content-details:after, .content-list > li .content-details:after {
            content: "";
            display: block;
            height: 0;
            clear: both
        }

        #froisearch-results > ul .content-item .content-details > :not(.primary-button), #froisearch-results > ul .content-item > :not(.content-details), #froisearch-results > ul > li .content-details > :not(.primary-button), #froisearch-results > ul > li > :not(.content-details), .content-list .content-item .content-details > :not(.primary-button), .content-list .content-item > :not(.content-details), .content-list > li .content-details > :not(.primary-button), .content-list > li > :not(.content-details) {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }

@media (min-width:768px) {
    #froisearch-results > ul .content-item .content-details > :not(.primary-button), #froisearch-results > ul .content-item > :not(.content-details), #froisearch-results > ul > li .content-details > :not(.primary-button), #froisearch-results > ul > li > :not(.content-details), .content-list .content-item .content-details > :not(.primary-button), .content-list .content-item > :not(.content-details), .content-list > li .content-details > :not(.primary-button), .content-list > li > :not(.content-details) {
        float: left;
        width: 75%
    }
}

@media (min-width:768px) {
    #froisearch-results > ul .content-item .content-details > :not(.primary-button), #froisearch-results > ul .content-item > :not(.content-details), #froisearch-results > ul > li .content-details > :not(.primary-button), #froisearch-results > ul > li > :not(.content-details), .content-list .content-item .content-details > :not(.primary-button), .content-list .content-item > :not(.content-details), .content-list > li .content-details > :not(.primary-button), .content-list > li > :not(.content-details) {
        padding-left: 0;
        padding-right: 50px
    }
}

#froisearch-results > ul .content-item .primary-button, #froisearch-results > ul .content-item .secondary-button, #froisearch-results > ul > li .primary-button, #froisearch-results > ul > li .secondary-button, .content-list .content-item .primary-button, .content-list .content-item .secondary-button, .content-list > li .primary-button, .content-list > li .secondary-button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    color: #010500;
    background: 0 0;
    border-color: #010500;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

    #froisearch-results > ul .content-item .primary-button:focus, #froisearch-results > ul .content-item .primary-button:hover, #froisearch-results > ul .content-item .secondary-button:focus, #froisearch-results > ul .content-item .secondary-button:hover, #froisearch-results > ul > li .primary-button:focus, #froisearch-results > ul > li .primary-button:hover, #froisearch-results > ul > li .secondary-button:focus, #froisearch-results > ul > li .secondary-button:hover, .content-list .content-item .primary-button:focus, .content-list .content-item .primary-button:hover, .content-list .content-item .secondary-button:focus, .content-list .content-item .secondary-button:hover, .content-list > li .primary-button:focus, .content-list > li .primary-button:hover, .content-list > li .secondary-button:focus, .content-list > li .secondary-button:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

@media (min-width:768px) {
    #froisearch-results > ul .content-item .primary-button, #froisearch-results > ul .content-item .secondary-button, #froisearch-results > ul > li .primary-button, #froisearch-results > ul > li .secondary-button, .content-list .content-item .primary-button, .content-list .content-item .secondary-button, .content-list > li .primary-button, .content-list > li .secondary-button {
        float: left;
        width: 25%
    }
}

@media (min-width:768px) {
    #froisearch-results > ul .content-item .primary-button, #froisearch-results > ul .content-item .secondary-button, #froisearch-results > ul > li .primary-button, #froisearch-results > ul > li .secondary-button, .content-list .content-item .primary-button, .content-list .content-item .secondary-button, .content-list > li .primary-button, .content-list > li .secondary-button {
        position: absolute;
        right: 0;
        top: 0
    }
}

#froisearch-results > ul .content-item h2, #froisearch-results > ul .content-item h3, #froisearch-results > ul > li h2, #froisearch-results > ul > li h3, .content-list .content-item h2, .content-list .content-item h3, .content-list > li h2, .content-list > li h3 {
    font-family: PracticeDisplay-Regular,Georgia,serif;
    font-size: 2.8rem;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 19px
}

@media (min-width:768px) {
    #froisearch-results > ul .content-item h2, #froisearch-results > ul .content-item h3, #froisearch-results > ul > li h2, #froisearch-results > ul > li h3, .content-list .content-item h2, .content-list .content-item h3, .content-list > li h2, .content-list > li h3 {
        font-size: 3.6rem
    }
}

#froisearch-results > ul .content-item p, #froisearch-results > ul .content-item ul, #froisearch-results > ul > li p, #froisearch-results > ul > li ul, .content-list .content-item p, .content-list .content-item ul, .content-list > li p, .content-list > li ul {
    margin: 0;
    padding: 0
}

    #froisearch-results > ul .content-item ul li, #froisearch-results > ul > li ul li, .content-list .content-item ul li, .content-list > li ul li {
        margin: 0 0 0 16px;
        list-style: disc outside
    }

#froisearch-results > ul .content-item li, #froisearch-results > ul .content-item p, #froisearch-results > ul > li li, #froisearch-results > ul > li p, .content-list .content-item li, .content-list .content-item p, .content-list > li li, .content-list > li p {
    font-size: 1.6rem
}

@media (min-width:768px) {
    #froisearch-results > ul .content-item li, #froisearch-results > ul .content-item p, #froisearch-results > ul > li li, #froisearch-results > ul > li p, .content-list .content-item li, .content-list .content-item p, .content-list > li li, .content-list > li p {
        font-size: 1.8rem
    }
}

#froisearch-results > ul .content-item.clickable:hover .primary-button, #froisearch-results > ul .content-item.clickable:hover .secondary-button, #froisearch-results > ul > li.clickable:hover .primary-button, #froisearch-results > ul > li.clickable:hover .secondary-button, .content-list .content-item.clickable:hover .primary-button, .content-list .content-item.clickable:hover .secondary-button, .content-list > li.clickable:hover .primary-button, .content-list > li.clickable:hover .secondary-button {
    text-decoration: none;
    background: 0 0;
    color: #010500;
    border-color: #92b7bc
}

    #froisearch-results > ul .content-item.clickable:hover .primary-button:before, #froisearch-results > ul .content-item.clickable:hover .secondary-button:before, #froisearch-results > ul > li.clickable:hover .primary-button:before, #froisearch-results > ul > li.clickable:hover .secondary-button:before, .content-list .content-item.clickable:hover .primary-button:before, .content-list .content-item.clickable:hover .secondary-button:before, .content-list > li.clickable:hover .primary-button:before, .content-list > li.clickable:hover .secondary-button:before {
        left: 0;
        right: auto;
        width: 100%
    }

@media only screen and (max-width:767px) {
    #froisearch-results > ul .content-item h2, #froisearch-results > ul .content-item h3, #froisearch-results > ul > li h2, #froisearch-results > ul > li h3, .content-list .content-item h2, .content-list .content-item h3, .content-list > li h2, .content-list > li h3 {
        text-align: center
    }

    #froisearch-results > ul .content-item .primary-button, #froisearch-results > ul .content-item .secondary-button, #froisearch-results > ul > li .primary-button, #froisearch-results > ul > li .secondary-button, .content-list .content-item .primary-button, .content-list .content-item .secondary-button, .content-list > li .primary-button, .content-list > li .secondary-button {
        max-width: 280px;
        margin: 15px auto 0;
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

#froisearch-resultsHeader .search-term {
    font-weight: 400;
    font-family: PracticeDisplay-Regular,Georgia,serif;
    font-size: 150%
}

.page-content {
    margin: 0
}

    .page-content ol, .page-content ul {
        padding-left: 20px
    }

        .page-content ol li, .page-content ul li {
            margin-bottom: 3px
        }

        .page-content ol ol, .page-content ol ul, .page-content ul ol, .page-content ul ul {
            padding-left: 26px;
            margin: 5px 0
        }

    .page-content .prefooter {
        padding-top: 0
    }

        .page-content .prefooter .row {
            padding-top: 0
        }

    .page-content .split-intro h2 {
        margin-top: 0
    }

        .page-content .split-intro h2 img {
            margin-top: .8em
        }

    .page-content .split-intro + .jump-link-buttons {
        margin-top: 0
    }

@media (min-width:768px) {
    .page-content .split-intro > .fade-in {
        display: flex;
        padding-bottom: 90px
    }

        .page-content .split-intro > .fade-in h2 {
            min-width: 50%;
            padding-right: 20px;
            line-height: 1
        }

        .page-content .split-intro > .fade-in .float-left {
            position: absolute;
            left: 0
        }
}

@media only screen and (max-width:767px) {
    .page-content .split-intro h2 br {
        display: none
    }
}

.page-content .full-width-block.text-center > p span.second-line, .page-content.text-center > p span.second-line {
    display: block;
    font-size: 1.8rem;
    max-width: 870px;
    margin: 20px auto 0
}

@media (min-width:768px) {
    .page-content .full-width-block.text-center > p, .page-content.text-center > p {
        margin-bottom: 2.5em
    }

        .page-content .full-width-block.text-center > p span.second-line, .page-content.text-center > p span.second-line {
            margin-top: 40px
        }
}

@media only screen and (min-width:992px) {
    .page-content .full-width-block.text-center > p, .page-content.text-center > p {
        margin-bottom: 4.5em
    }
}

.page-content .full-width-block .team-contact, .page-content .team-contact {
    margin-bottom: 30px
}

    .page-content .full-width-block .team-contact h3, .page-content .team-contact h3 {
        margin: 0 0 10px;
        font-size: 2.4rem
    }

@media (min-width:768px) {
    .page-content .full-width-block .team-contact h3, .page-content .team-contact h3 {
        font-size: 2.8rem
    }
}

.page-content .full-width-block .team-contact h4, .page-content .team-contact h4 {
    margin: 0 0 10px;
    font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    line-height: 1.8
}

    .page-content .full-width-block .team-contact h4 span, .page-content .team-contact h4 span {
        display: block;
        color: #818284
    }

.page-content .full-width-block .team-contact p, .page-content .team-contact p {
    margin: 0;
    letter-spacing: .11em;
    font-size: 1.4rem;
    line-height: 1.8
}

.page-content .full-width-block .team-contact + p.disclaimer, .page-content .team-contact + p.disclaimer {
    margin-bottom: 0
}

@media (min-width:768px) {
    .page-content .full-width-block .team-contact, .page-content .team-contact {
        margin-bottom: 95px;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding: 0 15px
    }

        .page-content .full-width-block .team-contact h4, .page-content .team-contact h4 {
            margin-bottom: 18px
        }
}

@media only screen and (min-width:992px) {
    .page-content .full-width-block .team-contact, .page-content .team-contact {
        width: 33%
    }
}

.page-content .team-member h3 {
    margin: 22px 0 20px
}

.page-content .team-member h4 {
    line-height: 1.3;
    font-size: 1.1rem;
    margin: 0
}

.page-content .team-member p {
    font-size: 1.5rem;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .page-content .team-member p {
        font-size: 1.6rem
    }
}

.page-content .team-member ~ .team-member {
    margin-top: 40px
}

@media (min-width:768px) {
    .page-content .team-member ~ .team-member {
        margin-top: 80px
    }
}

@media only screen and (min-width:992px) {
    .page-content .team-member ~ .team-member {
        margin-top: 110px
    }
}

@media only screen and (max-width:767px) {
    .page-content .team-member img {
        width: 170px
    }

    .page-content .team-member h3 {
        margin: 15px 0 10px
    }

    .page-content .team-member h4 {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page-content h2 {
        font-size: 5.3rem
    }
}

.fluid-features {
    margin: 0 !important
}

    .fluid-features .featured-content {
        transition: all .6s ease
    }

        .fluid-features .featured-content h2, .fluid-features .featured-content p {
            transition: all .6s ease
        }

        .fluid-features .featured-content h2 {
            margin: 0 0 .8em;
            color: #fff;
            font-size: 2.8rem
        }

@media (min-width:768px) {
    .fluid-features .featured-content h2 {
        font-size: 2.6rem
    }
}

@media only screen and (min-width:992px) {
    .fluid-features .featured-content h2 {
        font-size: 3.4rem
    }
}

@media only screen and (min-width:1200px) {
    .fluid-features .featured-content h2 {
        font-size: 4.2rem
    }
}

@media only screen and (min-width:1450px) {
    .fluid-features .featured-content h2 {
        font-size: 5rem
    }
}

@media only screen and (min-width:1550px) {
    .fluid-features .featured-content h2 {
        font-size: 5.5rem
    }
}

.fluid-features .featured-content p {
    color: #fff;
    font-size: 1.5rem;
    max-width: 360px;
    margin: 0 auto 45px;
    line-height: 1.5
}

@media (min-width:768px) {
    .fluid-features .featured-content p {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1200px) {
    .fluid-features .featured-content p {
        font-size: 1.8rem
    }
}

.fluid-features .featured-content p:last-of-type {
    margin: 0 auto
}

.fluid-features .featured-content p a {
    color: #010500;
    text-decoration: none;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .11em;
    opacity: 0
}

@media (min-width:768px) {
    .fluid-features .featured-content p a {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:992px) {
    .fluid-features .featured-content p a {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:767px) {
    .fluid-features .featured-content {
        padding: 25px 15px;
        border-bottom: 1px solid #292a2c
    }

        .fluid-features .featured-content h2 br {
            display: none
        }

        .fluid-features .featured-content p {
            margin-bottom: 20px
        }

            .fluid-features .featured-content p a {
                opacity: 1
            }
}

@media (min-width:768px) {
    .fluid-features .featured-content {
        height: 500px
    }

        .fluid-features .featured-content .inner {
            padding-top: 108px
        }
}

.fluid-features .featured-content:hover {
    background: #dde4e7
}

    .fluid-features .featured-content:hover h2, .fluid-features .featured-content:hover p {
        color: #010500
    }

        .fluid-features .featured-content:hover p a {
            opacity: 1
        }

.animated-numbers {
    margin-bottom: 50px
}

    .animated-numbers h2, .animated-numbers span {
        display: inline;
        line-height: 1;
        margin: 0 0 .1em;
        font-family: PracticeDisplay-Regular,Georgia,serif;
        font-size: 5.4rem;
        font-weight: 400;
        font-style: normal
    }

@media (min-width:768px) {
    .animated-numbers h2, .animated-numbers span {
        font-size: 7.2rem
    }
}

@media only screen and (min-width:992px) {
    .animated-numbers h2, .animated-numbers span {
        font-size: 9.8rem
    }
}

.animated-numbers p {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .11em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.8
}

@media (min-width:768px) {
    .animated-numbers p {
        font-size: 1.2rem
    }
}

.animated-numbers .number {
    text-align: center;
    border-bottom: 2px solid #010500;
    padding-bottom: 15px;
    max-width: 200px
}

@media only screen and (max-width:767px) {
    .animated-numbers .number {
        margin: 0 auto
    }

        .animated-numbers .number ~ .number {
            margin-top: 30px
        }
}

@media (min-width:768px) {
    .animated-numbers {
        display: flex;
        justify-content: space-between;
        margin-bottom: 90px
    }

        .animated-numbers h2 {
            margin-bottom: .2em
        }

        .animated-numbers .number {
            -webkit-flex: 0 1 20%;
            flex: 0 1 20%;
            padding-bottom: 28px
        }
}

@media only screen and (min-width:992px) {
    .animated-numbers {
        margin-bottom: 150px
    }

        .animated-numbers .number {
            padding-bottom: 42px
        }
}

.jump-link-buttons {
    text-align: center;
    margin: 80px 0
}

    .jump-link-buttons ul {
        margin: 0;
        padding: 0
    }

        .jump-link-buttons ul li {
            list-style: none
        }

            .jump-link-buttons ul li ~ li {
                margin-top: 20px
            }

            .jump-link-buttons ul li a {
                display: inline-block;
                text-decoration: none;
                text-align: center;
                padding: 24px 40px 21px;
                font-size: 1.4rem;
                color: #010500;
                background: 0 0;
                border-color: #010500;
                border-width: 1px;
                border-style: solid;
                border-radius: 0;
                font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
                font-weight: 400;
                font-style: normal;
                text-transform: uppercase;
                line-height: 1.1;
                transition: all .6s ease;
                letter-spacing: .11em;
                transition: all .4s cubic-bezier(.42,0,.58,1);
                position: relative;
                z-index: 1;
                padding-left: 20px;
                padding-right: 20px
            }

                .jump-link-buttons ul li a:focus, .jump-link-buttons ul li a:hover {
                    text-decoration: none;
                    background: 0 0;
                    color: #010500;
                    border-color: #92b7bc
                }

                .jump-link-buttons ul li a:focus {
                    text-decoration: none
                }

                .jump-link-buttons ul li a:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 100%;
                    width: 0;
                    z-index: -1;
                    color: #000 !important;
                    background: #92b7bc;
                    transition: all .4s cubic-bezier(.42,0,.58,1)
                }

                .jump-link-buttons ul li a:hover:before {
                    left: 0;
                    right: auto;
                    width: 100%
                }

@media only screen and (max-width:767px) {
    .jump-link-buttons ul li a {
        font-size: 1.3rem;
        padding: 18px 22px 14px
    }
}

@media only screen and (max-width:767px) {
    .jump-link-buttons ul li a {
        min-width: 225px
    }
}

@media (min-width:768px) {
    .jump-link-buttons ul li {
        display: inline-block;
        vertical-align: top
    }

        .jump-link-buttons ul li ~ li {
            margin-top: 0;
            margin-left: 20px
        }
}

@media only screen and (min-width:992px) {
    .jump-link-buttons ul li ~ li {
        margin-left: 5%
    }

    .jump-link-buttons ul li a {
        min-width: 260px
    }
}

@media only screen and (max-width:767px) {
    .jump-link-buttons {
        margin: 40px 0
    }
}

@media only screen and (min-width:992px) {
    .jump-link-buttons {
        margin: 120px 0
    }
}

.half-block {
    position: relative
}

    .half-block .row .col-sm-6 {
        padding: 40px 15px;
        position: relative
    }

@media (min-width:768px) {
    .half-block .row .col-sm-6 {
        padding: 80px 15px
    }
}

@media only screen and (min-width:992px) {
    .half-block .row .col-sm-6 {
        padding: 130px 15px
    }
}

.half-block .row .col-sm-6 h2 {
    margin: 0 0 1em;
    line-height: 1
}

.half-block .row .col-sm-6 p:last-child {
    margin: 0
}

@media (min-width:768px) {
    .half-block .row .col-sm-6 p {
        margin-bottom: 2.8em
    }
}

.half-block .row .col-sm-6 .primary-button ~ .primary-button {
    margin-left: 20px
}

@media only screen and (max-width:1199px) {
    .half-block .row .col-sm-6 .primary-button ~ .primary-button {
        display: block;
        width: fit-content;
        margin: 10px 0 0
    }
}

@media only screen and (max-width:767px) {
    .half-block .row .col-sm-6:nth-of-type(odd):before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: #dde4e7;
        left: 0 !important
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .half-block .row .col-sm-6:nth-of-type(odd):before {
        left: -15px
    }
}

@media only screen and (max-width:767px) and (min-width:768px) {
    .half-block .row .col-sm-6:nth-of-type(odd):before {
        left: calc(-50vw + (720px/2))
    }
}

@media only screen and (max-width:767px) and (min-width:992px) {
    .half-block .row .col-sm-6:nth-of-type(odd):before {
        left: calc(-50vw + (940px/2))
    }
}

@media only screen and (max-width:767px) and (min-width:1200px) {
    .half-block .row .col-sm-6:nth-of-type(odd):before {
        left: calc(-50vw + (1140px/2))
    }
}

@media (min-width:768px) {
    .half-block .row {
        display: flex;
        flex-wrap: wrap
    }

        .half-block .row .col-sm-6 {
            -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
            max-width: 50%
        }

            .half-block .row .col-sm-6:nth-of-type(odd) {
                padding-right: 5%
            }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .half-block .row .col-sm-6:nth-of-type(odd) {
        padding-right: 8%
    }
}

@media (min-width:768px) {
    .half-block .row .col-sm-6:nth-of-type(even) {
        padding-left: 5%
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .half-block .row .col-sm-6:nth-of-type(even) {
        padding-left: calc(10% - 4px)
    }
}

@media (min-width:768px) {
    .half-block .row .col-sm-6:nth-of-type(4n+1):before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: #dde4e7;
        width: 50vw;
        right: 0 !important;
        left: auto !important
    }
}

@media only screen and (min-width:768px) and (max-width:767px) {
    .half-block .row .col-sm-6:nth-of-type(4n+1):before {
        left: -15px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .half-block .row .col-sm-6:nth-of-type(4n+1):before {
        left: calc(-50vw + (720px/2))
    }
}

@media (min-width:768px) and (min-width:992px) {
    .half-block .row .col-sm-6:nth-of-type(4n+1):before {
        left: calc(-50vw + (940px/2))
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .half-block .row .col-sm-6:nth-of-type(4n+1):before {
        left: calc(-50vw + (1140px/2))
    }
}

@media (min-width:768px) {
    .half-block .row .col-sm-6:nth-of-type(4n+4):before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: #dde4e7;
        width: 50vw;
        right: auto !important;
        left: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:767px) {
    .half-block .row .col-sm-6:nth-of-type(4n+4):before {
        left: -15px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .half-block .row .col-sm-6:nth-of-type(4n+4):before {
        left: auto;
        right: calc(-50vw + (720px/2))
    }
}

@media (min-width:768px) and (min-width:992px) {
    .half-block .row .col-sm-6:nth-of-type(4n+4):before {
        right: calc(-50vw + (940px/2))
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .half-block .row .col-sm-6:nth-of-type(4n+4):before {
        right: calc(-50vw + (1140px/2))
    }
}

.full-width-block.contact-info .left-column p, .full-width-block.contact-info .right-column p, .full-width-block.contact-info h5, .full-width-block.contact-info p, .half-block.contact-info .left-column p, .half-block.contact-info .right-column p, .half-block.contact-info h5, .half-block.contact-info p {
    font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 1.2
}

@media (min-width:768px) {
    .full-width-block.contact-info .left-column p, .full-width-block.contact-info .right-column p, .full-width-block.contact-info h5, .full-width-block.contact-info p, .half-block.contact-info .left-column p, .half-block.contact-info .right-column p, .half-block.contact-info h5, .half-block.contact-info p {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:992px) {
    .full-width-block.contact-info .left-column p, .full-width-block.contact-info .right-column p, .full-width-block.contact-info h5, .full-width-block.contact-info p, .half-block.contact-info .left-column p, .half-block.contact-info .right-column p, .half-block.contact-info h5, .half-block.contact-info p {
        font-size: 2rem
    }
}

.full-width-block.contact-info p:last-child, .half-block.contact-info p:last-child {
    margin: 0
}

.full-width-block.contact-info h5, .half-block.contact-info h5 {
    margin: 0 0 5px
}

.full-width-block.contact-info .contact-section, .half-block.contact-info .contact-section {
    margin-bottom: 20px
}

    .full-width-block.contact-info .contact-section:last-child, .half-block.contact-info .contact-section:last-child {
        margin-bottom: 0
    }

@media (min-width:768px) {
    .full-width-block.contact-info .contact-section, .half-block.contact-info .contact-section {
        margin-bottom: 44px
    }

        .full-width-block.contact-info .contact-section h5, .full-width-block.contact-info .contact-section p, .half-block.contact-info .contact-section h5, .half-block.contact-info .contact-section p {
            display: inline-block;
            vertical-align: top;
            width: 49%
        }

        .full-width-block.contact-info .contact-section h5, .half-block.contact-info .contact-section h5 {
            padding-right: 10px
        }
}

@media only screen and (min-width:992px) {
    .full-width-block.contact-info .contact-section h5, .half-block.contact-info .contact-section h5 {
        width: 44%
    }

    .full-width-block.contact-info .contact-section p, .half-block.contact-info .contact-section p {
        width: 54%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .full-width-block.contact-info .contact-section:last-child p br, .half-block.contact-info .contact-section:last-child p br {
        display: none
    }
}

@media (min-width:768px) {
    .full-width-block.contact-info .contact-section h5 {
        width: 30%
    }

    .full-width-block.contact-info .contact-section p {
        width: 68%
    }

    .full-width-block.contact-info.darkgray-bg .contact-section:nth-of-type(1), .full-width-block.contact-info.darkgray-bg .contact-section:nth-of-type(2) {
        margin-bottom: 6px
    }

    .full-width-block.contact-info.black-bg .contact-section:nth-of-type(1) {
        margin-bottom: 6px
    }
}

.full-width-block {
    position: relative;
    padding: 40px 0
}

@media (min-width:768px) {
    .full-width-block {
        padding: 80px 0
    }
}

@media only screen and (min-width:992px) {
    .full-width-block {
        padding: 130px 0
    }
}

.full-width-block.white-bg:last-child {
    padding-bottom: 0
}

.full-width-block h2, .full-width-block h3:not(.accordion-title) {
    margin: 0 0 1em;
    line-height: 1
}

    .full-width-block h2 em, .full-width-block h3:not(.accordion-title) em {
        font-family: PracticeDisplay-Italic,Georgia,serif
    }

.full-width-block h3:not(.accordion-title) {
    font-size: 2.3rem;
    line-height: 1.15
}

@media (min-width:768px) {
    .full-width-block h3:not(.accordion-title) {
        font-size: 4.2rem
    }
}

@media only screen and (min-width:992px) {
    .full-width-block h3:not(.accordion-title) {
        font-size: 4.8rem
    }
}

@media (min-width:768px) {
    .full-width-block .left-column p, .full-width-block .right-column p {
        margin-bottom: 2.8em
    }

        .full-width-block .left-column p:last-child, .full-width-block .right-column p:last-child {
            margin: 0
        }
}

.full-width-block .left-column ol li, .full-width-block .left-column ul li, .full-width-block .right-column ol li, .full-width-block .right-column ul li {
    font-size: 1.5rem
}

.full-width-block .left-column ol + p, .full-width-block .left-column ul + p, .full-width-block .right-column ol + p, .full-width-block .right-column ul + p {
    font-size: 1.5rem
}

.full-width-block .left-column p {
    margin-bottom: 15px
}

.full-width-block .left-column a.primary-button, .full-width-block .left-column a.secondary-button {
    display: block;
    margin-bottom: 30px;
    max-width: 250px
}

@media only screen and (min-width:992px) {
    .full-width-block .left-column a.primary-button, .full-width-block .left-column a.secondary-button {
        max-width: 340px
    }
}

@media (min-width:768px) {
    .full-width-block .right-column div.form form > fieldset input, .full-width-block .right-column div.form form > fieldset select, .full-width-block .right-column div.form form > fieldset textarea, .full-width-block .right-column form.inmo-application > fieldset input, .full-width-block .right-column form.inmo-application > fieldset select, .full-width-block .right-column form.inmo-application > fieldset textarea {
        max-width: 100%
    }
}

.full-width-block .right-column h3:not(.accordion-title) {
    font-size: 2.3rem
}

@media (min-width:768px) {
    .full-width-block .right-column h3:not(.accordion-title) {
        font-size: 3rem
    }
}

@media only screen and (min-width:992px) {
    .full-width-block .right-column h3:not(.accordion-title) {
        font-size: 3.2rem
    }
}

.full-width-block .right-column p:last-child {
    margin: 0
}

.full-width-block .right-column .secondary-button ~ .secondary-button {
    margin-left: 20px
}

@media only screen and (max-width:1199px) {
    .full-width-block .right-column .secondary-button ~ .secondary-button {
        display: block;
        width: fit-content;
        margin: 10px 0 0
    }
}

.full-width-block:not(.darkgray-bg) .right-column .secondary-button ~ .secondary-button {
    border-color: #92b7bc;
    background: #92b7bc;
    color: #010500
}

    .full-width-block:not(.darkgray-bg) .right-column .secondary-button ~ .secondary-button:hover {
        border-color: #fff;
        background: 0 0
    }

        .full-width-block:not(.darkgray-bg) .right-column .secondary-button ~ .secondary-button:hover:before {
            background: #fff
        }

.full-width-block .row + .row {
    margin-top: 60px
}

    .full-width-block .row + .row.bottom-video {
        margin-top: 30px
    }

@media only screen and (max-width:767px) {
    .full-width-block .row + .row.bottom-video {
        margin-top: 10px
    }
}

.full-width-block#join-our-team .left-column p {
    font-size: 1.5rem;
    margin-bottom: 2.5em
}

@media (min-width:768px) {
    .full-width-block#join-our-team .left-column p {
        font-size: 2.5rem
    }
}

.full-width-block#join-our-team .left-column p:last-child {
    margin: 0
}

.full-width-block#join-our-team .left-column .primary-button {
    display: inline-block
}

.full-width-block .team-highlight h4 {
    margin: 38px 0 32px;
    color: #818284 !important;
    line-height: 1.4
}

.full-width-block .team-highlight .bio {
    padding-right: 20px
}

    .full-width-block .team-highlight .bio p {
        display: none
    }

        .full-width-block .team-highlight .bio p:first-child {
            display: block
        }

@media only screen and (max-width:767px) {
    .full-width-block .team-highlight {
        margin-bottom: 40px
    }

        .full-width-block .team-highlight img {
            max-width: 280px
        }

        .full-width-block .team-highlight h4 {
            margin: 20px 0
        }
}

@media (min-width:768px) {
    .full-width-block .standalone-button {
        margin-top: 90px
    }
}

.full-width-block.testimonials.text-center h3 {
    margin: 0 0 2em;
    line-height: 1.4
}

.full-width-block.testimonials.text-center p {
    font-size: 1.7rem;
    margin-bottom: 6px
}

@media (min-width:768px) {
    .full-width-block.testimonials.text-center p {
        font-size: 2.5rem
    }
}

.full-width-block.testimonials.text-center p:last-child {
    margin: 0
}

.full-width-block.testimonials.text-center p strong {
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .11em
}

@media (min-width:768px) {
    .full-width-block.testimonials.text-center p strong {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:767px) {
    .full-width-block.testimonials.text-center h3 {
        margin-bottom: 1em
    }
}

.full-width-block.mint-bg:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #dde4e7;
    left: 50% !important;
    transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
    .full-width-block.mint-bg:before {
        left: -15px
    }
}

@media (min-width:768px) {
    .full-width-block.mint-bg:before {
        left: calc(-50vw + (720px/2))
    }
}

@media (min-width:992px) {
    .full-width-block.mint-bg:before {
        left: calc(-50vw + (940px/2))
    }
}

@media (min-width:1200px) {
    .full-width-block.mint-bg:before {
        left: calc(-50vw + (1140px/2))
    }
}

.full-width-block.black-bg:before, .full-width-block.darkgray-bg:before, .full-width-block.other-bg:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #010500;
    left: 50% !important;
    transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
    .full-width-block.black-bg:before, .full-width-block.darkgray-bg:before, .full-width-block.other-bg:before {
        left: -15px
    }
}

@media (min-width:768px) {
    .full-width-block.black-bg:before, .full-width-block.darkgray-bg:before, .full-width-block.other-bg:before {
        left: calc(-50vw + (720px/2))
    }
}

@media (min-width:992px) {
    .full-width-block.black-bg:before, .full-width-block.darkgray-bg:before, .full-width-block.other-bg:before {
        left: calc(-50vw + (940px/2))
    }
}

@media (min-width:1200px) {
    .full-width-block.black-bg:before, .full-width-block.darkgray-bg:before, .full-width-block.other-bg:before {
        left: calc(-50vw + (1140px/2))
    }
}

.full-width-block.black-bg h2, .full-width-block.black-bg h3, .full-width-block.black-bg h4, .full-width-block.black-bg h5, .full-width-block.black-bg li, .full-width-block.black-bg p, .full-width-block.darkgray-bg h2, .full-width-block.darkgray-bg h3, .full-width-block.darkgray-bg h4, .full-width-block.darkgray-bg h5, .full-width-block.darkgray-bg li, .full-width-block.darkgray-bg p, .full-width-block.other-bg h2, .full-width-block.other-bg h3, .full-width-block.other-bg h4, .full-width-block.other-bg h5, .full-width-block.other-bg li, .full-width-block.other-bg p {
    color: #fff
}

.full-width-block.black-bg .accordion-title, .full-width-block.darkgray-bg .accordion-title, .full-width-block.other-bg .accordion-title {
    border-bottom-color: #fff
}

    .full-width-block.black-bg .accordion-title:before, .full-width-block.darkgray-bg .accordion-title:before, .full-width-block.other-bg .accordion-title:before {
        background-position: -150px -200px
    }

    .full-width-block.black-bg .accordion-title:after, .full-width-block.darkgray-bg .accordion-title:after, .full-width-block.other-bg .accordion-title:after {
        background-position: -150px -150px
    }

    .full-width-block.black-bg .accordion-title:hover, .full-width-block.darkgray-bg .accordion-title:hover, .full-width-block.other-bg .accordion-title:hover {
        color: #92b7bc
    }

.full-width-block.black-bg a:not(.secondary-button), .full-width-block.darkgray-bg a:not(.secondary-button), .full-width-block.other-bg a:not(.secondary-button) {
    color: #fff
}

    .full-width-block.black-bg a:not(.secondary-button):hover, .full-width-block.darkgray-bg a:not(.secondary-button):hover, .full-width-block.other-bg a:not(.secondary-button):hover {
        color: #92b7bc
    }

.full-width-block.other-bg .bg-images {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: inherit;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width:767px) {
    .full-width-block.other-bg .bg-images {
        left: -15px
    }
}

@media (min-width:768px) {
    .full-width-block.other-bg .bg-images {
        left: calc(-50vw + (720px/2))
    }
}

@media (min-width:992px) {
    .full-width-block.other-bg .bg-images {
        left: calc(-50vw + (940px/2))
    }
}

@media (min-width:1200px) {
    .full-width-block.other-bg .bg-images {
        left: calc(-50vw + (1140px/2))
    }
}

.full-width-block.darkgray-bg:before {
    background-color: #292a2c
}

@media only screen and (max-width:767px) {
    .full-width-block h2 br {
        display: none
    }

    .full-width-block .row + .row {
        margin-top: 10px
    }

    .full-width-block .left-column {
        margin-bottom: 30px
    }

        .full-width-block .left-column p .primary-button, .full-width-block .left-column p .secondary-button {
            margin-bottom: 20px
        }

    .full-width-block .bottom-video > div ~ div {
        margin-top: 10px
    }

    .full-width-block .accordion-title {
        font-size: 1.6rem
    }
}

.product-page .full-width-block .left-column p, .product-page .full-width-block .right-column p {
    font-size: 1.5rem
}

@media (min-width:768px) {
    .product-page .full-width-block .left-column p, .product-page .full-width-block .right-column p {
        font-size: 1.8rem
    }
}

.product-page .full-width-block .left-column ol + p, .product-page .full-width-block .left-column ul + p, .product-page .full-width-block .right-column ol + p, .product-page .full-width-block .right-column ul + p {
    font-size: 1.5rem
}

@media (min-width:768px) {
    .animated-numbers, .fade-in {
        opacity: 0;
        transform: translateY(50px);
        transition: all .8s ease-out
    }

        .animated-numbers.activate, .fade-in.activate {
            opacity: 1;
            transform: translateY(0)
        }
}

.accordion-title {
    line-height: 1.1;
    border-bottom: 1px solid #010500;
    letter-spacing: .026em
}

    .accordion-title:focus {
        outline: 0
    }

    .accordion-title:hover {
        border-bottom: 1px solid #010500
    }

    .accordion-title:after, .accordion-title:before {
        content: '';
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 0;
        transition: opacity .2s ease;
        content: "";
        width: 40px;
        height: 40px;
        background: url('../images/irw/sprites-2x.png');
        background-position: -100px -200px;
        background-size: 250px 250px
    }

    .accordion-title:after {
        opacity: 1;
        background-position: -100px -150px;
        position: absolute
    }

    .accordion-title.active {
        border-bottom: 1px solid #010500
    }

        .accordion-title.active:before {
            opacity: 0
        }

@media only screen and (max-width:767px) {
    .accordion-title {
        padding: 16px 40px 15px 0
    }

        .accordion-title:after, .accordion-title:before {
            transform: scale(.6);
            transform-origin: center right;
            top: 5px
        }
}

.accordion-content > :first-child {
    margin-top: 0
}

.accordion-content li, .accordion-content p {
    font-size: 1.5rem;
    line-height: 1.5
}

@media (min-width:768px) {
    .accordion-content li, .accordion-content p {
        font-size: 1.8rem
    }
}

.accordion-content h4 {
    line-height: 1.4;
    font-size: 1.6rem;
    letter-spacing: .04em
}

@media only screen and (max-width:767px) {
    .accordion-content {
        padding-top: 20px
    }
}

.large-accordion .accordion-title {
    font-size: 1.6rem
}

@media (min-width:768px) {
    .large-accordion .accordion-title {
        font-size: 2.2rem
    }
}

@media only screen and (min-width:992px) {
    .large-accordion .accordion-title {
        font-size: 2.8rem
    }
}

@media (min-width:768px) {
    .large-accordion .accordion-title {
        padding-bottom: 17px
    }
}

.large-accordion .accordion-content li, .large-accordion .accordion-content p {
    font-size: 1.5rem
}

@media (min-width:768px) {
    .large-accordion .accordion-content li, .large-accordion .accordion-content p {
        font-size: 2.5rem
    }
}

.intro :first-child {
    margin-top: 0
}

.page-details {
    margin-top: 2em
}

    .page-details div.primary-button {
        text-align: center;
        display: block;
        margin-bottom: 2em
    }

.product-features {
    margin: 2em 0 4em
}

    .product-features:empty {
        display: none
    }

    .product-features ul {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 100%
    }

        .product-features ul > li {
            flex: 1 1 24%;
            text-align: center;
            margin: 0;
            padding: 0 20px;
            line-height: 1.25;
            list-style: none
        }

            .product-features ul > li ~ li {
                border-left: 1px solid #ccc
            }

            .product-features ul > li img {
                display: block;
                width: auto;
                height: 80px;
                margin: 0 auto 10px
            }

    .product-features .feature-title {
        text-align: center
    }

@media only screen and (max-width:767px) {
    .product-features {
        margin: 2em 0 1em
    }

        .product-features .feature-title {
            margin-bottom: 0
        }

        .product-features ul {
            flex-wrap: wrap
        }

            .product-features ul > li {
                flex: 0 1 49%;
                padding: 0 0 20px
            }

                .product-features ul > li ~ li {
                    border-left: none
                }
}

.other-links {
    text-align: center;
    margin-bottom: 2em
}

    .other-links .share-buttons > div > a, .other-links > a {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        padding: 0 20px;
        line-height: 1;
        border-right: 1px solid #ccc
    }

        .other-links .share-buttons > div > a:hover, .other-links > a:hover {
            text-decoration: underline
        }

        .other-links .share-buttons > div:first-child > a, .other-links > a:first-of-type {
            padding-left: 0
        }

        .other-links > a + .share-buttons > div:first-child > a {
            padding-left: 20px
        }

@media only screen and (max-width:767px) {
    .other-links .share-buttons > div:first-of-type > a, .other-links > a:first-of-type {
        padding-left: 0 !important
    }

    .other-links .share-buttons > div.share > a, .other-links > a:last-of-type {
        padding-right: 0;
        border-right: 0
    }

    .other-links .share-buttons {
        display: block;
        margin-top: 10px
    }
}

.share-buttons {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

    .share-buttons > div {
        display: inline-block;
        vertical-align: top;
        line-height: 1
    }

        .share-buttons > div:last-child a {
            padding-right: 0;
            border-right: 0
        }

    .share-buttons .share {
        display: inline-block !important
    }

a.google, a.itunes {
    font-size: 0;
    color: transparent;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 136px;
    height: 40px;
    background: url('../images/irw/sprites-2x.png');
    background-position: -100px -50px;
    background-size: 250px 250px
}

    a.google:hover, a.itunes:hover {
        opacity: .7
    }

a.google {
    background-position: -100px 0
}

.mfp-bg, .searchPopupWrapper.mfp-bg {
    background: #010500
}

.mfp-iframe-holder .mfp-close {
    width: 30px
}

button.mfp-close {
    font-size: 0 !important;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    content: "";
    width: 30px;
    height: 30px;
    background: url('../images/irw/sprites-2x.png');
    background-position: 0 -200px;
    background-size: 250px 250px;
    transition: all .6s ease;
    opacity: 1
}

    button.mfp-close:hover {
        opacity: .5 !important
    }

@media only screen and (max-width:767px) {
    .oblPopupWrapper #oblPopup button.mfp-close {
        background-position: -50px 0;
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px
    }
}

.mfp-wrap.questionsPopup .mfp-iframe-scaler {
    height: 660px
}

div.form form > fieldset > ul li h3, div.form form > fieldset > ul li label, form.inmo-application > fieldset > ul li h3, form.inmo-application > fieldset > ul li label {
    font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: uppercase
}

.form-control {
    height: 55px;
    border-radius: 0;
    border: 1px solid #010500;
    box-shadow: none
}

div.form form > fieldset > ul li.submit input[type=submit], form.inmo-application > fieldset > ul li.submit input[type=submit] {
    min-width: 200px
}

    div.form form > fieldset > ul li.submit input[type=submit]:hover, form.inmo-application > fieldset > ul li.submit input[type=submit]:hover {
        background: #92b7bc
    }

div.form form > fieldset > ul li h3.optional:after, div.form form > fieldset > ul li label.optional:after, form.inmo-application > fieldset > ul li h3.optional:after, form.inmo-application > fieldset > ul li label.optional:after {
    font-style: normal
}

body.popup div.form form > fieldset > ul li, body.popup form.inmo-application > fieldset > ul li {
    margin-bottom: 20px
}

body.popup .form-control {
    padding: 12px
}

.css-routing-number_check-bubble span {
    font-family: StyreneB-Regular,Raleway,Helvetica,Arial,sans-serif;
    letter-spacing: 0 !important;
    bottom: 71px !important
}

.css-routing-number_check-images {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .css-routing-number_check-images {
        margin-top: 48px
    }
}

.searchPopupWrapper #searchPopup .searchForm:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/irw/search-icon-big.png') 0 0 no-repeat;
    background-size: contain;
    left: 10px;
    top: 37px
}

.searchPopupWrapper #searchPopup .searchForm .inputArea span {
    top: 6px
}

.searchPopupWrapper #searchPopup .searchForm .inputArea span, .searchPopupWrapper #searchPopup .searchForm input[type=text] {
    font-family: PracticeDisplay-Regular,Georgia,serif;
    font-size: 5.8rem;
    font-weight: 400;
    font-style: normal
}

@media (min-width:768px) {
    .searchPopupWrapper #searchPopup .searchForm .inputArea span, .searchPopupWrapper #searchPopup .searchForm input[type=text] {
        font-size: 4.6rem
    }
}

@media only screen and (min-width:992px) {
    .searchPopupWrapper #searchPopup .searchForm .inputArea span, .searchPopupWrapper #searchPopup .searchForm input[type=text] {
        font-size: 5.8rem
    }
}

.searchPopupWrapper #searchPopup .searchForm input[type=text] {
    height: 90px
}

    .searchPopupWrapper #searchPopup .searchForm input[type=text]:focus {
        outline: 0
    }

.searchPopupWrapper #searchPopup .searchForm button {
    transition: all .6s ease;
    letter-spacing: .11em;
    border-color: #fff;
    background: #fff;
    padding: 14px 2em 11px;
    top: 19px
}

    .searchPopupWrapper #searchPopup .searchForm button:hover {
        background: #92b7bc;
        border-color: #92b7bc
    }

form.findBranch label {
    padding-right: 10px
}

form.findBranch input[type=text] {
    max-width: 190px;
    display: inline-block
}

form.findBranch input[type=submit] {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    border-radius: 0;
    color: #fff;
    background: 0 0;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}

    form.findBranch input[type=submit]:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

.location-details form.findBranch {
    display: none
}

#locList {
    margin: 2em 0
}

    #locList li .branchName .branch-title {
        display: inline-block;
        vertical-align: middle;
        width: 65%
    }

    #locList li .branchName .distance, #locList li .branchName .hasATM, #locList li .branchName .seeMap {
        font-size: 1.6rem;
        margin-top: 5px
    }

@media only screen and (max-width:767px) {
    #locList li .branchName .branch-title {
        width: 100%;
        display: block
    }

    #locList li .branchName .distance, #locList li .branchName .hasATM, #locList li .branchName .seeMap {
        display: inline-block !important;
        float: none
    }
}

#locList li .branchInfo {
    font-size: 1.4rem
}

    #locList li .branchInfo .branch-images {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

@media (min-width:768px) {
    #locList li .branchInfo .branch-images {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #locList li .branchInfo .branch-images {
        float: left;
        width: 25%
    }
}

#locList li .branchInfo .branch-images + div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    #locList li .branchInfo .branch-images + div {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    #locList li .branchInfo .branch-images + div {
        float: left;
        width: 33.3333333333%
    }
}

#locList li .branchInfo .branch-images + div + div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    #locList li .branchInfo .branch-images + div + div {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    #locList li .branchInfo .branch-images + div + div {
        float: left;
        width: 41.6666666667%
    }
}

#locList li .branchInfo .branch-images + div + div > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

@media (min-width:992px) {
    #locList li .branchInfo .branch-images + div + div > div {
        float: left;
        width: 100%
    }
}

#locList li .branchInfo .contact-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    #locList li .branchInfo .contact-info {
        float: left;
        width: 33.3333333333%
    }
}

#locList li .branchInfo .contact-info + div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    #locList li .branchInfo .contact-info + div {
        float: left;
        width: 66.6666666667%
    }
}

#locList li .branchInfo .contact-info + div > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    #locList li .branchInfo .contact-info + div > div {
        float: left;
        width: 50%
    }
}

#locList li .branchInfo .contact-info .address {
    margin-bottom: 20px
}

#locList li .branchInfo .getDirections, #locList li .branchInfo .seeDetails {
    display: block
}

#locList li .branchInfo h5 {
    margin-top: 0;
    font-weight: 700;
    font-family: AcuminPro-Light,"Open Sans",Helvetica,Arial,sans-serif
}

#locList li .branchInfo .key {
    font-weight: 700;
    display: block;
    padding-right: 4px
}

@media only screen and (min-width:992px) {
    #locList li .branchInfo .key {
        display: inline-block
    }
}

#locList li .branchInfo .contact > div, #locList li .branchInfo .hours > div > div {
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {
    #locList li .branchInfo .hours {
        padding-left: 0 !important
    }
}

#banner {
    position: relative;
    height: calc(100vh - 64px);
    min-height: 510px
}

@media (min-width:768px) {
    #banner {
        height: calc(100vh - 92px);
        min-height: 560px
    }
}

.scrollDown {
    display: block;
    cursor: pointer;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: #fff;
    transition: all .6s ease;
    position: absolute;
    bottom: 12%;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 500
}

@media (min-width:768px) {
    .scrollDown {
        font-size: 1.4rem
    }
}

.scrollDown:after {
    content: '';
    content: "";
    width: 30px;
    height: 16px;
    background: url('../images/irw/sprites-2x.png');
    background-position: -150px -350px;
    background-size: 250px 250px;
    display: block;
    margin: 35px auto 0
}

.scrollDown:hover {
    color: #92b7bc
}

@media only screen and (max-width:767px) {
    .scrollDown {
        bottom: 30px
    }

        .scrollDown:after {
            margin: 8px auto 0;
            transform: scale(.7);
            transform-origin: bottom center
        }
}

#bannerSlides {
    position: relative;
    width: 100%;
    height: 100%
}

    #bannerSlides noscript {
        display: block;
        background: rgba(255,255,255,.8);
        text-align: center;
        padding: 20px
    }

        #bannerSlides noscript h3, #bannerSlides noscript p {
            margin-top: 0;
            padding: 0
        }

    #bannerSlides .slide {
        width: 100%;
        height: 100%
    }

        #bannerSlides .slide .slideContent {
            text-align: center;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            z-index: 500;
            top: 40%
        }

            #bannerSlides .slide .slideContent * {
                margin: 0;
                color: #fff
            }

            #bannerSlides .slide .slideContent h2, #bannerSlides .slide .slideContent h3, #bannerSlides .slide .slideContent h4, #bannerSlides .slide .slideContent h5, #bannerSlides .slide .slideContent h6, #bannerSlides .slide .slideContent p {
                font-family: PracticeDisplay-Regular,Georgia,serif;
                font-size: 5rem;
                font-weight: 400;
                font-style: normal;
                line-height: 1.05
            }

@media (min-width:768px) {
    #bannerSlides .slide .slideContent h2, #bannerSlides .slide .slideContent h3, #bannerSlides .slide .slideContent h4, #bannerSlides .slide .slideContent h5, #bannerSlides .slide .slideContent h6, #bannerSlides .slide .slideContent p {
        font-size: 6.2rem
    }
}

@media only screen and (min-width:992px) {
    #bannerSlides .slide .slideContent h2, #bannerSlides .slide .slideContent h3, #bannerSlides .slide .slideContent h4, #bannerSlides .slide .slideContent h5, #bannerSlides .slide .slideContent h6, #bannerSlides .slide .slideContent p {
        font-size: 8rem
    }
}

#bannerSlides .slide .slideContent h2 em, #bannerSlides .slide .slideContent h3 em, #bannerSlides .slide .slideContent h4 em, #bannerSlides .slide .slideContent h5 em, #bannerSlides .slide .slideContent h6 em, #bannerSlides .slide .slideContent p em {
    font-family: PracticeDisplay-Italic,Georgia,serif
}

@media (min-width:768px) {
    #bannerSlides .slide .slideContent h2 br, #bannerSlides .slide .slideContent h3 br, #bannerSlides .slide .slideContent h4 br, #bannerSlides .slide .slideContent h5 br, #bannerSlides .slide .slideContent h6 br, #bannerSlides .slide .slideContent p br {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    #bannerSlides .slide .slideContent h2, #bannerSlides .slide .slideContent h3, #bannerSlides .slide .slideContent h4, #bannerSlides .slide .slideContent h5, #bannerSlides .slide .slideContent h6, #bannerSlides .slide .slideContent p {
        font-size: 9.5rem
    }
}

#bannerSlides .slide .slideContent a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 21px;
    font-size: 1.4rem;
    color: #010500;
    background: 0 0;
    border-color: #010500;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    font-family: StyreneB-Medium,Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.1;
    transition: all .6s ease;
    letter-spacing: .11em;
    transition: all .4s cubic-bezier(.42,0,.58,1);
    position: relative;
    z-index: 1
}

    #bannerSlides .slide .slideContent a:focus, #bannerSlides .slide .slideContent a:hover {
        text-decoration: none;
        background: 0 0;
        color: #010500;
        border-color: #92b7bc
    }

    #bannerSlides .slide .slideContent a:focus {
        text-decoration: none
    }

    #bannerSlides .slide .slideContent a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        z-index: -1;
        color: #000 !important;
        background: #92b7bc;
        transition: all .4s cubic-bezier(.42,0,.58,1)
    }

    #bannerSlides .slide .slideContent a:hover:before {
        left: 0;
        right: auto;
        width: 100%
    }

@media only screen and (max-width:767px) {
    #bannerSlides .slide .slideContent a {
        font-size: 1.3rem;
        padding: 18px 22px 14px
    }
}

#bannerSlides .slide .slideContent a ~ a {
    margin-left: 1em
}

@media only screen and (max-width:767px) {
    #bannerSlides .slide .slideContent {
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
        top: 45%
    }
}

#bannerSlides .slide .slideimages {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width:767px) {
    #bannerSlides .slide .slideimages {
        left: -15px
    }
}

@media (min-width:768px) {
    #bannerSlides .slide .slideimages {
        left: calc(-50vw + (720px/2))
    }
}

@media (min-width:992px) {
    #bannerSlides .slide .slideimages {
        left: calc(-50vw + (940px/2))
    }
}

@media (min-width:1200px) {
    #bannerSlides .slide .slideimages {
        left: calc(-50vw + (1140px/2))
    }
}

.banner-pager {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    line-height: 1;
    text-align: center
}

    .banner-pager > span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        background: #fff;
        cursor: pointer;
        font-size: 0
    }

        .banner-pager > span.cycle-pager-active, .banner-pager > span:hover {
            background: #010500
        }

        .banner-pager > span ~ span {
            margin-left: 10px
        }

.banner-navigation {
    position: absolute;
    z-index: 280;
    width: 100%;
    text-align: center;
    bottom: 20px
}

@media only screen and (max-width:767px) {
    .banner-navigation {
        display: none !important
    }
}

.banner-navigation > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    cursor: pointer
}

    .banner-navigation > div:hover {
        color: #010500
    }

    .banner-navigation > div i {
        font-size: 20px;
        vertical-align: middle;
        line-height: 1
    }

@font-face {
    font-family: AcuminPro-Light;
    src: url('../fonts/irw/AcuminPro-Light.eot');
    src: url('../fonts/irw/AcuminPro-Light.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AcuminPro-Light.woff2') format("woff2"),url('../fonts/irw/AcuminPro-Light.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AcuminPro-Regular;
    src: url('../fonts/irw/AcuminPro-Regular.eot');
    src: url('../fonts/irw/AcuminPro-Regular.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AcuminPro-Regular.woff2') format("woff2"),url('../fonts/irw/AcuminPro-Regular.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PracticeDisplay-Regular;
    src: url('../fonts/irw/PracticeDisplayRegular.eot');
    src: url('../fonts/irw/PracticeDisplayRegular.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/PracticeDisplayRegular.woff2') format("woff2"),url('../fonts/irw/PracticeDisplayRegular.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PracticeDisplay-Italic;
    src: url('../fonts/irw/PracticeDisplayRegularIta.eot');
    src: url('../fonts/irw/PracticeDisplayRegularIta.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/PracticeDisplayRegularIta.woff2') format("woff2"),url('../fonts/irw/PracticeDisplayRegularIta.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: StyreneB-Regular;
    src: url('../fonts/irw/StyreneB-Regular.eot');
    src: url('../fonts/irw/StyreneB-Regular.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/StyreneB-Regular.woff2') format("woff2"),url('../fonts/irw/StyreneB-Regular.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: StyreneB-Medium;
    src: url('../fonts/irw/StyreneB-Medium.eot');
    src: url('../fonts/irw/StyreneB-Medium.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/StyreneB-Medium.woff2') format("woff2"),url('../fonts/irw/StyreneB-Medium.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@media print {

    #mobileMenu,
    .primaryNavLink, 
    .logo a:after,
    .oblToggler,
    .ultratopNav,
    .oblToggled,
    .obLogin,
    .primaryNavWrapper,
    .primaryNav,
    .site-search,
    .breadcrumb,
    .primary-button,
    .other-links,
    .sidebar,
    .column-promo,
    .prefooter,
    .share-buttons,
    .footerNav,
    #bv-logo,
    #fdic a:after,
    #ncua a:after
    {
        display: none !important;
    }


    .page-header {
        height: auto;
    }

    .accordion-content {
        display: block !important;
    }


}