@charset "UTF-8";

/* start of seriouslawyers.css */

body {
    font-family: Roboto, sans-serif;
    padding-top: 0
}

main {
    background-color: #f2f2f2;
    padding-top: 13px
}

main.page {
    padding-top: 2px
}

.page-template-page-contact main.page {
    padding-top: 30px
}

p > a {
    font-size: inherit;
}

main.page .col-sm-8 {
    width: 100%
}

@media screen and (min-width:992px) {
    main.page .col-sm-8 {
        padding-right: 2px;
        width: 620px
    }
}

@media screen and (min-width:1200px) {
    main.page .col-sm-8 {
        width: 785px
    }
}

main.page .col-sm-4 {
    width: 100%
}

@media screen and (min-width:992px) {
    main.page .col-sm-4 {
        padding-left: 2px;
        width: 320px
    }
}

@media screen and (min-width:1200px) {
    main.page .col-sm-4 {
        width: 385px
    }
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    color: #202020
}

em,
li,
p {
    font-family: Roboto, sans-serif
}

.but.but-1,
.cta .col-sm-6 p span.em {
    font-family: "Roboto Condensed", sans-serif
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
    border-color: #ccc
}

.btn:active,
.btn:focus {
    outline: 0
}

article[class*=col-] .video a img {
    max-width: 100%
}

article .content {
    padding: 37px 15px 20px
}

article .content h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 22px
}

@media screen and (min-width:768px) {
    article[class*=col-] .video a img {
        width: auto
    }

    article .content {
        padding: 37px 40px 20px
    }

    article .content h1 {
        font-size: 46px
    }
}

article .content h2 {
    font-size: 35px
}

article .content h3 {
    font-size: 23px;
    font-weight: 700
}

article .content ol li,
article .content p,
article .content ul li {
    font-weight: 300;
    line-height: 1.7;
    font-size: 20px
}

article .content p {
    margin-bottom: 20px
}

article .content ul {
    list-style: none;
    padding: 0
}

article .content ul li {
    background: url(../images/li.png) left top 8px no-repeat;
    padding-left: 35px
}

article .content ol {
    padding: 0;
    list-style: none;
    counter-reset: counter
}

article .content ol li {
    padding-left: 35px
}

article .content ol li:before {
    content: counter(counter);
    counter-increment: counter;
    background: #003b4f;
    border-radius: 20px;
    color: #fff;
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    padding-top: 5px;
    margin-left: -40px;
    margin-right: 16px
}

.purple,
.white {
    background: #fff
}

.cta .col-sm-6 p span,
.white span.red {
    color: #bf4220
}

article .content img {
    margin: 0 auto 10px;
    display: block
}

@media screen and (min-width:768px) {

    article .content img,
    article .content img.left {
        width: auto;
        float: left;
        margin: 10px 25px 10px 0
    }

    article .content img.right {
        width: auto;
        float: right;
        margin: 10px 0 10px 25px
    }

    article .content img.center {
        width: auto;
        display: block;
        margin: 10px auto
    }
}

article .content .block {
    margin: 0 0 20px;
    padding: 0
}

article .widget-form {
    text-align: left
}

.cta .col-sm-6 p {
    font-size: 28px !important
}

.cta .col-sm-6 p strong {
    font-size: 30px !important
}

.cta .col-sm-6 p span.em {
    font-weight: 700;
    font-size: 29px;
    color: #bf4220;
    font-style: normal
}

.purple .but {
    border-color: #284f7f !important;
    color: #bf4220 !important
}

.brown {
    background: #3b2d28
}

.grey {
    background: #f2f2f2
}

.but {
    display: inline-block;
    text-decoration: none;
    transition: all .25s ease;
    width: 100%
}

.but:active,
.but:focus,
.but:hover {
    text-decoration: none;
    outline-color: transparent
}

.but.but-1 {
    background: #bf4220;
    border: 0;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    padding: 6px 34px 4px;
    text-shadow: 1px 1px 1px #646464;
    text-align: center
}

.but.but-2,
.but.but-3 {
    color: #32768c;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .but {
        width: auto
    }

    .but.but-1 {
        text-align: left
    }
}

.but.but-2 {
    border: 2px solid #d8d8d8;
    font-size: 20px;
    text-align: center;
    padding: 10px 00px;
    line-height: 1.3;
    background: url(../images/arrow-double-right.png) right 21px center no-repeat #fff
}

@media screen and (min-width:768px) {
    .but.but-2 {
        text-align: left;
        font-size: 22px;
        padding: 8px 48px 11px 22px
    }

    ul.contact-list {
        display: block
    }
}

.but.but-3 {
    border: 2px solid #f0f0f0;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px 7px
}

.but.but-3:after {
    content: url(../images/arrow-right.png);
    padding-left: 13px
}

.but.but-4 {
    font-weight: 700 !important;
    font-size: 18px !important;
    padding-right: 30px;
    color: #bf4220 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    background: url(../images/arrow-right.png) right center no-repeat;
    width: auto !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important
}

.but.but-5 {
    color: #202020;
    border: 2px solid #f5f5f5;
    padding: 13px 16px 12px 52px;
    font-size: 17px;
    background: left 12px center no-repeat;
    line-height: 1.1
}

#tap-buttons {
    background: #3b2d28;
    font-size: 20px;
    text-align: center
}

#tap-buttons .but {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px
}

#tap-buttons .col-xs-6:first-child {
    padding: 13px 10px 13px 20px
}

#tap-buttons .col-xs-6:last-child {
    padding: 13px 20px 13px 10px
}

.free-consultation {
    margin-bottom: 10px;
}

ul.contact-list > div, .free-consultation {
    font-family: "Roboto Condensed", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;

    a {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        color: #bf4220;
    }

    span {
        text-transform: uppercase;
        margin-top: 5px;
        color: #202020;
        display: block;
        font-size: 20px;
        font-weight: 400;
        margin-top: 0px;
    }
    
}

ul.contact-list {
    padding: 15px 0 0;
    margin: 0;
    list-style: none;
    float: right;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:1200px) {
    article .widget-form form.contact textarea {
        height: 230px
    }

    ul.contact-list {
        display: -ms-flexbox;
        display: flex
    }
}

ul.contact-list li {
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    margin-right: 10px;
    color: #bf4220
}

ul.contact-list li:first-child {
    margin-right: 26px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2
}

ul.contact-list li:first-child span {
    margin-top: 5px;
    color: #202020;
    display: block;
    font-size: 20px;
    font-weight: 400
}

ul.contact-list li:last-child {
    margin-right: 0
}

.cta {
    position: relative
}

.cta .col-xs-12 {
    text-align: center;
    float: none
}

@media screen and (max-width:768px) {
    .cta .col-sm-6 {
        height: auto !important
    }
}

@media screen and (min-width:768px) {

    .cta .col-sm-6,
    .cta .col-xs-12 {
        margin-top: 35px
    }

    ul.contact-list li:first-child {
        display: block;
        margin-bottom: 10px
    }

    .cta .col-xs-12 {
        float: left
    }
}

.cta .col-sm-6 p {
    margin: 0 0 15px
}

@media screen and (min-width:768px) {
    .cta .col-sm-6 p {
        margin: 15px 0
    }
}

.cta .col-sm-6:last-child {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .cta .col-sm-6:last-child {
        margin-top: 35px
    }

    .cta .col-sm-6 .left,
    .cta .col-sm-6 .right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cta .col-sm-6 .left {
    text-align: center;
    height: auto !important;
    margin-top: 20px
}

.cta .col-sm-6 .left p {
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 25px !important;
    line-height: 1.2 !important
}

.blog-item .blog-content .meta .date p,
.panel-group .panel .panel-body ul li,
.panel-group .panel .panel-heading h4 {
    font-family: "Roboto Condensed", sans-serif
}

@media screen and (min-width:768px) {
    .cta .col-sm-6 .left {
        position: absolute;
        right: 0;
        border-right: 1px solid #cacaca;
        padding: 0 25px 0 0 !important;
        margin: 0 0 15px
    }

    .cta .col-sm-6 .left p {
        font-size: 29px !important
    }
}

.cta .col-sm-6 .left p strong {
    display: block;
    font-size: 25px
}

.cta .col-sm-6 .left p span {
    color: #bf4220;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .cta .col-sm-6 .left p strong {
        font-size: 30px
    }

    .cta .col-sm-6 .right {
        position: absolute;
        left: 0;
        padding: 0 0 0 25px !important
    }
}

.cta .col-sm-6 .right .but {
    text-align: center;
    font-size: 22px;
    padding: 4px 10px 6px;
    display: block;
    margin: 0 auto;
    width: 93%
}

@media screen and (min-width:768px) {
    .cta .col-sm-6 .right .but {
        width: 100%;
        font-size: 25px;
        padding: 6px 34px 4px
    }
}

@media screen and (min-width:1200px) {
    .cta .col-sm-6 .right .but {
        width: 300px
    }
}

.cta.inline {
    float: left;
    width: 100%;
    display: block;
    padding: 18px 24px;
    margin-bottom: 30px;
    margin-top: 30px
}

.cta.inline .col-sm-6 {
    margin-top: 0
}

.cta.inline .col-sm-6 .left p strong {
    font-size: 25px !important
}

@media screen and (min-width:768px) {
    .cta.inline .col-sm-6 .left p strong {
        font-size: 28px
    }
}

.input-group-btn {
    display: block
}

.panel-group {
    text-align: left;
    margin-bottom: 0
}

.panel-group .panel {
    border: 0;
    margin-top: 15px !important;
    margin-bottom: 0
}

.panel-group .panel .panel-heading {
    border-radius: 0;
    padding: 16px 23px
}

.panel-group .panel .panel-heading.open {
    background: url(../images/collapse-bot.png) right 15px center no-repeat #fff;
    transition: all .5s
}

.panel-group .panel .panel-heading.closed {
    background: url(../images/collapse-right.png) right 15px center no-repeat #f0f0f0
}

.panel-group .panel .panel-heading.closed a,
.panel-group .panel .panel-heading.closed a:hover {
    color: #111034
}

.panel-group .panel .panel-heading a,
.panel-group .panel .panel-heading a:active,
.panel-group .panel .panel-heading a:focus,
.panel-group .panel .panel-heading a:hover,
.panel-group .panel .panel-heading a:visited {
    color: #bf4220
}

.panel-group .panel .panel-heading h4 {
    font-weight: 700;
    font-size: 20px
}

.panel-group .panel .panel-body {
    border: 0;
    padding: 0
}

.panel-group .panel .panel-body ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.panel-group .panel .panel-body ul li {
    background: url(../images/bullet-arrow.png) left 13px center no-repeat;
    color: #2b4f9f;
    font-size: 17px;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0 10px 30px
}

.panel-group .panel .panel-body ul li a {
    color: #2b4f9f
}

.panel-group .panel .panel-body ul li a:after {
    content: "\00BB";
    padding-left: 5px
}

.blog-item img {
    width: 100%
}

.blog-item .blog-content {
    padding: 15px 27px 58px
}

.blog-item .blog-content .meta .date {
    float: left;
    border-right: 1px solid #f2f2f2;
    padding-right: 10px;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: center
}

.blog-item .blog-content .meta .date p {
    font-size: 16px;
    text-transform: uppercase
}

.blog-item .blog-content .meta .date p span.day {
    font-weight: 700;
    font-size: 26px;
    font-family: Roboto, sans-serif;
    color: #202020;
    display: block
}

.blog-item .blog-content .meta .date p span.year {
    color: #202020;
    display: block
}

@media screen and (min-width:398px) {
    .blog-item .blog-content .meta .date p span.year {
        display: inline-block
    }
}

@media screen and (min-width:768px) {
    .blog-item .blog-content .meta .date p span.year {
        display: inline-block
    }
}

@media screen and (min-width:992px) {
    .blog-item .blog-content .meta .date p span.year {
        display: block
    }
}

@media screen and (min-width:1200px) {
    .blog-item .blog-content .meta .date {
        padding-right: 18px;
        padding-left: 18px
    }

    .blog-item .blog-content .meta .date p span.year {
        display: inline-block
    }
}

.blog-item .blog-content .meta .author {
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    float: left
}

@media screen and (max-width:767px) {
    .blog-item .blog-content .meta .author {
        max-width: 190px
    }
}

@media screen and (min-width:1200px) {
    .blog-item .blog-content .meta .author {
        padding-left: 25px
    }
}

.blog-item .blog-content .meta .author p {
    display: block;
    margin: 0;
    line-height: 1.4
}

.blog-item .blog-content .meta .author p a {
    color: #bf4220
}

.blog-item .blog-content .excerpt {
    text-align: left;
    border-top: 1px solid #f2f2f2
}

.blog-item .blog-content .excerpt a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: #32768c
}

.ssbp-list li a,
a.more {
    font-size: 18px !important
}

.blog-item .blog-content .excerpt h2 {
    color: #2b4f9f
}

.blog-item .blog-content .excerpt p {
    font-weight: 300;
    line-height: 25px
}

.fancy span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    color: #000
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .blog-item .blog-content .meta .author {
        max-width: 200px
    }

    .fancy span {
        padding: 0 10px
    }
}

.fancy:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%
}

header #hero [class*=col-],
header nav {
    position: relative
}

a.more {
    float: right;
    font-weight: 700 !important;
    padding-right: 30px;
    color: #111034 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    background: url(../images/arrow-right.png) right center no-repeat
}

.no-padding,
.ssbp-list li {
    padding: 0 !important
}

.no-padding .cta .col-sm-6 {
    margin-top: 50px
}

.ssbp-list {
    margin-bottom: 20px !important
}

.ssbp-list li {
    background: 0 0 !important
}

.ssbp-list li a {
    color: #fff !important
}

.center-col {
    float: none;
    margin: 0 auto
}

header nav li,
header nav ul:first-child {
    float: left;
    transition: background-color .2s;
    position: relative
}

header #top-bar {
    padding: 15px 0;
    background: #fff;
    color: #fff;
    overflow: hidden
}

@media screen and (min-width:768px) {
    header #top-bar {
        padding: 30px
    }

    header #top-bar .col-sm-5 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

header #top-bar .col-sm-5 img {
    width: auto;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 50px;
}

@media screen and (min-width:768px) {
    header #top-bar .col-sm-5 img {
        height: auto;
    }
}

header #top-bar .but.but-5 {
    width: 152px
}

header nav {
    background-color: #003b4f;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, .45);
    z-index: 110;
    border: 1px solid #c5c5c5;
    padding: 12px 0 13px
}

header nav ul:first-child {
    z-index: 5;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    display: -ms-flexbox;
    display: flex
}

header nav ul:first-child>li {
    border: 1px solid #285868
}

header nav ul:first-child>li:first-child {
    border: 0
}

header nav ul:first-child>li:first-child a {
    font-size: 0;
    color: transparent;
    padding-right: 20px;
    padding-left: 20px;
    border: none
}

.sidebar ul li ul li ul li:last-child a,
.sidebar ul li ul li:last-child a {
    border-bottom: 1px solid #fff
}

header nav ul:first-child>li:first-child a span {
    margin-top: 5px;
    height: 20px;
    width: 18px;
    display: block;
    background: url(../images/home-icon.png) center no-repeat
}

header nav ul:first-child>li:last-child {
    margin-right: 0
}

header nav ul:first-child .current-menu-item,
header nav ul:first-child .sub-menu .current-menu-item,
header nav ul:first-child>li a:hover {
    background: #32768c
}

header nav ul:first-child ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    width: inherit;
    display: block
}

header nav ul:first-child ul ul {
    left: 100%;
    top: 0
}

header nav li {
    list-style: none;
    display: block;
    margin-right: 12px
}

header nav li:hover>ul {
    visibility: visible;
    opacity: 1
}

header nav li li:hover li,
header nav li:hover li {
    background: url(../images/chev-right.png) center left 17px no-repeat #32768c
}

header nav li:hover li a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    padding: 19px 10px 20px 38px
}

header nav li li:hover {
    background: url(../images/chev-right.png) center left 17px no-repeat #003b4f
}

header nav li li li:hover {
    background: url(../images/chev-right.png) center left 17px no-repeat #fff
}

header nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

header nav a:hover {
    text-decoration: none;
    color: #fff
}

header nav .sub-menu li a:hover {
    background: url(../images/chev-right.png) center left 17px no-repeat #003b4f !important
}

header #hero {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #32768c;
    height: 238px
}

@media screen and (max-width:767px) {
    header #hero {
        background-size: cover
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    header #hero {
        background-position: right center !important
    }
}

@media screen and (min-width:768px) {
    header nav ul:first-child ul li {
        width: 250px
    }

    header nav a {
        font-size: 16px;
        padding: 5px 10px
    }

    header #hero {
        height: 350px
    }
}

@media screen and (min-width:992px) {
    header nav ul:first-child ul li {
        width: 280px
    }

    header nav a {
        padding: 10px 12px;
        font-size: 21px
    }

    header #hero {
        height: 450px
    }
}

@media screen and (min-width:1200px) {
    header nav ul:first-child {
        float: right
    }

    header nav ul:first-child ul li {
        width: 308px
    }

    header nav a {
        padding: 4px 16px
    }

    header #hero {
        height: 530px
    }
}

header #hero [class*=col-] .supporting-logo {
    float: right;
    margin-top: 10px;
    max-height: 82px
}

header #hero [class*=col-] .left {
    position: absolute;
    left: 0;
    padding: 0 15px
}

@media screen and (min-width:1200px) {
    header #hero [class*=col-] .left {
        bottom: 80px
    }
}

header #hero [class*=col-] .left h1 {
    font-size: 23.7px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5)
}

@media screen and (min-width:768px) {
    header #hero [class*=col-] .left h1 {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    header #hero [class*=col-] .left h1 {
        font-size: 54px;
        margin-bottom: 7px
    }
}

header #hero [class*=col-] .left h1 span {
    display: block;
    color: #fff
}

header #hero [class*=col-] .left h1 span.inline {
    display: inline-block
}

header #hero [class*=col-] .left p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 15px
}

@media screen and (min-width:768px) {
    header #hero [class*=col-] .left p {
        font-size: 24px
    }

    header #hero [class*=col-] .left img {
        position: relative;
        right: auto;
        top: auto;
        max-height: 100%
    }
}

header #hero .col-sm-5 {
    position: relative
}

header #hero .col-sm-5 .right {
    position: relative;
    margin-top: 50px;
    right: 15px;
}

/*
@media screen and (min-width:992px) {
    header #hero .col-sm-5 .right {
        bottom: 15px
    }
}

@media screen and (min-width:1200px) {
    header #hero .col-sm-5 .right {
        bottom: 62px
    }
}
*/

header #hero.hero-testimonial {
    position: relative
}

header #hero.hero-testimonial .container-fluid {
    padding: 0
}

header #hero.hero-testimonial .container-fluid:before {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 130px
}

@media screen and (min-width:768px) {
    header #hero.hero-testimonial .container-fluid:before {
        height: 180px
    }
}

header #hero.hero-testimonial .container-fluid .left {
    bottom: 30px !important
}

header #hero.hero-testimonial .container-fluid .left p {
    font-style: italic;
    margin: 0
}

@media screen and (min-width:992px) {
    header #hero.hero-testimonial .container-fluid .left p {
        padding-right: 140px !important
    }
}

@media screen and (min-width:1200px) {
    header #hero.hero-testimonial .container-fluid:before {
        height: 160px
    }

    header #hero.hero-testimonial .container-fluid .left p {
        padding-right: 170px !important
    }
}

header #hero.hero-testimonial .container-fluid .left p:before {
    content: url(../images/header-quote.png);
    border-right: 1px solid rgba(255, 255, 255, .4);
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    height: 80px
}

.navbar .navbar-toggle.toggle-sidebar,
.sidebar,
[data-toggle=sidebar] {
    display: block
}

@media screen and (min-width:768px) {
    header #hero.hero-testimonial .container-fluid .left p:before {
        height: 130px
    }
}

@media screen and (min-width:1200px) {
    header #hero.hero-testimonial .container-fluid .left p:before {
        height: 100px
    }
}

header #hero.hero-testimonial .container-fluid .left p span {
    font-style: normal;
    display: block;
    font-weight: 300
}

header #hero.page {
    height: 238px
}

@media screen and (min-width:768px) {
    header #hero.page {
        height: 344px
    }

    header #hero.page .col-sm-10 .left {
        position: relative;
        bottom: 0
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    header #hero.page {
        height: 450px
    }
}

@media screen and (min-width:992px) {
    header #hero.page .col-sm-10 .left p {
        padding-right: 200px
    }
}

@media screen and (min-width:1200px) {
    header #hero.page {
        height: 344px
    }

    header #hero.page .col-sm-10 .left p {
        padding-right: 400px
    }
}

header #hero.page .col-sm-2 .right {
    position: relative
}

header #hero.page .col-sm-2 .right img {
    position: absolute;
    right: 0;
    top: initial;
    bottom: 40px;
    max-height: 100%
}

header #hero.page.style-2 [class*=col-] .left {
    position: absolute;
    bottom: 0
}

@media screen and (min-width:768px) {
    header #hero.page .col-sm-10 .left h1 {
        margin-top: 41px
    }

    header #hero.page.style-2 [class*=col-] .left {
        bottom: 40px
    }

    header #hero.page.style-2.alt .left {
        top: 25px
    }
}

header #hero.page.style-2 [class*=col-] .left p {
    padding-right: 0
}

header #hero.page.style-2 [class*=col-] .right img {
    position: absolute;
    bottom: 40px
}

header #hero.page.style-2.alt .left {
    position: absolute;
    bottom: 0
}

@media screen and (min-width:1200px) {
    header #hero.page.style-2.alt .left p {
        padding-right: 300px
    }
}

.navbar.navbar-static .navbar-header {
    float: left
}

.navbar .navbar-toggle.toggle-left {
    float: left;
    margin-left: 15px
}

.navbar .navbar-toggle.toggle-right {
    float: right;
    margin-right: 15px
}

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    z-index: 1000;
    min-height: 100%;
    max-height: none;
    overflow: auto
}

.sidebar-left {
    left: 0
}

.sidebar-right {
    right: 0
}

.row .sidebar.sidebar-left.sidebar-xs-show {
    left: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.row .sidebar.sidebar-right.sidebar-xs-show {
    right: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (min-width:768px) {
    .row .sidebar.sidebar-left.sidebar-sm-show {
        left: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .row .sidebar.sidebar-right.sidebar-sm-show {
        right: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width:992px) {
    .row .sidebar.sidebar-left.sidebar-md-show {
        left: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .row .sidebar.sidebar-right.sidebar-md-show {
        right: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width:1170px) {
    .row .sidebar.sidebar-left.sidebar-lg-show {
        left: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .row .sidebar.sidebar-right.sidebar-lg-show {
        right: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.sidebar-animate {
    transition: transform .3s ease
}

.sidebar.sidebar-left {
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.sidebar.sidebar-left.sidebar-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sidebar.sidebar-right {
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0)
}

.sidebar.sidebar-right.sidebar-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    z-index: 9999
}

.mobile {
    background-color: #003b4f;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
    z-index: 100;
    height: 53px
}

.mobile ul {
    padding: 0;
    margin: 0;
    line-height: 1;
    height: inherit
}

.mobile ul .mobile-buttons {
    width: calc(100% - 60px);
    display: inline-block
}

.mobile ul .mobile-buttons li {
    text-align: center;
    width: 50%
}

.mobile ul li {
    height: inherit;
    display: inline-block;
    text-align: center
}

.mobile ul li a,
.mobile ul li:active,
.mobile ul li:focus,
.mobile ul li:visited {
    line-height: 2.5;
    height: inherit;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px
}

.mobile ul li a:active,
.mobile ul li a:focus,
.mobile ul li a:hover,
.mobile ul li:active:active,
.mobile ul li:active:focus,
.mobile ul li:active:hover,
.mobile ul li:focus:active,
.mobile ul li:focus:focus,
.mobile ul li:focus:hover,
.mobile ul li:visited:active,
.mobile ul li:visited:focus,
.mobile ul li:visited:hover {
    text-decoration: none
}

@media screen and (max-width:365px) {

    .mobile ul li a,
    .mobile ul li:active,
    .mobile ul li:focus,
    .mobile ul li:visited {
        font-size: 18.5px;
        line-height: 53px
    }
}

.mobile ul li:first-child {
    border-right: 1px solid #fff
}

.mobile ul li:last-child {
    float: right;
    border-right: 0
}

.mobile ul li:last-child a,
.mobile ul li:last-child:active,
.mobile ul li:last-child:focus,
.mobile ul li:last-child:visited {
    padding-top: 0
}

.mobile button {
    margin: 0;
    height: 100%;
    border-left: 1px solid #fff
}

.mobile button .icon-bar {
    background: #fff;
    height: 5px;
    width: 27px
}

.sidebar {
    background-color: #f0f0f0;
    border-top: 1px solid #fff;
    width: 100%;
    padding-bottom: 100px
}

.sidebar ul {
    margin: 0;
    padding: 0
}

.sidebar ul li {
    margin: 0;
    list-style: none;
    display: block
}

.sidebar ul li ul li ul li a {
    padding-left: 60px
}

.sidebar ul li ul li a {
    padding-left: 40px
}

.sidebar ul li a,
.sidebar ul li:visited {
    color: #202020;
    display: block;
    font-weight: 700;
    padding: 5px 0 0 20px;
    border-bottom: 1px solid #fff;
    height: 40px
}

.sidebar ul li a:active,
.sidebar ul li a:focus,
.sidebar ul li a:hover,
.sidebar ul li:visited:active,
.sidebar ul li:visited:focus,
.sidebar ul li:visited:hover {
    background: #284f7f;
    color: #fff;
    text-decoration: none
}

.sidebar ul li:last-child a {
    border-bottom: 0
}

.affix {
    top: 0;
    width: 100%
}

.menu-item-1451 .sub-menu {
    left: inherit;
    right: -13px
}

form.contact {
    padding: 35px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    min-height: 422px;
    background-color: #d4d4d4
}

form.contact h2 {
    margin: 0;
    color: #bf4220;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase
}

form.contact h2 span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 6px;
    color: #202020
}

form.contact input,
form.contact textarea {
    display: block;
    width: 100%;
    border: 1px solid #ab9d8d;
    outline-color: #ab9d8d;
    padding: 9px;
    margin-bottom: 10px;
    color: #202020
}

form.contact input[type=submit],
form.contact textarea[type=submit] {
    background: #bf4220;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    padding: 6px 0 4px;
    text-shadow: 1px 1px 1px #646464
}

form.contact input::-webkit-input-placeholder,
form.contact textarea::-webkit-input-placeholder {
    color: #202020
}

form.contact input::-moz-placeholder,
form.contact textarea::-moz-placeholder {
    opacity: 1;
    color: #202020
}

form.contact input:-moz-placeholder,
form.contact textarea:-moz-placeholder {
    color: #202020
}

form.contact input:-ms-input-placeholder,
form.contact textarea:-ms-input-placeholder {
    color: #202020
}

form.contact input.placeholder,
form.contact textarea.placeholder {
    color: #202020
}

form.contact textarea {
    height: 90px
}

form .required {
    position: relative
}

form .required span {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #b89e87;
    text-transform: uppercase;
    font-size: 13px
}

.newsletter {
    text-align: center;
    width: 100%
}

@media screen and (min-width:992px) {
    .newsletter {
        float: right;
        text-align: left
    }
}

#pas .header-fancy,
#results,
#results-bar #mobile-results,
#results-bar ul li {
    text-align: center
}

.newsletter h2 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    display: block
}

@media screen and (min-width:992px) {
    .newsletter h2 {
        display: inline;
        float: none;
        font-size: 18px;
        margin: 0
    }
}

.newsletter .input-group input,
.newsletter input {
    float: left
}

@media screen and (min-width:1200px) {
    .newsletter h2 {
        font-size: 19px
    }
}

.newsletter .input-group {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-right: 50px
}

@media screen and (min-width:992px) {
    .newsletter .input-group {
        width: 100%;
        margin-left: 0
    }
}

.newsletter .input-group input[type=text] {
    border-radius: 0;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    border: 1px solid #d7d7d7;
    padding: 11px 15px;
    outline-color: #d7d7d7
}

.newsletter .input-group button {
    border-radius: 0;
    background: #284f7f;
    border: solid #284f7f;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 15px;
    padding-right: 15px
}

.newsletter input[type=text] {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    border: 1px solid #d7d7d7;
    padding: 11px 15px;
    outline-color: #d7d7d7
}

.newsletter input[type=submit] {
    background: #284f7f;
    border: solid #284f7f;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 15px;
    padding-right: 15px
}

#pas {
    background-color: #f2f2f2;
    padding: 19px 0 46px
}

#pas .header-fancy {
    margin-bottom: 23px
}

#pas .header-fancy h2 {
    color: #202020;
    font-size: 36px
}

#pas .header-fancy h2 span {
    display: inline-block;
    position: relative
}

#pas .header-fancy h2 span:after,
#pas .header-fancy h2 span:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid silver;
    width: 128px;
    display: none
}

@media screen and (min-width:768px) {
    #pas {
        padding: 52px 0
    }

    #pas .header-fancy {
        margin-bottom: 43px
    }

    #pas .header-fancy h2 {
        font-size: 45px
    }

    #pas .header-fancy h2 span:after,
    #pas .header-fancy h2 span:before {
        display: block
    }
}

#pas .header-fancy h2 span:before {
    right: 100%;
    margin-right: 25px
}

#pas .header-fancy h2 span:after {
    left: 100%;
    margin-left: 25px
}

#pas #pas-wrapper .col-sm-6 {
    margin-bottom: 15px
}

#pas #pas-wrapper .pa {
    text-align: center;
    background: #fff;
    padding: 22px 15px 27px;
    margin-bottom: 32px
}

@media screen and (min-width:768px) {
    #pas #pas-wrapper .pa {
        margin-bottom: 0
    }
}

#pas #pas-wrapper .pa img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none
}

#pas #pas-wrapper .pa h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111034;
    margin-top: 10px;
    margin-bottom: 15px
}

#pas #pas-wrapper .pa p {
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    margin-bottom: 25px
}

#attorneys .col-md-push-5 .right .attorneys-wrapper .attorney p,
#results-bar ul li .result,
#results-bar ul li .result p,
#results-bar ul li a,
#results-bar ul li h2,
footer #bot-bar .col-sm-4 .content address {
    font-family: "Roboto Condensed", sans-serif
}

#pas #pas-wrapper .pa a {
    display: block;
    color: #32768c;
    font-size: 17px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 8px 0 9px
}

#pas #pas-wrapper .pa a:active,
#pas #pas-wrapper .pa a:focus,
#pas #pas-wrapper .pa a:hover {
    text-decoration: none
}

#pas #pas-wrapper .pa ul {
    padding: 0
}

#pas #pas-wrapper .pa ul li {
    list-style: none;
    background: 0 0 !important;
    padding-left: 0 !important
}

#pas #pas-wrapper .pa ul li a {
    border-top: 0
}

#pas #pas-wrapper .pa ul li:first-child {
    border-top: 1px solid #d5d5d5
}

#pas .cta .but-2 {
    padding: 10px 35px 10px 0;
    background: url(../images/arrow-double-right.png) right 15px center no-repeat #fff
}

@media screen and (min-width:768px) {
    #pas .cta .but-2 {
        padding: 10px 48px 7px 22px
    }
}

#results-bar {
    background: #fff;
    padding: 18px 0;
    margin-top: 10px
}

#results-bar ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

#results-bar ul li {
    list-style: none;
    height: 137px;
    border-right: #e2e2e2 1px solid;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#results-bar ul li .result {
    width: 100%
}

#results-bar ul li .result strong {
    font-size: 24px
}

#results-bar ul li .result p {
    color: #aaadb1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

#results-bar ul li .result p span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #bf4220;
    text-transform: capitalize
}

#results-bar ul li:first-child {
    border-left: #e2e2e2 1px solid
}

#results-bar #mobile-results .but,
#results-bar ul li:last-child a {
    color: #272582
}

#results-bar ul li h2 {
    font-size: 45px;
    font-weight: 400;
    margin: 0;
    color: #202020
}

#results-bar ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #f0f0f0;
    line-height: 1.1;
    height: 100%;
    width: 75%;
    padding: 30px 20px 20px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

#results-bar ul li a img {
    display: block;
    margin: 8px auto 10px
}

#results-bar #mobile-results h2 {
    font-size: 36px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 6px
}

#results-bar #mobile-results .results #slider-results li {
    border-right: 0 !important
}

#results-bar #mobile-results .results #slider-results li:first-child {
    border-left: 0 !important
}

#results-bar #mobile-results .results #slider-results li .result strong {
    font-size: 32px
}

#results-bar #mobile-results .results #slider-results li .result p {
    font-size: 21px
}

#results-bar #mobile-results .results #slider-results li .result p span {
    font-size: 27px;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif
}

#results-bar #mobile-results .results.slideshow .owl-prev {
    background: url(../images/arrow-prev-grey.png) 50% 50% no-repeat !important
}

#results-bar #mobile-results .results.slideshow .owl-next {
    background: url(../images/arrow-next-grey.png) 50% 50% no-repeat !important
}

#results p {
    border-top: 1px solid #f2f2f2;
    font-size: 24px;
    padding-top: 12px;
    margin-bottom: 15px;
    line-height: 1.3
}

#results p:last-child {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px
}

#results p.result-tagline {
    font-style: italic;
    font-size: 20px
}

#results span {
    display: block;
    font-weight: 700;
    font-size: 30px
}

#case-results {
    padding-bottom: 30px
}

#case-results .result {
    background: url(../images/result.png) top left no-repeat;
    padding-left: 75px
}

#case-results .result h2 {
    padding-top: 10px;
    margin-bottom: 0
}

.content-area-1 {
    background: #fff
}

.content-area-1 .left {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    height: 283px
}

@media screen and (min-width:768px) {
    .content-area-1 .left {
        background-position: right !important
    }
}

@media screen and (min-width:992px) {
    .content-area-1 .left {
        background-position: top !important
    }
}

.content-area-1 .left .content {
    position: absolute;
    right: 15px;
    bottom: 20px;
    text-align: right
}

.content-area-1 .left .content h2 {
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .75);
    line-height: 1.2;
    font-size: 22px
}

.content-area-1 .left .content img {
    max-width: 148px
}

@media screen and (min-width:768px) {
    .content-area-1 .left .content {
        right: 0;
        bottom: 0;
        padding-right: 46px;
        padding-bottom: 35px
    }

    .content-area-1 .left .content h2 {
        font-size: 37px
    }

    .content-area-1 .left .content img {
        max-width: 100%
    }
}

.content-area-1 .right {
    padding-top: 30px;
    padding-bottom: 37px
}

.content-area-1 .right h2 {
    font-size: 32px;
    margin: 0 0 12px
}

.content-area-1 .right p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #202020
}

.content-area-1 .right .but {
    margin-top: -7px;
    font-weight: 400 !important
}

.content-area-1 .content {
    width: auto
}

@media screen and (min-width:768px) {
    .content-area-1 .right {
        padding: 54px 0 50px 40px
    }

    .content-area-1 .content {
        padding-right: 15px
    }
}

@media screen and (min-width:1200px) {
    .content-area-1 .content {
        width: 545px;
        padding-right: 15px
    }
}

.content-area-2 {
    background: #f2f2f2;
    padding: 12px 0
}

.content-area-2 .col {
    padding: 0;
    margin-bottom: 12px
}

.content-area-2 .col:first-child .content {
    background: #fff;
    color: #202020
}

.content-area-2 .col:first-child .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content-area-2 .col:first-child .content ul li {
    background: url(../images/list-style.png) left top 5px no-repeat;
    font-weight: 300;
    padding-left: 35px;
    line-height: 1.8;
    margin-bottom: 3px
}

.content-area-2 .col:nth-child(2) .content {
    background: #fff;
    color: #c6c6c6
}

.content-area-2 .col:nth-child(2) .content .header h3,
.content-area-2 .col:nth-child(2) .content em {
    color: #fff
}

.content-area-2 .col:nth-child(2) .content em span {
    margin-top: 13px;
    display: block;
    font-weight: 700
}

.content-area-2 .col:nth-child(2) .content .but {
    border-color: #284f7f !important;
    color: #bf4220 !important
}

.content-area-2 .col:last-child .content {
    background: #3b2d28;
    color: #fff
}

.content-area-2 .col:last-child .content .header h3 {
    color: #fff
}

.content-area-2 .col:last-child .content img {
    max-width: 100%
}

.content-area-2 .col:last-child .content .but {
    border-color: #5f4c3c !important;
    color: #bf4220 !important
}

#attorneys,
#attorneys h2 {
    color: #fff
}

.content-area-2 .col .content {
    margin: 0;
    line-height: 1.4;
    position: relative;
    padding: 32px 15px 39px
}

@media screen and (min-width:992px) {
    .content-area-2 .col .content {
        padding: 32px 35px 110px;
        margin: 0 2px
    }
}

.content-area-2 .col .content .header {
    text-align: center
}

.content-area-2 .col .content .header h3 {
    font-size: 30px;
    margin: 0 0 33px
}

.content-area-2 .col .content .but {
    width: 100%;
    margin-top: 27px
}

@media screen and (min-width:992px) {
    .content-area-2 .col .content .but {
        margin-top: auto;
        position: absolute;
        bottom: 35px;
        width: 250px
    }
}

@media screen and (min-width:1200px) {
    .content-area-2 .col .content .but {
        width: 316px
    }
}

#attorneys {
    background: #003b4f;
    padding-top: 55px;
    padding-bottom: 50px
}

#attorneys .header-fancy {
    margin-bottom: 23px;
    text-align: center
}

#attorneys .header-fancy h2 {
    font-size: 36px
}

#attorneys .header-fancy h2 span {
    display: inline-block;
    position: relative
}

#attorneys .header-fancy h2 span:after,
#attorneys .header-fancy h2 span:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #284f7f;
    width: 128px;
    display: none
}

#attorneys .header-fancy h2 span:before {
    right: 100%;
    margin-right: 25px
}

#attorneys .header-fancy h2 span:after {
    left: 100%;
    margin-left: 25px
}

@media screen and (min-width:768px) {
    #attorneys {
        padding-top: 62px;
        padding-bottom: 93px
    }

    #attorneys .header-fancy {
        margin-bottom: 43px
    }

    #attorneys .header-fancy h2 {
        font-size: 45px
    }

    #attorneys .header-fancy h2 span:after,
    #attorneys .header-fancy h2 span:before {
        display: block
    }

    #attorneys .col-md-pull-7 {
        padding-left: 0
    }
}

#attorneys .col-md-pull-7 .left {
    padding-top: 21px
}

#attorneys .col-md-pull-7 .left p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px
}

#attorneys .col-md-pull-7 .left .but {
    border-color: #336272 !important;
    color: #fff !important;
    background: 0 0;
    font-weight: 400;
    float: right
}

@media screen and (min-width:768px) {
    #attorneys .col-md-pull-7 .left {
        padding-top: 75px
    }

    #attorneys .col-md-pull-7 .left .but {
        background-image: url(../images/arrow-double-right.png) no-repeat right 21px center #fff
    }

    #attorneys .col-md-push-5 {
        padding-right: 0
    }
}

#attorneys .col-md-push-5 .right .header h3 {
    color: #fff;
    text-align: left;
    font-size: 33px;
    font-weight: 300
}

#attorneys .col-md-push-5 .right .attorneys-wrapper .attorney {
    text-align: center;
    font-weight: 300;
    margin-top: 20px
}

#attorneys .col-md-push-5 .right .attorneys-wrapper .attorney p {
    margin-top: 10px;
    font-size: 22px;
    color: #fff
}

#attorneys .col-md-push-5 .right .slideshow .owl-prev {
    background: url(../images/arrow-prev.png) 50% 50% no-repeat !important
}

#attorneys .col-md-push-5 .right .slideshow .owl-next {
    background: url(../images/arrow-next.png) 50% 50% no-repeat !important
}

#attorneys .cta .col-sm-6 .left {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    border-right-color: #787878
}

@media screen and (min-width:768px) {
    #attorneys .cta .col-sm-6 .left {
        padding: 16px 25px 16px 0 !important
    }

    #attorneys .cta .col-sm-6 .right {
        padding: 16px 0 16px 25px !important
    }

    #attorneys.single .content .right {
        padding-left: 30px
    }
}

#attorneys.single .content .left {
    padding-top: 0;
    text-align: center
}

#attorneys.single .content .left img {
    width: 100%
}

#attorneys.single .content .left h2 {
    color: #fff;
    margin-bottom: 7px
}

#attorneys.single .content .left h3 {
    margin: 0;
    font-weight: 300;
    color: #bf4220;
    font-style: italic
}

#attorneys.single .content .right h2 {
    color: #fff;
    margin: 0;
    font-size: 33px
}

#attorneys.single .content .right p {
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    font-size: 20px;
    margin: 22px 0 0
}

#attorneys.single .content .right .but {
    margin-top: 37px;
    border-color: #284f7f !important;
    color: #bf4220 !important;
    background: url(../images/arrow-double-right.png) right 21px center no-repeat #fff;
    font-weight: 400
}

#community {
    background: #fff
}

#community .left {
    min-height: 300px;
    padding: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right !important
}

#community .right {
    position: relative;
    padding-bottom: 68px
}

#community .right .header {
    text-align: center;
    margin-top: 40px
}

@media screen and (min-width:768px) {
    #community .right {
        padding-bottom: 40px;
        padding-top: 43px
    }

    #community .right .header {
        margin-top: 0;
        text-align: left
    }
}

footer #bot-bar .col-sm-4 .content,
footer #partners .slider-wrapper .header {
    text-align: center
}

#community .right .header h2 {
    margin-bottom: 38px;
    font-size: 33px;
    font-weight: 300
}

@media screen and (min-width:768px) {
    #community .right .header h2 {
        margin: 0 0 24px
    }
}

#community .right p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6
}

#community .right .but {
    margin-top: 30px;
    background: 0 0;
    font-weight: 400
}

@media screen and (min-width:768px) {
    #community .right .but {
        background: url(../images/arrow-double-right.png) right 21px center no-repeat #fff
    }
}

@media screen and (min-width:1200px) {
    #community .right {
        width: 732px;
        padding: 43px 0 43px 43px
    }

    #community .right .but {
        float: right
    }
}

@media screen and (min-width:992px) {
    footer {
        margin-top: 0
    }
}

footer #partners {
    border-top: 22px solid #f2f2f2;
    border-bottom: 22px solid #f2f2f2
}

footer #partners .slider-wrapper {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 27px 0
}

footer #partners .slider-wrapper .header h2 {
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 32px
}

footer #bot-bar {
    background: #003b4f;
    color: #fff;
    padding: 55px 0
}

footer #bot-bar .col-sm-4:last-child,
footer #bot-bar .col-sm-4:nth-child(2) {
    margin-top: 35px
}

@media screen and (min-width:768px) {

    footer #bot-bar .col-sm-4:last-child,
    footer #bot-bar .col-sm-4:nth-child(2) {
        margin-top: 0
    }
}

footer #bot-bar .col-sm-4 .content h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 300
}

footer #bot-bar .col-sm-4 .content img {
    max-width: 100%;
    margin-bottom: 13px
}

@media screen and (min-width:1200px) {
    footer #bot-bar .col-sm-4 .content .contact {
        text-align: left;
        padding-left: 120px
    }
}

footer #bot-bar .col-sm-4 .content address {
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 300
}

@media screen and (min-width:768px) and (max-width:991px) {
    footer #bot-bar .col-sm-4 .content address {
        font-size: 15px
    }
}

footer #bot-bar .col-sm-4 .content .but-3 {
    border-color: #336272 !important;
    color: #dedede !important;
    font-size: 22px;
    font-weight: 400;
    width: auto;
    padding-left: 15px;
    padding-right: 15px
}

footer #bot-bar .col-sm-4 .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer #bot-bar .col-sm-4 .content ul#communities {
    margin-top: 29px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

footer #bot-bar .col-sm-4 .content ul#communities li a {
    display: inline-block;
    border-top: 1px solid #336272;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 0 7px;
    width: 200px
}

footer #bot-bar .col-sm-4 .content ul#communities li a:hover {
    text-decoration: none
}

footer #bot-bar .col-sm-4 .content ul#communities li:last-child a {
    border-bottom: 1px solid #336272
}

footer #bot-bar .col-sm-4 .content ul.contact-list {
    display: inline-block;
    float: none
}

footer #bot-bar .col-sm-4 .content ul.contact-list li:first-child {
    margin-bottom: 7px;
    display: block;
    width: 100%
}

footer #bot-bar .col-sm-4 .content ul.contact-list li:first-child span {
    margin-top: 0;
    color: #cfcfcf
}

@media screen and (min-width:768px) {
    footer #bot-bar .col-sm-4 .content ul.contact-list li:nth-child(2) {
        margin-bottom: 7px
    }
}

footer #bot-bar .col-sm-4 .content ul.contact-list li .but-5 {
    color: #fff;
    max-width: 152px;
    border-color: #336272
}

footer #bot-bar .col-sm-4 .content #social h3 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

footer #bot-bar .col-sm-4 .content #social ul li {
    display: inline-block;
    width: 42px;
    height: 40px;
    border-radius: 20px;
    background: #b0b0b0;
    margin-left: 2px;
    margin-right: 2px
}

footer #bot-bar .col-sm-4 .content #social ul li a {
    color: #003b4f;
    font-size: 25px
}

footer #bot-bar .col-sm-4 .content #social ul li a .fa {
    padding-top: 8px
}

footer #map #map-canvas-big {
    height: 132px;
    margin-bottom: 10px
}

footer #bottom-nav {
    padding: 0 0
}

footer #bottom-nav .col-md-12,
footer #bottom-nav .col-md-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

footer #bottom-nav .col-md-12 ul,
footer #bottom-nav .col-md-6 ul {
    padding: 15px 0 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center
}

@media screen and (min-width:768px) {

    footer #bottom-nav .col-md-12 ul,
    footer #bottom-nav .col-md-6 ul {
        padding: 0
    }
}

footer #bottom-nav .col-md-12 ul li,
footer #bottom-nav .col-md-6 ul li {
    display: block
}

footer #bottom-nav .col-md-12 ul li a,
footer #bottom-nav .col-md-6 ul li a {
    color: #32768c;
    font-weight: 300;
    font-size: 20px
}

@media screen and (min-width:992px) {

    footer #bottom-nav .col-md-12,
    footer #bottom-nav .col-md-6 {
        border-bottom: 1px solid #ddd
    }

    footer #bottom-nav .col-md-12 ul,
    footer #bottom-nav .col-md-6 ul {
        margin: 0;
        text-align: left
    }

    footer #bottom-nav .col-md-12 ul li,
    footer #bottom-nav .col-md-6 ul li {
        display: inline
    }

    footer #bottom-nav .col-md-12 ul li a,
    footer #bottom-nav .col-md-6 ul li a {
        font-size: 18px;
        padding: 0 5px;
        border-right: 1px solid #ddd;
        border-bottom: 0
    }
}

@media screen and (min-width:1200px) {

    footer #bottom-nav .col-md-12 ul li a,
    footer #bottom-nav .col-md-6 ul li a {
        padding: 0 15px
    }
}

footer #bottom-nav .col-md-12 ul li a:hover,
footer #bottom-nav .col-md-6 ul li a:hover {
    text-decoration: none
}

footer #bottom-nav .col-md-12 ul li a:after {
    width: 38px;
    content: "";
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 5px auto
}

footer #bottom-nav .col-md-12 ul li:first-child a,
footer #bottom-nav .col-md-6 ul li:first-child a {
    padding-left: 0
}

footer #bottom-nav .col-md-12 ul li:last-child a,
footer #bottom-nav .col-md-6 ul li:last-child a {
    border-right: 0
}

footer #bottom-nav .col-md-12 ul li:last-child a:after,
footer #bottom-nav .col-md-6 ul li:last-child a:after {
    content: none
}

footer #bottom-nav .col-md-12 .newsletter,
footer #bottom-nav .col-md-6 .newsletter {
    padding-bottom: 11px
}

footer #bottom-nav .col-md-12:nth-child(2) .row,
footer #bottom-nav .col-md-6:nth-child(2) .row {
    width: 100%
}

footer #bottom-nav .col-md-12 .menu {
    text-align: center;
    width: 100%;
    padding: 10px 0 20px
}

footer #copy {
    padding: 33px 0 36px;
    text-align: center
}

@media screen and (min-width:992px) {

    footer #bottom-nav .col-md-12 ul li a:after,
    footer #bottom-nav .col-md-6 ul li a:after {
        content: none
    }

    footer #bottom-nav .col-md-12:nth-child(2) .row .col-md-5,
    footer #bottom-nav .col-md-12:nth-child(2) .row .col-md-7,
    footer #bottom-nav .col-md-6:nth-child(2) .row .col-md-5,
    footer #bottom-nav .col-md-6:nth-child(2) .row .col-md-7 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    footer #copy {
        text-align: inherit
    }

    footer #copy .col-md-6:nth-child(2) p {
        float: right
    }
}

footer #copy a,
footer #copy p {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0
}

footer #copy a:hover,
footer #copy p:hover {
    text-decoration: none;
    color: #393939
}

footer #copy img {
    display: block;
    margin: 14px auto 5px
}

@media screen and (min-width:992px) {
    footer #copy img {
        display: inline-block;
        margin: 0 6px 0 0
    }
}

.slideshow .header h1 {
    font-size: 33px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 21px;
    text-align: center
}

.slideshow .owl-next,
.slideshow .owl-prev {
    height: 44px;
    position: absolute;
    text-indent: -99999px;
    top: 45%;
    margin-top: -15px;
    width: 45px
}

.slideshow .slider-wrapper {
    padding: 38px 0 0
}

.slideshow ul {
    padding: 0;
    list-style: none
}

.slideshow .slider li {
    text-align: center;
    max-width: 100%
}

.slideshow .slider a,
.slideshow .slider img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

.slideshow .owl-item {
    float: none;
    padding: 10px 5px;
    text-align: center
}

.slideshow .owl-prev {
    background: url(../images/arrow-prev.png) 50% 50% no-repeat;
    left: -15px
}

.slideshow .owl-next {
    background: url(../images/arrow-next.png) 50% 50% no-repeat;
    right: -15px
}

#breadcrumbs {
    background: #fff;
    line-height: 1;
    padding: 13px 0
}

.single-post #breadcrumbs {
    padding-top: 24px
}

#breadcrumbs ul {
    margin: 0;
    padding: 0
}

#breadcrumbs ul li {
    display: inline-block;
    font-size: 17px;
    color: #003b4f;
    font-family: "Roboto Condensed", sans-serif
}

#breadcrumbs ul li:first-child a {
    padding-left: 0
}

#breadcrumbs ul li:last-child {
    padding-left: 15px
}

#breadcrumbs ul li a {
    font-size: 17px;
    color: #003b4f;
    padding: 0 20px 0 15px;
    background: url(../images/breadcrumb.png) right center no-repeat
}

#blocks {
    margin: 0 0 4px
}

#blocks .block {
    padding: 0;
    height: auto !important
}

#blocks .block .content {
    padding: 32px 15px 37px
}

@media screen and (min-width:768px) {
    #blocks .block .content {
        padding: 32px 41px 37px
    }
}

@media screen and (min-width:992px) {
    #blocks .block .content {
        padding-bottom: 100px
    }

    #blocks .block .content .but {
        position: absolute;
        bottom: 37px;
        left: 41px;
        width: 217px
    }
}

#blocks .block .content .block-header {
    text-align: center
}

#blocks .block .content .block-header h3 {
    margin: 0 0 34px;
    font-size: 28px
}

@media screen and (min-width:768px) {
    #blocks .block .content .block-header h3 {
        font-size: 30px
    }
}

#blocks .block .content p:empty {
    display: none
}

#blocks .block .content em span {
    margin-top: 15px;
    display: block;
    font-weight: 700
}

#blocks .block .content img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#blocks .block .content ul {
    padding: 0;
    margin: 0
}

#blocks .block .content ul li {
    list-style: none;
    background: url(../images/list-style.png) top 4px left no-repeat;
    padding-left: 40px;
    line-height: 1.7
}

#blocks .block.col-md-4:first-child .content,
#blocks .block.col-md-6:first-child .content,
#blocks .block.col-md-6:last-child .content {
    background: #fff
}

#blocks .block .content .but {
    display: block;
    margin-top: 43px
}

@media screen and (min-width:1200px) {
    #blocks .block .content .but {
        width: 300px
    }
}

#blocks .block.col-md-12 {
    padding: 0
}

#blocks .block.col-md-12 .content {
    background: #fff;
    color: #c6c6c6
}

#blocks .block.col-md-12 .content h3 {
    color: #fff;
    font-weight: 400
}

#blocks .block.col-md-6 {
    margin-bottom: 15px
}

#blocks .block.col-md-6:first-child {
    padding-right: 2px
}

#blocks .block.col-md-6:first-child .content span {
    color: #bf4220
}

#blocks .block.col-md-6:last-child {
    padding-left: 0
}

@media screen and (min-width:992px) {
    #blocks .block.col-md-6 {
        margin-bottom: 0
    }

    #blocks .block.col-md-6:last-child {
        padding-left: 2px
    }
}

#blocks .block.col-md-6:last-child .content h3 {
    font-size: 28.5px;
    font-weight: 400;
    color: #fff
}

#blocks .block.col-md-6:last-child .content .but {
    border-color: #284f7f;
    color: #bf4220
}

#blocks .block.col-md-4:first-child {
    padding: 0 0 12px
}

@media screen and (min-width:992px) {
    #blocks .block.col-md-4:first-child {
        padding: 0 2px 0 0
    }
}

#blocks .block.col-md-4:nth-child(2) {
    padding: 0 0 12px;
    color: #fff
}

#blocks .block.col-md-4:nth-child(2) .content {
    background: #32768c
}

@media screen and (min-width:768px) {
    #blocks .block.col-md-4:nth-child(2) .content {
        padding-left: 35px;
        padding-right: 35px
    }
}

#blocks .block.col-md-4:nth-child(2) .content h3 {
    color: #fff
}

@media screen and (min-width:992px) {
    #blocks .block.col-md-4:nth-child(2) {
        padding: 0 2px
    }
}

#blocks .block.col-md-4:nth-child(2) .but {
    border-color: #5b91a3;
    color: #fff;
    background-color: #286a80
}

#blocks .block.col-md-4:last-child {
    padding: 0
}

#blocks .block.col-md-4:last-child .content {
    background: #003b4f
}

#blocks .block.col-md-4:last-child .content h3 {
    color: #fff
}

@media screen and (min-width:992px) {
    #blocks .block.col-md-4:last-child {
        padding: 0 0 0 2px
    }
}

#blocks .block.col-md-4:last-child .but {
    border-color: #336272;
    color: #fff
}

.location-block .header {
    text-align: center;
    padding-top: 1px
}

.location-block .header h3 {
    font-size: 28px;
    margin-bottom: 28px
}

.location-block .header h3:before {
    top: 35px
}

.location-block .map {
    height: 150px;
    z-index: 10
}

.location-block .col-sm-5 {
    padding: 15px
}

@media screen and (min-width:768px) {
    .location-block .col-sm-5 {
        padding: 36px 30px 15px
    }

    .location-block .col-sm-7 {
        padding: 20px 63px 15px 30px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .location-block .col-sm-7 {
        padding: 20px 50px 15px 30px
    }
}

.location-block address {
    font-size: 19px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 1.3
}

.location-block .purple address {
    color: #000
}

.location-block .but {
    background: url(../images/arrow-right-white.png) right 18px center no-repeat #bf4220;
    padding-right: 45px;
    color: #fff !important;
    font-size: 21px;
    padding-left: 20px
}

.location-block ul {
    margin-top: 0;
    padding: 0
}

.location-block ul li {
    font-weight: 400 !important;
    background: 0 0 !important;
    list-style: none;
    display: block;
    font-size: 19px;
    border-bottom: 1px solid #efefef;
    padding: 8px 0 0 20px !important
}

.content .location-block ul li {
    font-size: 18px
}

.location-block ul li:first-child {
    text-transform: uppercase;
    font-size: 23px;
    font-family: "Roboto Condensed", sans-serif
}

.location-block ul li span {
    float: right;
    color: #202020;
    font-weight: 700
}

.block.testimonial-block.inline {
    margin-bottom: 20px
}

.block.testimonial-block.col-sm-12 .content {
    text-align: left;
    padding-bottom: 60px
}

.block.testimonial-block.col-sm-12 .content .header {
    text-align: center
}

.block.testimonial-block.col-sm-12 .content h3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0
}

.block.testimonial-block.col-sm-12 .content span {
    color: #c6c6c6
}

.block.testimonial-block.col-sm-12 .content a.more {
    color: #bf4220 !important
}

.block.testimonial-block h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 400
}

.block.testimonial-block em {
    color: #c6c6c6
}

.block.testimonial-block em span {
    margin-top: 15px;
    display: block;
    font-weight: 700
}

.widget h3,
.widget.widget-credentials .content h3 {
    margin-top: 0
}

.widget {
    margin-bottom: 4px
}

.widget h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    text-align: center
}

.widget.widget-related {
    text-align: center;
    margin-bottom: 22px
}

@media screen and (min-width:992px) {
    .widget.widget-related {
        margin-bottom: 30px
    }
}

.widget.widget-related .content {
    padding: 28px 30px 32px
}

.widget.widget-related .content ul {
    margin: 0;
    padding: 0
}

.widget.widget-related .content ul li {
    list-style: none;
    border-top: 1px solid #d5d5d5
}

.widget.widget-related .content ul li:last-child {
    border-bottom: 1px solid #d5d5d5
}

.widget.widget-related .content ul li a {
    padding: 7px 0;
    display: block;
    color: #2b4f9f
}

.widget.widget-credentials {
    text-align: center;
    margin-bottom: 22px
}

@media screen and (min-width:992px) {
    .widget.widget-credentials {
        margin-bottom: 30px
    }
}

.widget.widget-credentials .content {
    padding: 22px 30px 12px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .widget.widget-credentials .content h3 {
        font-size: 27px
    }
}

@media screen and (max-width:767px) {
    .widget.widget-credentials .content h3 span {
        padding: 0 4px
    }
}

.widget.widget-team {
    text-align: center;
    margin-bottom: 22px
}

@media screen and (min-width:992px) {
    .widget.widget-team {
        margin-bottom: 30px
    }
}

.widget.widget-team .header .fancy:before {
    background: #284f7f
}

.widget.widget-team .header .fancy span {
    background: #fff
}

.widget.widget-team .content {
    padding: 30px 6% 15px
}

.widget.widget-team .content h3 {
    color: #fff;
    margin-top: 0
}

.widget.widget-team .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.widget.widget-team .content ul li {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    width: 46.5%
}

.widget.widget-team .content ul li:nth-child(odd) {
    margin-right: 6%;
    float: left
}

.widget.widget-team .content ul li:nth-child(even) {
    float: right
}

.widget.widget-team .content ul li:hover span.text {
    opacity: 1
}

.widget.widget-team .content ul li img {
    width: 100%;
    height: auto !important;
}

.widget.widget-team .content ul li span.text {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 1px);
    opacity: 0;
    transition: opacity .5s
}

.widget.widget-team .content ul li span.text span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 26px
}

.widget.widget-blog {
    text-align: center
}

.widget.widget-blog .content {
    padding: 20px 0 0
}

.widget.widget-blog .content .blog-item .blog-featured a img {
    min-height: 153px;
    padding: 0 3px
}

.widget.widget-extras .content {
    padding: 28px 30px 32px
}

.widget.widget-extras .content .input-group {
    margin-bottom: 30px;
    width: calc(100% - 53px)
}

@media screen and (min-width:768px) {
    .widget.widget-extras .content .input-group {
        width: 604px
    }
}

@media screen and (min-width:992px) {
    .widget.widget-extras .content .input-group {
        width: 193px
    }
}

@media screen and (min-width:1200px) {
    .widget.widget-extras .content .input-group {
        width: 257px
    }
}

.widget.widget-extras .content .input-group input {
    border-right: 0;
    border-radius: 0;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    padding: 11px 0 10px 20px;
    height: 55px;
    background: #f0f0f0
}

.widget.widget-extras .content .input-group input::-webkit-input-placeholder {
    color: #1e2a32
}

.widget.widget-extras .content .input-group input::-moz-placeholder {
    color: #1e2a32
}

.widget.widget-extras .content .input-group input:-ms-input-placeholder {
    color: #1e2a32
}

.widget.widget-extras .content .input-group input:-moz-placeholder {
    color: #1e2a32
}

.widget.widget-extras .content .input-group span .btn {
    border-left: 0;
    border-radius: 0;
    background: #f0f0f0;
    font-size: 30px;
    color: #284f7f
}

.widget.widget-form {
    position: relative;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .widget.widget-form input[type=submit] {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .widget.widget-form input[type=submit] {
        font-size: 20px;
        height: 45px;
        position: absolute;
        bottom: 27px;
        width: 233px
    }
}

@media screen and (min-width:1200px) {
    .widget.widget-form input[type=submit] {
        height: auto;
        font-size: 25px;
        width: 298px
    }
}

.widget.widget-location .header {
    padding: 15px 32px 0;
    text-align: center
}

.widget.widget-location .map {
    height: 140px
}

.page-template-page-contact article form textarea,
.single article .blog-item .blog-featured img {
    height: 250px
}

.widget.widget-location .contact {
    padding: 26px 32px 40px;
    padding-top: 0px;
}

@media screen and (max-width:767px) {
    .widget.widget-location .contact {
        padding: 26px 20px 40px;
        padding-top: 0px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .widget.widget-location .contact {
        padding: 26px 25px 40px;
        padding-top: 0px;
    }
}

.widget.widget-location .contact address {
    font-size: 19px;
    font-family: Roboto, sans-serif;
    color: #202020;
    font-weight: 500;
    line-height: 1.3
}

.widget.widget-location .contact .but {
    background: url(../images/arrow-right-white.png) right 18px center no-repeat #bf4220;
    min-height: 30px;
}

.widget.widget-location .contact ul {
    margin-top: 40px;
    padding: 0
}

.widget.widget-location .contact ul li {
    list-style: none;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 0
}

.widget.widget-location .contact ul li:first-child {
    text-transform: uppercase;
    font-size: 23px;
    font-family: "Roboto Condensed", sans-serif
}

.widget.widget-location .contact ul li span {
    float: right;
    color: #202020;
    font-weight: 700
}

#blog-wrapper {
    padding-bottom: 20px
}

#blog-wrapper .blog-item img {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
}

#blog-wrapper .blog-item .blog-content {
    padding: 0
}

#blog-wrapper .blog-item .blog-content p {
    margin: 0
}

#blog-wrapper .blog-item .blog-content .meta .date {
    padding-top: 10px
}

#blog-wrapper .blog-item .blog-content .meta .date p {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 23px
}

#blog-wrapper .blog-item .blog-content .meta .date p span {
    font-weight: 700;
    font-size: 26px;
    font-family: Roboto, sans-serif;
    color: #202020;
    display: block
}

#blog-wrapper .blog-item .blog-content .meta .author {
    float: right
}

#blog-wrapper .blog-item .blog-content .meta .author p {
    line-height: 1.4;
    font-size: 16px
}

#blog-wrapper .blog-item .blog-content .excerpt a {
    margin-top: 20px;
    margin-bottom: 50px
}

#blog-wrapper .but {
    display: block;
    background: #f2f2f2
}

.error404 article {
    text-align: center;
    padding-bottom: 50px
}

.error404 article h1 {
    font-size: 125px;
    font-weight: 300;
    margin: 20px 0 0;
    line-height: 1
}

@media screen and (min-width:768px) {
    .error404 article h1 {
        margin: 0;
        font-size: 250px
    }
}

.error404 article h2 {
    font-size: 36px
}

.error404 article p {
    font-size: 24px;
    line-height: 1
}

.single article .excerpt {
    padding-top: 20px
}

.single article .excerpt h2 {
    color: #202020 !important
}

.blog #load-more,
.page-template-page-attorney #blocks .block.col-md-6:first-child .block-content .but {
    color: #111034
}

.single article .excerpt p {
    margin-bottom: 20px !important;
    line-height: 1.6 !important
}

.single article .excerpt ul {
    padding: 0
}

.single article .excerpt ul li {
    list-style: none;
    font-weight: 300;
    font-size: 20px;
    background: url(../images/single-bullet.png) top 5px left 10px no-repeat;
    padding-left: 50px;
    margin-bottom: 20px
}

.page-template-page-about #blocks .block.col-md-6:last-child .content .block-header h3,
.page-template-page-attorney #blocks .block.col-md-6:last-child .content h3 {
    font-weight: 400;
    font-size: 28px
}

#testimonials .testimonial {
    overflow: hidden;
    margin-bottom: 40px
}

#testimonials .testimonial p {
    margin: 0
}

#testimonials .testimonial p span {
    margin-top: 10px;
    display: block;
    font-weight: 400;
    font-style: italic
}

#testimonials .testimonial.quote {
    background: url(../images/quote.png) top left no-repeat;
    padding-left: 82px
}

.home #blocks {
    margin: 12px 0
}

aside {
    margin-top: 22px
}

@media screen and (min-width:992px) {
    aside {
        margin-top: 0
    }
}

.page-template-page-contact #blocks {
    margin-bottom: 20px
}

.page-template-page-contact #blocks .block .content {
    padding-bottom: 37px
}

.page-template-page-contact article form {
    margin-bottom: 4px
}

.page-template-page-contact article form input[type=submit] {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    white-space: normal
}

@media screen and (min-width:768px) {
    .page-template-page-contact article form input[type=submit] {
        padding-left: 35px;
        padding-right: 35px;
        width: auto;
        float: right
    }
}

.page-template-page-practice-area-landing footer {
    margin-top: 0
}

.page-template-page-practice-area-landing .widget-form {
    margin-bottom: 2px
}

.page-template-page-practice-areas article .content {
    padding: 37px 0 20px
}

.page-template-page-practice-areas article .content #pas {
    padding-top: 0
}

.page-template-page-practice-areas article .content #pas .container {
    padding: 0
}

.single aside .widget-extras {
    margin-bottom: 30px
}

.single main {
    padding-bottom: 46px
}

@media screen and (min-width:768px) {
    .blog article {
        margin-bottom: 40px
    }
}

.blog article #blog-wrapper .blog-item .blog-content .meta .author {
    text-align: right
}

.line-bar h2,
.op-map header {
    text-align: center
}

.blog .widget-extras {
    margin-bottom: 30px
}

.page-template-page-attorney .widget-form {
    margin-bottom: 4px
}

.page-template-page-about #blocks {
    margin-top: 4px
}

.page-template-page-about #blocks .block.col-md-6:first-child .block-content .but {
    color: #202020
}

.page-template-page-about #pas #pas-wrapper .pa a {
    text-transform: uppercase;
    color: #202020;
    font-weight: 700;
    border: 0;
    padding: 0;
    font-size: 18px
}

.page-template-page-about #pas #pas-wrapper .pa a img {
    display: inline-block !important;
    margin-left: 12px !important
}

.page-template-page-about .widget-form {
    margin-bottom: 22px
}

.error404 #searchform .input-group {
    margin: 20px auto
}

.op-banner {
    font-size: 17px;
    line-height: 1.6
}

@media screen and (min-width:992px) {
    .op-banner {
        background-image: url(../images/landing/opioid-addiction-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 112px 0 116px;
        height: 830px;
        background-position: 30% center
    }
}

@media screen and (min-width:1410px) {
    .op-banner {
        height: 1006px
    }
}

@media screen and (min-width:1920px) {
    .op-banner {
        padding-top: 150px
    }
}

.op-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 52px
}

@media screen and (min-width:768px) {
    .op-banner h1 {
        line-height: .5em
    }
}

.op-banner h1 span {
    font-size: 27px;
    line-height: 1;
    margin-bottom: 28px;
    display: block
}

.op-banner p {
    font-size: 15px
}

@media screen and (min-width:1600px) {
    .op-banner p {
        font-size: 17px
    }
}

.op-map {
    padding: 70px 0;
    background-color: #fcfcfc;
    color: #192a3f
}

.op-map header cite * {
    font-size: 12px;
    color: #192a3f
}

.op-map h2 {
    margin-top: 0;
    color: #192a3f;
    line-height: 1.3
}

.op-map__key {
    display: -ms-flexbox;
    display: flex;
    padding: 0 18px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 42px 0 56px
}

@media screen and (min-width:1200px) {
    .op-banner {
        background-position: initial
    }

    .op-map__key {
        padding: 0 68px
    }
}

@media screen and (max-width:991px) {
    .op-map__key-color {
        text-align: center
    }
}

.op-map__key-color:before {
    content: '';
    height: 37px;
    width: 37px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px
}

@media screen and (min-width:992px) {
    .op-map__key-color:before {
        display: inline-block;
        margin: 0 10px 0 0;
        float: left
    }

    .op-map__key-color p {
        width: 65%;
        float: left
    }
}

.op-map__key-color p {
    font-size: 14px;
    line-height: 1.25;
    margin: 0
}

.op-map__key-color p span {
    font-size: 28px;
    font-weight: 700
}

.op-map__key-color:first-of-type:before {
    background-color: #e3ecef
}

.op-map__key-color:nth-of-type(2):before {
    background-color: #badff9
}

.op-map__key-color:nth-of-type(3):before {
    background-color: #7ecae7
}

.op-map__key-color:nth-of-type(4):before {
    background-color: #289dd1
}

.op-map__key-color:last-of-type:before {
    background-color: #21659d
}

.op-map__code {
    padding-left: 68px
}

.op-map__code textarea {
    border: 1px solid #e4e4e4;
    border-radius: 10px
}

.line-bar {
    background-color: #191d32;
    color: #fff;
    padding-bottom: 42px
}

.line-bar h2 {
    color: #fff;
    margin: 55px 0 36px;
    font-size: 24px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .line-bar {
        padding-bottom: 142px
    }

    .line-bar h2 {
        margin: 90px 0 36px
    }
}

.line-bar cite {
    text-align: right;
    padding-right: 40px;
    display: block;
    color: #fff;
    margin-top: 36px;
    margin-bottom: 72px
}

.line-bar svg {
    max-width: 100%
}

.page-template-page-opioid-landing h2 {
    font-weight: 700
}

.page-template-page-opioid-landing cite {
    font-size: 12px;
    font-style: normal
}

.page-template-page-opioid-landing footer {
    padding: 20px 0;
    text-align: center
}

.page-template-page-opioid-landing footer a,
.page-template-page-opioid-landing footer p {
    font-size: 12px;
    margin: 0
}

.we-know {
    position: relative;
    padding-bottom: 30px
}

.we-know img {
    position: absolute;
    top: -68px;
    left: 0;
    max-width: 460px
}

.we-know h2 {
    text-align: center;
    margin-top: 72px;
    margin-bottom: 38px
}

.we-know cite,
.we-know h2,
.we-know__list {
    position: relative;
    z-index: 1
}

@media screen and (min-width:992px) {
    .we-know__list {
        padding-left: 366px
    }
}

@media screen and (min-width:1900px) {
    .we-know img {
        max-width: initial
    }

    .we-know__list {
        padding-left: 548px
    }
}

.we-know__item {
    font-size: 14px;
    color: #192a3f;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px
}

@media screen and (min-width:768px) {
    .we-know__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .we-know__item {
        width: 240px;
        margin: 0
    }
}

.we-know__item strong {
    display: block;
    line-height: 2.5;
    text-transform: uppercase
}

.we-know__item h3 {
    font-size: 34px;
    line-height: 1;
    color: #e6b300;
    font-weight: 700;
    margin-top: 12px
}

.we-know cite {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 58px
}

.we-know cite a {
    color: #016db2;
    font-size: 12px
}

.stat {
    padding: 26px 0 0;
    background-image: url(../images/landing/clouds-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative
}

.stat h2 {
    margin-bottom: 50px
}

@media screen and (min-width:768px) {
    .stat {
        padding: 126px 0 0
    }

    .stat h2 {
        margin-bottom: 108px
    }
}

.stat-bars {
    max-width: 1873px;
    margin: 0 auto
}

.stat-bars__bar {
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 70px 15px;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 30px
}

@media screen and (min-width:992px) {
    .stat-bars {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .stat-bars__bar {
        max-width: 236px;
        height: 833px;
        border-radius: 50px 50px 0 0;
        margin: 0
    }

    .stat-bars__callout {
        width: 47%;
        height: 270px;
        position: absolute;
        bottom: 110px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.stat-bars__bar:first-of-type {
    background-color: #39dad3
}

.stat-bars__bar:nth-of-type(2) {
    background-color: #399cda
}

.stat-bars__bar:nth-of-type(3) {
    background-color: #8939da
}

.stat-bars__bar:last-of-type {
    background-color: #daa339
}

.stat-bars__bar img {
    margin-bottom: 28px
}

.stat-bars__bar strong {
    font-size: 58px;
    display: block
}

@media screen and (min-width:1200px) {
    .stat-bars__bar {
        max-width: 276px
    }

    .stat-bars__bar strong {
        font-size: 72px
    }
}

.stat-bars__bar span {
    font-size: 44px;
    display: block
}

.stat-bars__callout {
    background-color: rgba(25, 29, 50, .95);
    text-align: center;
    z-index: 2;
    border-radius: 50px;
    padding: 62px 30px
}

@media screen and (min-width:1200px) {
    .stat-bars__bar span {
        font-size: 36px
    }

    .stat-bars__callout {
        padding: 62px 70px
    }
}

@media screen and (min-width:3839px) {
    .stat-bars__callout {
        bottom: 50px
    }
}

.stat-bars__callout p {
    font-size: 32px;
    text-shadow: -1px -1px 0 #399cda, 1px -1px 0 #399cda, -1px 1px 0 #399cda, 1px 1px 0 #399cda;
    color: #fff;
    line-height: 1.2
}

.stat-bars__callout cite {
    color: #fff
}

.stat-bars__callout cite a {
    color: #fff;
    font-size: 12px
}

.stat-pills {
    z-index: 1;
    width: 97%;
    max-width: 1873px;
    margin: 20px 0 0
}

@media screen and (min-width:992px) {
    .stat-pills {
        position: absolute;
        bottom: -12px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0
    }
}

@media screen and (min-width:1900px) {
    .stat-bars__callout {
        height: 320px;
        padding: 70px
    }

    .stat-pills {
        width: 75%
    }
}

@media screen and (min-width:2300px) {
    .stat-pills {
        width: 55%
    }
}

@media screen and (min-width:3839px) {
    .stat-pills {
        width: 35%
    }
}

.bottom-content {
    background-color: #140f0a;
    color: #fff;
    font-size: 18px;
    padding: 16px 0 30px
}

@media screen and (min-width:768px) {
    .bottom-content {
        padding: 88px 0;
        background-image: url(../images/landing/bottom-banner.jpg);
        background-repeat: no-repeat;
        background-position: center
    }
}

@media screen and (min-width:1200px) {
    .bottom-content {
        background-position: right center
    }
}

.bottom-content a {
    color: #ed1c24
}

.bottom-content h2 {
    font-size: 60px;
    color: #fff
}

.bottom-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    color: #fff
}

.bottom-content__list {
    font-size: 20px;
    padding: 0;
    list-style: none;
    font-weight: 700;
    margin-top: 30px
}

.bottom-content__list li {
    margin-bottom: 44px
}

.bottom-content__list li:last-of-type {
    margin-bottom: 0
}

.bottom-content__list li span {
    display: inline-block;
    margin-top: 15px
}

.bottom-content__list img {
    margin-right: 40px
}

.iwm_map_canvas .google-visualization-tooltip {
    max-width: 506px;
    border-radius: 30px;
    box-shadow: 0 0 65px 8px rgba(0, 2, 4, .09)
}

.iwm_map_canvas .google-visualization-tooltip-item:first-child {
    display: none
}

.iwm_map_canvas .google-visualization-tooltip h2 {
    font-size: 42px;
    font-weight: 700;
    padding: 0 40px;
    margin-bottom: 15px
}

.iwm_map_canvas .google-visualization-tooltip p {
    font-size: 17px;
    line-height: 1.6;
    padding: 0 40px;
    margin-bottom: 20px
}

footer .address-block {
    height: 200px;
    margin: 0;
    position: relative
}

footer .directions-container {
    margin-top: 10px
}

footer .address-block:before {
    content: '';
    width: 98%;
    height: 98%;
    background-color: #f9f9f9;
    position: absolute;
    top: 1%;
    left: 1%;
    z-index: -1
}

.but.but-3:hover {
    background: #32768c;
    color: #fff;
    border-color: #32768c
}

.but.but-3:hover:after {
    content: url(../images/arrow-right-white.png);
    padding-left: 20px;
    transition: all .5s;
    animation-duration: 1s
}

#footer-map {
    width: 100%;
    height: 565px
}

#bot-bar .contact-list a,
#bot-bar .contact-list span {
    color: #fff
}

.nav-bottom {
    margin-top: 30px;
    padding-bottom: 25px
}

footer #bottom-nav .col-md-12 ul li,
footer #bottom-nav .col-md-6 ul li {
    display: inline-block
}

@media screen and (min-width:992px) {

    footer #bottom-nav .col-md-12 ul li,
    footer #bottom-nav .col-md-6 ul li {
        display: inline-block
    }
}

.page-template-page-contact #blocks .block .content .but-3 {
    position: relative;
    left: unset;
    margin: 10px 0 0;
    bottom: unset
}

.blog-item .blog-content .excerpt p a {
    font-size: 20px !important
}

.page-template-page-contact .block-content p em {
    color: #000
}

.montgomery-banner {
    background-size: cover
}

.montgomery-banner #d-container {
    display: table;
    width: 100%
}

.montgomery-banner #d-container #d-content {
    text-align: center;
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.montgomery-banner #d-container #d-content h1 {
    font-size: 52px;
    line-height: 49px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700
}

.montgomery-banner #d-container #d-content h4 {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    font-family: Roboto
}

.montgomery-banner #d-container #d-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 53px;
    color: #fff
}

.montgomery-banner #d-container #d-content p a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline
}

@media (max-width:991px) {
    .montgomery-banner #d-container #d-content h1 {
        font-size: 35px;
        line-height: 40px
    }

    .montgomery-banner #d-container #d-content h4 {
        font-size: 18px;
        line-height: 25px
    }

    .montgomery-banner #d-container #d-content p,
    .montgomery-banner #d-container #d-content p a {
        font-size: 16px
    }
}

.clearBoth {
    clear: both
}

.page-template-page-montgomery main.page,
.single-wpseo_locations.postid-846 main.page {
    background-color: #fff;
    padding-bottom: 0
}

.page-template-page-montgomery #breadcrumbs,
.single-wpseo_locations.postid-846 #breadcrumbs {
    display: none
}

.page-template-page-montgomery .widget-related {
    display: none
}

#main-content-box {
    margin-top: 50px;
    margin-bottom: 40px
}

#contact-us-box h2,
#main-content-box h2,
#two-col-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-size: 32px;
    font-weight: 400
}

#main-content-box p {
    margin-bottom: 30px;
    line-height: 32px;
    font-weight: 300
}

#main-content-box ul.ul-items {
    padding: 0;
    list-style: none
}

#main-content-box ul.ul-items li {
    font-weight: 300;
    list-style: none;
    background: url(/wp-content/themes/cw-theme-four/images/list-style.png) top 4px left no-repeat;
    padding-left: 40px;
    line-height: 1.7
}

.rating-widget {
    padding: 20px 20px 20px;
    background-color: #32768c;
    color: #fff;
    font-style: italic;
    position: relative;
    text-align: center;
    border-bottom: 1px #5b91a3 solid
}

.rating-widget img {
    margin: 0 auto
}

.rating-widget h3 {
    font-size: 24px;
    color: #fff;
    text-align: center
}

.rating-widget p {
    font-style: italic;
    text-align: center;
    font-weight: 300;
    line-height: 1.7;
    padding-top: 20px
}

.location-widget-c {
    padding: 30px 20px;
    background-color: #f2f2f2;
    margin-top: 30px
}

.location-widget-c #contact {
    height: 185px
}

.location-widget-c #details {
    padding-left: 20px;
    padding-right: 0;
    margin: 0
}

.location-widget-c #details h4 {
    color: #204652;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px
}

.location-widget-c #details p {
    font-size: 15px;
    font-weight: 700;
    color: #323049;
    line-height: 1.3;
    margin-bottom: 20px
}

.location-widget-c #details ul {
    list-style: none;
    padding: 0
}

.location-widget-c #details ul li {
    display: inline-block;
    width: 50%
}

.location-widget-c #details ul li a {
    color: #323049;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    position: relative
}

.location-widget-c #details ul li a::after {
    content: " ";
    position: absolute;
    top: 3px;
    right: -18px;
    background: url(/wp-content/themes/cw-theme-four/images/dir-hours-arrow.png) top right no-repeat transparent;
    width: 11px;
    height: 13px
}

div#loc-hours {
    padding: 20px
}

div#loc-hours ul {
    padding: 0;
    list-style: none
}

div#loc-hours ul li {
    font-weight: 300
}

div#loc-hours ul li::before {
    content: "- "
}

@media (max-width:992px) {
    .rating-widget {
        margin: 40px 0
    }

    .location-widget-c #contact {
        margin-bottom: 30px
    }

    .location-widget-c #details ul li {
        width: auto;
        margin-right: 45px
    }
}

.nopadding {
    padding: 0;
    margin: 0
}

#contact-us-box {
    background: url(/wp-content/themes/cw-theme-four/images/contact-us-bg-image.png) no-repeat top right #003b4f;
    padding: 50px 0;
    color: #fff
}

#contact-us-box h2 {
    color: #fff;
    font-size: 45px;
    margin: 0
}

#contact-us-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

#contact-us-box form input[type=text] {
    background-color: rgba(130, 158, 166, .5);
    border: 0;
    padding: 15px 17px;
    width: 100%
}

#contact-us-box form input[type=text]::-webkit-input-placeholder {
    color: #fff
}

#contact-us-box form input[type=text]::-moz-placeholder {
    color: #fff
}

#contact-us-box form input[type=text]:-ms-input-placeholder {
    color: #fff
}

#contact-us-box form input[type=text]:-moz-placeholder {
    color: #fff
}

#contact-us-box form input[type=submit] {
    width: 100%;
    padding: 15px 17px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #286a80;
    color: #fff;
    border: 0
}

@media (max-width:991px) {
    #contact-us-box {
        padding: 20px
    }

    #contact-us-box form .form-group {
        padding: 0;
        margin: 0 0 20px
    }
}

#two-col-content {
    background-color: #f2f2f2
}

#two-col-content .white-bg {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 45px
}

#two-col-content .grey-bg {
    padding-top: 40px
}

#two-col-content .white-bg p {
    margin-bottom: 30px;
    line-height: 32px;
    font-weight: 300
}

#two-col-content .widget-form {
    display: none
}

#two-col-content .widget-team>div {
    background-color: #32768c
}

#two-col-content .widget-team>div h3.fancy {
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 33px;
    background-color: unset
}

#two-col-content .widget-team>div h3.fancy span {
    background: unset;
    padding: 0;
    color: #fff
}

#two-col-content .widget-team>div .fancy::before {
    display: none
}

#two-col-content .widget-blog>div h3.fancy {
    text-align: left;
    font-weight: 300;
    font-size: 33px;
    background-color: unset
}

#two-col-content .widget-blog>div .fancy::before {
    display: none
}

#two-col-content .widget.widget-team .content ul li {
    margin-bottom: 0
}

#two-col-content .widget.widget-team .content ul li span.text {
    height: auto !important;
    display: block;
    opacity: 1;
    top: unset;
    left: unset;
    background: 0 0;
    position: relative;
    margin-top: 10px
}

#two-col-content .widget.widget-team .content ul li span.text span {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    width: 100%;
    display: block;
    text-align: center
}

#two-col-content .widget-team .content ul li img {
    height: auto !important
}

#two-col-content .widget-blog .author {
    display: none
}

#two-col-content .widget-blog .blog-item .blog-content {
    padding: 0 20px 30px
}

#two-col-content .widget-blog .blog-item .blog-content .excerpt {
    border: 0
}

#two-col-content .widget-blog .blog-item .blog-content .excerpt .h2 {
    padding: 0;
    line-height: 24px;
    font-size: 20px
}

#two-col-content .widget-blog .blog-item .blog-content .excerpt a {
    color: #32768c;
    font-size: 20px;
    font-weight: 400
}

#two-col-content .widget-blog .blog-item .blog-content .excerpt a.more {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    background: unset;
    padding: 13px 0;
    border-top: 1px #d5d5d5 solid;
    border-bottom: 1px #d5d5d5 solid;
    font-weight: 400 !important;
    margin-top: 30px;
    color: #32768c !important;
    font-size: 17px !important;
    text-transform: capitalize
}

@media (max-width:991px) {
    #two-col-content .widget-blog {
        margin-bottom: 20px
    }
}

#legal-services-div {
    padding: 80px 0;
    background: url(/wp-content/themes/cw-theme-four/images/two-people-image.png) no-repeat top center #003c51;
    background-size: cover
}

#legal-services-div ul {
    padding: 0;
    list-style: none
}

#legal-services-div ul li {
    border-bottom: 1px #fff solid;
    margin: 0 20px 20px;
    text-align: center;
    position: relative
}

#legal-services-div ul.r-right li::after {
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -9px;
    right: -22px;
    content: '';
    display: block;
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

#legal-services-div ul.r-left li::after {
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: -22px;
    content: '';
    display: block;
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}

#legal-services-div ul li h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

#legal-services-div .mid-content {
    text-align: center;
    padding: 4% 0
}

#legal-services-div .mid-content h2 {
    font-size: 45px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 20px
}

#legal-services-div .mid-content p {
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px
}

#legal-services-div .mid-content a {
    font-weight: 700;
    color: #fff;
    background-color: #286a80;
    padding: 17px 27px;
    display: block;
    width: 80%;
    margin: 35px auto 0
}

@media (max-width:1199px) {
    #legal-services-div ul li h3 {
        font-size: 16px
    }
}

@media (max-width:991px) {

    #legal-services-div ul.r-left li::after,
    #legal-services-div ul.r-right li::after {
        display: none
    }

    #legal-services-div .mid-content {
        padding: 4% 2%
    }
}

#two-col-content-2 img {
    width: 100%
}

#two-col-content-2 .g-bg {
    background-color: #32768c;
    padding: 40px 40px 10px
}

#two-col-content-2 .g-bg h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 15px
}

#two-col-content-2 .g-bg p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

#two-col-content-2 .container {
    width: 100%;
    background-color: #32768c
}

@media (min-width:1300px) {
    #two-col-content-2 .container {
        width: 1300px
    }
}

#two-col-content-3 {
    padding: 40px 0
}

#two-col-content-3 h2 {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    margin: 0 0 30px
}

#two-col-content-3 p {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 20px;
    color: #000;
    font-weight: 300
}

#two-col-content-3 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

#two-col-content-3 ul li {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    background: url(/wp-content/themes/cw-theme-four/images/li.png) left top 8px no-repeat;
    padding-left: 35px
}

#two-col-content-3 ul.ul-li-2 {
    padding-left: 20px
}

#two-col-content-3 ul.ul-li-2 li {
    margin: 0 0 30px;
    background: url(/wp-content/themes/cw-theme-four/images/li.png) left top 8px no-repeat;
    padding-left: 35px
}

#two-col-content-3 .learn-how-div {
    background-color: #003b4f;
    padding: 30px;
    text-align: center
}

#two-col-content-3 .learn-how-div h2 {
    color: #fff;
    line-height: 24px;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px
}

#two-col-content-3 .learn-how-div img {
    border: 8px #e3e9ec solid;
    width: 296px;
    margin: 0 auto
}

#two-col-content-3 .learn-how-div a.btn-learn-more {
    margin-top: 40px;
    border: 2px #336272 solid;
    border-radius: 0;
    display: block;
    color: #fff;
    font-size: 16px
}

#two-col-content-3 .learn-how-div a.btn-learn-more::after {
    content: url(/wp-content/themes/cw-theme-four/images/arrow-right.png);
    padding-left: 13px
}

#two-col-content-3 .call-us-div {
    margin-top: 22px;
    background-color: #f2f2f2;
    padding: 40px;
    text-align: center
}

#two-col-content-3 .call-us-div h3 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 400;
    line-height: 41px;
    color: #000
}

#two-col-content-3 .call-us-div h3 strong {
    font-size: 32px
}

#two-col-content-3 .call-us-div a {
    background-color: #003b4f;
    color: #fff;
    padding: 13px 40px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    display: inline-block
}

#contact-box-bg {
    background-color: #003b4f;
    padding: 35px 0;
    color: #fff
}

#contact-box-bg h2 {
    font-size: 32px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px
}

#contact-box-bg p {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    font-weight: 300
}

#contact-box-bg h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    color: #fff
}

#contact-box-bg .call-us-serious {
    font-size: 29px;
    font-weight: 300;
    color: #fff;
    line-height: 35px
}

#contact-box-bg .call-us-serious span {
    color: #bf4220;
    font-weight: 700
}

#contact-box-bg .btn-free-consult {
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 24px;
    padding: 13px 30px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    background-color: #bf4220;
    margin-top: 15px
}

@media (max-width:991px) {
    #contact-box-bg .row>div {
        text-align: center
    }

    #contact-box-bg .row>div:first-child {
        margin-bottom: 20px
    }

    #contact-box-bg h2 {
        font-size: 28px
    }

    #contact-box-bg h3 {
        font-size: 28px
    }
}

div#logo-address {
    padding-left: 130px;
    padding-top: 20px
}

#logo-address p {
    color: #dbdbdb;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 29px;
    font-weight: 300
}

#logo-address a {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #dedede;
    border: #336272 2px solid;
    padding: 0 20px;
    display: inline-block
}

#logo-address a::after {
    content: url(/wp-content/themes/cw-theme-four/images/arrow-right.png);
    padding-left: 13px
}

address > a {
    font-size: 19px;
    font-family: Roboto, sans-serif;
    color: #202020;
    font-weight: 500;
    line-height: 1.3
}

.ul-offices {
    text-align: center;
    width: 200px;
    margin: 0 auto
}

.ul-offices p {
    font-size: 26px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 10px
}

.ul-offices ul {
    padding: 0;
    list-style: none
}

.ul-offices ul li {
    border-top: 1px #336272 solid
}

.ul-offices ul li:last-child {
    border-bottom: 1px #336272 solid
}

.ul-offices ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 40px
}

#location-footer ul.contact-list {
    display: block;
    float: none;
    padding: 0
}

#location-footer ul.contact-list li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center
}

#location-footer ul.contact-list li a {
    margin: 0 auto;
    display: inline-block;
    width: 150px;
    border-color: #336272
}

#social-div {
    margin-top: 35px
}

#social-div ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

#social-div ul li.social-icon {
    display: inline-block;
    margin-right: 7px
}

#social-div ul li.social-icon:last-child {
    margin: 0
}

#social-div ul li.social-icon a {
    background-color: #b0b0b0;
    padding: 12px;
    border-radius: 26px;
    width: 52px;
    display: inline-block;
    text-align: center
}

#social-div ul li.social-icon a i {
    color: #003b4f;
    font-size: 22px;
    line-height: 1.2
}

#social-div ul li.social-text {
    display: block
}

#social-div ul li.social-text p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Roboto Condensed';
    line-height: 29px;
    margin: 0 0 12px;
    text-transform: uppercase
}

#location-footer #footer-map {
    height: 132px
}

#location-footer .nav-bottom {
    margin-top: 23px
}

@media (max-width:991px) {
    #location-footer .footer-logo-area {
        text-align: center
    }

    div#logo-address {
        padding-left: 0;
        margin-bottom: 30px
    }

    .ul-offices {
        width: 80%;
        margin-bottom: 30px
    }

    #location-footer #bottom-nav ul {
        border-bottom: 1px #ddd solid
    }

    #location-footer #bottom-nav ul li {
        padding: 0 20px
    }

    #location-footer #bottom-nav ul li a::after {
        display: none
    }
}

@media (max-width:767px) {
    #location-footer #bottom-nav ul li {
        padding: 0 5px
    }

    #location-footer #bottom-nav ul li a {
        font-size: 18px
    }
}

@media (min-width:992px) {
    div#logo-address {
        padding-left: 30px
    }

    #social-div ul li.social-icon a {
        width: 50px
    }

    #social-div ul li.social-icon a i {
        font-size: 18px
    }
}

@media (min-width:1200px) {
    div#logo-address {
        padding-left: 130px;
        padding-top: 20px
    }

    #social-div ul li.social-icon a {
        width: 52px
    }

    #social-div ul li.social-icon a i {
        font-size: 22px
    }
}

@media screen and (max-width:767px) {
    .bot-locations {
        padding-bottom: 0
    }
}

.bot-locations .offices-container p {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
}

.bot-locations .offices-container .location-lists {
    padding-left: 0
}

.bot-locations .offices-container .location-lists li {
    border-top: 1px solid #fff;
    padding: 10px 0
}

.bot-locations .offices-container .location-lists li,
.bot-locations .offices-container .location-lists li a {
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 300;
    list-style: none;
    position: relative
}

.bot-locations .offices-container .location-lists li a:after {
    content: '>';
    display: block;
    font-family: monospace;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -8px
}

.bot-locations .office-details-col {
    padding-right: 0
}

@media screen and (max-width:767px) {
    .bot-locations .office-details-col {
        padding-left: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .bot-locations .office-details-col {
        padding-right: 15px
    }
}

.bot-locations .footer-map-col {
    padding-left: 0
}

@media screen and (max-width:767px) {
    .bot-locations .footer-map-col {
        padding-right: 0
    }
}

@media screen and (min-width:767px) and (max-width:991px) {
    .bot-locations .footer-map-col {
        padding-left: 15px
    }
}

.bot-locations .office-details {
    background: #003b4f;
    padding: 20px
}

.bot-locations .office-details h4 {
    margin-top: 0
}

.bot-locations .address-wrapper {
    display: none
}

.bot-locations .address-wrapper.active {
    display: block
}

.bot-locations .address-wrapper .wpseo-address-wrapper {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.bot-locations .address-wrapper .law-firm-footer-title a {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.bot-locations .address-wrapper .loc-title {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    text-transform: uppercase
}

.bot-locations .address-wrapper .wpseo-phone {
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px
}

.bot-locations .address-wrapper .directions-container a {
    border: 2px solid #336272;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400
}

.bot-locations #footer-map {
    height: 344px
}

footer #bot-bar {
    padding: 25px 0
}

footer #bot-bar .but-5 {
    border-color: #336272;
    max-width: 150px
}

footer #bot-bar ul.contact-list {
    padding: 30px 0 0
}

@media screen and (min-width:768px) {
    footer #bot-bar ul.contact-list li:first-child {
        margin-bottom: 0
    }
}

.social-footer {
    justify-content: flex-end;
    margin-top: 22px;
    padding-bottom: 20px
}

.social-footer #social ul {
    align-items: center;
    display: flex !important
}

.social-footer .social-text p {
    font-weight: 300;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    text-transform: uppercase
}

.social-footer .social-icon {
    height: 40px;
    margin-left: 10px;
    position: relative
}

.social-footer .social-icon a {
    background: #b0b0b0;
    border-radius: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    text-align: center
}

.social-footer .social-icon .fa {
    color: #fff;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

.map-row {
    display: flex;
    flex-direction: column
}

.footer-map-col .footer-map {
    height: 344px;
    width: 100%;
    background: url(../images/maps-birmingham-north.jpg);
    background-position: center;
    background-size: cover
}

.footer-map-link {
    display: block;
    height: 100%;
    width: 100%
}

@media screen and (min-width:991px) {
    .map-row {
        flex-direction: row
    }

    .footer-map-col .footer-map {
        height: 100%;
        width: auto
    }
}

#hero .banner-h1 span {
    display: block
}

.refs .w-lines {
    display: table;
    margin: 0 auto !important;
    font-weight: 400 !important;
    position: relative;
    font-size: 46px
}

@media screen and (max-width:990px) {
    .refs .w-lines {
        text-align: center;
        width: 100%
    }
}

.refs .w-lines:after,
.refs .w-lines:before {
    content: "";
    width: 130px;
    height: 1px;
    position: absolute;
    background-color: silver;
    top: 50%
}

.refs .w-lines:before {
    left: -150px
}

.refs .w-lines:after {
    right: -150px
}

@media screen and (max-width:480px) {

    .refs .w-lines:after,
    .refs .w-lines:before {
        width: 50px
    }
}

@media screen and (max-width:990px) {
    .refs .w-lines:before {
        left: -30px
    }

    .refs .w-lines:after {
        right: -30px
    }
}

section.head-desc {
    margin: 50px auto
}

@media screen and (max-width:990px) {
    section.head-desc>.container {
        padding-left: 30px;
        padding-right: 30px
    }
}

.refs .row.flex-me {
    margin: 0 auto;
    display: flex
}

@media screen and (max-width:990px) {
    .refs .row.flex-me {
        display: block
    }
}

.refs .row.flex-me>div:nth-child(2) {
    background: #fff;
    padding: 50px
}

@media screen and (max-width:990px) {
    .refs .row.flex-me>div:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px
    }
}

.refs .row.flex-me>div:nth-child(1) {
    padding-right: 0
}

@media screen and (max-width:990px) {
    .refs .row.flex-me>div:nth-child(1) {
        padding-left: 0
    }
}

.refs .row.flex-me>.col-md-push-6 {
    padding-left: 0;
    padding-right: 15px !important
}

@media screen and (max-width:990px) {
    .refs .row.flex-me>.col-md-push-6 {
        padding-right: 0 !important
    }
}

.referrals {
    padding-left: 60px
}

.referrals .item {
    position: relative;
    margin-bottom: 30px
}

.refs span.counter {
    font-size: 34px;
    width: 50px;
    height: 50px;
    background: #b09d8e;
    display: table;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: -5px
}

.referrals .item h3 {
    font-size: 32px
}

.referrals .item address {
    font-size: 22px;
    font-weight: 300
}

.referrals .item a {
    font-size: 20px;
    color: #32768c;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    margin-right: 25px;
    line-height: 1
}

@media screen and (max-width:480px) {
    .referrals .item a {
        display: block;
        margin-bottom: 10px;
        word-break: break-word
    }
}

.referrals .item a.tel:before {
    content: "\f10b";
    font-family: FontAwesome;
    color: #c24c2c;
    font-size: 32px;
    line-height: 0;
    margin-right: 10px
}

.referrals .item a.web:before {
    content: "\f015";
    font-family: FontAwesome;
    color: #c24c2c;
    font-size: 32px;
    line-height: 0;
    margin-right: 10px
}

.referrals .item a:hover {
    color: #22282d
}

#results-matter {
    background: #fff
}

#results-matter>.row {
    margin-left: 0;
    margin-right: 0
}

#results-matter>.row>.container>.row {
    display: flex
}

@media screen and (max-width:990px) {
    #results-matter>.row>.container>.row {
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        display: block
    }
}

.results-wrapper {
    border-left: 1px solid #e2e2e2;
    margin: 40px 0;
    padding: 0 30px;
    position: relative
}

@media screen and (max-width:990px) {
    .results-wrapper {
        border-bottom: 1px solid #e2e2e2;
        border-left: 0;
        margin-bottom: 0;
        margin-top: 30px;
        padding-bottom: 30px
    }

    .results-wrapper:first-of-type {
        border-top: 1px solid #e2e2e2
    }
}

.results-wrapper #results-title {
    display: block;
    font-family: "Roboto Condensed";
    font-size: 42px;
    line-height: 45px;
    padding: 30px 0
}

@media screen and (max-width:990px) {
    .results-wrapper #results-title {
        padding-bottom: 0;
        text-align: center
    }
}

.results-wrapper.results-case {
    padding-top: 35px
}

@media screen and (max-width:990px) {
    .results-wrapper.results-case {
        padding-top: 0
    }
}

.results-wrapper .result-award,
.results-wrapper .result-case,
.results-wrapper .result-injury {
    display: block;
    text-align: center
}

.results-wrapper .result-award {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 700
}

.results-wrapper .result-case {
    color: #aaadb1;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.results-wrapper .result-injury {
    color: #b89e87;
    font-family: 'Roboto Condensed';
    font-size: 20px
}

.results-wrapper .result-link {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute
}

.results-wrapper .results-link {
    border: 2px solid #f0f0f0;
    display: block;
    height: 100%;
    padding: 0 30px;
    position: relative
}

@media screen and (max-width:990px) {
    .results-wrapper .results-link {
        padding: 30px
    }
}

.results-wrapper .results-link>span {
    color: #272582;
    font-family: 'Roboto Condensed';
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 70px
}

.results-wrapper .results-arrow {
    color: #b89e87
}

@media screen and (max-width:990px) {
    .results-wrapper .results-link>span {
        display: block;
        font-size: 17px;
        position: relative;
        transform: none;
        width: 100%
    }

    .results-wrapper .results-arrow {
        display: inline-block;
        margin-left: 5px
    }

    .results-wrapper .results-link>span br {
        display: none
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .results-wrapper .results-link>span {
        margin-left: -17px
    }
}

@media screen and (max-width:480px) {
    footer #bot-bar img {
        width: 100%
    }

    footer #bottom-nav .col-md-6 ul,
    footer #bottom-nav .col-md-6 ul li:first-of-type {
        display: block !important
    }
}


@media screen and (max-width: 992px) {
    footer #bottom-nav .col-md-6 ul li.menu-item a:after {
        width: 38px;
        content: "";
        border-bottom: 1px solid #ddd;
        display: block;
        margin: 5px auto
    }

    footer #bottom-nav .col-md-6 {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .social-footer .social-text p {
        margin-left: 10px;
        margin-right: 0
    }
}

@media (min-width: 481px) {
    #hero.jd {
        background-image: url(/wp-content/uploads/2017/06/serious-injury-home-banner.jpg);
    }

    .content-area-1 .left.jd {
        background-image: url(/wp-content/uploads/2017/06/serious-injury-lawyers.jpg);
    }
}

@media (max-width: 480px) {
    #hero.jd {
        background-image: url(/wp-content/uploads/2017/06/serious-injury-home-banner-mobile.png);
    }

    .content-area-1 .left.jd {
        background-image: url(/wp-content/uploads/2017/06/serious-injury-lawyers-mobile.png);
    }
}

.home header nav {
    box-shadow: none !important;
}

.alert-main {
    background-color: #df2a00;
    text-align: center;
    padding: 15px;
    line-height: 1;

}

.alert-main span {
    padding-bottom: 2px;
    color: #fff;
    display: block;
    font-family: Roboto, sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.alert-main span a {
    color: #E4A100;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.alert-main span a:hover {
    text-decoration: underline;
}

.alert-main span.sos {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.blog-navigation li {
    display: inline-block;
    background: transparent !important;
}

.blog-top {
    display: block;
    clear: both;
}

.blog-bottom {
    display: block;
    clear: both;
}

.blog-top h2 a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: #32768c;
}

.blog-item .blog-content .excerpt {
    padding-top: 15px;
}

.blog-item .blog-content .meta .date,
.blog-item .blog-content .meta .author {
    margin-bottom: 0;
}

/* end of seriouslawyers.css */

/* theme.css */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

*,
:after,
:before,
input[type=search] {
    box-sizing: border-box
}

.label,
sub,
sup {
    vertical-align: baseline
}

hr,
img {
    border: 0
}

.owl-controls,
html {
    -webkit-tap-highlight-color: transparent
}

body,
figure {
    margin: 0
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.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,
.dropdown-menu {
    float: left
}

.img-responsive,
.img-thumbnail,
.table,
label {
    max-width: 100%
}

.btn,
.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 340px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.glyphicon,
.popover,
.tooltip,
address {
    font-style: normal
}

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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :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
    }

    thead {
        display: table-header-group
    }

    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
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.btn-danger.dropdown-toggle,
.open>.btn-default.dropdown-toggle,
.open>.btn-info.dropdown-toggle,
.open>.btn-primary.dropdown-toggle,
.open>.btn-success.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.img-thumbnail,
body {
    background-color: #fff
}

html {
    font-size: 10px
}

body {
    font-size: 14px;
    line-height: 1.428571429;
    color: #333
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    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: inherit;
    font-weight: 500;
    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: 20px;
    margin-bottom: 10px
}

.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: 10px;
    margin-bottom: 10px
}

.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: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.badge,
.label,
dt,
kbd kbd,
label {
    font-weight: 700
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.428571429
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.but,
.but.but-1,
.but.but-2,
.but.but-3,
.but.but-4,
.initialism,
.text-uppercase,
a.more,
header nav li,
ul.contact-list li {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.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;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.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
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

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
    }

    .container {
        width: 750px
    }
}

.blog-item .blog-content .excerpt,
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.location-block .col-sm-5,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.owl-carousel .owl-wrapper:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    color: #777
}

legend,
pre {
    color: #333
}

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
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,
th {
    text-align: left
}

.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'
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    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%;
    box-shadow: none
}

.form-control,
.has-success .form-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    overflow-y: scroll
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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 {
    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%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.badge,
.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.radio-inline {
    vertical-align: middle
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {

    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.badge,
.input-group-addon,
.label,
.pager,
.progress-bar {
    text-align: center
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.428571429;
    white-space: nowrap
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group,
.input-group-btn,
.input-group-btn>.btn,
.nav>li,
.nav>li>a,
.navbar {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav>li,
.nav>li>a {
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.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.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .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
    }
}

.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden
}

@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
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.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: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@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-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }

    .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: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    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
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@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: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
    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 (min-width:768px) {
    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width:768px) {

    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .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 .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
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.breadcrumb>li,
.pagination {
    display: inline-block
}

.btn .badge,
.btn .label {
    top: -1px;
    position: relative
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

.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-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5d5d;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.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: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        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: #555;
        background-color: #e7e7e7
    }

    .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: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.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: #090808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    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: #090808
}

.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: #090808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090808
    }

    .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: #090808
    }

    .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: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    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: #23527c;
    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: #337ab7;
    border-color: #337ab7;
    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: 18px;
    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: 12px;
    line-height: 1.5
}

.badge,
.label {
    line-height: 1;
    white-space: nowrap
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.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
}

.but.but-4,
.close,
.list-group-item>.badge {
    float: right
}

.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%;
    color: #fff;
    border-radius: .25em
}

.label:empty {
    display: none
}

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: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.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: 12px;
    color: #fff;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail {
    display: block
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.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,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.alert,
.thumbnail {
    margin-bottom: 20px
}

.alert .alert-link,
.close {
    font-weight: 700
}

.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: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    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: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.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
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.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
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.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
}

.slideshow .owl-item,
.slideshow .slider li {
    vertical-align: middle;
    display: inline-block
}

.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: #337ab7;
    border-color: #337ab7
}

.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: #c7ddef
}

.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
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.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 .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.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-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>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,
.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-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table: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>.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>.table-responsive:first-child>.table:first-child,
.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,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 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>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>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-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group .panel {
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.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: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.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
}

.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;
    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 {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none;
    white-space: normal
}

.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-content,
.popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    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 .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    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,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption,
.carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.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: 14px;
    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
}

.carousel,
.carousel-inner {
    position: relative
}

.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.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px
}

.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 {
    left: 1px;
    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 {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    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 {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        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;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    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: 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: rgba(0, 0, 0, 0)
}

.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
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

@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
}

.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
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

a,
em,
li,
p {
    font-size: 18px
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@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
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .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
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .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
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .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
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !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
    }
}

.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
    }

    .hidden-print {
        display: none !important
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
} 
 .learn-more {
    position: absolute;
    width: 70%;
    bottom: 8px;
}
.video-container iframe {
    width: 100%;
}
@media only screen and (min-width: 1000px) {
.col-md-2-5 {
    width: 20%;
}
}

@media only screen and (max-width: 650px) {
	header #hero {
		height: 125px !important;
	}
	header #hero .row col-sm-9 {
		height: 125px !important;
	}
}

@media only screen and (max-width: 360px) {
	header #hero {
		height: 300px !important;
        background-position: center left !important;
	}
	header #hero .row col-sm-9 {
		height: 100px !important;
	}
}

@media only screen and (max-width: 500px) {
	 .learn-more {
    position: absolute;
    width: 80%;
    bottom: 8px;
}

}
div#schema-videoobject {
    position: relative;
}
.video-container .pa-yt-player {
    position: relative;
}

#car-accident-infographic {
    color: #fff;
    font-size: 20px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#car-accident-infographic .bg-wrapper {
    background: url('/wp-content/themes/cw-theme-four/images/car-accident-facts/car-accident-bg-final.png');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 3065px;
    text-shadow: 3px 3px rgb(0, 0, 0, 0.6);
    position: relative;
}
#car-accident-infographic .text-lowercase {
    text-transform: lowercase;
}
#car-accident-infographic .header h1, #car-accident-infographic .header h2 {
    text-transform: uppercase;
    text-shadow: 2px 2px rgb(0, 0, 0, 0.8);
}
#car-accident-infographic .header h2 {
    text-transform: uppercase;
    text-shadow: 2px 2px rgb(0, 0, 0, 0.8);
    font-size: 45px;
    font-weight: 700;
}
#car-accident-infographic .header h1 {
    color: #fff;
    font-weight: bolder;
    padding: 15px 20px;
    font-size: 100px;
    text-align: center;
    line-height: 0.5;
    margin-top: 60px;
}
#car-accident-infographic #facts .header h1 span {
    display: inline-block;
    font-weight: 100;
    font-size: 45px;
    border-bottom: 6px #bf4220 solid;
    padding-bottom: 20px;
    box-shadow: 0px 3px #00000069;
}
#car-accident-infographic #worst-intersections .header h2, #car-accident-infographic #why-accidents-happen .header h2 {
    text-transform: capitalize;
}
#car-accident-infographic #facts .facts-list, #car-accident-infographic #when-accidents-happen .when-accidents-happen-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-top: 35px
}
#car-accident-infographic #when-accidents-happen {
    margin-top: 130px;
}
#car-accident-infographic #when-accidents-happen hr {
    border: 2px solid #bf4220;
    width: 160px;
}
#car-accident-infographic #when-accidents-happen hr {
    border: 2px solid #bf4220;
    width: 160px;
}
#car-accident-infographic #worst-intersections hr, #car-accident-infographic #why-accidents-happen hr {
    border: 2px solid #bbc6ca;
    width: 160px;
    margin-left: 0;

}
#car-accident-infographic #when-accidents-happen .when-accidents-happen-list {
    padding: 0 40px;
}
#car-accident-infographic #facts .facts-list div.fact-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#car-accident-infographic #facts .facts-list div.fact-item:last-child {
    margin-bottom: 0;
}
#car-accident-infographic #when-accidents-happen .when-accidents-happen-list div.when-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
    text-align: center;
    padding: 0 30px;
}
#car-accident-infographic #facts .facts-list div.fact-item div.fact-icon {
    width: 30px;
}
#car-accident-infographic #facts .facts-list div.fact-item div.fact-text {
    margin-left: 60px;
}
#car-accident-infographic #when-accidents-happen .when-accidents-happen-list div.when-text {
    margin-top: 20px;
}
#car-accident-infographic #worst-intersections {
    margin-top: 35px;
    padding: 0 40px;
    position: relative;
}
#car-accident-infographic #why-accidents-happen {
    margin-top: 60px;
    padding-right: 100px
}

#car-accident-infographic #why-accidents-happen .list-right {
    padding: 0 40px;
}

#car-accident-infographic #worst-intersections ul.worst-intersections-list, #car-accident-infographic #why-accidents-happen ul.why-accidents-happen-list {
    list-style-type: none;
    padding-left: 4px;
    margin-top: 40px;
}
#car-accident-infographic #worst-intersections ul.worst-intersections-list li, #car-accident-infographic #why-accidents-happen ul.why-accidents-happen-list li {
    margin-bottom: 20px;
}
#car-accident-infographic #why-accidents-happen ul.why-accidents-happen-list li div.item, #car-accident-infographic #worst-intersections ul.worst-intersections-list li div.item {
    content: '';
    width: 20px;
    height: 20px;
    padding-right: 20px;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: 2px;
}
#car-accident-infographic #why-accidents-happen ul.why-accidents-happen-list li, #car-accident-infographic #worst-intersections ul.worst-intersections-list li {
    display: flex;
}
#car-accident-infographic #why-accidents-happen ul.why-accidents-happen-list li span.figure {
    font-weight: bold;
}
#car-accident-infographic #worst-intersections ul.worst-intersections-list li div.item {
    background: #bf4220;
}
#car-accident-infographic #why-accidents-happen ul.why-accidents-happen-list li div.item {
    background: #60b0cb;
}
#car-accident-infographic #caf-infographic-footer {
    background: #013c4f;
}
#car-accident-infographic #caf-infographic-footer .caf-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#car-accident-infographic #caf-infographic-footer .caf-footer a {
    display: block;
}
#car-accident-infographic #caf-infographic-footer .caf-footer a.logo-link {
    padding: 0 20px;
    margin-bottom: 40px;
}
#car-accident-infographic #caf-infographic-footer .caf-footer .caf-consultation {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    margin-top: 8px;
}
#car-accident-infographic #caf-infographic-footer .caf-footer .caf-consultation a.free-consultation {
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
}
#car-accident-infographic #caf-infographic-footer .caf-footer .caf-consultation a.free-consultation:hover {
    color: #fff;
}
#car-accident-infographic #caf-infographic-footer .caf-footer .caf-consultation div.serious-contact {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8;
}
#car-accident-infographic #caf-infographic-footer .caf-footer .caf-consultation a.free-consultation:hover {
    color: #fff;
}
#car-accident-infographic .ribbon {
    background: url('/wp-content/themes/cw-theme-four/images/car-accident-facts/ribbon-maroon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 12px;
    text-shadow: 2px 2px rgb(0, 0, 0, 0.0);
    text-transform: uppercase;
    font-size: 16px;
    width: 389px;
    height: 43px;
    font-weight: 700;
    text-align: center;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
#car-accident-infographic .ribbon a {
    text-decoration: underline;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
#car-accident-infographic .ribbon .text {
    margin-top: 12px;
}
#car-accident-infographic .ribbon a:hover {
    color: #fff;
}
#car-accident-infographic .embed-section {
    color: #fff;
    background: #592010;
}

#car-accident-infographic .embed-section .embed-textarea {
    padding: 0 30px;
}
#car-accident-infographic .embed-section .embed-label {
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    padding-top: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
#car-accident-infographic .embed-container:last-child {
    margin-top: 15px;
}
#car-accident-infographic .embed-section textarea {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 160px;
    border: 2px solid #7d2e17;
    border-radius: 5px;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
#car-accident-infographic .copy-btn {
    background-color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    max-width: 300px;
    color: #222d33;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px 20px;
    border: 2px solid #7d2e17;
    cursor: pointer;
}
#car-accident-infographic .source-bottom {
    bottom: -20px;
    right: 100px;
    position: absolute;
}
#car-accident-infographic .copy-btn:hover {
    background-color: #ae4021;
    color: #fff;
}
#car-accident-infographic .embed-container:last-child {
    padding-bottom: 40px;
}
#car-accident-infographic .swal2-popup {
    width: 40em !important;
    height: 25em !important;
}
#car-accident-infographic .swal2-title {
    font-size: 3em !important;
}
#car-accident-infographic .swal2-styled.swal2-confirm {
    font-size: 1.2em !important;
}
#car-accident-infographic .header-logo-container {
    display: flex;
    justify-content: flex-end;
}
#car-accident-infographic .header-logo {
    padding: 20px;
}
@media all and (max-width: 479px) {
    #car-accident-infographic #when-accidents-happen .when-accidents-happen-list div.when-item {
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    #car-accident-infographic #caf-infographic-footer .caf-footer {
        flex-direction: column;
        align-items: center;
    }
    #car-accident-infographic .source-bottom {
        display: none;
    }
    #car-accident-infographic #caf-infographic-footer .caf-footer .caf-consultation div.serious-contact {
        margin-bottom: 30px;
    }
    #car-accident-infographic #caf-infographic-footer .caf-footer .caf-consultation {
        margin-top: 0;
    }
    #car-accident-infographic #caf-infographic-footer .caf-footer a.logo-link {
        margin-bottom: 25px;
    }
    #car-accident-infographic #why-accidents-happen .list-right {
        padding-right: 0;
    }
    #car-accident-infographic .ribbon {
        display: none;
    }
    #car-accident-infographic #why-accidents-happen {
        padding-right: 40px;
    }
}
@media all and (max-width: 991px) {
    #car-accident-infographic {
        font-size: 17px;
    }
    #car-accident-infographic .header h1 {
        font-size: 80px;
    }
    #car-accident-infographic #facts .header h1 span {
        font-size: 36px;
    }
    #car-accident-infographic .header h2 {
        font-size: 35px;
    }
    #car-accident-infographic .header-logo-container {
        display: none;
    }
}
@media all and (max-width: 636px) {
    #car-accident-infographic .bg-wrapper {
        height: 3500px
    }
    #car-accident-infographic .header h1 {
        font-size: 60px;
    }
    #car-accident-infographic #facts .header h1 span {
        font-size: 28px;
    }
    #car-accident-infographic .header h2 {
        font-size: 28px;
    }
    #car-accident-infographic #when-accidents-happen {
        margin-top: 230px;
    }
    #car-accident-infographic #why-accidents-happen {
        margin-top: 250px;
    }
}
@media all and (max-width: 543px) {
    #car-accident-infographic {
        font-size: 15px;
    }
    #car-accident-infographic #when-accidents-happen {
        margin-top: 280px;
    }
    #car-accident-infographic #why-accidents-happen {
        margin-top: 230px;
    }
}
@media all and (max-width: 499px) {
    #car-accident-infographic #why-accidents-happen {
        margin-top: 140px;
    }
    #car-accident-infographic #when-accidents-happen .when-accidents-happen-list div.when-item {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 479px) {
    #car-accident-infographic #when-accidents-happen {
        margin-top: 235px;
    }
    #car-accident-infographic #when-accidents-happen .when-accidents-happen-list div.when-item {
        padding: 0;
    }
    #car-accident-infographic #when-accidents-happen .when-accidents-happen-list {
        padding: 0 10px;
        margin-top: 0;
    }
    #car-accident-infographic {
        font-size: 14px;
        text-shadow: 0px 0px rgb(0, 0, 0, 0.0);
    }
    #car-accident-infographic #when-accidents-happen .when-accidents-happen-list div.when-item {
        margin-bottom: 18px;
    }
}
@media all and (max-width: 459px) {
    #car-accident-infographic ul li {
        font-size: 16px;
    }
    #car-accident-infographic #when-accidents-happen {
        margin-top: 130px;
    }
    #car-accident-infographic #worst-intersections {
        margin-top: 200px;
    }
}
@media all and (max-width: 439px) {
    #car-accident-infographic #worst-intersections {
        margin-top: 100px;
    }
    #car-accident-infographic #when-accidents-happen {
        margin-top: 150px;
    }
    #car-accident-infographic .bg-wrapper {
        height: 3650px;
    }
    #car-accident-infographic #worst-intersections {
        margin-top: 140px;
    }
}
@media all and (max-width: 390px) {
    #car-accident-infographic #when-accidents-happen {
        margin-top: 75px;
    }
    #car-accident-infographic #worst-intersections {
        margin-top: 110px;
    }
}
@media all and (max-width: 383px) {
    #car-accident-infographic ul li {
        font-size: 14px;
    }
    #car-accident-infographic .header h1 {
        margin-top 30px;
        font-size: 40px;
    }
    #car-accident-infographic #facts .header h1 span {
        font-size: 18px;
    }
    #car-accident-infographic .header h2 {
        font-size: 24px;
    }
}
@media all and (max-width: 335px) {
   #car-accident-infographic #why-accidents-happen {
        margin-top: 55px;
    }
    #car-accident-infographic #worst-intersections {
        margin-top: 35px;
    }
}
@media all and (max-width: 320px) {
   #car-accident-infographic #when-accidents-happen {
        margin-top: 35px;
    }
    #car-accident-infographic #worst-intersections {
        margin-top: 60px;
    }
    #car-accident-infographic ul li {
        font-size: 13px;
    }
    #car-accident-infographic {
        font-size: 13px;
    }

}
@media all and (max-width: 1199px) {
    #car-accident-infographic {
        width: 100%;
    }
}
@media all and (min-width: 992px) {
    #car-accident-infographic #when-accidents-happen .when-accidents-happen-list .last-row {
        margin-bottom: 0 !important;
    }
}

.result-matters-content h3 {
    font-size: 36px;
}
.result-matters-content h4 {
    margin: 0px !important;
    margin-bottom: 6px !important;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.result-matters-content p {
    text-align: center;
    font-weight: bold;
	color: #aaadb1;
}
.result-matters-content span {
    display: block;
    font-weight: 500;
    color: #b89e87;
}
.container.result-matters-content {
    padding: 30px 0px;
}
.result-matters-content .col-md-2 {
    border-right: 1px solid #e2e2e2;
    min-height: 158px;
    padding: 40px 0px 10px;
}

@media (max-width: 767px) {
    .cw_video_single {
        width: 100%;
        height: auto;
    }
}