
.button {
    background-color: #3C3F45;
    border: medium none;
    border-radius: 0;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0;
    padding: 16px 26px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
    vertical-align: middle;
}
.button:hover, .button:active, .button:focus {
    background-color: #DE5E60;
    color: #FFFFFF;
}
.button.button-large {
    font-size: 18px;
    padding: 20px 30px;
}
.button.button-small {
    font-size: 14px;
    padding: 8px 18px;
}
.button.button-mini {
    font-size: 12px;
    padding: 4px 12px;
}
.button.button-block {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.button + .button {
    margin-left: 10px;
}
.accordion {
    margin-bottom: 20px;
}
.accordion-group {
    border: medium none;
    border-radius: 0;
    margin-bottom: 4px;
}
.accordion-heading {
    border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
    background: none repeat scroll 0 0 #3C3F45;
    color: #23262C;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-heading:hover .accordion-toggle, .accordion-heading:hover .accordion-toggle.inactive {
    background: none repeat scroll 0 0 #DE5E60;
    color: #FFFFFF;
}
.accordion-heading .accordion-toggle.active {
    background: none repeat scroll 0 0 #DE5E60;
    color: #FFFFFF;
}
.accordion-heading .accordion-toggle.inactive {
    background: none repeat scroll 0 0 #3C3F45;
}
.accordion-heading.accordionize .accordion-toggle span, .accordion-heading.togglize .accordion-toggle span {
    color: #23262C;
    font-size: 18px;
    margin: -8px 0 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle span {
    color: #FFFFFF;
}
.accordion-heading .accordion-toggle.active span, .accordion-heading:hover .accordion-toggle.inactive span {
    color: #FFFFFF;
}
.accordion-heading.accordionize .accordion-toggle.active span, .accordion-heading.togglize .accordion-toggle.active span {
    transform: rotate(180deg);
}
.accordion-heading.togglize .accordion-toggle span {
    font-size: 18px;
    margin: -8px 0 0;
}
.accordion-heading.togglize .accordion-toggle.active span {
    opacity: 0;
}
.accordion-heading.togglize .accordion-toggle.active span + span {
    opacity: 1;
}
.accordion-inner {
    background: none repeat scroll 0 0 #26292E;
    border: medium none;
    padding: 16px 20px;
}
.alert {
    background-color: #DBA571;
    border: medium none;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
    text-shadow: none;
}
.alert, .alert h4 {
    color: #FFFFFF;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    color: #FFFFFF;
    line-height: 20px;
    position: relative;
    right: -22px;
    text-shadow: none;
    top: 2px;
    transition: opacity 0.1s linear 0s;
}
.alert .close:hover {
    opacity: 1;
}
.alert-standard {
    background-color: #3C3F45;
}
.alert-success {
    background-color: #1F7F5C;
}
.alert-danger, .alert-error {
    background-color: #E56C69;
}
.alert-info {
    background-color: #5A9AA8;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
.nav {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
}
.nav > li > a {
    border: medium none;
    border-radius: 0;
    color: #23262C;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #DE5E60;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.nav > li > a > img {
    max-width: none;
}
.nav > .pull-right {
    float: right;
}
.nav-tabs {
}
.nav-tabs:before, .nav-tabs:after {
    content: "";
    display: table;
    line-height: 0;
}
.nav-tabs:after {
    clear: both;
}
.nav-tabs {
    border-bottom: medium none;
}
.nav-tabs > li {
    float: left;
    margin: 0 4px 0 0;
}
.nav-tabs > li > a {
    background: none repeat scroll 0 0 #3C3F45;
    line-height: 20px;
    padding: 15px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color: #DE5E60;
    border: medium none;
    color: #FFFFFF;
    cursor: default;
}
.tabbable {
}
.tabbable:before, .tabbable:after {
    content: "";
    display: table;
    line-height: 0;
}
.tabbable:after {
    clear: both;
}
.tab-content {
    background: none repeat scroll 0 0 #26292E;
    overflow: auto;
    padding: 20px;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
blockquote {
    border-left: 2px solid #DE5E60;
    padding: 15px 20px;
}
blockquote p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
blockquote small {
    color: #65676C;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
blockquote small:before {
    content: "";
}
.tooltip {
    display: block;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    padding: 5px;
    position: absolute;
    visibility: visible;
    z-index: 999;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top {
    margin-top: -3px;
}
.tooltip.right {
    margin-left: 3px;
}
.tooltip.bottom {
    margin-top: 3px;
}
.tooltip.left {
    margin-left: -3px;
}
.tooltip-inner {
    background-color: #FFFFFF;
    border-radius: 0;
    color: #26292E;
    max-width: 300px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #FFFFFF;
    border-width: 10px 10px 0;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #FFFFFF;
    border-width: 10px 10px 10px 0;
    left: 0;
    margin-top: -15px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #FFFFFF;
    border-width: 10px 0 10px 10px;
    margin-top: -15px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #FFFFFF;
    border-width: 0 10px 10px;
    left: 50%;
    margin-left: -15px;
    top: 0;
}
.info-block {
    border-left: 2px solid #DE5E60;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.info-text {
    padding-right: 20%;
    position: relative;
}
.info-block h3 {
    font-size: 24px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.info-block p {
    margin-bottom: 0;
}
.info-block a.button {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page .progress {
    background-color: #26292E;
}
.page-alternate .progress {
    background-color: #2F3238;
}
.progress-bar {
    margin: 26px 0 0;
}
.progress {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    height: 46px;
    margin: 0;
    position: relative;
}
.progress .bar {
    background-color: #DE5E60;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
}
.progress .field {
    color: #FFFFFF;
    left: 20px;
    line-height: 44px;
    position: absolute;
}
.progress .field-value {
    color: #FFFFFF;
    line-height: 44px;
    position: absolute;
    right: 20px;
}
.lightbox {
    cursor: pointer;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.lightbox a + img {
    width: 100%;
}
.lightbox .hover-wrap {
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms ease-out 0s;
    width: 100%;
}
.lightbox:hover .hover-wrap, .lightbox.active .hover-wrap {
    opacity: 1;
}
.lightbox .hover-wrap .overlay-img {
    background: none repeat scroll 0 0 #DE5E60;
    height: 100%;
    opacity: 0.45;
    position: absolute;
    width: 100%;
}
.lightbox .hover-wrap .overlay-img-thumb {
    color: #FFFFFF;
    font-size: 32px;
    left: 50%;
    line-height: 1em;
    margin: -16px 0 0 -16px;
    opacity: 1;
    position: absolute;
    top: 50%;
}
.icons-example ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.icons-example ul li {
    cursor: pointer;
    display: inline-block;
    list-style: none outside none;
    margin: 15px;
}
.icons-example ul li a {
    background: none repeat scroll 0 0 #26292E;
    display: block;
    height: 70px;
    transform: rotateY(0deg);
    transition: all 400ms ease-out 0s;
    width: 70px;
}
.icons-example ul li a span {
    color: #55606A;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.3;
    transform: rotateY(0deg);
    transition: all 400ms ease-out 0s;
}
.icons-example ul li:hover a, .icons-example ul li.active a {
    background-color: #DE5E60;
    transform: rotateY(180deg);
}
.icons-example ul li:hover a span, .icons-example ul li.active a span {
    color: #FFFFFF;
    opacity: 1;
    transform: rotateY(180deg);
}
