/* List */
ul.bs-shortcode-list ul,
ul.bs-shortcode-list,
.entry-content ul.bs-shortcode-list ul,
.entry-content ul.bs-shortcode-list {
    list-style: none;
    padding-left: 20px;
    overflow: hidden;
}
ul.bs-shortcode-list ul,
.entry-content ul.bs-shortcode-list ul {
    padding-left: 13px;
}
ul.bs-shortcode-list li,
.entry-content ul.bs-shortcode-list li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px;
}
ul.bs-shortcode-list li:before,
.entry-content ul.bs-shortcode-list li:before {
    width: 25px;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 6px;
    color: #0080ce;
}
ul.bs-shortcode-list li:empty,
.entry-content ul.bs-shortcode-list li:empty {
    display: none;
}
ul.bs-shortcode-list.list-style-check li:before,
.entry-content ul.bs-shortcode-list.list-style-check li:before {
    content: "\f00c";
}
ul.bs-shortcode-list.list-style-star li:before,
.entry-content ul.bs-shortcode-list.list-style-star li:before {
    content: "\f005";
}
ul.bs-shortcode-list.list-style-edit li:before,
.entry-content ul.bs-shortcode-list.list-style-edit li:before {
    content: "\f044";
}
ul.bs-shortcode-list.list-style-folder li:before,
.entry-content ul.bs-shortcode-list.list-style-folder li:before {
    content: "\f07b";
}
ul.bs-shortcode-list.list-style-file li:before,
.entry-content ul.bs-shortcode-list.list-style-file li:before {
    content: "\f15b";
}
ul.bs-shortcode-list.list-style-heart li:before,
.entry-content ul.bs-shortcode-list.list-style-heart li:before {
    content: "\f004";
}
ul.bs-shortcode-list.list-style-asterisk li:before,
.entry-content ul.bs-shortcode-list.list-style-asterisk li:before {
    content: "\f069";
}

/* Divider */
hr.bs-divider,
.entry-content hr.bs-divider {
    height: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #DBDBDB;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin: 30px auto 28px;
    position: relative;
    width: 90%;
}
hr.bs-divider.dashed-line,
.entry-content hr.bs-divider.dashed-line {
    border-style: dashed;
    border-width: 1px;
}
hr.bs-divider.full,
.entry-content hr.bs-divider.full {
    width: 100%;
}
hr.bs-divider.large,
.entry-content hr.bs-divider.large {
    width: 90%;
}
hr.bs-divider.small,
.entry-content hr.bs-divider.small {
    width: 70%;
}
hr.bs-divider.tiny,
.entry-content hr.bs-divider.tiny {
    width: 50%;
}
hr.bs-divider + h3,
hr.bs-divider + h2,
hr.bs-divider + h1,
.entry-content hr.bs-divider + h3,
.entry-content hr.bs-divider + h2,
.entry-content hr.bs-divider + h1 {
    margin-top: -10px;
}
hr.bs-divider + h5,
.entry-content hr.bs-divider + h5 {
    margin-top: -5px;
}
h5 + hr.bs-divider,
h4 + hr.bs-divider,
h3 + hr.bs-divider,
h2 + hr.bs-divider,
h1 + hr.bs-divider,
.entry-content h5 + hr.bs-divider,
.entry-content h4 + hr.bs-divider,
.entry-content h3 + hr.bs-divider,
.entry-content h2 + hr.bs-divider,
.entry-content h1 + hr.bs-divider {
    margin-top: 28px;
}

/* Row */
.bs-shortcode-row,
.content-inner .bs-shortcode-row {
    margin-bottom: 20px;
}

/* Text Padding */
.bs-padding-1-1,
.content-inner .bs-padding-1-1 {
    margin-left: 5%;
    margin-right: 5%;
}
.bs-padding-0-1,
.content-inner .bs-padding-0-1 {
    margin-right: 5%;
}
.bs-padding-1-0,
.content-inner .bs-padding-1-0 {
    margin-left: 5%;
}
.bs-padding-2-2,
.content-inner .bs-padding-2-2{
    margin-left: 10%;
    margin-right: 10%;
}
.bs-padding-2-1,
.content-inner .bs-padding-2-1{
    margin-left: 10%;
    margin-right: 5%;
}
.bs-padding-1-2,
.content-inner .bs-padding-1-2{
    margin-left: 5%;
    margin-right: 10%;
}
.bs-padding-0-2,
.content-inner .bs-padding-0-2{
    margin-right: 10%;
}
.bs-padding-2-0,
.content-inner .bs-padding-2-0{
    margin-left: 10%;
}
.bs-padding-3-3,
.content-inner .bs-padding-3-3{
    margin-left: 15%;
    margin-right: 15%;
}
.bs-padding-0-3,
.content-inner .bs-padding-0-3{
    margin-right: 15%;
}
.bs-padding-3-0,
.content-inner .bs-padding-3-0{
    margin-left: 15%;
}


/* Column Text Padding */
.bs-shortcode-col.bs-padding-1-1{
    margin-left: 0;
    margin-right: 0;

    padding-left: 5%;
    padding-right: 5%;
}
.bs-shortcode-col.bs-padding-0-1{
    margin-right: 0;
    padding-right: 5%;
}
.bs-shortcode-col.bs-padding-1-0{
    margin-left: 0;
    padding-left: 5%;
}
.bs-shortcode-col.bs-padding-2-2{
    margin-left: 0;
    margin-right: 0;

    padding-left: 10%;
    padding-right: 10%;
}
.bs-shortcode-col.bs-padding-2-1{
    margin-left: 0;
    margin-right: 0;

    padding-left: 10%;
    padding-right: 5%;
}
.bs-shortcode-col.bs-padding-1-2{
    margin-left: 0;
    margin-right: 0;

    padding-left: 5%;
    padding-right: 10%;
}
.bs-shortcode-col.bs-padding-0-2{
    margin-right: 0;
    padding-right: 10%;
}
.bs-shortcode-col.bs-padding-2-0{
    margin-left: 0;
    padding-left: 10%;
}
.bs-shortcode-col.bs-padding-3-3{
    margin-left: 0;
    margin-right: 0;

    padding-left: 15%;
    padding-right: 15%;
}
.bs-shortcode-col.bs-padding-0-3{
    margin-right: 0;
    padding-right: 15%;
}
.bs-shortcode-col.bs-padding-3-0{
    margin-left: 0;
    padding-left: 15%;
}

/* Pull Quote */
.bs-pullquote,
.entry-content .bs-pullquote {
    display: block;
    color: #7b7b7b;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5em;
    padding-left: 1em;
    border-style: solid;
    border-color: #eee;
    border-left-width: 4px;
    font-size: 24px;
    border: none;
    padding: 0;
    position: relative;
    text-align: center;
}
.bs-pullquote:before,
.bs-pullquote:after,
.entry-content .bs-pullquote:before, 
.entry-content .bs-pullquote:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #e0e0e0;
}
.bs-pullquote:before,
.entry-content .bs-pullquote:before {
    margin: 1em auto 0.65em;
}
.bs-pullquote:after,
.entry-content .bs-pullquote:after {
    margin: 0.75em auto 1em;
}
.bs-pullquote p,
.entry-content .bs-pullquote p {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.bs-pullquote.bs-pullquote-left,
.entry-content .bs-pullquote.bs-pullquote-left {
    clear: left;
    float: left;
    max-width: 35%;
    margin: 0.4em 1.2em 0.4em 0;
}
.bs-pullquote.bs-pullquote-right,
.entry-content .bs-pullquote.bs-pullquote-right {
    clear: right;
    float: right;
    max-width: 35%;
    margin: 0.4em 0 0.4em 1.2em;
}

/* Dropcap */
.dropcap.dropcap-square, 
.dropcap.dropcap-square-outline,
.dropcap.dropcap-circle, 
.dropcap.dropcap-circle-outline,
.dropcap.rounded, 
.dropcap.border,
.entry-content .dropcap.dropcap-square, 
.entry-content .dropcap.dropcap-square-outline,
.entry-content .dropcap.dropcap-circle, 
.entry-content .dropcap.dropcap-circle-outline,
.entry-content .dropcap.rounded, 
.entry-content .dropcap.border {
    color: #fff;
    background: #f70d28;
    display: inline-block;
    text-align: center;
    min-width: 68px;
    min-height: 68px;
    line-height: 1;
    font-size: 3em;
    margin-right: 0.3em;
    position: relative;
    padding: 10px;
    top: 0.095em;
}
.dropcap.dropcap-circle,
.dropcap.dropcap-circle-outline,
.entry-content .dropcap.dropcap-circle,
.entry-content .dropcap.dropcap-circle-outline {
    border-radius: 68px;
}
.dropcap.dropcap-circle-outline,
.dropcap.dropcap-square-outline,
.entry-content .dropcap.dropcap-circle-outline,
.entry-content .dropcap.dropcap-square-outline {
    font-size: 2.75em;
    padding: 8px;
    border: 3px solid #212121;
    color: #212121;
    background: transparent;
}

/* Intro */
.bs-intro,
.bs-intro-highlighted,
.entry-content .bs-intro,
.entry-content .bs-intro-highlighted {
    font-size: 1.5em;
    line-height: 1.458em;
    color: #212121;
    letter-spacing: -0.01em;
}

/* Highlight */
.bs-highlight,
.entry-content .bs-highlight {
    background-color: #FF9;
    padding: 0 3px;
    color: inherit;
}
.bs-highlight.bs-highlight-red,
.entry-content .bs-highlight.bs-highlight-red {
    background-color: #FFB6B6;
}

/* Button */
.btn.btn-lg,
.entry-content .btn.btn-lg {
    height: 57px;
    line-height: 57px;
    padding: 0 30px;
}
.btn.btn-xs,
.entry-content .btn.btn-xs {
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
}
.btn.btn-light,
.entry-content .btn.btn-light {
    background: #FFF;
    border:1px solid #D4D4D4;
    color: #9C9C9C !important;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    height: auto;
    padding: 0 13px;
}
.btn.btn-light:hover,
.btn.btn-light.hover,
.entry-content .btn.btn-light:hover,
.entry-content .btn.btn-light.hover {
    border-color: #868686;
    color: #868686 !important;
}
.btn.btn-light[disabled],
.entry-content .btn.btn-light[disabled] {
    border-color: #EAEAEA;
    color: #EAEAEA;
}

/* Tabs & Accordions */
.vc_tta-panels > br {
    display: none;
}