@import url(https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Merriweather&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Khula:300,400&display=swap');

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
    outline: 0;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cboxTopLeft {
    width: 15px;
    height: 15px;
}

#cboxTopCenter {
    height: 15px;
}

#cboxTopRight {
    width: 15px;
    height: 15px;
}

#cboxBottomLeft {
    width: 15px;
    height: 10px;
}

#cboxBottomCenter {
    height: 10px;
}

#cboxBottomRight {
    width: 15px;
    height: 10px;
}

#cboxMiddleLeft {
    width: 15px;
}

#cboxMiddleRight {
    width: 15px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(../images/images-controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(../images/images-controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/images-controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../images/images-controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: #fff;
}

#cboxLoadingGraphic {
    background: url(../images/images-loading_animation.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/images-controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(../images/images-status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(../images/images-status-active.gif) center center no-repeat;
}

div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
}

div.panel-pane div.admin-links li a {
    color: #ccc;
}

div.panel-pane div.admin-links li {
    padding-bottom: 2px;
    background: white;
    z-index: 201;
}

div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
    color: #000;
}

div.panel-pane div.admin-links a:before {
    content: "[";
}

div.panel-pane div.admin-links a:after {
    content: "]";
}

div.panel-pane div.panel-hide {
    display: none;
}

div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
}

div.panel-pane div.feed a {
    float: right;
}

#quickbar #quickbar-right {
    float: right;
}

div#quickbar div.depth-0 ul.links li a.username-link {
    float: none;
    padding: 0;
}

div#quickbar div.depth-0 ul.links li:hover a.username-link {
    background: transparent;
}

div#quickbar div.depth-0 ul.links li.username {
    margin: 0 10px 0 15px;
}

form#quickbar-configure-form fieldset.quickbar-extras>div>div {
    float: left;
    width: 15%;
}

form#quickbar-configure-form fieldset.quickbar-extras fieldset.additional-options {
    clear: left;
}

.sf-menu,
.sf-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-menu {
    line-height: 1.0;
    z-index: 497;
}

.sf-menu ul {
    left: 0;
    position: absolute;
    top: -99999em;
    width: 12em;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li {
    float: left;
    position: relative;
    z-index: 498;
}

.sf-menu a,
.sf-menu span.nolink {
    display: block;
    position: relative;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    z-index: 499;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    left: 0;
    top: 2.5em;
}

.sf-menu li li:hover>ul,
.sf-menu li li.sfHover>ul {
    left: 12em;
    top: 0;
}

.sf-menu.menu,
.sf-menu.menu ul,
.sf-menu.menu li {
    margin: 0;
}

.sf-hidden {
    left: -99999em !important;
    top: -99999em !important;
}

.sf-menu a.sf-with-ul,
.sf-menu span.nolink.sf-with-ul {
    min-width: 1px;
}

.sf-sub-indicator {
    background: url(../images/images-arrows-ffffff.png) no-repeat -10px -100px;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
}

a>.sf-sub-indicator,
span.nolink>.sf-sub-indicator {
    top: 0.8em;
    background-position: 0 -100px;
}

a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator,
span.nolink:hover>.sf-sub-indicator,
li:hover>span.nolink>.sf-sub-indicator,
li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: -10px -100px;
}

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a>.sf-sub-indicator,
.sf-menu ul span.nolink>.sf-sub-indicator {
    background-position: 0 0;
}

.sf-menu ul a:focus>.sf-sub-indicator,
.sf-menu ul a:hover>.sf-sub-indicator,
.sf-menu ul a:active>.sf-sub-indicator,
.sf-menu ul li:hover>a>.sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator,
.sf-menu ul span.nolink:hover>.sf-sub-indicator,
.sf-menu ul li:hover>span.nolink>.sf-sub-indicator,
.sf-menu ul li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
    background: url(../images/images-shadow.png) no-repeat right bottom;
    padding: 0 8px 9px 0 !important;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

.sf-menu.rtl,
.sf-menu.rtl li {
    float: right;
}

.sf-menu.rtl li:hover>ul,
.sf-menu.rtl li.sfHover>ul {
    left: auto;
    right: 0;
}

.sf-menu.rtl li li:hover>ul,
.sf-menu.rtl li li.sfHover>ul {
    left: auto;
    right: 12em;
}

.sf-menu.rtl ul {
    left: auto;
    right: 0;
}

.sf-menu.rtl .sf-sub-indicator {
    left: 0.75em;
    right: auto;
    background: url(../images/images-arrows-ffffff-rtl.png) no-repeat -10px -100px;
}

.sf-menu.rtl a>.sf-sub-indicator,
.sf-menu.rtl span.nolink>.sf-sub-indicator {
    top: 0.8em;
    background-position: -10px -100px;
}

.sf-menu.rtl a:focus>.sf-sub-indicator,
.sf-menu.rtl a:hover>.sf-sub-indicator,
.sf-menu.rtl a:active>.sf-sub-indicator,
.sf-menu.rtl li:hover>a>.sf-sub-indicator,
.sf-menu.rtl li.sfHover>a>.sf-sub-indicator,
.sf-menu.rtl span.nolink:hover>.sf-sub-indicator,
.sf-menu.rtl li:hover>span.nolink>.sf-sub-indicator,
.sf-menu.rtl li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: 0 -100px;
}

.sf-menu.rtl ul .sf-sub-indicator {
    background-position: 0 0;
}

.sf-menu.rtl ul a>.sf-sub-indicator,
.sf-menu.rtl ul span.nolink>.sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu.rtl ul a:focus>.sf-sub-indicator,
.sf-menu.rtl ul a:hover>.sf-sub-indicator,
.sf-menu.rtl ul a:active>.sf-sub-indicator,
.sf-menu.rtl ul li:hover>a>.sf-sub-indicator,
.sf-menu.rtl ul li.sfHover>a>.sf-sub-indicator,
.sf-menu.rtl ul span.nolink:hover>.sf-sub-indicator,
.sf-menu.rtl ul li:hover>span.nolink>.sf-sub-indicator,
.sf-menu.rtl ul li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: 0 0;
}

.sf-menu.rtl .sf-hidden,
.sf-menu.rtl.sf-hidden {
    left: auto !important;
    right: -99999em !important;
}

.sf-menu.rtl.sf-horizontal.sf-shadow ul,
.sf-menu.rtl.sf-vertical.sf-shadow ul,
.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
    background-position: bottom left;
    padding: 0 0 9px 8px !important;
    -webkit-border-radius: 8px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sf-vertical.rtl li:hover>ul,
.sf-vertical.rtl li.sfHover>ul {
    left: auto;
    right: 12em;
}

.sf-vertical.rtl .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-vertical.rtl a>.sf-sub-indicator,
.sf-vertical.rtl span.nolink>.sf-sub-indicator {
    background-position: 0 0;
}

.sf-vertical.rtl a:focus>.sf-sub-indicator,
.sf-vertical.rtl a:hover>.sf-sub-indicator,
.sf-vertical.rtl a:active>.sf-sub-indicator,
.sf-vertical.rtl li:hover>a>.sf-sub-indicator,
.sf-vertical.rtl li.sfHover>a>.sf-sub-indicator,
.sf-vertical.rtl span.nolink:hover>.sf-sub-indicator,
.sf-vertical.rtl li:hover>span.nolink>.sf-sub-indicator,
.sf-vertical.rtl li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: -10px 0;
}

.sf-navbar.rtl li li {
    float: right;
}

.sf-navbar.rtl ul .sf-sub-indicator {
    background-position: 0 -100px;
}

.sf-navbar.rtl ul a>.sf-sub-indicator {
    background-position: -10px -100px;
}

.sf-navbar.rtl ul a:focus>.sf-sub-indicator,
.sf-navbar.rtl ul a:hover>.sf-sub-indicator,
.sf-navbar.rtl ul a:active>.sf-sub-indicator,
.sf-navbar.rtl ul li:hover>a>.sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover>a>.sf-sub-indicator,
.sf-navbar.rtl ul span.nolink:hover>.sf-sub-indicator,
.sf-navbar.rtl ul li:hover>span.nolink>.sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: 0 -100px;
}

.sf-navbar.rtl ul ul .sf-sub-indicator {
    background-position: 0 0;
}

.sf-navbar.rtl ul ul a>.sf-sub-indicator,
.sf-navbar.rtl ul ul span.nolink>.sf-sub-indicator {
    background-position: -10px 0;
}

.sf-navbar.rtl ul ul a:focus>.sf-sub-indicator,
.sf-navbar.rtl ul ul a:hover>.sf-sub-indicator,
.sf-navbar.rtl ul ul a:active>.sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover>a>.sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover>a>.sf-sub-indicator,
.sf-navbar.rtl ul ul span.nolink:hover>.sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover>span.nolink>.sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: 0 0;
}

.sf-navbar.rtl li li:hover>ul,
.sf-navbar.rtl li li.sfHover>ul {
    left: auto;
    right: 0;
}

.sf-navbar.rtl li li li:hover>ul,
.sf-navbar.rtl li li li.sfHover>ul {
    left: auto;
    right: 12em;
}

.sf-navbar.rtl>li>ul {
    background: transparent;
    padding: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

.sf-vertical,
.sf-vertical li {
    width: 12em;
}

.sf-vertical li:hover>ul,
.sf-vertical li.sfHover>ul {
    left: 12em;
    top: 0;
}

.sf-vertical .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-vertical a>.sf-sub-indicator,
.sf-vertical span.nolink>.sf-sub-indicator {
    background-position: 0 0;
}

.sf-vertical a:focus>.sf-sub-indicator,
.sf-vertical a:hover>.sf-sub-indicator,
.sf-vertical a:active>.sf-sub-indicator,
.sf-vertical li:hover>a>.sf-sub-indicator,
.sf-vertical li.sfHover>a>.sf-sub-indicator,
.sf-vertical span.nolink>.sf-sub-indicator,
.sf-vertical li:hover>span.nolink>.sf-sub-indicator,
.sf-vertical li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: -10px 0;
}

.sf-navbar {
    position: relative;
}

.sf-navbar li {
    position: static;
}

.sf-navbar li li {
    position: relative;
}

.sf-navbar li ul,
.sf-navbar li li li {
    width: 100%;
}

.sf-navbar li li {
    width: auto;
    float: left;
}

.sf-navbar li li:hover>ul,
.sf-navbar li li.sfHover>ul,
.sf-navbar>li.active-trail>ul {
    left: 0;
    top: 2.5em;
}

.sf-navbar li li li:hover>ul,
.sf-navbar li li li.sfHover>ul {
    left: 12em;
    top: 0;
}

.sf-navbar ul .sf-sub-indicator {
    background-position: -10px -100px;
}

.sf-navbar ul a>.sf-sub-indicator,
.sf-navbar ul span.nolink>.sf-sub-indicator {
    background-position: 0 -100px;
}

.sf-navbar ul a:focus>.sf-sub-indicator,
.sf-navbar ul a:hover>.sf-sub-indicator,
.sf-navbar ul a:active>.sf-sub-indicator,
.sf-navbar ul li:hover>a>.sf-sub-indicator,
.sf-navbar ul li.sfHover>a>.sf-sub-indicator,
.sf-navbar ul span.nolink:hover>.sf-sub-indicator,
.sf-navbar ul li:hover>span.nolink>.sf-sub-indicator,
.sf-navbar ul li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: -10px -100px;
}

.sf-navbar ul ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-navbar ul ul a>.sf-sub-indicator,
.sf-navbar ul ul span.nolink>.sf-sub-indicator {
    background-position: 0 0;
}

.sf-navbar ul ul a:focus>.sf-sub-indicator,
.sf-navbar ul ul a:hover>.sf-sub-indicator,
.sf-navbar ul ul a:active>.sf-sub-indicator,
.sf-navbar ul ul li:hover>a>.sf-sub-indicator,
.sf-navbar ul ul li.sfHover>a>.sf-sub-indicator,
.sf-navbar ul ul span.nolink>.sf-sub-indicator,
.sf-navbar ul ul li:hover>span.nolink>.sf-sub-indicator,
.sf-navbar ul ul li.sfHover>span.nolink>.sf-sub-indicator {
    background-position: -10px 0;
}

.sf-navbar>li>ul {
    background: transparent;
    padding: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fonts-fontawesome-webfont.eot);
    src: url(../fonts/fonts-fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fonts-fontawesome-webfont.woff2) format('woff2'), url(../fonts/fonts-fontawesome-webfont.woff) format('woff'), url(../fonts/fonts-fontawesome-webfont.ttf) format('truetype'), url(../fonts/fonts-fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #323336;
    background-color: #f2f2f2;
}

a {
    color: #363225;
    text-decoration: none;
}

p a {
    font-weight: 600;
}

a:hover,
a:focus {
    color: #090806;
    text-decoration: underline;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span1 {
    width: 60px;
}

.span2 {
    width: 140px;
}

.span3 {
    width: 220px;
}

.span4 {
    width: 300px;
}

.span5 {
    width: 380px;
}

.span6 {
    width: 460px;
}

.span7 {
    width: 540px;
}

.span8 {
    width: 620px;
}

.span9 {
    width: 700px;
}

.span10 {
    width: 780px;
}

.span11 {
    width: 860px;
}

.span12 {
    width: 940px;
}

.offset1 {
    margin-left: 100px;
}

.offset2 {
    margin-left: 180px;
}

.offset3 {
    margin-left: 260px;
}

.offset4 {
    margin-left: 340px;
}

.offset5 {
    margin-left: 420px;
}

.offset6 {
    margin-left: 500px;
}

.offset7 {
    margin-left: 580px;
}

.offset8 {
    margin-left: 660px;
}

.offset9 {
    margin-left: 740px;
}

.offset10 {
    margin-left: 820px;
}

.offset11 {
    margin-left: 900px;
}

.offset12 {
    margin-left: 980px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%;
    *margin-left: 2.07447%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.12766%;
}

.row-fluid .span1 {
    width: 6.38298%;
    *width: 6.32979%;
}

.row-fluid .span2 {
    width: 14.89362%;
    *width: 14.84043%;
}

.row-fluid .span3 {
    width: 23.40426%;
    *width: 23.35106%;
}

.row-fluid .span4 {
    width: 31.91489%;
    *width: 31.8617%;
}

.row-fluid .span5 {
    width: 40.42553%;
    *width: 40.37234%;
}

.row-fluid .span6 {
    width: 48.93617%;
    *width: 48.88298%;
}

.row-fluid .span7 {
    width: 57.44681%;
    *width: 57.39362%;
}

.row-fluid .span8 {
    width: 65.95745%;
    *width: 65.90426%;
}

.row-fluid .span9 {
    width: 74.46809%;
    *width: 74.41489%;
}

.row-fluid .span10 {
    width: 82.97872%;
    *width: 82.92553%;
}

.row-fluid .span11 {
    width: 91.48936%;
    *width: 91.43617%;
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
}

.row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%;
}

.row-fluid .offset1:first-child {
    margin-left: 8.51064%;
    *margin-left: 8.40426%;
}

.row-fluid .offset2 {
    margin-left: 19.14894%;
    *margin-left: 19.04255%;
}

.row-fluid .offset2:first-child {
    margin-left: 17.02128%;
    *margin-left: 16.91489%;
}

.row-fluid .offset3 {
    margin-left: 27.65957%;
    *margin-left: 27.55319%;
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191%;
    *margin-left: 25.42553%;
}

.row-fluid .offset4 {
    margin-left: 36.17021%;
    *margin-left: 36.06383%;
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255%;
    *margin-left: 33.93617%;
}

.row-fluid .offset5 {
    margin-left: 44.68085%;
    *margin-left: 44.57447%;
}

.row-fluid .offset5:first-child {
    margin-left: 42.55319%;
    *margin-left: 42.44681%;
}

.row-fluid .offset6 {
    margin-left: 53.19149%;
    *margin-left: 53.08511%;
}

.row-fluid .offset6:first-child {
    margin-left: 51.06383%;
    *margin-left: 50.95745%;
}

.row-fluid .offset7 {
    margin-left: 61.70213%;
    *margin-left: 61.59574%;
}

.row-fluid .offset7:first-child {
    margin-left: 59.57447%;
    *margin-left: 59.46809%;
}

.row-fluid .offset8 {
    margin-left: 70.21277%;
    *margin-left: 70.10638%;
}

.row-fluid .offset8:first-child {
    margin-left: 68.08511%;
    *margin-left: 67.97872%;
}

.row-fluid .offset9 {
    margin-left: 78.7234%;
    *margin-left: 78.61702%;
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574%;
    *margin-left: 76.48936%;
}

.row-fluid .offset10 {
    margin-left: 87.23404%;
    *margin-left: 87.12766%;
}

.row-fluid .offset10:first-child {
    margin-left: 85.10638%;
    *margin-left: 85%;
}

.row-fluid .offset11 {
    margin-left: 95.74468%;
    *margin-left: 95.6383%;
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702%;
    *margin-left: 93.51064%;
}

.row-fluid .offset12 {
    margin-left: 104.25532%;
    *margin-left: 104.14894%;
}

.row-fluid .offset12:first-child {
    margin-left: 102.12766%;
    *margin-left: 102.02128%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.container-fluid:after {
    clear: both;
}

p {
    margin: 0 0 12px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #323336;
}

a.muted:hover,
a.muted:focus {
    color: #8d8f96;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c;
}

.text-error {
    color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
    color: #953b39;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
    color: #2d6987;
}

.text-success {
    color: #468847;
}

a.text-success:hover,
a.text-success:focus {
    color: #356635;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 12px 0;
    font-family: inherit;
    font-weight: 600;
    line-height: 24px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #a8a9ae;
}

h1,
h2,
h3 {
    line-height: 48px;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 2.3em;
    color: #0f2d52;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
    color: #0f2d52;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13.6px;
}

h1 small {
    font-size: 28px;
}

h2 small {
    font-size: 20px;
}

h3 small {
    font-size: 16px;
}

h4 small {
    font-size: 16px;
}

.page-header {
    padding-bottom: 11px;
    margin: 24px 0 36px;
    border-bottom: 1px solid #cfcfcf;
}

ul,
ol {
    padding: 0;
    margin: 0 0 12px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 24px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline>li,
ol.inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 12px;
}

.dl-horizontal {
    *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
}

.dl-horizontal:after {
    clear: both;
}

.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;
}

hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #f2f2f2;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #a8a9ae;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 24px;
    border-left: 5px solid #cfcfcf;
}

blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote small {
    display: block;
    line-height: 24px;
    color: #a8a9ae;
}

blockquote small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #cfcfcf;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}

blockquote.pull-right small:before {
    content: '';
}

blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 24px;
    font-style: normal;
    line-height: 24px;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 14px;
    color: #363225;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

pre.prettyprint {
    margin-bottom: 24px;
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form {
    margin: 0 0 24px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 48px;
    color: #363225;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 18px;
    color: #a8a9ae;
}

label,
input,
button,
select,
textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

input,
button,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 24px;
    padding: 4px 6px;
    font-size: 16px;
    line-height: 24px;
    color: #81859b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

input,
textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 34px;
    *margin-top: 4px;
    line-height: 34px;
}

select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
    color: #a8a9ae;
    background-color: #f7f7f7;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a8a9ae;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a8a9ae;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a8a9ae;
}

.radio,
.checkbox {
    min-height: 24px;
    padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input,
textarea,
.uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}

.controls-row {
    *zoom: 1;
}

.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.controls-row:after {
    clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #cfcfcf;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
    padding: 23px 20px 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #57595e;
}

.help-block {
    display: block;
    margin-bottom: 12px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
}

.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
    font-size: 16px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 24px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #f2f2f2;
    background-color: #cfcfcf;
    border: 1px solid #ccc;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

.control-group {
    margin-bottom: 12px;
}

legend+.control-group {
    margin-top: 24px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 24px;
    *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 180px;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
    margin-top: 12px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 24px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #f2f2f2;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #e5e5e5;
}

.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
    background-color: #cccccc;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success>td {
    background-color: #dff0d8;
}

.table tbody tr.error>td {
    background-color: #f2dede;
}

.table tbody tr.warning>td {
    background-color: #fcf8e3;
}

.table tbody tr.info>td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover>td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover>td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover>td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover>td {
    background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:focus>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>li>a:focus>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:focus>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"],
.dropdown-submenu:focus>a>[class*=" icon-"] {
    background-image: url(../images/img-glyphicons-halflings-white.png);
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    background-position: -216px -120px;
    width: 16px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    background-position: -384px -120px;
    width: 16px;
}

.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #323336;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 11px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #f2f2f2;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    color: #363225;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    text-decoration: none;
    color: #f2f2f2;
    background-color: #302c21;
    background-image: -moz-linear-gradient(top, #363225, #27241b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#363225), to(#27241b));
    background-image: -webkit-linear-gradient(top, #363225, #27241b);
    background-image: -o-linear-gradient(top, #363225, #27241b);
    background-image: linear-gradient(to bottom, #363225, #27241b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF363225', endColorstr='#FF27241B', GradientType=0);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #f2f2f2;
    text-decoration: none;
    outline: 0;
    background-color: #302c21;
    background-image: -moz-linear-gradient(top, #363225, #27241b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#363225), to(#27241b));
    background-image: -webkit-linear-gradient(top, #363225, #27241b);
    background-image: -o-linear-gradient(top, #363225, #27241b);
    background-image: linear-gradient(to bottom, #363225, #27241b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF363225', endColorstr='#FF27241B', GradientType=0);
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #a8a9ae;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default;
}

.open {
    *z-index: 1000;
}

.open>.dropdown-menu {
    display: block;
}

.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 solid #323336;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #bfbfbf;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #f2f2f2;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #323336;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #323336;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #363225;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
    background-image: -o-linear-gradient(top, #f2f2f2, #d9d9d9);
    background-image: linear-gradient(to bottom, #f2f2f2, #d9d9d9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFD9D9D9', GradientType=0);
    border-color: #d9d9d9 #d9d9d9 #b2b2b2;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #d9d9d9;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #81859b;
    *border: 0;
    border-bottom-color: #676b82;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #363225;
    background-color: #d9d9d9;
    *background-color: #cccccc;
}

.btn:active,
.btn.active {
    background-color: #bfbfbf \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #363225;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 13.6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0px 6px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #353425;
    background-image: -moz-linear-gradient(top, #363225, #343625);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#363225), to(#343625));
    background-image: -webkit-linear-gradient(top, #363225, #343625);
    background-image: -o-linear-gradient(top, #363225, #343625);
    background-image: linear-gradient(to bottom, #363225, #343625);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF363225', endColorstr='#FF343625', GradientType=0);
    border-color: #343625 #343625 #080906;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #343625;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #343625;
    *background-color: #26271b;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #171810 \9;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4a4b4d;
    background-image: -moz-linear-gradient(top, #444, #53555a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#53555a));
    background-image: -webkit-linear-gradient(top, #444, #53555a);
    background-image: -o-linear-gradient(top, #444, #53555a);
    background-image: linear-gradient(to bottom, #444444, #53555a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF53555A', GradientType=0);
    border-color: #53555a #53555a #2e2f32;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #53555a;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #53555a;
    *background-color: #47484d;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #3b3c3f \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #363225;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #090806;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #363225;
    text-decoration: none;
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}

.btn-group:first-child {
    *margin-left: 0;
}

.btn-group+.btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    font-size: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
    margin-left: 5px;
}

.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group>.btn+.btn {
    margin-left: -1px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 16px;
}

.btn-group>.btn-mini {
    font-size: 12px;
}

.btn-group>.btn-small {
    font-size: 13.6px;
}

.btn-group>.btn-large {
    font-size: 20px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}

.btn-group>.btn-mini+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}

.btn-group>.btn-small+.dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group>.btn-large+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #d9d9d9;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #343625;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #53555a;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.btn-group-vertical>.btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical>.btn+.btn {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical>.btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.btn-group-vertical>.btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.btn-group-vertical>.btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.btn-group-vertical>.btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 24px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 24px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

.nav {
    margin-left: 0;
    margin-bottom: 24px;
    list-style: none;
}

.nav>li>a {
    display: block;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #cfcfcf;
}

.nav>li>a>img {
    max-width: none;
}

.nav>.pull-right {
    float: right;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    color: #a8a9ae;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li+.nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.nav-list>li>a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list>li>a {
    padding: 3px 15px;
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #f2f2f2;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #363225;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px;
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 11px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #f2f2f2;
}

.nav-tabs,
.nav-pills {
    *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs>li,
.nav-pills>li {
    float: left;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: #cfcfcf #cfcfcf #ddd;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    color: #81859b;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #f2f2f2;
    background-color: #363225;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li>a {
    margin-right: 0;
}

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked>li:first-child>a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked>li>a:hover,
.nav-tabs.nav-stacked>li>a:focus {
    border-color: #ddd;
    z-index: 2;
}

.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    border-top-color: #363225;
    border-bottom-color: #363225;
    margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #090806;
    border-bottom-color: #090806;
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #81859b;
    border-bottom-color: #81859b;
}

.nav>.dropdown.active>a:hover,
.nav>.dropdown.active>a:focus {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
    color: #f2f2f2;
    background-color: #a8a9ae;
    border-color: #a8a9ae;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-stacked .open>a:hover,
.tabs-stacked .open>a:focus {
    border-color: #a8a9ae;
}

.tabbable {
    *zoom: 1;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
    line-height: 0;
}

.tabbable:after {
    clear: both;
}

.tab-content {
    overflow: auto;
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #cfcfcf #ddd #cfcfcf #cfcfcf;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #f2f2f2;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #cfcfcf #cfcfcf #cfcfcf #ddd;
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #f2f2f2;
}

.nav>.disabled>a {
    color: #a8a9ae;
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

.navbar {
    overflow: visible;
    margin-bottom: 24px;
    *position: relative;
    *z-index: 2;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-inner:after {
    clear: both;
}

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    overflow: visible;
}

@media screen and (min-width:980px) {
    .nav-collapse.collapse {
        overflow: visible;
        height: auto !important;
    }
}

.navbar .brand {
    float: left;
    display: block;
    padding: 8px 20px 8px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
    text-decoration: none;
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777;
}

.navbar-link {
    color: #777;
}

.navbar-link:hover,
.navbar-link:focus {
    color: #363225;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
    margin-top: 0;
}

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-form:after {
    clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0;
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

.navbar .nav>li {
    float: left;
}

@media (min-width: 980px) {
    /* Add styles for the navbar and ul elements */
    .navbar {
        display: flex;
        justify-content: center;
    }

    .sf-menu.main-menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0;
    }

    /* Add style for li elements */
    .sf-menu.main-menu > li {
        display: flex;
        align-items: center;
        position: relative;
    }

    .sf-menu.main-menu > li > ul > li {
        display: block;
        text-align: left;
    }
}

.navbar .nav>li>a {
    float: none;
    padding: 8px 15px 8px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    background-color: transparent;
    color: #363225;
    text-decoration: none;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #81859b;
    text-decoration: none;
    background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    background-color: transparent;
    border: none;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #fff;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background-color: #dbaa00;
}

.navbar .btn-navbar .icon-bar .top-bar {
    transform: rotate(45deg) !important;
}

.navbar .btn-navbar .icon-bar .middle-bar {
    opacity: 0 !important;
}

.navbar .btn-navbar .icon-bar .bottom-bar {
    transform: rotate(-45deg) !important;
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px;
}

.navbar .nav>li>.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.navbar .nav>li>.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f2f2f2;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    border-top: 6px solid #f2f2f2;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #81859b;
    border-bottom-color: #81859b;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #e6e6e6;
    color: #81859b;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #81859b;
    border-bottom-color: #81859b;
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}

.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
    border-color: #252525;
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #a8a9ae;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav>li>a:hover,
.navbar-inverse .nav>li>a:focus {
    color: #f2f2f2;
}

.navbar-inverse .brand {
    color: #a8a9ae;
}

.navbar-inverse .navbar-text {
    color: #a8a9ae;
}

.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
    background-color: transparent;
    color: #f2f2f2;
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
    color: #f2f2f2;
    background-color: #111111;
}

.navbar-inverse .navbar-link {
    color: #a8a9ae;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
    color: #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #111111;
    color: #f2f2f2;
}

.navbar-inverse .nav li.dropdown>a:hover .caret,
.navbar-inverse .nav li.dropdown>a:focus .caret {
    border-top-color: #f2f2f2;
    color: #f2f2f2;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #a8a9ae;
    border-bottom-color: #a8a9ae;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
}

.navbar-inverse .navbar-search .search-query {
    color: #f2f2f2;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #363225;
    text-shadow: 0 1px 0 #f2f2f2;
    background-color: #f2f2f2;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0;
}

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
    border-color: #040404 #040404 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: black;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: black \9;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 24px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #f2f2f2;
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb .active {
    color: #a8a9ae;
}

.pagination {
    margin: 24px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
    display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 24px;
    text-decoration: none;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #a8a9ae;
    cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    color: #a8a9ae;
    background-color: transparent;
    cursor: default;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 20px;
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 13.6px;
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0px 6px;
    font-size: 12px;
}

.pager {
    margin: 24px 0;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #a8a9ae;
    background-color: #fff;
    cursor: default;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #323336;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #f2f2f2;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%;
}

.modal.fade.in {
    top: 10%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #f2f2f2;
    -moz-box-shadow: inset 0 1px 0 #f2f2f2;
    box-shadow: inset 0 1px 0 #f2f2f2;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.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: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.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;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    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, 0.25);
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}

.thumbnails:after {
    clear: both;
}

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails>li {
    float: left;
    margin-bottom: 24px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 24px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #363225;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #81859b;
}

.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    margin-left: 0;
    list-style: none;
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  
  
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .i2gHome h3 {
        color: #0f2d52 !important;
     margin: 0px 0px 12px 0px;
    
  }
  .i2gHome h2 {
   color: #0f2d52 !important;
     margin: 0px 0px 40px 0px;
     padding-bottom: 10px;
     border-bottom: 2px solid #ffbf3c;
  }
  .i2gHome li a {
      color: #007E9E;
      text-decoration: underline;
  }
  .i2gHome h4 {
      margin-top: 0px !important;
      padding-top: 0px !important;
  }

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 13.536px;
    font-weight: bold;
    line-height: 14px;
    color: #f2f2f2;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #a8a9ae;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #f2f2f2;
    text-decoration: none;
    cursor: pointer;
}

.label-important {
    background-color: #b94a48;
}

.label-important[href] {
    background-color: #953b39;
}

.label-warning {
    background-color: #f89406;
}

.label-warning[href] {
    background-color: #c67605;
}

.label-success {
    background-color: #468847;
}

.label-success[href] {
    background-color: #356635;
}

.label-info {
    background-color: #3a87ad;
}

.label-info[href] {
    background-color: #2d6987;
}

.label-inverse {
    background-color: #363225;
}

.label-inverse[href] {
    background-color: #181610;
}

.badge-important {
    background-color: #b94a48;
}

.badge-important[href] {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning[href] {
    background-color: #c67605;
}

.badge-success {
    background-color: #468847;
}

.badge-success[href] {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info[href] {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #363225;
}

.badge-inverse[href] {
    background-color: #181610;
}

.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
    top: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.progress .bar {
    width: 0%;
    height: 100%;
    color: #f2f2f2;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.accordion {
    margin-bottom: 24px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.carousel {
    position: relative;
    margin-bottom: 24px;
    line-height: 1;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    line-height: 1;
}

.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: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #f2f2f2;
    text-align: center;
    background: #53555a;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    left: auto;
    right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #f2f2f2;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #363225;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    color: #f2f2f2;
    line-height: 24px;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 36px;
    color: inherit;
    background-color: #cfcfcf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}

.hero-unit li {
    line-height: 36px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width:768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width:1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1;
    }

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px;
    }

    .span1 {
        width: 70px;
    }

    .span2 {
        width: 170px;
    }

    .span3 {
        width: 270px;
    }

    .span4 {
        width: 370px;
    }

    .span5 {
        width: 470px;
    }

    .span6 {
        width: 570px;
    }

    .span7 {
        width: 670px;
    }

    .span8 {
        width: 770px;
    }

    .span9 {
        width: 870px;
    }

    .span10 {
        width: 970px;
    }

    .span11 {
        width: 1070px;
    }

    .span12 {
        width: 1170px;
    }

    .offset1 {
        margin-left: 130px;
    }

    .offset2 {
        margin-left: 230px;
    }

    .offset3 {
        margin-left: 330px;
    }

    .offset4 {
        margin-left: 430px;
    }

    .offset5 {
        margin-left: 530px;
    }

    .offset6 {
        margin-left: 630px;
    }

    .offset7 {
        margin-left: 730px;
    }

    .offset8 {
        margin-left: 830px;
    }

    .offset9 {
        margin-left: 930px;
    }

    .offset10 {
        margin-left: 1030px;
    }

    .offset11 {
        margin-left: 1130px;
    }

    .offset12 {
        margin-left: 1230px;
    }

    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 34px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.5641%;
        *margin-left: 2.51091%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.5641%;
    }

    .row-fluid .span1 {
        width: 5.98291%;
        *width: 5.92971%;
    }

    .row-fluid .span2 {
        width: 14.52991%;
        *width: 14.47672%;
    }

    .row-fluid .span3 {
        width: 23.07692%;
        *width: 23.02373%;
    }

    .row-fluid .span4 {
        width: 31.62393%;
        *width: 31.57074%;
    }

    .row-fluid .span5 {
        width: 40.17094%;
        *width: 40.11775%;
    }

    .row-fluid .span6 {
        width: 48.71795%;
        *width: 48.66476%;
    }

    .row-fluid .span7 {
        width: 57.26496%;
        *width: 57.21177%;
    }

    .row-fluid .span8 {
        width: 65.81197%;
        *width: 65.75877%;
    }

    .row-fluid .span9 {
        width: 74.35897%;
        *width: 74.30578%;
    }

    .row-fluid .span10 {
        width: 82.90598%;
        *width: 82.85279%;
    }

    .row-fluid .span11 {
        width: 91.45299%;
        *width: 91.3998%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%;
    }

    .row-fluid .offset1 {
        margin-left: 11.11111%;
        *margin-left: 11.00473%;
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.54701%;
        *margin-left: 8.44063%;
    }

    .row-fluid .offset2 {
        margin-left: 19.65812%;
        *margin-left: 19.55174%;
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.09402%;
        *margin-left: 16.98763%;
    }

    .row-fluid .offset3 {
        margin-left: 28.20513%;
        *margin-left: 28.09875%;
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.64103%;
        *margin-left: 25.53464%;
    }

    .row-fluid .offset4 {
        margin-left: 36.75214%;
        *margin-left: 36.64575%;
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.18803%;
        *margin-left: 34.08165%;
    }

    .row-fluid .offset5 {
        margin-left: 45.29915%;
        *margin-left: 45.19276%;
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.73504%;
        *margin-left: 42.62866%;
    }

    .row-fluid .offset6 {
        margin-left: 53.84615%;
        *margin-left: 53.73977%;
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.28205%;
        *margin-left: 51.17567%;
    }

    .row-fluid .offset7 {
        margin-left: 62.39316%;
        *margin-left: 62.28678%;
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.82906%;
        *margin-left: 59.72268%;
    }

    .row-fluid .offset8 {
        margin-left: 70.94017%;
        *margin-left: 70.83379%;
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.37607%;
        *margin-left: 68.26969%;
    }

    .row-fluid .offset9 {
        margin-left: 79.48718%;
        *margin-left: 79.3808%;
    }

    .row-fluid .offset9:first-child {
        margin-left: 76.92308%;
        *margin-left: 76.81669%;
    }

    .row-fluid .offset10 {
        margin-left: 88.03419%;
        *margin-left: 87.92781%;
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.47009%;
        *margin-left: 85.3637%;
    }

    .row-fluid .offset11 {
        margin-left: 96.5812%;
        *margin-left: 96.47481%;
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.01709%;
        *margin-left: 93.91071%;
    }

    .row-fluid .offset12 {
        margin-left: 105.12821%;
        *margin-left: 105.02182%;
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.5641%;
        *margin-left: 102.45772%;
    }

    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px;
    }

    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px;
    }

    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px;
    }

    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px;
    }

    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px;
    }

    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px;
    }

    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px;
    }

    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px;
    }

    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px;
    }

    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px;
    }

    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px;
    }

    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px;
    }

    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px;
    }

    .thumbnails {
        margin-left: -30px;
    }

    .thumbnails>li {
        margin-left: 30px;
    }

    .row-fluid .thumbnails {
        margin-left: 0;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .row {
        margin-left: -20px;
        *zoom: 1;
    }

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 90%;
    }

    .span1 {
        width: 42px;
    }

    .span2 {
        width: 104px;
    }

    .span3 {
        width: 166px;
    }

    .span4 {
        width: 228px;
    }

    .span5 {
        width: 290px;
    }

    .span6 {
        width: 352px;
    }

    .span7 {
        width: 414px;
    }

    .span8 {
        width: 476px;
    }

    .span9 {
        width: 538px;
    }

    .span10 {
        width: 600px;
    }

    .span11 {
        width: 662px;
    }

    .span12 {
        width: 724px;
    }

    .offset1 {
        margin-left: 82px;
    }

    .offset2 {
        margin-left: 144px;
    }

    .offset3 {
        margin-left: 206px;
    }

    .offset4 {
        margin-left: 268px;
    }

    .offset5 {
        margin-left: 330px;
    }

    .offset6 {
        margin-left: 392px;
    }

    .offset7 {
        margin-left: 454px;
    }

    .offset8 {
        margin-left: 516px;
    }

    .offset9 {
        margin-left: 578px;
    }

    .offset10 {
        margin-left: 640px;
    }

    .offset11 {
        margin-left: 702px;
    }

    .offset12 {
        margin-left: 764px;
    }

    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 34px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.76243%;
        *margin-left: 2.70924%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.76243%;
    }

    .row-fluid .span1 {
        width: 5.8011%;
        *width: 5.74791%;
    }

    .row-fluid .span2 {
        width: 14.36464%;
        *width: 14.31145%;
    }

    .row-fluid .span3 {
        width: 22.92818%;
        *width: 22.87499%;
    }

    .row-fluid .span4 {
        width: 31.49171%;
        *width: 31.43852%;
    }

    .row-fluid .span5 {
        width: 40.05525%;
        *width: 40.00206%;
    }

    .row-fluid .span6 {
        width: 48.61878%;
        *width: 48.56559%;
    }

    .row-fluid .span7 {
        width: 57.18232%;
        *width: 57.12913%;
    }

    .row-fluid .span8 {
        width: 65.74586%;
        *width: 65.69266%;
    }

    .row-fluid .span9 {
        width: 74.30939%;
        *width: 74.2562%;
    }

    .row-fluid .span10 {
        width: 82.87293%;
        *width: 82.81974%;
    }

    .row-fluid .span11 {
        width: 91.43646%;
        *width: 91.38327%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%;
    }

    .row-fluid .offset1 {
        margin-left: 11.32597%;
        *margin-left: 11.21958%;
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.56354%;
        *margin-left: 8.45715%;
    }

    .row-fluid .offset2 {
        margin-left: 19.8895%;
        *margin-left: 19.78312%;
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.12707%;
        *margin-left: 17.02069%;
    }

    .row-fluid .offset3 {
        margin-left: 28.45304%;
        *margin-left: 28.34666%;
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.69061%;
        *margin-left: 25.58422%;
    }

    .row-fluid .offset4 {
        margin-left: 37.01657%;
        *margin-left: 36.91019%;
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.25414%;
        *margin-left: 34.14776%;
    }

    .row-fluid .offset5 {
        margin-left: 45.58011%;
        *margin-left: 45.47373%;
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.81768%;
        *margin-left: 42.7113%;
    }

    .row-fluid .offset6 {
        margin-left: 54.14365%;
        *margin-left: 54.03726%;
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.38122%;
        *margin-left: 51.27483%;
    }

    .row-fluid .offset7 {
        margin-left: 62.70718%;
        *margin-left: 62.6008%;
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.94475%;
        *margin-left: 59.83837%;
    }

    .row-fluid .offset8 {
        margin-left: 71.27072%;
        *margin-left: 71.16434%;
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.50829%;
        *margin-left: 68.4019%;
    }

    .row-fluid .offset9 {
        margin-left: 79.83425%;
        *margin-left: 79.72787%;
    }

    .row-fluid .offset9:first-child {
        margin-left: 77.07182%;
        *margin-left: 76.96544%;
    }

    .row-fluid .offset10 {
        margin-left: 88.39779%;
        *margin-left: 88.29141%;
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.63536%;
        *margin-left: 85.52898%;
    }

    .row-fluid .offset11 {
        margin-left: 96.96133%;
        *margin-left: 96.85494%;
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.1989%;
        *margin-left: 94.09251%;
    }

    .row-fluid .offset12 {
        margin-left: 105.52486%;
        *margin-left: 105.41848%;
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.76243%;
        *margin-left: 102.65605%;
    }

    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 20px;
    }

    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px;
    }

    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px;
    }

    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px;
    }

    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px;
    }

    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px;
    }

    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px;
    }

    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px;
    }

    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px;
    }

    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px;
    }

    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px;
    }

    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px;
    }

    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px;
    }
}

@media (max-width:767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }

    .container-fluid {
        padding: 0;
    }

    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }

    .dl-horizontal dd {
        margin-left: 0;
    }

    .container {
        width: auto;
    }

    .row-fluid {
        width: 100%;
    }

    .row,
    .thumbnails {
        margin-left: 0;
    }

    .thumbnails>li {
        float: none;
        margin-left: 0;
    }

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }

    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 34px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0;
    }

    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }

    .modal.fade {
        top: -100px;
    }

    .modal.fade.in {
        top: 20px;
    }
}

@media (max-width:480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }

    .page-header h1 small {
        display: block;
        line-height: 24px;
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }

    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }

    .form-horizontal .controls {
        margin-left: 0;
    }

    .form-horizontal .control-list {
        padding-top: 0;
    }

    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }

    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .media-object {
        margin-right: 0;
        margin-left: 0;
    }

    .modal {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .modal-header .close {
        padding: 10px;
        margin: -10px;
    }

    .carousel-caption {
        position: static;
    }
}

@media (max-width:979px) {
    body {
        padding-top: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

    .navbar-fixed-top {
        margin-bottom: 24px;
    }

    .navbar-fixed-bottom {
        margin-top: 24px;
    }

    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px;
    }

    .navbar .container {
        width: auto;
        padding: 0;
    }

    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px;
    }

    .nav-collapse {
        clear: both;
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 12px;
    }

    .nav-collapse .nav>li {
        float: none;
    }

    .nav-collapse .nav>li>a {
        margin-bottom: 2px;
    }

    .nav-collapse .nav>.divider-vertical {
        display: none;
    }

    .nav-collapse .nav .nav-header {
        color: #777;
        text-shadow: none;
    }

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px;
    }

    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: #f2f2f2;
    }

    .navbar-inverse .nav-collapse .nav>li>a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #a8a9ae;
    }

    .navbar-inverse .nav-collapse .nav>li>a:hover,
    .navbar-inverse .nav-collapse .nav>li>a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #111111;
    }

    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0;
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nav-collapse .open>.dropdown-menu {
        display: block;
    }

    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none;
    }

    .nav-collapse .dropdown-menu .divider {
        display: none;
    }

    .nav-collapse .nav>li>.dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after {
        display: none;
    }

    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 12px 15px;
        margin: 12px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111;
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }

    .navbar .btn-navbar {
        display: block;
    }

    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width:980px) {
    .site-name {
        position: none; 
    }
    .btn-navbar {
        display: none !important;
    }
    .nav-collapse.collapse {
        overflow: visible !important;
    }
}

@font-face {
    font-family: 'weather';
    src: url("../fonts/93-artill_clean_icons-webfont.eot");
    src: url("../fonts/93-artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/93-artill_clean_icons-webfont.woff") format("woff"), url("../fonts/93-artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

#weather i {
    font-family: weather;
    font-size: 1.35em;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-transform: none;
}

#today {
    line-height: 1.8rem;
}

#weather {
    position: relative;
    float: right;
}

.no-weather {
    background-image: url(../fonts/images-sculpture.svg);
    background-size: contain;
    height: 1.8rem;
    width: 1.8rem;
    float: right;
    background-repeat: no-repeat;
}

.icon-0:before {
    content: ":";
}

.icon-1:before {
    content: "p";
}

.icon-2:before {
    content: "S";
}

.icon-3:before {
    content: "Q";
}

.icon-4:before {
    content: "S";
}

.icon-5:before {
    content: "W";
}

.icon-6:before {
    content: "W";
}

.icon-7:before {
    content: "W";
}

.icon-8:before {
    content: "W";
}

.icon-9:before {
    content: "I";
}

.icon-10:before {
    content: "W";
}

.icon-11:before {
    content: "I";
}

.icon-12:before {
    content: "I";
}

.icon-13:before {
    content: "I";
}

.icon-14:before {
    content: "I";
}

.icon-15:before {
    content: "W";
}

.icon-16:before {
    content: "I";
}

.icon-17:before {
    content: "W";
}

.icon-18:before {
    content: "U";
}

.icon-19:before {
    content: "Z";
}

.icon-20:before {
    content: "Z";
}

.icon-21:before {
    content: "Z";
}

.icon-22:before {
    content: "Z";
}

.icon-23:before {
    content: "Z";
}

.icon-24:before {
    content: "E";
}

.icon-25:before {
    content: "E";
}

.icon-26:before {
    content: "3";
}

.icon-27:before {
    content: "a";
}

.icon-28:before {
    content: "A";
}

.icon-29:before {
    content: "a";
}

.icon-30:before {
    content: "A";
}

.icon-31:before {
    content: "6";
}

.icon-32:before {
    content: "1";
}

.icon-33:before {
    content: "6";
}

.icon-34:before {
    content: "1";
}

.icon-35:before {
    content: "W";
}

.icon-36:before {
    content: "1";
}

.icon-37:before {
    content: "S";
}

.icon-38:before {
    content: "S";
}

.icon-39:before {
    content: "S";
}

.icon-40:before {
    content: "M";
}

.icon-41:before {
    content: "W";
}

.icon-42:before {
    content: "I";
}

.icon-43:before {
    content: "W";
}

.icon-44:before {
    content: "a";
}

.icon-45:before {
    content: "S";
}

.icon-46:before {
    content: "U";
}

.icon-47:before {
    content: "S";
}

.top-navbar,
.top-navbar button,
.final-foot {
    font-family: 'Open Sans', sans-serif;
}

.bottom-navbar {
    text-align: center;
    padding: .5em 0;
    display: none;
}

.top-navbar,
.bottom-navbar {
    background-color: #333;
    color: #f2f2f2;
}

.top-navbar div:first-child>a,
.top-navbar ul>li>a {
    text-transform: uppercase;
    color: #f2f2f2;
}

.top-navbar div:first-child>a {
    font-size: .8em;
}

.top-navbar ul>li>a {
    font-size: 1em;
}

.top-navbar div:first-child ul {
    float: right;
}

.top-navbar .buttons {
    text-align: center;
}

.top-navbar .btn-small {
    font-size: 13.6px;
    margin: 12px 3px;
    padding: 2px 10px;
}

.top-navbar ul.inline>li {
    padding: 7px 1px 0;
}

.top-navbar .span4:first-child {
    padding: 14px 0;
}

.top-navbar .span4:nth-child(2) {
    text-align: center;
}

.top-navbar .span4:last-child {
    float: right;
}

.top-navbar .fa-li,
.bottom-navbar .fa-li {
    left: 0;
}

.top-navbar .fa-li span,
.bottom-navbar .fa-li span {
    position: absolute;
    left: -9999px;
}

@media screen and (max-width:767px) {
    .top-navbar div:first-child ul {
        float: none;
        display: block;
        text-align: center;
    }

    .top-navbar div:first-child>a {
        text-align: center;
        display: block;
    }
}

#header {
    background-color: #0f2d52;
    margin: 0;
    width: 100%;
    position: absolute !important;
    position: -webkit-sticky !important;
    top: 0%;
    z-index: 700;
    border-bottom: 5px solid #dbaa00;
    position: fixed;
}

.site-logo {}

.site-logo img {
    float: left;
    width: 60%;
    height: auto;
    padding: 0;
}

.shrink {
    height: 60px !important;
}

.shrink img {
    width: 50%;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.name-move {
    margin-left: -80px !important;
    font-size: 1.8rem !important;
}

.hide-slogan {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transform: scale(0.7, 0.7) !important;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.name-slogan.span8 {
    width: 80%;
    margin-left: -5px;
}

.site-name-mobile {
    display: none;
    margin: 0px;
    font-family: 'Khula', sans-serif;
    font-size: 3.5rem;
    text-align: left;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 10px;
}

.site-name-mobile a {
    text-decoration: none;
    color: #0f2d52;
}

.site-name a,
.site-name a:hover,
.site-name a:visited {
    color: #0f2d52;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .site-name {
        font-size: 1.4rem;
        text-align: left;
    }

    .site-slogan {
        text-align: left;
        display: none;
    }

    .site-logo a {
        display: block;
        text-align: left;
    }
}

@media screen and (min-width:768px) and (max-width:979px) {
    #header .container {
        width: 95%;
    }

    .site-logo {}

    .site-slogan {
        text-align: left;
        display: none;
    }

    .site-name {
        text-align: left;
    }

    .site-name a {
        text-align: left;
    }

    .site-name-mobile {
        display: block;
        margin: 10px 0 0 0;
        font-size: 3rem;
        text-align: left;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        line-height: 1.2;
        text-decoration: none;
    }

    .site-name-mobile a {
        text-decoration: none;
    }

    .name-slogan {
        padding: 20px 0 15px 0;
    }

    .name-slogan-mobile {
        padding: 1rem;
    }

    .name-slogan.span8 {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width:767px) {
    .site-logo.span4 {
        padding: 0 0 10px 0;
    }

    .site-name {}

    .site-name-mobile {
        display: block;
        font-size: 2.5rem;
    }

    .name-slogan.span8 {
        width: 100%;
    }

    .site-logo {}

    .name-slogan {
        padding: 0;
        text-align: center;
    }

    .name-slogan-mobile {
        padding: 1rem;
    }

    .site-slogan {
        text-align: center !important;
        padding: 0 !important;
        display: none;
    }

    .search-box.span3 {
        margin-top: 2rem;
    }
}

@media screen and (min-width:768px) and (max-width:979px) {
    .header-section.span9 {
        width: 100%;
    }

    .search-box.span3 {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: auto;
        font-size: .6rem;
    }

    .site-name {
        font-size: 2.5rem;
    }

    .site-logo.span4 {
        width: 20%;
    }

    .name-slogan.span8 {
        width: 80%;
    }

    .name-slogan {
        margin-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .site-name {
        font-size: 3rem;
    }
}

@media (max-width:768px) {
    .site-name {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#site-slogan,
.site-slogan {
    color: #5c5c5c;
    font-size: 1em;
    font-weight: 600;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-style: italic;
    margin-left: 5px;
}

.header-section {
    position: relative;
}

.header-content {
    position: absolute;
    bottom: 0;
    right: 0;
    clear: inherit;
}

.search-box {
    margin-top: .8em;
}

.search-box td.gsc-input input.gsc-input {
    border-radius: 2rem;
    font-size: 13px;
    line-height: 20px;
    height: 28px;
    background-position-x: 14px !important;
}

.search-box td.gsc-search-button,
.search-box td.gsc-clear-button {
    display: none;
}

.search-box .gsc-search-box tbody {
    background-color: transparent;
}

.search-box .gsc-search-box table tbody td,
.search-box .gsc-search-box table.gsc-search-box td.gsc-input,
.search-box form.gsc-search-box {
    padding: 0;
    margin: 0;
}

.search-box .gsc-result-info-container,
.search-box .gsc-result-info,
.search-box .gsc-above-wrapper-area,
.search-box .gsc-above-wrapper-area-container,
.search-box form tbody,
.search-box .gsc-search-button,
.search-box .gsc-search-box,
.search-box .gsc-clear-button,
.search-box .gsc-input {
    border: 0;
}

.search-box .region-header {
    margin-top: 26px;
}

.search-box .gsc-above-wrapper-area {
    padding: 0;
}

#block-search-form .search-query {
    padding: .25em .5em;
    width: 100%;
    font-size: 12px;
}

#block-search-form {
    position: relative;
    display: block;
    padding: 0 2em 0 0;
    margin-top: 30px;
}

@media (max-width:979px) {
    #block-search-form {
        margin: 0px;
    }
}

#fullwidth-top .container {
    width: 100%;
}

.container-inline .form-actions,
.container-inline.form-actions {
    display: none;
}

#footer {
    background-color: #e5e5e5;
    color: #0f2d52;
    overflow: visible;
    margin-top: 50px;
}

#footer a {
    color: #0f2d52;
}

#footer h2 {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #0f2d52;
}

#footer .menu {
    font-size: 14px;
}

#footer>.container {
    position: relative;
    width: 100%;
    max-width: 1370px;
}

#footer>.container:before {
    background-color: #0f2d52;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#footer>.container>.footer-content {
    position: inherit;
    padding: 1em;
}

@media screen and (max-width:1400px) {
    #footer>.container>.footer-content {
        position: inherit;
        padding: 1em !important;
        word-wrap: break-word;
        width: auto;
        text-align: center;
    }
}

#footer-content .row-fluid .footer-content {
    padding: 1em 1.6em;
}

.region-footer .nav li {
    list-style: none;
    margin-left: 0;
}

#footer>.container:before {
    height: 100px;
}

#footer>.container:before {
    height: 100px;
}

#footer>.container:before {
    height: auto;
}

#footer>.container:before {
    height: auto;
}

#footer .block {
    float: left;
}

.site-footer {
    margin: 0;
}

.final-foot {
    font-size: 14px;
    padding: 0 1em;
}

.final-foot .container {
    width: 100%;
    position: relative;
}

.final-foot .nav>li {
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: 1px solid;
}

.final-foot .nav>li:last-child {
    border-right: none;
}

.final-foot .nav>li a {
    line-height: 1em;
}

.copyright {
    padding: 1rem;
    font-size: 14px;
    text-align: center;
    margin: 40px 0 0 0;
    background-color: #142d52;
    border-top: 3px solid #d9a928;
    color: #ffffff;
}

.copyright a {
    color: #ffffff !important;
}

.copyright ul li {
    display: inline-block;
    list-style: none;
    padding: 10px;
    margin: 0px !important;
}

.copyright ul {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
    margin: 0px !important;
}

.copyright strong {
    font-size: 16px;
    font-weight: 600;
}

.copyright span {
    display: block;
    float: left;
    padding-right: 5px;
}

.copyright .region-final-footer {
    float: left;
}

#footer .copyright .block-menu-block {
    width: 100%;
}

.row-fluid .bio.span4 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.row-fluid .bio.span4:first-child,
.row-fluid .bio.span4:nth-child(4) {
    margin-left: 0;
}

.bio ul {
    min-height: 270px;
    margin: 0 auto;
    padding: .5em;
    border-width: 1px;
    border-style: solid;
    border-color: #323336;
    background-color: #f7f7f7;
}

.bio li {
    display: block;
    text-align: center;
}

.bio li:first-child {
    height: 150px;
    overflow: hidden;
}

.content-body .bio ul li:before {
    content: "";
    color: transparent;
}

.bio img {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.region-sidebar-first .block,
.region-sidebar-second .block {
    margin: 1em 0;
    border-top: 8px solid #0f2d52;
    background-color: #f7f7f7;
    padding: .5em 0 .5em 1em;
    font-size: .875em;
}

.region-sidebar-first li,
.region-sidebar-second li {
    list-style-type: square;
}

.region-sidebar-first,
.region-sidebar-second {
    margin: 1em 0;
}

.region-sidebar-first ul li,
.region-sidebar-second ul li {
    list-style: none;
}

.region-sidebar-first ul li:before,
.region-sidebar-second ul li:before {
    content: "\25A0";
    color: #cccccc;
    position: absolute;
    margin-left: -1em;
}

.region-sidebar-first .nav,
.region-sidebar-second .nav {
    margin-left: 1em;
}

.region-sidebar-first ul ul ul,
.region-sidebar-second ul ul ul {
    display: none;
}

.sidebar h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    color: #666666;
    margin: .25em 0;
}

.sidebar a {
    color: #666666;
}

.site-main-menu {
    background-color: #FFFFFF;
    color: #0f2d52 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 6px -2px rgba(121, 121, 121, 0.67);
    -moz-box-shadow: 0 6px 6px -2px rgba(121, 121, 121, 0.67);
    box-shadow: 0 6px 6px -2px rgba(121, 121, 121, 0.67);
}

.navbar h2 {
    display: none;
}

.navbar {
    font-size: .75rem;
}

.main-menu,
.sf-menu {
    font-weight: 700;
    font-size: 14px;
}

.main-menu>li>ul,
.sf-menu>li>ul {
    font-style: italic;
}

.main-menu>li>ul>li>ul,
.sf-menu>li>ul>li>ul {
    font-style: normal;
    font-weight: 400;
}

.main-menu>li>ul>li>ul>li>ul,
.sf-menu>li>ul>li>ul>li>ul {
    display: none !important;
}

.navbar {
    margin-bottom: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: underline;
    background-color: transparent;
}

.main-menu>li,
.sf-menu>li {
    border-bottom: 3px solid transparent;
}

.main-menu>li:hover,
.sf-menu>li:hover {
    border-bottom: 3px solid #f8bd38;
}

.main-menu>li>a:hover,
.sf-menu>li>a:hover {
    text-decoration: none;
}

.main-menu li,
.sf-menu li {
    position: relative;
}

.mega-menu .main-menu li,
.mega-menu .sf-menu li {
    position: static;
}

.main-menu>li>ul,
.sf-menu>li>ul {
    background-color: #f2f2f2;
    border-bottom: 5px solid #f8bd38;
    padding: 15px 0;
}

.mega-menu .main-menu>li>ul,
.mega-menu .sf-menu>li>ul {
    width: 100% !important;
}

.mega-menu .main-menu ul,
.mega-menu .sf-menu ul {
    -webkit-column-width: 18em;
    -moz-column-width: inherit;
    -o-column-width: 18em;
    column-width: 18em;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
    -webkit-column-fill: auto;
    -moz-column-fill: inherit;
    -o-column-fill: auto;
    column-fill: auto;
    max-height: 30em;
}

.mega-menu .sf-menu li li li a {
    max-height: 4.5rem;
    overflow-y: hidden;
}

@media (max-width:979px) {

    .mega-menu .main-menu ul,
    .mega-menu .sf-menu ul {
        max-height: none;
    }
}

.main-menu ul>li {
    min-width: 16em;
    max-width: 18em;
}

.main-menu ul>li>ul>li {
    max-width: 16em;
    margin-left: 1em;
}

.main-menu>li>a,
.sf-menu>li>a {
    padding: 8px 20px 5px 5px;
    white-space: normal;
    color: #0f2d52;
}

.main-menu ul>li a,
.sf-menu ul>li a {
    padding: 0 1.5em;
    white-space: normal;
    line-height: 2em;
    color: #0f2d52;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    left: 0;
    top: 2.85em;
    width: inherit;
    padding: 2em 0;
}

.main-menu .dropdown-menu,
.sf-menu .dropdown-menu {
    margin: inherit;
    margin-left: 0px !important;
    text-transform: none;
    width: 16em !important;
}

.main-menu ul li,
.sf-menu ul li {
    background-color: #f2f2f2;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-color: inherit;
    background-image: inherit;
    color: inherit;
    text-decoration: underline;
}

a>.sf-sub-indicator,
span.nolink>.sf-sub-indicator {
    display: none;
}

.sf-menu .dropdown-menu {
    position: static;
    top: inherit;
    left: inherit;
    z-index: inherit;
    display: inline;
    float: inherit;
    min-width: inherit;
    padding: inherit;
    list-style: none;
    background-color: inherit;
    border: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-background-clip: inherit;
    -moz-background-clip: inherit;
    background-clip: inherit;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    background-color: inherit;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
}

.btn-navbar.collapsed {
    display: none;
}

.btn-giving {
    background: none;
    border: none;
    font-weight: bold;
    float: right;
    margin: 0 10px 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
}

.btn-giving:hover,
.btn.btn-giving:focus,
.btn.btn-giving:active,
.btn.btn-giving.active,
.btn.btn-giving.disabled,
.btn.btn-giving[disabled] {
    background: #e9e9e9;
}

@media (max-width:979px) {

    .main-menu>li>ul>li>ul,
    .sf-menu>li>ul>li>ul {
        display: none !important;
    }

    .site-main-menu {
        border: none;
    }

    .navbar .nav>li>ul>li,
    .navbar .main-menu>li>ul>li,
    .navbar .sf-main-menu>li>ul>li {
        background-color: transparent;
    }

    .main-menu ul li,
    .sf-menu ul li {
        background-color: transparent;
    }
}

@media (max-width:979px) {

    .main-menu>li,
    .sf-menu>li {
        font-size: 18px;
    }

    .main-menu>li>ul,
    .sf-menu>li>ul {
        font-weight: 400;
        font-size: 14px;
    }

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 0 15px;
    }

    .top-navbar {
        display: none;
    }

    .bottom-navbar {
        display: block;
    }

    #footer>.container>.footer-content:before {
        position: inherit;
        text-align: center;
        content: '';
        vertical-align: middle;
        display: inline-block;
    }

    .site-main-menu .nav-collapse {
        position: fixed;
        top: 82px;
        left: 0;
        bottom: 0;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100%;
        background-color: #ffffff;
        z-index: 9999;
    }

    .site-main-menu .span12 {
        height: 0;
        min-height: 0;
    }

    .main-menu ul,
    .sf-menu ul {
        max-height: none;
    }

    .main-menu ul>li a,
    .sf-menu ul>li a {
        padding: 10px;
        line-height: 20px !important;
    }

    .navbar .btn.btn-navbar {
        border-radius: 50%;
        border: none;
        padding: .9em .8em 1em;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .navbar .collapse {
        height: 0;
    }

    .navbar .main-menu,
    .navbar .sf-main-menu {
        margin-top: 1em;
    }

    .navbar .main-menu>li,
    .navbar .sf-main-menu>li {
        display: block;
        float: none;
        padding: 10px 0;
        border-bottom: 1px solid #cccccc;
    }

    .navbar .main-menu>li>,
    .navbar .sf-main-menu>li {
        display: block;
    }

    .navbar .main-menu>li>a,
    .navbar .sf-main-menu>li>a {
        color: #0f2d52;
        width: 100%;
    }

    .navbar .main-menu>li>ul {
        display: none !important;
        padding: 0;
    }

    .navbar .btn-navbar {
        display: block;
        position: fixed;
        top: .9em;
        right: 0em;
        z-index: 10010;
    }

    .navbar .main-menu ul>li {
        float: none;
        display: block !important;
        width: 100%;
        max-width: 100%;
    }

    .main-menu ul>li>ul>li {
        max-width: 100%;
        margin-left: 1em;
    }

    .navbar .main-menu>li>ul {
        position: static;
        display: inherit !important;
        left: inherit !important;
        top: inherit !important;
        height: inherit !important;
        width: inherit !important;
        color: inherit !important;
        column-width: inherit !important;
        border-bottom-color: transparent;
        padding-left: 1em;
        background-color: inherit;
    }

    .navbar .main-menu>li>a:hover,
    .navbar .main-menu>li>a:focus {
        border-bottom-color: transparent;
    }

    .navbar .main-menu>li a {
        color: #0f2d52 !important;
        padding-left: 20px;
    }

    .main-menu li>ul {
        display: inline-block !important;
    }

    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
    }
}

.sec-men .main-menu>li.active,
.sec-men .sf-menu>li.active,
.sec-men .main-menu>li.active-trail,
.sec-men .sf-menu>li.active-trail {
    border-bottom: 3px solid #a29061;
}

#second-nav .menu,
#second-nav .menu * {
    list-style: none;
    margin: 0;
    padding: 0;
}

#second-nav .menu>li>a {
    padding: 8px 10px 5px;
    white-space: normal;
}

#second-nav .menu>.active>a {
    background-color: inherit;
    box-shadow: none;
}

#second-nav .menu>.active {
    border-bottom: 2px solid #a29061;
}

.feed-icon {
    visibility: hidden;
}

ul {
    list-style-image: url(../images/images-gray-bullet.png);
    position: relative;
}

#main-top {
    margin-bottom: 2rem;
}

[class*="span"] {
    margin-left: 19px;
}

@media (min-width:1200px) {
    [class*="span"] {
        margin-left: 29px;
    }
}

.main-content #content a {
    color: #007E9E;
    text-decoration: underline;
}

.main-content #content h3 a {
    text-decoration: none;
}

.main-content #content a:hover,
.main-content #content a:focus {
    text-decoration: none;
    color: #005487;
}

.main-lower a {
    color: #007E9E;
    text-decoration: underline;
}

.main-lower h3 a {
    text-decoration: none;
}

.main-lower a:hover,
.main-lower a:focus {
    text-decoration: none;
    color: #005487;
}

.marker,
.form-required {
    color: #A63737;
}

.main .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

#sidebar-first .menu .nav,
#sidebar-second .menu .nav {
    margin-bottom: 0px !important;
}

.main .main-content #sidebar-second {
    order: 3;
}

.main .main-content #content {
    order: 2;
}

.main .main-content #sidebar-first {
    order: 1;
}

@media screen and (min-width:768px) and (max-width:979px) {
    .main .main-content #sidebar-second {
        order: 3;
    }

    .main .main-content #content {
        width: 100%;
        order: 1;
    }

    .main .main-content #sidebar-first {
        width: 100%;
        order: 2;
    }
}

@media screen and (max-width:767px) {
    .main .main-content #sidebar-second {
        order: 3;
    }

    .main .main-content #content {
        width: 100%;
        order: 1;
    }

    .main .main-content #sidebar-first {
        width: 100%;
        order: 2;
    }
}

div#now-date-weather {
    float: right;
    position: relative;
    margin-top: -3.15em;
    margin-right: -10em;
    text-transform: uppercase;
}

#today {
    font-size: 1em;
    height: 1.8em;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    transform: translateY(10%);
}

#weather {
    font-size: 1.5em;
    margin-left: .5em;
}

#weather i {
    margin-right: .25em;
}

@media (max-width:1400px) {
    div#now-date-weather {
        display: none;
    }
}

.main-content #content img[src$=".jpg"] {}

.main-content #content img[src$=".jpeg"] {
    padding: 4px;
}

.field-name-field-people-photo.field-type-image img[src$=".png"],
.views-field-field-people-photo img[src$=".png"] {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.views-field-title-1 h3 {
    clear: none !important;
}

.view-people.view-display-id-page_6 h3 {
    clear: both;
}

.view-display-id-people_expanded h3 {
    margin-top: 0 !important;
}

.span12.peopleExpandedContainer {
    margin-bottom: 25px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

.view-people .views-field-field-people-photo {
    float: left;
    margin-right: 15px;
}

.view-people .views-field.views-field-title-1 h2 {
    margin: 0 0 5px 0;
}

.view-people .span6 {
    margin-left: 1px;
    margin-bottom: 25px;
    padding-right: 15px;
}

.people-photo {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.view-panoramic-slideshow .views-field.views-field-title {
    background-color: #f2f2f2;
    font-size: 25px;
    padding-left: 15px;
    padding-top: 5px;
}

.view-panoramic-slideshow .views-field.views-field-field-panoramic-slideshow-text {
    background-color: #f2f2f2;
    padding: 15px;
    border-bottom: 3px solid #dbaa00;
}

.views-slideshow-controls-text-pause {
    font-size: 0;
    position: absolute;
}

.views-slideshow-controls-text-previous,
.views-slideshow-controls-text-next {
    position: absolute;
    top: 25%;
    opacity: .1;
    color: transparent;
    font-size: 0;
    z-index: 10;
}

.views-field.views-field-field-panoramic-slideshow-text h3,
.views-field.views-field-field-panoramic-slideshow-text div {
    color: #323336;
}

.views-slideshow-controls-text-previous {
    left: 1%;
}

.views-slideshow-controls-text-next {
    right: 1%;
}

.views-slideshow-controls-text-previous:before,
.views-slideshow-controls-text-next:before {
    font-family: FontAwesome;
    font-size: 200px;
    line-height: 1;
    color: #f2f2f2;
}

.views-slideshow-controls-text-previous:hover,
.views-slideshow-controls-text-next:hover {
    opacity: .7;
}

.views-slideshow-controls-text-previous:before {
    content: "\f104";
}

.views-slideshow-controls-text-next:before {
    content: "\f105";
}

.block-views h2 {
    color: #656a83;
    line-height: 2;
    text-transform: uppercase;
}

.view-news>.view-content h3,
.view-news>.view-content h4,
.view-news>.view-content h5,
.view-news>.view-content h6,
.view-events>.view-content h3,
.view-events>.view-content h4,
.view-events>.view-content h5,
.view-events>.view-content h6 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600;
}

.view-news .views-field-body,
.view-events .views-field-body {
    font-size: .875em;
}

.view-news>.view-content *[class^='span'] {
    border-width: 1px;
    border-color: #323336;
    border-style: solid;
    padding: 1em 1.5em;
    background-color: #fafafa;
}

.field.field-name-field-news-editors-notes {
    font-family: "quattrocento", serif;
    font-style: italic;
}

.view-news .views-field-field-news-image {
    height: 200px;
    overflow: hidden;
}

.view-news .views-field-field-news-image img {
    width: 100%;
}

.view-news .views-field-title {
    min-height: 40px;
}

.view-display-id-news_agenda .views-field-title {
    margin-bottom: 15px;
}

.view-news .views-field-field-news-date {
    height: 24px;
}

.view-news .views-field-body {
    height: 90px;
}

.view-events>.view-content *[class^='span'] {
    padding: 1em 1.5em;
}

.view-events>.view-content *[class^='span'] {
    height: 27em;
}

.view-news>.view-content .views-field-field-news-date {
    padding: .5em 0;
}

.view-news>.view-content h3,
.view-events>.view-content h3 {
    font-size: 20px;
}

.view-events>.view-content h3,
.view-events .views-field-body {
    text-align: center;
}

.view-events .views-field-body {
    height: 150px;
}

.view-events>.view-content h3 {
    height: 3.05em;
    overflow-y: hidden;
}

.view-events>.view-content h3 a {
    color: #007A99;
}

.view-events>.view-content .views-field-title {
    border-top: 1px solid #b0b4c8;
    margin-top: 1em;
}

.view-news>.view-content a.views-more-link,
.view-events>.view-content a.views-more-link {
    display: block;
    text-align: right;
    color: #007A99;
}

.view-news>.view-content a.views-more-link:after,
.view-events>.view-content a.views-more-link:after {
    content: " > ";
}

@media (min-width:767px) and (max-width:979px) {
    .event-location {
        overflow-y: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .region-sidebar-second .span4 {
        width: 48.61878%;
    }
}

.node-news-form .fieldset-wrapper {
    background-color: #FFF !important;
}

.node-news-form .collapsible {
    background-color: #c4b99a !important;
}

.group-news-pull-quote a {
    color: #FFF !important;
}

#block-views-news-news-agenda .agenda-container {
    float: left;
    clear: both;
    margin-right: 15px;
}

.news_month {
    display: block;
    background-color: #0f2d52;
    color: #f2f2f2;
    -webkit-border-radius: .4em .4em .0em .0em;
    -moz-border-radius: .4em .4em .0em .0em;
    border-radius: .4em .4em .0em .0em;
    text-align: center;
    font-size: .8em;
    width: 45px;
    height: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.news_day {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 15px;
    width: 45px;
    height: 30px;
    line-height: 1;
    font-size: 1.5em;
    background-color: #0f5479;
    padding: 2px 0 0 0;
    -webkit-border-radius: .0em .0em .2em .2em;
    -moz-border-radius: .0em .0em .2em .2em;
    border-radius: .0em .0em .2em .2em;
    color: #f2f2f2;
    text-align: center;
    font-family: Merriweather, 'Open Sans', Sans-Serif;
    font-weight: 700;
}

.agenda-event-container {
    float: left;
    clear: both;
    margin-right: 15px;
}

.event_month {
    display: block;
    margin: 0 auto;
    background-color: #646982;
    color: #f2f2f2;
    -webkit-border-radius: .4em .4em .0em .0em;
    -moz-border-radius: .4em .4em .0em .0em;
    border-radius: .4em .4em .0em .0em;
    text-align: center;
    font-size: 1.3em;
    width: 80px;
    height: 30px;
    text-transform: uppercase;
}

.event_day {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 50px;
    line-height: 1;
    font-size: 2.5em;
    background-color: #7781af;
    padding: 2px 0 0 0;
    -webkit-border-radius: .0em .0em .2em .2em;
    -moz-border-radius: .0em .0em .2em .2em;
    border-radius: .0em .0em .2em .2em;
    color: #f2f2f2;
    text-align: center;
    font-family: Merriweather, 'Open Sans', Sans-Serif;
    font-weight: 700;
}

.event_day a,
.event_month a {
    color: #f2f2f2 !important;
}

.span4 .event_month,
.event_month_small {
    width: 45px;
    height: 20px;
    font-size: .8em;
    margin-left: 0;
    margin-right: 0;
}

.span4 .event_day,
.event_day_small {
    width: 45px;
    height: 25px;
    font-size: 1.3em;
    margin-left: 0;
    margin-right: 0;
}

.block-views.span4 .views-field-title {
    margin-left: 58px;
    position: absolute;
    margin-top: -46px;
    height: 46px;
    overflow-y: hidden;
}

.block-views.span4 .views-row {
    margin: 1.5em 1em;
}

.view-events>.view-content .event_month a,
.view-events>.view-content .event_day a {
    color: #f2f2f2;
}

.view-events>.view-content .event_month a:hover,
.view-events>.view-content .event_day a:hover {
    text-decoration: none;
}

#main[role='main'] {
    margin-top: 1em;
}

@media (max-width:979px) {
    .view-news [class*="span"] {
        width: 100%;
        height: auto;
    }

    .view-news .views-field-title {
        height: auto;
    }

    .view-news .views-field-field-news-date {
        height: auto;
    }

    .view-news .views-field-body {
        height: auto;
    }

    .view-events .views-field-body {
        height: 100px;
    }

    .view-news>.view-content *[class^='span'] {
        margin: 1em 0;
        height: auto;
    }
}

@media (max-width:767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    #main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .view-news>.view-content *[class^='span'],
    .view-events>.view-content *[class^='span'] {
        margin: 1em 0;
        height: auto;
    }

    .view-news .views-field-title {
        overflow-y: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .view-events>.view-content *[class^='span'] {
        height: auto;
    }

    .view-news>.view-content *[class^='span'] {
        height: 26em;
    }

    .view-events>.view-content .span3 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%;
        margin-left: 2.564102564102564%;
        margin-top: 2.564102564102564%;
    }

    .view-events>.view-content .span3:nth-child(odd) {
        margin-left: 0;
    }
}

#quickbar ul.links {
    width: 100%;
}

#admin-shortcuts {
    display: none;
}

.buttons {
    background-color: #0f2d52;
    display: block;
    padding: 5px;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 95%;
    text-align: center;
    text-transform: uppercase;
}

.buttons:hover {
    background-color: #a29061;
}

.buttons a {
    color: #FFF;
    font-size: .875em;
}

.buttons-container {
    display: inline;
}

#block-views-news-block-8 .views-field.views-field-field-news-video {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

div#block-views-news-block-11 .views-field-title {
    background-color: #f2f2f2;
    margin-top: -11px;
    padding: 10px 15px 1px;
}

#block-views-news-block-11 .views-field-field-news-summary {
    background-color: #f2f2f2;
    border-bottom: 3px solid #a29061;
    margin-bottom: 25px;
}

#block-views-news-block-11 .views-field-field-news-summary .field-content {
    padding: 15px;
}

.field.field-name-field-news-byline-text.field-type-text {
    margin-top: 25px;
    margin-bottom: 15px;
}

.field-name-field-news-hero-image {
    text-align: center;
}

.field-name-field-news-hero-image img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.field-name-field-news-hero-caption {
    text-align: center;
    font-style: italic;
    color: #a29061;
    margin-bottom: 25px;
    padding: 10px 20px 15px 20px;
    border-bottom: 1px solid #DDD;
}

.field.field-name-field-news-caption-2,
.field.field-name-field-news-caption-3 {
    text-align: center;
    font-style: italic;
    color: #5B5B5B;
    margin-bottom: 25px;
    padding: 10px 20px 15px 20px;
    border-bottom: 1px solid #DDD;
}

.field.field-name-field-news-body-image,
.field.field-name-field-news-body-image-2 {
    text-align: center;
    margin-top: 25px;
}

.field.field-name-field-news-body-image img,
.field.field-name-field-news-body-image-2 img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.node-news p {
    font-family: "Open Sans", sans-serif !important;
}

.field.field-name-field-news-editors-notes {
    font-family: "Open Sans", sans-serif !important;
    font-style: italic;
    padding: 15px;
}

#block-views-news-block-3 .views-field-field-news-summary {
    margin-bottom: 25px;
}

#block-views-news-block-3 .views-field-field-news-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
}

.node-news .field.field-name-body,
.field.field-name-field-news-body-2,
.field.field-name-field-news-body-3,
.field.field-name-field-news-body-4 {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    line-height: 2em;
    font-family: "quattrocento", serif;
}

.field.field-name-field-news-subhead {
    padding-bottom: 15px;
}

.field.field-name-field-news-date.field-type-datetime {
    padding-bottom: 15px;
}

.field.field-name-field-news-subhead {
    font-size: 17px;
    margin-left: 20px;
    font-style: italic;
    color: #5B5B5B;
}

.field.field-name-field-news-body-video,
.field.field-name-field-news-body-video-2,
.field.field-name-field-news-body-video-3 {
    text-align: center;
    margin-top: 25px;
}

.group-news-pull-quote .field-group-format-wrapper {
    background-color: #f9f9f9;
    border-left: 10px solid #a29061;
    margin: 0 49px;
}

.field-name-field-news-quote,
.field-name-field-news-quote-2 {
    display: block;
    padding: 60px;
}

.field-name-field-news-quote-author-title .field-items {
    display: block;
    height: auto;
    padding: 0px 30px 10px;
    margin: auto;
    margin-top: -6%;
    margin-bottom: 25px;
    font-variant: small-caps;
    font-size: 1.2em;
    color: #5B5B5B;
}

.field-name-field-news-quote p,
.field-name-field-news-quote-2 p {
    display: inline;
    font-style: italic;
    font-size: 1.5em;
    color: #a29061;
    font-family: "quattrocento", serif;
    text-align: center;
}

.field-name-field-news-quote-author .field-items,
.field-name-field-news-quote-author-2 .field-items {
    display: block;
    height: auto;
    padding: 30px;
    margin: auto;
    margin-top: -4%;
    margin-bottom: 100px;
    font-variant: small-caps;
    font-size: 1.2em;
    color: #5B5B5B;
}

.field-name-field-news-quote .field-item {
    border-bottom: 1px solid #CCC;
    padding-bottom: 22px;
}

div.field-name-field-news-quote-author,
div.field-name-field-news-quote-author-2 {
    border-bottom: 1px solid #DDD;
}

.group-news-pull-quote,
.group-news-pull-quote-2 {
    padding: 40px;
}

@media (min-width:1200px) {

    .field-name-field-news-quote,
    .field-name-field-news-quote-2 {
        margin-top: -4%;
    }

    .field-name-field-news-quote-author-title .field-items {
        width: 79.6%;
    }

    .field-name-field-news-quote-author .field-items,
    .field-name-field-news-quote-author-2 .field-items {
        width: 79.5%;
        margin-bottom: 4%;
    }

    .group-news-pull-quote,
    .group-news-pull-quote-2 {
        padding-top: 50px;
    }
}

@media (min-width:550px) and (max-width:1199px) {

    .field-name-field-news-quote,
    .field-name-field-news-quote-2 {
        height: auto;
        margin: auto;
    }

    .field-name-field-news-quote-author .field-items,
    .field-name-field-news-quote-author-2 .field-items {
        margin-bottom: 70px !important;
    }

    .field-name-field-news-quote-author-title .field-items {
        width: 89.5%;
        margin-top: -13%;
    }

    .group-news-pull-quote,
    .group-news-pull-quote-2 {
        padding-top: 50px;
    }
}

@media (min-width:550px) and (max-width:690px) {
    .field-name-field-news-quote-author-title .field-items {
        width: 85.5%;
        margin-top: -20%;
    }
}

@media (max-width:549px) {

    .group-news-pull-quote,
    .group-news-pull-quote-2 {
        background-color: #FFF;
        padding: 10px;
    }

    .field-name-field-news-quote-author-title .field-items {
        margin-top: -16%;
    }

    .field-name-field-news-quote-author .field-items,
    .field-name-field-news-quote-author-2 .field-items {
        margin-top: -12%;
        margin-bottom: 10%;
    }
}

.standalone-quote {
    display: block;
    background-color: slategrey;
    padding: 30px;
}

.standalone-quote:after {
    content: "\f10e";
    color: darkgrey;
    border-bottom: 1px solid whitesmoke;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3em;
    padding-bottom: .4em;
}

.standalone-quote p {
    font-size: 1.7em;
    color: whitesmoke;
    font-family: "quattrocento", serif;
    text-align: center;
}

.standalone-author {
    display: block;
    height: auto;
    background-color: slategrey;
    padding: 30px;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 100px;
    font-variant: small-caps;
    font-size: 1.2em;
    color: whitesmoke;
}

div.standalone-author {
    border-bottom: 1px solid #DDD;
}

@media (min-width:1200px) {
    .standalone-quote {
        width: 52%;
        height: auto;
        margin: auto;
        margin-top: 50px;
    }

    .standalone-author {
        width: 52%;
    }

    .group-news-pull-quote,
    .group-news-pull-quote-2 {
        padding-top: 50px;
    }
}

@media (min-width:550px) and (max-width:1199px) {
    .standalone-quote {
        width: 75%;
        height: auto;
        margin: auto;
    }

    .standalone-author {
        width: 75%;
        margin-bottom: 70px !important;
    }

    .group-news-pull-quote,
    .group-news-pull-quote-2 {
        padding-top: 50px;
    }
}

@media (max-width:549px) {

    .group-news-pull-quote,
    .group-news-pull-quote-2 {
        background-color: #FFF;
    }
}

.view-id-taxonomy_term .views-field-field-news-video {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

.view-id-taxonomy_term.view-display-id-attachment_1 .views-field-body {
    border-bottom: 3px solid #a29061;
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f2f2f2;
}

.view-id-taxonomy_term .span4:hover {
    border-bottom: 3px solid #a29061;
}

.view-id-taxonomy_term .span4 {
    margin-left: 0 !important;
    margin-right: 1.7%;
    min-height: 600px;
}

.view-id-taxonomy_term .span4:nth-child(odd) {
    background-color: #f2f2f2;
}

.view-id-taxonomy_term .span4 .views-field-body {
    padding: 0 15px 25px 15px;
    line-height: 1.7em;
}

.view-id-taxonomy_term .span4 .views-field-title {
    padding: 0 15px;
}

.view-taxonomy-term .views-field-field-news-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
}

.view-id-taxonomy_term .span4 {
    margin-bottom: 25px;
}

.view-news .view-display-id-attachment_1 .views-field-field-news-video {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

.view-news .view-display-id-attachment_1 .views-field-field-news-hero-image {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

.view-news .view-display-id-attachment_1 .views-field-body {
    border-bottom: 3px solid #a29061;
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f2f2f2;
}

.view-display-id-all_news .span4:hover {
    border-bottom: 3px solid #a29061 !important;
}

.view-display-id-all_news .span4 {
    margin-left: 0 !important;
    margin-right: 1.7%;
    min-height: 600px;
    border: none !important;
    padding: 1px !important;
}

.view-display-id-all_news .span4:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

.view-display-id-all_news .span4 .views-field-body {
    padding: 0 15px 25px 15px;
    line-height: 1.7em;
}

.view-display-id-all_news .span4 .views-field-title {
    padding: 0 15px;
}

.view-display-id-all_news .views-field-field-news-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
}

.view-display-id-all_news .span4 {
    margin-bottom: 25px;
}

.view-display-id-all_news .views-field-field-news-video {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

.view-news .view-display-id-attachment_2 .views-field-field-news-video {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

.view-news .view-display-id-attachment_2 .views-field-field-news-hero-image {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

.view-news .view-display-id-attachment_2 .views-field-body {
    border-bottom: 3px solid #a29061;
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f2f2f2;
}

.view-display-id-all_research .span4:hover {
    border-bottom: 3px solid #a29061 !important;
}

.view-display-id-all_research .span4 {
    margin-left: 0 !important;
    margin-right: 1.7%;
    min-height: 600px;
    border: none !important;
    padding: 1px !important;
}

.view-display-id-all_research .span4:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

.view-display-id-all_research .span4 .views-field-body {
    padding: 0 15px 25px 15px;
    line-height: 1.7em;
}

.view-display-id-all_research .span4 .views-field-title {
    padding: 0 15px;
}

.view-display-id-all_research .views-field-field-news-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
}

.view-display-id-all_research .span4 {
    margin-bottom: 25px;
}

.view-display-id-all_research .views-field-field-news-video {
    padding: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #DDD;
}

#block-views-news-block-9 .views-field.views-field-field-news-summary {
    margin-bottom: 35px;
}

.media-contacts-head p {
    position: relative !important;
    top: -55px !important;
    font-size: 24px;
    font-weight: 700;
}

.field-name-field-news-media-contact-tax h2 {
    position: relative;
    top: 55px;
}

.field-name-field-news-media-contact-tax h2 a {
    color: #323336 !important;
    font-size: 20px !important;
}

.node-event .field-name-field-event-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
    margin-bottom: 15px;
}

.node-event .field-name-field-event-location {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.node-event .field-name-field-event-contact-name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.node-event .field-name-field-event-contact-title {
    margin-left: 10px;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 16px;
}

.node-event .field-name-field-event-contact-department {
    margin-left: 10px;
    margin-bottom: 25px;
    font-size: 15px;
}

.view-video .title-center {
    text-align: center;
}

.view-video .span6 {
    margin-bottom: 40px;
    background-color: #f2f2f2;
    padding: 20px;
    height: 373px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

div#block-views-video-block {
    margin-bottom: 30px;
}

.view-display-id-attachment_2 .views-field.views-field-title {
    margin-bottom: 25px;
}

.imgBorder img {
    padding: 5px;
    border: 1px solid #CCC;
}

.margin-bot15 {
    margin-bottom: 15px;
}

.margin-bot25 {
    margin-bottom: 25px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px !important;
}

.padding10-right {
    padding-right: 10px;
}

.padding10-left {
    padding-left: 10px;
}

.padding40-right {
    padding-right: 40px;
}

.padding40-left {
    padding-left: 40px;
}

.region-sidebar-first .block,
.region-sidebar-second .block {
    margin: 1em 0;
    border-top: 8px solid #0f5479;
    background-color: #f7f7f7;
    padding: 20px;
    font-size: .875em;
}

.bump {
    margin-top: -14px !important;
}

#block-views-campus-announcements-block h2 {
    color: #236ea0;
}

.field-name-field-announcements-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
    padding-bottom: 15px;
}

#block-views-campus-announcements-block .views-field-field-announcements-body {
    font-size: .875em;
}

.pager-current {
    font-family: quattrocento;
    font-size: 20px;
}

.pager li>a,
.pager li>span {
    margin: -6px;
}

li .pager-item {
    padding: 1px !important;
    padding: 1px !important;
}

.pager li>a,
.pager li>span {
    border: none !important;
    border-bottom: 3px solid #a29061 !important;
    border-radius: 1px !important;
    font-family: quattrocento;
}

.pager li a:hover {
    border-bottom: 3px solid #5B5B5B;
}

.views-field.views-field-field-accordion-body .field-content {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.view-book-rotator.view-id-book_rotator.view-display-id-faculty_book_page h3 {
    clear: both;
}

.view-book-rotator .views-row {
    text-align: center;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 55px;
    min-height: 390px;
}

.view-display-id-featured_student_archive h3:first-child {
    padding-top: none;
}

.view-display-id-featured_student_archive h3 {
    clear: both;
    padding-top: 25px;
}

.group-featured-student-info.field-group-fieldset.form-wrapper {
    min-height: 250px;
    border-bottom: 1px solid #CCC;
}

.node-featured-student- .field-name-field-student-image {
    float: left;
    margin-right: 25px;
}

.view-alumni-highlights h3:first-child {
    padding-top: 0;
}

.view-alumni-highlights h3 {
    clear: both;
    padding-bottom: 15px;
    padding-top: 15px;
}

.views-field.views-field-field-alumni-highlights-article a {
    color: #a29061;
}

.donorSection {
    height: 530px;
    overflow: hidden;
}

.simpleContainer {
    background-color: #9DB5D2;
    color: #FFF;
    border: 3px solid #0f2d52;
    padding: 15px 10px 15px 10px;
}

.view-spend-love h3 {
    clear: both;
}

.caption {
    margin-top: 0;
    margin-bottom: 2em;
    color: #595959;
    letter-spacing: .01em;
    font-style: italic;
    font-size: 13px;
}

img,
a img {
    outline: none;
    border: none;
}

.main .border-hairline img {
    border: 1px solid #d8d8d8;
}

.main .border-shadow img {
    -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.08);
}

.main .border-underline img {
    margin-bottom: 5px;
    padding: 0 0 2px;
    border-bottom: 4px solid #e2e2e2;
    background-color: transparent;
}

.main .border-none img {
    border: 0 !important;
}

.main .border-bottom img {
    border-bottom: 1px solid #d3d3d3;
}

.main .border-simple-nowidth img,
.main .border-simple img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 6px;
    background-color: #e2e2e2;
}

.main .border-simple img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .border-simple a:hover img {
    background-color: #bbb;
}

.main .border-hairline a:hover img {
    border: 1px solid #373737;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.postcard-left,
.postcard-left-wrap,
.postcard-right,
.postcard-right-wrap {
    clear: both;
    margin-bottom: 15px;
}

.postcard-left h2,
.postcard-left h3,
.postcard-left h4,
.postcard-left h5,
.postcard-left h6,
.postcard-left-wrap h2,
.postcard-left-wrap h3,
.postcard-left-wrap h4,
.postcard-left-wrap h5,
.postcard-left-wrap h6,
.postcard-right h2,
.postcard-right h3,
.postcard-right h4,
.postcard-right h5,
.postcard-right h6,
.postcard-right-wrap h2,
.postcard-right-wrap h3,
.postcard-right-wrap h4,
.postcard-right-wrap h5,
.postcard-right-wrap h6 {
    margin-top: 0;
}

.postcard-left>div,
.postcard-right>div {
    display: table-cell;
}

.postcard-left-wrap>div:first-child,
.postcard-left>div:first-child {
    float: left;
}

.postcard-left-wrap>div:first-child img,
.postcard-left>div:first-child img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.postcard-right-wrap>div:first-child,
.postcard-right>div:first-child {
    float: right;
}

.postcard-right-wrap>div:first-child img,
.postcard-right>div:first-child img {
    margin-left: 15px;
    margin-bottom: 15px;
}

.node-event .field-name-field-event-address,
.node-event .field-name-field-event-contact-fax,
.node-event .field-name-field-event-contact-phone,
.node-event .field-name-field-event-contact-email,
.node-event .field-name-field-event-contact-departments {
    margin-left: 10px;
}

.node-event .field-name-field-event-external-link {
    margin-top: 15px;
}

.node-event .field-name-body {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.view-display-id-events_list_page .view-content .views-field-title {
    border-top: 0;
}

.view-display-id-events_list_page .views-row {
    border-bottom: 1px solid #AAA;
}

#block-views-events-events-list-block-3.span4 h2 {
    background-color: #f7f7f7;
    color: #656a83;
}

#block-views-events-events-list-block-3.span4 {
    height: initial;
    margin-left: 19px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#block-views-events-events-list-block-3.span4 .views-field-title {
    margin-left: 0;
    position: relative;
    margin-top: 0;
    height: initial;
}

#block-views-events-events-list-block-3 .views-field-body {
    height: initial;
    margin-bottom: 25px;
}

.view-display-id-events_list .views-field.views-field-title {
    border-top: none;
}

.view-display-id-events_list .views-row {
    margin-bottom: 15px;
}

.view-display-id-events_list h3 {
    height: initial !important;
    text-align: left !important;
}

#block-views-events-events-agenda .views-row {
    min-height: 50px;
}

#block-views-events-events-agenda .views-field.views-field-title {
    border-top: none;
}

div#block-views-news-block-3.span4 h2 {
    background-color: #f7f7f7;
}

div#block-views-news-block-3.span4 {
    height: initial;
    margin-right: 19px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

div#block-views-news-block-3.span4 .views-field-title {
    margin: 0;
    position: relative;
}

#block-views-news-block-4 .views-field-title a {
    color: #323336;
}

#block-views-news-block-2 .views-field-title a {
    color: #323336;
}

#block-views-campus-announcements-block .views-field-title a {
    color: #323336;
}

#block-views-news-block-7 .views-field-title a {
    color: #323336;
}

#block-views-news-block-4 .views-field-title {
    margin-bottom: 25px !important;
}

#block-views-news-block-2 .views-field-title {
    margin-bottom: 25px !important;
}

#block-views-campus-announcements-block .views-field-title {
    margin-bottom: 25px !important;
}

#block-views-news-block-7 .views-field-title {
    margin-bottom: 25px !important;
}

#block-views-news-block-8 .views-field-field-news-tags {
    text-transform: uppercase;
    font-size: .875em;
    font-family: quattrocento;
}

#block-views-news-block-8 .views-field-field-news-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
}

.node-news .field-name-field-news-date {
    font-size: 14px;
    color: gray;
    font-style: italic;
}

.field-name-field-news-byline {
    margin-top: 10px;
    margin-bottom: 15px;
}

.masonry {
    column-count: 3;
    column-gap: 1em;
}

.masonry .views-row-odd,
.masonry .views-row-even {
    margin: 0 0 15px 1px !important;
}

.masonry-4 .views-row-odd,
.masonry-4 .views-row-even {
    margin: 0 0 15px 1px !important;
}

ul.masonry {
    list-style-type: none !important;
    list-style-image: none !important;
}

ul.masonry-4 {
    list-style-type: none !important;
    list-style-image: none !important;
}

.masonry ul {
    list-style-type: none !important;
    list-style-image: none !important;
}

.masonry-4 ul {
    list-style-type: none !important;
    list-style-image: none !important;
}

.masonry-4 {
    column-count: 4;
    column-gap: 1em;
}

@media (max-width:1199px) {
    .masonry-4 {
        column-count: 3;
        column-gap: 1em;
    }
}

@media (max-width:767px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .masonry-4 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

div#block-views-news-recent-news .views-field-title {
    min-height: 20px !important;
}

#block-views-news-news-agenda .agenda-container {
    float: left;
    clear: both;
    margin-right: 15px;
}

#block-views-news-news-agenda .views-row {
    margin-bottom: 25px;
}

.view-news .views-field-body {
    padding-bottom: 40px;
}

#block-system-main .view-news .views-field-field-news-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 50px;
    margin-top: 30px;
}

#block-views-news-recent-news .view-news .views-field-title {
    min-height: 80px;
}

#block-views-news-recent-news .views-row {
    margin-bottom: 15px;
}

.view-news>.view-content *[class^='span'] {
    border-width: 1px;
    border-color: #323336;
    border-style: solid;
    padding: 1em 1.5em;
    background-color: #fafafa;
    min-height: 500px;
    margin-bottom: 25px;
}

#block-views-alumni-highlights-block span .field-content {
    font-size: .8em;
}

strong.views-label.views-label-field-hometown {
    font-size: .8em;
}

strong.views-label.views-label-field-year-graduated {
    font-size: .8em;
}

strong.views-label.views-label-field-degree-obtained {
    font-size: .8em;
}

strong.views-label.views-label-field-where-you-work {
    font-size: .8em;
}

.alumni-bottom-border {
    border-bottom: 10px #a29061 solid;
    padding-top: 20px;
}

.red-border,
.orange-border,
.gold-border,
.yellow-border,
.green-border,
.blue-border,
.grey-border {
    width: 100%;
    margin: 0;
    padding: 0;
}

.red-border {
    border-top: 10px #dc151e solid;
}

.orange-border {
    border-top: 10px #ec7b38 solid;
}

.gold-border {
    border-top: 10px #a29061 solid;
}

.yellow-border {
    border-top: 10px #ffc927 solid;
}

.green-border {
    border-top: 10px #1aae54 solid;
}

.blue-border {
    border-top: 10px #0695ce solid;
}

.grey-border {
    border-top: 10px #a6a6a6 solid;
}

.merced-river-blue {
    border-top: 10px #0f5479 solid;
}

.red-border-padded {
    border-top: 10px #dc151e solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

.orange-border-padded {
    border-top: 10px #ec7b38 solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

.gold-border-padded {
    border-top: 10px #a29061 solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

.yellow-border-padded {
    border-top: 10px #ffc927 solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

.green-border-padded {
    border-top: 10px #1aae54 solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

.blue-border-padded {
    border-top: 10px #0695ce solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

.grey-border-padded {
    border-top: 10px #a6a6a6 solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

.merced-river-blue-padded {
    border-top: 10px #0f2d52 solid;
    padding: 10px 20px 20px 20px;
    background-color: #fafafa;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13.6px;
}

h1 small {
    font-size: 24px;
}

h2 small {
    font-size: 20px;
}

h3 small {
    font-size: 16px;
}

h4 small {
    font-size: 16px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.75 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    line-height: 1.35;
}

h5,
h6 {
    font-family: "Merriweather", serif;
    font-weight: 400;
}

h1 {
    color: #0f2d52;
}

h3 {
    color: #0f2d52;
}

h6 {
    color: #333333;
}

h5 {
    color: #b51a29;
}

.site-name {
    margin: 0px;
    font-family: 'Khula', sans-serif;
    font-size: 3rem;
    text-align: left;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.2;
    font-weight: 300;
}

.header-section.row-fluid.span9 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-slogan {
    text-align: left;
}

@media (max-width:1200px) {
    .site-name {}

    .site-slogan {
        text-align: left;
    }
}

input,
button,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}

#top-navbar {
    color: #0f2d52;
    display: none;
}

.navbar {
    font-size: .75rem;
}

.lead {
    font-size: 18px;
    border-bottom: #0f2d52 1px solid;
    padding-bottom: 1.5em;
    color: #005487;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding: 0 0 1.5em;
    margin-bottom: 24px;
}

.mega-menu .main-menu>li>ul,
.mega-menu .sf-menu>li>ul {
    -webkit-column-width: inherit;
    -moz-column-width: inherit;
    -o-column-width: inherit;
    column-width: inherit;
}

.view-news>.view-content a,
.view-events>.view-content a {
    color: #2980b9;
}

.block-views h2 {
    color: #0f2d52;
}

.event-location {
    color: #a8a9ae;
    text-align: center;
}

.event_month {
    background-color: #0f2d52;
}

.event_day {
    background-color: #0f5479;
}

.views_slideshow_pager_field_item.active:before {
    color: #5f8497;
}

.main-menu>li:hover,
.sf-menu>li:hover {
    border-bottom: 3px solid #f8bd38;
}

@media (max-width:979px) {

    .main-menu>li:hover,
    .sf-menu>li:hover {
        border-bottom: 1px solid #cccccc;
    }

    .header-section.row-fluid.span9 {
        display: block;
    }

    .site-name {
        font-size: 3rem;
        text-align: left;
        width: 85%
    }
}

@media (max-width:420px) {
    .site-main-menu .nav-collapse {
        top: 73px;
    }
    .site-name {
        font-size: 2rem !important;
        text-align: left;
    }

    .site-name-mobile {
        display: block;
        font-size: 2rem;
    }
}

@media (max-width:767px) {
    #header>.container {
        width: 95%;
    }

    #siteName {
        padding: 20px 0px 15px 0px !important;
    }

    .site-name {
        font-size: 2.5rem;
        text-align: left;
    }

    .region-sidebar-first,
    .region-sidebar-second {
        border-top-color: #0f5479;
    }

    #content .caption {
        height: initial !important;
    }

    #content .left {
        float: left;
        padding: 0 15px 5px 0px;
    }

    #content .right {
        float: right;
        padding: 0 0 5px 15px;
    }

    .front #page-title {
        display: none;
    }

    .view-remarks-writings .views-table {
        width: 100%;
    }

    .view-remarks-writings tbody {
        border-top: none;
    }

    .view-remarks-writings tr {
        height: 35px;
        width: 1175px;
    }

    .view-remarks-writings tr.even {
        background-color: #DDD;
    }

    .view-remarks-writings td.views-field.views-field-field-date {
        width: 80px;
    }

    .view-remarks-writings caption {
        margin-top: 25px;
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-size: 20px;
        border-bottom: 2px solid #0f5479;
    }

    .rr_monthDay {
        color: #FFF;
        float: left;
        background-color: #0f2d52;
        margin: 0 auto;
        border-radius: .4em .4em 0em .0em;
        text-align: center;
        font-size: 1.3em;
        width: 80px;
        height: 30px;
        text-transform: uppercase;
        z-index: 1;
    }

    .rr_year {
        background-color: #0f5479;
        display: block;
        width: 80px;
        height: 50px;
        line-height: 1;
        font-size: 1.5em;
        border-radius: .0em .0em .2em .2em;
        color: #f2f2f2;
        text-align: center;
        font-family: merriweather, 'Open Sans', Sans-Serif;
        font-weight: 700;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .innovation-winners {
        margin-bottom: 50px;
        text-align: center;
    }

    .view-innovation-award-winners .item-list li {
        list-style-type: none;
        float: left;
        width: 350px;
        text-align: center;
        margin-bottom: 35px;
    }

    .view-innovation-award-winners .view-header {
        text-align: center;
        margin-bottom: 25px;
    }

    .views-field-field-iaw-honorable-mention-file {
        display: block;
        clear: both;
        margin-top: 25px;
    }
}

.topButtons {
    position: absolute;
    margin-top: -15px;
    margin-left: 30px;
}

@media (max-width:1200px) {
    .topButtons {
        margin-left: -20px;
    }
}

@media (max-width:979px) {
    .topButtons {
        display: none;
    }

    .socialIcons {
        position: relative !important;
        text-align: center !important;
        float: none !important;
    }
}

.socialIcons {
    margin: 0 auto;
    right: 0px;
    display: flex;
}

.dropbtn {
    width: 145px;
    background-color: #ffffff;
    color: #0f2d52;
    padding: .5rem 1rem .5rem 1rem;
    font-size: 16px;
    border: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #ffffff;
}

.quick-links {
    float: right;
    position: absolute;
    right: 0;
    display: flex;
}

.quick-links a {
    color: #ffffff;
    padding: 18px 10px;
}

.quick-links a:hover {
    color: #dbaa00;
    text-decoration: none;
}

.show {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bar-site {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar-site img {
    max-height: 40px;
}

#stickyHeader {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
}

#siteName {
    text-align: left;
    height: auto;
    top: 0%;
    padding: 22px 0px 5px 0;
    width: 100%;
    align-items: center;
}

#siteNameMobile {
    display: none;
    border-bottom: 1px solid #cccccc;
}

@media (max-width:979px) {
    #siteName {
        background-color: #ffffff;
        z-index: 10;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 6px -2px rgba(121, 121, 121, 0.67);
        -moz-box-shadow: 0 6px 6px -2px rgba(121, 121, 121, 0.67);
        box-shadow: 0 6px 6px -2px rgba(121, 121, 121, 0.67);
    }

    #siteNameMobile {
        display: block;
    }

    #main-menu {
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    #main-menu .container {
        width: 100%;
    }
}

#main-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 1000;
    width: 100%;
}

.fixed {
    position: fixed;
    top: 80px;
    z-index: 50;
}

@media (max-width:979px) {
    #siteName {
        position: sticky;
        padding: 0px;
    }

    .site-logo img {}

    .quick-links {
        font-size: 14px;
    }
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.fColumn {
    flex: 23%;
    padding-right: 12px;
    max-width: 330px;
}

.fAddress {
    margin-top: 20px;
}

.fColumn h2 {
    margin: 20px 0 0 0 !important;
    padding-top: 0px !important;
}

.fColumn ul,
.fColumn li {
    text-decoration: none;
    list-style: none;
}

.fColumn ul {
    padding: 0 0 12px 0;
    margin: 0px !important;
}

.fa-li {
    left: 0 !important;
}

@media screen and (max-width:979px) {
    .fColumn {
        flex: 50%;
        text-align: center;
    }

    .socialIcons {
        justify-content: center;
        display: flex;
        padding-top: 10px;
    }
}

@media screen and (max-width:600px) {
    .footer-links {
        text-align: center;
    }
}

@media (min-width:980px) {
    .quick-links-mobile {
        display: none !important;
    }
}

@media (max-width:979px) {
    .quick-links {
        display: none;
    }
}

.quick-links-mobile {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
}

.quick-links-mobile a {
    text-decoration: none;
    color: #0f2d52 !important;
}

.quick-links-mobile ul {
    list-style: none;
    margin: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 0px;
    padding: 5px;
}

.quick-links-mobile li {
    padding: 10px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #cccccc;
}

.quick-links-mobile {
    position: relative;
}


.navbar .btn-navbar {
    display: block;
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    z-index: 10010;
    width: 60px;
    height: 60px;
}

.navbar .btn-navbar .toggle {
    width: 28px;
    height: 50px;
    margin: 10px auto;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 7px 5px;
    transition: all 0.2s;
}

.hb__buttons-blue {
    margin-top: 1em;
    padding-top: 1em;
    text-align: center;
}

.hb__buttons-blue .btn--invert-blue {
    line-height: 1.2;
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    width: auto;
}

.hb__buttons-blue a:hover,
.hb__buttons-blue a:focus {
    background-color: #0f2d52 !important;
    text-decoration: none;
    color: #ffffff !important;
    border: 2px solid #0f2d52;
}

.hb__buttons-blue a {
    color: #0f2d52 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 550 !important;
    text-transform: uppercase !important;
}

.btn--invert-blue {
    background-color: #ffffff;
    color: #0f2d52;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    padding: 1em 2em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #0f2d52;
}

.hb__buttons-blue .btn--invert-blue {
    float: none;
    margin-right: 0px;
}

.hb__buttons-blue {
    margin-top: 0px;
}

a.btn--invert-blue.hb__play {
    color: #fff;
    text-decoration: none;
}

.hb__buttons-gold {
    margin-top: 1em;
    padding-top: 1em;
    text-align: center;
}

.hb__buttons-gold .btn--invert-gold {
    line-height: 1.2;
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    width: auto;
}

.hb__buttons-gold a:hover,
.hb__buttons-gold a:focus {
    background-color: #ffbf3c;
    ;
    text-decoration: none;
    color: #0f2d52 !important;
    border: 2px solid #ffbf3c;
}

.hb__buttons-gold a {
    color: #0f2d52 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 550 !important;
    text-transform: uppercase !important;
}

.btn--invert-gold {
    background-color: #ffffff;
    color: #002856;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    padding: 1em 2em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #ffbf3c;
}

.hb__buttons-gold .btn--invert-gold {
    float: none;
    margin-right: 0px;
}

a.btn--invert-gold.hb__play {
    color: #fff;
    text-decoration: none;
}

.toggleOpen {
    right: 20%;
}

.sDesktop {
    margin-top: 15px;
}

@media(min-width:980px) {
    #mobileSearchIcon {
        display: none;
    }
}

@media (max-width:979px) {

    #searchBox,
    #searchBoxMobile {
        margin-top: 0 !important;
        ;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .search-form input {
        color: #0f2d52;
        border: 1px solid #eeeeee;
        border-radius: 0px;
        height: 60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #searchBox .fas.fa-search,
    #searchBoxMobile .fas.fa-search {
        color: #FFF;
        display: none;
    }

    #searchBox #edit-submit,
    #searchBoxMobile #edit-submit {
        display: none;
    }

    #edit-submit--4,
    #edit-submit--6 {
        display: none;
    }

    #edit-keys--2,
    #edit-keys--3 {
        width: 100%;
        padding-left: 40px;
    }

    #edit-submit--2 {
        width: 18%;
    }

    .searchBoxCol.searchField {
        background-color: #0f2d52;
    }

    #mobileSearchIcon {
        position: absolute;
        left: 13px;
        padding-top: 20px;
        font-size: 20px;
    }
}

#searchBox,
#searchBoxMobile {
    height: 30px;
    width: 50px;
    display: flex;
}

#searchBox #edit-keys,
#searchBoxMobile #edit-keys {
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 1px solid #FFF;
    margin-top: 0px;
    margin-left: 15px;
}

.searchBoxCol.searchField {
    flex: 0;
    overflow: hidden;
}

.toggleOpen .searchBoxCol.searchField {
    overflow: inherit;
}

#searchBox .fas.fa-search,
#searchBoxMobile .fas.fa-search {
    color: #FFF;
    font-size: 22px;
    float: left;
    margin-left: 5px;
    border: 0;
    padding: 3px;
    background-color: inherit;
}

#searchBox label,
#searchBoxMobile label {
    display: none;
}

#searchBox #edit-submit,
#searchBox #edit-submit--3,
#searchBox #edit-submit--5,
#searchBoxMobile #edit-submit,
#searchBoxMobile #edit-submit--3,
#searchBoxMobile #edit-submit--5 {
    display: none;
}

div#edit-submit--2 {
    display: flex !important;
    width: 100%;
}

#edit-submit--2 {
    display: none;
}

#edit-keys--2::placeholder {
    padding-right: 25px;
}

@media (min-width:979px) {
    .region.region-navigation.clearfix {
        margin-right: 15px;
    }
}

@media (max-width:767px) {
    .mobile-hidden {
        display: none;
    }
}

.search-form {
    margin-bottom: 3em !important;
}

.sb-row {
    display: flex;
    flex-wrap: wrap;
}

.sb-col {
    flex: 0;
    margin: 5px 10px 5px 5px;
    color: white;
    display: flex;
    justify-content: left;
    text-align: center;
}

a.bottom-button {
    color: #363225 !important;
    text-decoration: none !important;
}

a.bottom-button:hover {
    color: #090806 !important;
    text-decoration: underline !important;
}

.lg__buttons {
    margin-bottom: 1em;
    text-align: center;
}

.lg__buttons .lg-btn--invert {
    line-height: 200px;
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    width: 200px;
}

.lg__buttons a:hover,
.lg__buttons a:focus {
    background-color: #fff;
    text-decoration: none;
    color: #002856 !important;
    border: none !important;
}

.lg__buttons a {
    color: #002856 !important;
    text-decoration: none !important;
    font-weight: 550px;
}

.lg-btn--invert {
    border: none !important;
    background-color: #ffbf3c;
    color: #002856;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 200 px;
    height: 200px;
    display: inline-block;
    cursor: pointer;
    font-weight: 550;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.lg__buttons .lg-btn--invert {
    float: none;
    margin-right: 0px;
}

.lg__buttons .med-blue {
    background-color: #005487;
    color: #fff !important;
    font-weight: 550px;
}

.lg__buttons .light-blue {
    background-color: #0091b3;
    color: #fff !important;
    font-weight: 550px;
}

.lg__buttons .dark-blue {
    background-color: #002856;
    color: #fff !important;
    font-weight: 550px;
}

.lg__buttons .dark-blue a:hover {
    background-color: #005487 !important;
    color: #002856 !important;
    font-weight: 550px;
}

.lg__buttons .med-blue a:hover {
    background-color: #0091b3 !important;
    color: #005487 !important;
    font-weight: 550px;
}

.med-blue a:hover,
.med-blue a:focus {
    background-color: #0091b3 !important;
    color: #005487 !important;
    font-weight: 550px;
}

@media (max-width:767px) {
    .sb-col {
        justify-content: center !important;
    }
}

.socialIcons [class*="fa fa-"] {
    background-color: #0f2d52;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    width: 40px;
    font-size: 1.6em;
    text-align: center;
}

#footer>div.final-foot>div>div>div.fColumn.fAddress>div>ul>li:nth-child(1)>a>i:hover,
#footer>div.final-foot>div>div>div.fColumn.fAddress>div>ul>li:nth-child(2)>a>i:hover,
#footer>div.final-foot>div>div>div.fColumn.fAddress>div>ul>li:nth-child(3)>a>i:hover,
#footer>div.final-foot>div>div>div.fColumn.fAddress>div>ul>li:nth-child(4)>a>i:hover,
#footer>div.final-foot>div>div>div.fColumn.fAddress>div>ul>li:nth-child(5)>a>i:hover {
    background-color: #005487;
}

.localist_minicalendar .localist_minicalendar_pager a {
    color: #fff !important;
}

.localist_minicalendar .localist_minicalendar_pager a.disabled {
    background-color: #ccc;
    color: #0a678e;
}

.localist_minicalendar_minicalendar td a:hover {
    color: #fff !important;
}

.ui-widget {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
}

.notificationBar {
    text-align: center;
    width: 100%;
    background-color: #0091B3;
    padding: 10px 0;
    width: 100%;
    z-index: 500;
    top: 0%;
}

.notificationMsg {
    font-size: 16px;
    color: #FFFFFF;
}

.notificationMsg a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.notificationBar a.btn-action {
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    padding: 0px 12px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #FFFFFF;
    color: #000;
    text-decoration: none;
}

.notificationBar a.btn-action:hover {
    background-color: #0f2d52;
    color: #ffffff;
}

@media only screen and (max-width:1015px) {
    .notificationBar a.btn-action {
        display: block;
        width: 60%;
        height: 25px;
        margin: 5px auto;
    }

    .notificationMsg {
        font-size: 16px;
        color: #FFFFFF;
        float: none;
        padding: 0 60px 0 60px;
        display: block;
    }
}

@media only screen and (max-width:600px) {
    .notificationBar a.btn-action {
        display: block;
        width: 60%;
        height: 25px;
        margin: 5px auto;
    }

    .notificationMsg {
        font-size: 16px;
        color: #FFFFFF;
        padding: 0 60px 0 60px;
    }
}

.event-title-short-date .event-title a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.event-title-short-date .event-title a:hover {
    text-decoration: underline !important;
}

.event-location {
    color: #ffffff !important;
    text-align: left !important;
}

.c-theme-ul>li:focus>a:not(.btn),
.c-theme-ul>li:active>a:not(.btn),
.c-theme-ul>li:hover>a:not(.btn) {
    color: #002856 !important;
}