@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
   html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
text-decoration: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: "Rubik", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background-color: #fff; min-height: 100vh;
padding-top: 50px;
}
@media (min-width: 992px) {
body {
padding-top: 120px;
}
}
body.modal-open ::-webkit-scrollbar {
display: none;
}
blockquote,
q {
quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
content: "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.1em 0.8em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
.entry-content ul,
.content_block ul,
.team ul,
.panel-default ul,
.widget ul,
.accordion ul {
padding-left: 0;
}
.tagcloud a {
font-size: 15px !important;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}
#symptom-results,
#cause-results,
#type-results,
#solution-results {
margin: 0 -15px;
width: calc(100% + 60px);
display: none;
flex-wrap: wrap;
justify-content: flex-start;
}
#symptom-results article a,
#cause-results article a,
#type-results article a,
#solution-results article a {
display: block;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), -3px 3px 5px rgba(0, 0, 0, 0.2), 3px -1px 5px rgba(0, 0, 0, 0.2), -3px -1px 5px rgba(0, 0, 0, 0.2);
}
#symptom-results article a:hover,
#cause-results article a:hover,
#type-results article a:hover,
#solution-results article a:hover {
text-decoration: none;
}
#symptom-results article a img,
#cause-results article a img,
#type-results article a img,
#solution-results article a img {
width: 100%;
}
#symptom-results article a h2,
#symptom-results article a p,
#cause-results article a h2,
#cause-results article a p,
#type-results article a h2,
#type-results article a p,
#solution-results article a h2,
#solution-results article a p {
margin: 0;
padding: 10px 15px 0;
text-align: left;
}
#symptom-results article a h2,
#cause-results article a h2,
#type-results article a h2,
#solution-results article a h2 {
font-size: 16px;
margin: 0;
}
#symptom-results article a p,
#cause-results article a p,
#type-results article a p,
#solution-results article a p {
font-size: 12px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}
#main > .row {
padding-bottom: 30px;
}
section {
padding-top: 10px;
padding-bottom: 10px;
}
section.hero {
margin-top: -50px;
color: #fff;
}
.footnote {
cursor: pointer;
color: rgba(0, 0, 0, 0.6);
vertical-align: super;
font-size: 80%;
}
.popover-content {
word-wrap: break-word;
}
@keyframes loader {
0%, 10%, 100% {
width: 80px;
height: 80px;
}
65% {
width: 150px;
height: 150px;
}
}
@keyframes loaderBlock {
0%, 30% {
transform: rotate(0);
}
55% {
background-color: #64aaff;
}
100% {
transform: rotate(90deg);
}
}
@keyframes loaderBlockAlt {
0%, 30% {
transform: rotate(0);
}
55% {
background-color: #00bd78;
}
100% {
transform: rotate(90deg);
}
}
@keyframes loaderBlockInverse {
0%, 20% {
transform: rotate(0);
}
55% {
background-color: #ff7864;
}
100% {
transform: rotate(-90deg);
}
}
.loader {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
animation: loader 1.2s infinite ease-in-out;
}
.loader span {
position: absolute;
display: block;
width: 40px;
height: 40px;
background-color: #ff7864;
animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
top: 0;
left: 0;
animation: loaderBlockAlt 1.2s infinite ease-in-out both;
}
.loader span:nth-child(2) {
top: 0;
right: 0;
animation: loaderBlockInverse 1.2s infinite ease-in-out both;
background-color: #64aaff;
}
.loader span:nth-child(3) {
bottom: 0;
left: 0;
animation: loaderBlockInverse 1.2s infinite ease-in-out both;
background-color: #00bd78;
}
.loader span:nth-child(4) {
bottom: 0;
right: 0;
}
.modal-fullscreen {
background: transparent;
}
.modal-fullscreen .modal-content {
background: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
opacity: 0.97;
filter: alpha(opacity=97);
}
.modal-fullscreen .modal-dialog {
margin: 0;
margin-right: auto;
margin-left: auto;
width: 100%;
}
@media (min-width: 768px) {
.modal-fullscreen .modal-dialog {
width: 750px;
}
}
@media (min-width: 992px) {
.modal-fullscreen .modal-dialog {
width: 970px;
}
}
@media (min-width: 1200px) {
.modal-fullscreen .modal-dialog {
width: 1170px;
}
}
#main .types {
display: none;
position: absolute;
z-index: 1;
background-color: #fff;
padding-top: 30px;
padding-bottom: 40px;
}
.glyphicon-collapse-down {
cursor: pointer;
}
.glyphicon-collapse-down.open {
transform: scale(1, -1);
margin-top: -5px;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: #404040;
}
a:visited {
color: #00b07a;
}
a:hover, a:focus, a:active {
color: #00b07a;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .navbar-fixed-top {
margin-bottom: 0 !important;
}
#filters,
#breadcrumbs {
min-height: 30px;
margin-top: 0px; }
#breadcrumbs {
line-height: 30px;
}
.nav-tabs {
margin-left: 0;
}
a {
color: #404040;
}
a:visited {
color: #00b07a;
}
a:hover, a:focus, a:active {
color: #00b07a;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} @media screen and (min-width: 768px) {
.dropdown:hover .dropdown-menu {
display: block !important;
min-width: 160px;
padding: 0;
margin: 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #fff !important;
background-color: #3D89A9 !important;
}
.dropdown-menu > li > a {
display: block;
padding: 15px 20px !important;
clear: both;
font-weight: normal;
line-height: 1.42857;
color: #333333;
white-space: nowrap;
}
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.hentry .featured-image {
overflow: hidden;
height: 200px;
margin-bottom: 30px;
}
.hentry .featured-image img {
width: 100%;
height: auto;
margin-top: calc(-50% + 100px);
vertical-align: middle;
}
.single .hentry .featured-image {
overflow: visible;
height: auto;
}
.single .hentry .featured-image img {
width: 100%;
height: auto;
margin-top: 0;
}
.single .post-date {
color: #8b8b8b;
}
.further-learning-single.hentry {
border-bottom: none;
}
.further-learning-meta {
border-top: 6px solid #1dbc7a;
margin-top: 2em;
padding-top: 1em;
}
.further-learning-meta h4 {
color: #5f5f5f;
}
.further-learning-meta .fl-social {
display: flex;
justify-content: flex-end;
padding-right: 1em;
}
.further-learning-meta .fl-social a {
background-position: 50%;
background-size: contain;
display: inline-block;
height: 26px;
width: 26px;
}
.further-learning-meta .fl-byline {
background: #f8f8f8;
border: 1px solid #e9e9e9;
display: flex;
justify-content: space-between;
padding: 1em;
margin-top: 2em;
}
.further-learning-meta .fl-byline .author-avatar {
width: 25%;
}
.further-learning-meta .fl-byline .author-about {
margin-left: 5%;
width: 70%;
}
@media (max-width: 480px) {
.further-learning-meta .fl-byline {
flex-direction: column;
}
.further-learning-meta .fl-byline .author-avatar {
margin: 0 auto;
padding-bottom: 2em;
padding-top: 1em;
width: 70%;
}
.further-learning-meta .fl-byline .author-about {
margin: 0 auto;
width: 100%;
}
}
.related-articles {
margin-top: 2em;
}
.related-articles article {
border: 1px solid #e5e5e5;
height: 180px;
padding-bottom: 0;
}
.related-articles article .article-coloring {
padding: 4px;
margin: -1px;
}
.related-articles article .entry-header {
padding: 10px 15px;
}
.related-articles article .entry-header .entry-title {
color: #1dbc7a;
}
.related-articles article .entry-content {
color: #929292;
margin: 0;
padding: 0 15px 15px 15px;
word-wrap: break-word;
}
.related-articles article:hover {
background: #f7f7f7;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
#main .accordion .panel-heading {
background-color: #3D89A9;
color: #fff;
padding: 20px;
}
#main .accordion .panel-heading:hover {
background-color: #004E6E;
}
#main .accordion .panel-heading:active {
background-color: #004E6E;
}
#main .accordion .panel-heading span {
margin-top: -26px;
font-size: 15px;
margin-right: -9px;
}
.clickable {
cursor: pointer;
}
.clickable .glyphicon {
display: block;
padding: 9px 9px;
border-radius: 20px;
border: 1px solid #fff;
}
.clickable .glyphicon-chevron-down {
background-color: rgba(255, 255, 255, 0.5);
}
.panel-body {
background-color: #DEF9FF;
padding: 20px;
}
#breadcrumbs {
list-style: none;
margin-left: 0;
margin-bottom: -15px;
padding-left: 0;
}
#breadcrumbs li {
display: inline-block;
margin-right: 5px;
}
@media (min-width: 768px) {
#breadcrumbs {
line-height: 30px;
margin-bottom: 15px;
padding: 0px;
list-style: none;
height: 50px;
overflow: hidden;
font-size: 16px;
font-family: "Rubik", sans-serif;
text-transform: uppercase;
}
#breadcrumbs li {
float: left;
list-style: none;
margin-right: 6px;
}
#breadcrumbs li:first-of-type a {
padding-left: 20px;
}
#breadcrumbs a {
padding: 10px 0 10px 40px;
float: left;
text-decoration: none;
color: #444;
position: relative;
background-color: #e4e4e4;
}
#breadcrumbs a::before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 43px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
#breadcrumbs a::after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent; border-bottom: 50px solid transparent;
border-left: 40px solid #e4e4e4;
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
#breadcrumbs a li:first-child a {
padding-left: 1em;
border-radius: 5px 0 0 5px;
}
#breadcrumbs .item-current {
color: #fff;
padding: 10px 20px 10px 50px;
float: left;
text-decoration: none;
font-weight: normal;
position: relative;
background-color: #05BBBB;
}
#breadcrumbs .item-current p {
padding: 0;
margin: 0;
}
#breadcrumbs .item-current::after, #breadcrumbs .item-current::before {
content: normal;
}
.col-lg-12 #breadcrumbs {
margin-left: -15px;
}
} .input-group {
position: relative;
display: table;
border-collapse: separate;
width: 100%;
float: left;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 99% !important;
margin-bottom: 0;
height: 32px;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
float: right;
width: 20%;
}
.searchform {
background-color: #f5f5f5;
padding: 2%;
padding-right: 2%;
padding-left: 2%;
border-radius: 2%;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
width: 88%;
float: left;
}
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 1em;
line-height: 1.5;
padding: 0.6em 1em 0.6em;
}
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
background-color: #9e9e9e !important;
} .btn_resources {
font-size: 14px;
background-color: transparent;
font-weight: normal;
color: #1cb374;
}
.team {
margin: 2% auto;
float: left;
}
.yoga-tile {
overflow: hidden;
margin-bottom: 30px;
position: relative;
cursor: pointer;
}
.yoga-tile > img {
width: 100%;
}
.yoga-tile .yoga-description {
right: 0;
bottom: 0;
left: 0;
background: #1dbc7a;
padding: 5px 15px;
}
.yoga-tile .yoga-description h2,
.yoga-tile .yoga-description p {
color: #fff;
margin: 0;
}
.yoga-tile .yoga-description h2 {
font-size: 16px;
line-height: 18px;
margin-bottom: 5px;
height: 18px;
overflow: hidden;
}
.yoga-tile .yoga-description p {
font-size: 13px;
line-height: 16px;
margin-bottom: 0;
height: 32px;
overflow: hidden;
}
#yogaModal .modal-body .carousel-inner {
background: #1dbc7a;
}
#yogaModal .modal-body .carousel-inner img {
width: 100%;
height: auto;
margin: auto;
}
#yogaModal .modal-body .carousel-caption {
position: static;
}
#yogaModal .modal-body .carousel-caption h2,
#yogaModal .modal-body .carousel-caption p {
color: #fff;
text-shadow: none;
}
#yogaModal .modal-body .carousel-indicators {
top: 10px;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} aside nav {
margin-bottom: 15px;
}
aside .panel-group {
margin-bottom: 0;
}
@media (max-width: 991px) {
aside .panel {
margin: 0 -15px;
}
aside .panel-body {
border-left: 0;
border-right: 0;
}
}
.sidebar-nav ul {
margin: 0 0 30px 0;
padding: 0;
}
.sidebar-nav ul li {
font-size: 14px;
}
.sidebar-nav ul li::first-letter {
text-transform: capitalize;
}
.sidebar-nav ul li:last-of-type {
border-right: none;
}
.sidebar-nav ul li p {
color: #404040;
}
.sidebar-nav ul li a {
display: block;
text-decoration: none;
padding: 0;
}
.sidebar-nav #sidebar-heading-causes {
background-color: #66acfc;
background-image: url(//www.mindhealth360.com/wp-content/themes/mh360/img/filterlogo-e1502731006984.png);
background-position: 10px center;
background-repeat: no-repeat;
padding-left: 50px;
padding-top: 15px;
padding-bottom: 5px;
}
.sidebar-nav #sidebar-heading-causes #header_sidebar {
color: #fff;
font-size: 16px;
text-align: center;
font-family: "Rubik", sans-serif;
}
.sidebar-nav #sidebar-heading-causes h3 {
font-size: 22px;
}
.sidebar-nav #sidebar-heading-causes:hover {
background-color: #89befb;
text-decoration: none;
}
.sidebar-nav #sidebar-heading-symptoms {
background-color: #fd7967;
background-image: url(//www.mindhealth360.com/wp-content/themes/mh360/img/filterlogo-e1502731006984.png);
background-position: left center;
background-repeat: no-repeat;
background-position: 10px center;
padding-left: 50px;
padding-top: 15px;
padding-bottom: 5px;
}
.sidebar-nav #sidebar-heading-symptoms #header_sidebar {
color: #fff;
font-size: 16px;
text-align: center;
font-family: "Rubik", sans-serif;
}
.sidebar-nav #sidebar-heading-symptoms:hover {
background-color: #ff9280;
text-decoration: none;
}
.sidebar-nav #sidebar-heading-solutions {
background-color: #1dbc7a;
background-image: url(//www.mindhealth360.com/wp-content/themes/mh360/img/filterlogo-e1502731006984.png);
background-position: left center;
background-repeat: no-repeat;
background-position: 10px center;
padding-left: 50px;
padding-top: 15px;
padding-bottom: 5px;
}
.sidebar-nav #sidebar-heading-solutions #header_sidebar {
color: #fff;
font-size: 16px;
text-align: center;
font-family: "Rubik", sans-serif;
}
.sidebar-nav #sidebar-heading-solutions:hover {
background-color: #2dcc8a;
text-decoration: none;
}
.sidebar-nav#mh-experts, .sidebar-nav#further-information {
background-color: #f5f5f5;
}
.sidebar-nav#mh-experts h3, .sidebar-nav#further-information h3 {
padding: 5%;
}
.sidebar-nav#mh-experts ul, .sidebar-nav#further-information ul {
margin: 0 15px 30px 30px;
}
.sidebar-nav#mh-experts .view, .sidebar-nav#further-information .view {
background-color: #e1e1e1;
padding: 10px 15px;
font-weight: bold;
}
.sidebar-nav#further-information {
padding-bottom: 10px;
}
.sidebar-nav .panel-body {
background-color: #fff;
border-color: #404040;
box-sizing: border-box;
border-top: 0;
padding: 15px;
}
#sidebar-accordion h3 #header_sidebar:after {
top: 7px;
}
.tagcloud {
margin: 0 0 1.1em 0.8em;
}
.tagcloud a {
background: url(//www.mindhealth360.com/wp-content/themes/mh360/img/bullet.gif) no-repeat 7px 5px;
display: block;
padding: 0 6px 0 25px;
margin: 5px 0 0 -10px;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}   html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !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) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]: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;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: "Glyphicons Halflings";
src: url(//www.mindhealth360.com/wp-content/themes/mh360/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//www.mindhealth360.com/wp-content/themes/mh360/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.mindhealth360.com/wp-content/themes/mh360/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.mindhealth360.com/wp-content/themes/mh360/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//www.mindhealth360.com/wp-content/themes/mh360/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.mindhealth360.com/wp-content/themes/mh360/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "*";
}
.glyphicon-plus:before {
content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "€";
}
.glyphicon-minus:before {
content: "−";
}
.glyphicon-cloud:before {
content: "☁";
}
.glyphicon-envelope:before {
content: "✉";
}
.glyphicon-pencil:before {
content: "✏";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "⛺";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "⌛";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "¥";
}
.glyphicon-jpy:before {
content: "¥";
}
.glyphicon-ruble:before {
content: "₽";
}
.glyphicon-rub:before {
content: "₽";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
text-decoration: none;
}
a:hover, a:focus {
color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.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;
}
[role=button] {
cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: 400;
line-height: 1;
color: rgb(119.085, 119.085, 119.085);
}
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
h1, .h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 30px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 18px;
}
h5, .h5 {
font-size: 14px;
}
h6, .h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase, .initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: rgb(119.085, 119.085, 119.085);
}
.text-primary {
color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.text-primary:hover,
a.text-primary:focus {
color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: rgb(35.984375, 82.25, 105.015625);
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: 700;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid rgb(238.425, 238.425, 238.425);
border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: " —";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container:before, .container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before, .row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row-no-gutters {
margin-right: 0;
margin-left: 0;
}
.row-no-gutters [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
table col[class*=col-] {
position: static;
display: table-column;
float: none;
}
table td[class*=col-],
table th[class*=col-] {
position: static;
display: table-cell;
float: none;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: rgb(119.085, 119.085, 119.085);
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.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: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
background-color: rgb(232.25, 232.25, 232.25);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-responsive {
min-height: 0.01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
input[type=search] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
}
input[type=radio],
input[type=checkbox] {
margin: 4px 0 0;
margin-top: 1px \9 ;
line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
cursor: not-allowed;
}
input[type=file] {
display: block;
}
input[type=range] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: rgb(85.425, 85.425, 85.425);
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: rgb(85.425, 85.425, 85.425);
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: rgb(238.425, 238.425, 238.425);
opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
line-height: 34px;
}
input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
line-height: 30px;
}
input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
position: absolute;
margin-top: 4px \9 ;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-right: 0;
padding-left: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: rgb(114.75, 114.75, 114.75);
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
#suggestion-form input.form-control:not([type=submit]),
#suggestion-form textarea.form-control:not([type=submit]) {
font-size: 16px;
padding: 9px 10px;
color: #33475b;
line-height: 22px;
-webkit-appearance: none;
-moz-appearance: none;
min-height: 40px;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
color: #333;
text-decoration: none;
}
.btn:active, .btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: 0.65;
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
color: #333;
background-color: rgb(229.5, 229.5, 229.5);
border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
color: #333;
background-color: rgb(229.5, 229.5, 229.5);
border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: rgb(229.5, 229.5, 229.5);
background-image: none;
border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: rgb(211.65, 211.65, 211.65);
border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
color: #fff;
background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
background-image: none;
border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
color: #fff;
background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color: #fff;
background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
background-image: none;
border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
color: #fff;
background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
background-image: none;
border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: rgb(236.015625, 151.21875, 30.984375);
border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
color: #fff;
background-color: rgb(236.015625, 151.21875, 30.984375);
border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: rgb(236.015625, 151.21875, 30.984375);
background-image: none;
border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: rgb(213.2296875, 132.515625, 18.0703125);
border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
color: #fff;
background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
background-image: none;
border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: 400;
color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: rgb(119.085, 119.085, 119.085);
text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
width: 100%;
}
input[type=submit].wpcf7-submit,
input[type=reset].wpcf7-submit,
input[type=button].wpcf7-submit {
height: auto;
border-radius: 3px;
font-size: 14px;
padding: 12px 24px;
font-weight: 700;
margin: 0 auto 30px;
width: auto;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9 ;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.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;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: rgb(38.25, 38.25, 38.25);
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: rgb(119.085, 119.085, 119.085);
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*=col-] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: rgb(85.425, 85.425, 85.425);
text-align: center;
background-color: rgb(238.425, 238.425, 238.425);
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav:before, .nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: rgb(119.085, 119.085, 119.085);
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: rgb(238.425, 238.425, 238.425);
border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: rgb(85.425, 85.425, 85.425);
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before, .navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before, .navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-right: 15px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
padding: 10px 15px;
margin-right: -15px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-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);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: rgb(93.5, 93.5, 93.5);
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/ ";
}
.breadcrumb > .active {
color: rgb(119.085, 119.085, 119.085);
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.428571429;
color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
background-color: rgb(238.425, 238.425, 238.425);
border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: rgb(119.085, 119.085, 119.085);
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager:before, .pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
background-color: rgb(93.585, 93.585, 93.585);
}
.label-primary {
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: rgb(236.015625, 151.21875, 30.984375);
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: rgb(119.085, 119.085, 119.085);
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron, .container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
color: rgb(35.984375, 82.25, 105.015625);
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
-webkit-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-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
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: -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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
color: rgb(119.085, 119.085, 119.085);
cursor: not-allowed;
background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before, .panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
color: #fff;
background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-success {
border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-info {
border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-warning {
border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-danger {
border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid rgb(227.15, 227.15, 227.15);
border-radius: 4px;
-webkit-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-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: 0.2;
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: 0.5;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.5;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
display: table;
content: " ";
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.428571429;
line-break: auto;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
font-size: 12px;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: 0.9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.428571429;
line-break: auto;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
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: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: rgb(247.35, 247.35, 247.35);
border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-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;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: 0.5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
color: #fff;
text-decoration: none;
outline: 0;
filter: alpha(opacity=90);
opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {
content: "‹";
}
.carousel-control .icon-next:before {
content: "›";
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9 ;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before, .clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
button,
.btn {
border: 0;
border-radius: 0;
}
button:focus,
.btn:focus {
outline: none;
}
button.btn-primary,
.btn.btn-primary {
font-size: 21px;
padding: 12px 30px;
border-radius: 32px;
color: #fff;
background-color: #00b07a;
}
button.btn-primary.btn-event-tickets,
.btn.btn-primary.btn-event-tickets {
border-radius: 3px;
font-size: 14px;
padding: 12px 24px;
font-weight: 700;
margin: 0 auto 30px;
display: block;
}
@media (min-width: 768px) {
button.btn-primary.btn-event-tickets,
.btn.btn-primary.btn-event-tickets {
display: inline-block;
}
}
button.btn-danger,
.btn.btn-danger {
background-color: #fb7967;
}
nav.posts-navigation {
margin-bottom: 25px;
}
nav.posts-navigation:after {
display: table;
content: "";
clear: both;
}
nav.posts-navigation .nav-previous {
float: right;
}
.navbar-default {
background-color: #fff;
border-bottom: 0;
padding: 0;
}
.navbar-default .navbar-brand {
padding: 0 20px;
}
.navbar-default .navbar-brand img {
max-height: 50px;
width: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
.navbar-default .container {
width: 100%;
padding-left: 0;
}
}
@media (max-width: 991px) {
.navbar-default .navbar-brand {
padding: 0 15px;
position: absolute;
top: 0;
right: 0;
left: 0;
}
.navbar-default .navbar-brand img {
height: 40px;
width: auto;
margin: 5px auto;
}
.navbar-default .navbar-toggle {
float: none;
margin-left: 5px;
background-color: transparent;
color: #5f5f5f;
border: 0;
border-radius: 0;
margin-top: 11px;
margin-bottom: 14px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
background-color: transparent;
}
.navbar-default .navbar-toggle span.icon-bar {
background-color: #5f5f5f;
}
.navbar-default .navbar-toggle:not(.collapsed) span:nth-of-type(2) {
margin-top: 5px;
transform: rotate(45deg);
}
.navbar-default .navbar-toggle:not(.collapsed) span:nth-of-type(3) {
display: none;
}
.navbar-default .navbar-toggle:not(.collapsed) span:nth-of-type(4) {
margin-top: -2px;
transform: rotate(-45deg);
}
.navbar-default .navbar-search {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 5px 15px;
}
.navbar-default .navbar-search .fa-search {
font-size: 24px;
color: #5f5f5f;
line-height: 40px;
}
.navbar-default .navbar-search:focus {
outline: 0;
border: 0;
box-shadow: none;
}
.navbar-default .navbar-collapse {
position: absolute;
top: 50px;
right: 100%;
left: -100%;
bottom: 0 !important;
margin: 0;
max-height: none;
height: calc(100vh - 50px) !important;
background-color: #004E6E;
border: 0;
box-shadow: none;
transition: height 0s, visibility 0s, left 0.3s, right 0.3s;
}
}
@media (max-width: 991px) and (max-width: 991px) {
.navbar-default .navbar-collapse {
background-color: #004E6E;
}
}
@media (max-width: 991px) {
.navbar-default .navbar-collapse.collapse {
display: block !important;
}
.navbar-default .navbar-collapse.in {
right: 0;
left: 0;
height: calc(100vh - 50px) !important;
}
.navbar-default .navbar-collapse.collapsing {
position: absolute;
visibility: visible;
overflow: hidden;
transition-timing-function: ease-out;
transition: height 0s, visibility 0s, left 0.3s, right 0.3s;
height: calc(100vh - 50px) !important;
}
.navbar-default .navbar-collapse #primary-menu-lower,
.navbar-default .navbar-collapse #primary-menu-upper {
border-bottom: 1px solid #fff;
margin: 0 -15px;
padding: 15px 0;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.navbar-default .navbar-collapse #primary-menu-lower,
.navbar-default .navbar-collapse #primary-menu-upper {
margin: 0;
}
}
@media (max-width: 991px) {
.navbar-default .navbar-collapse .navbar-nav > .open > a,
.navbar-default .navbar-collapse .navbar-nav > .open > a:focus,
.navbar-default .navbar-collapse .navbar-nav > .open a:hover {
background-color: transparent;
}
.navbar-default .navbar-collapse .navbar-nav > .open .dropdown-menu {
border: 0;
}
.navbar-default .navbar-collapse .navbar-nav > .open .dropdown-menu > li > a {
color: #fff;
font-size: 22px;
padding: 10px 15px;
}
.navbar-default .navbar-collapse .navbar-nav > .open .dropdown-menu > li > a.back {
padding: 25px 15px;
}
.navbar-default .navbar-collapse .navbar-nav > .open .dropdown-menu > li:nth-of-type(2) {
margin-top: 15px;
}
.navbar-default .navbar-collapse .navbar-nav > li > a {
color: #fff;
font-size: 22px;
}
.navbar-default .navbar-collapse .navbar-nav > li > a:visited, .navbar-default .navbar-collapse .navbar-nav > li > a:active, .navbar-default .navbar-collapse .navbar-nav > li > a:focus, .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .navbar-default .navbar-collapse .navbar-nav > li > a.active {
color: #fff;
}
.navbar-default .navbar-collapse .navbar-nav > li > a:hover {
background-color: #009a69;
}
.navbar-default .navbar-collapse .navbar-nav > li > a .link-upper {
display: block;
font-size: 24px;
margin-bottom: 5px;
}
.navbar-default .navbar-collapse .navbar-nav > li > a .link-lower {
display: block;
font-size: 14px;
}
.navbar-default .navbar-collapse .navbar-nav > li > a .caret {
border: 0;
display: inline-block;
width: 22px;
height: 22px;
position: relative;
}
.navbar-default .navbar-collapse .navbar-nav > li > a .caret:after {
font-family: FontAwesome;
content: "\f105";
position: absolute;
display: block;
left: 0;
right: 0;
width: 22px;
height: 22px;
}
.navbar-default .navbar-collapse .dropdown .dropdown-menu {
position: fixed;
top: 50px;
bottom: 0;
left: 100%;
width: 100vw;
overflow-y: scroll;
background-color: #00b07a;
transition: left 0.3s ease-out;
}
.navbar-default .navbar-collapse .dropdown .dropdown-menu .back {
border-bottom: 1px solid #fff;
}
.navbar-default .navbar-collapse .dropdown .dropdown-menu li.active a {
background-color: #009a69;
}
.navbar-default .navbar-collapse .dropdown .dropdown-menu li a:hover {
background-color: #009a69 !important;
}
}
.navbar-default .navbar-nav > .active > a {
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:active {
background-color: transparent;
color: #00b07a;
}
.navbar-default .navbar-nav > li {
font-weight: 400;
}
.navbar-default .navbar-nav > li > a {
color: #404040;
}
.navbar-default .navbar-nav > li > a:visited {
color: #404040;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
color: #00b07a;
}
.navbar-default #primary-nav-lower .link-upper:after {
content: " ";
}
@media (max-width: 991px) {
.navbar-header {
float: none;
}
.navbar-left,
.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none !important;
}
.navbar-nav {
float: none !important;
margin-top: 7.5px;
}
.navbar-nav > li {
float: none;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in {
display: block !important;
}
.dropdown-menu {
float: none;
position: relative;
}
.dropdown-menu > li {
display: block;
}
}
@media (min-width: 992px) {
.navbar-default {
border-bottom: 1px solid #e0e0e0;
}
.navbar-default #primary-nav {
margin-top: 50px;
}
.navbar-default .navbar-brand img {
height: 55px;
max-height: none;
margin-top: -4px;
}
.navbar-default .navbar-header {
margin-top: 60px;
}
.navbar-default #primary-nav-upper {
position: fixed;
top: 0;
right: 0;
left: 0;
background-color: #004E6E;
}
.navbar-default #primary-nav-upper .navbar-nav > li > a {
color: #fff;
}
.navbar-default #primary-nav-upper #primary-nav-upper-container {
width: 970px;
margin: 0 auto;
padding: 0 15px;
}
.navbar-default #primary-nav-upper #primary-menu-upper > li:hover {
background-color: #3D89A9;
}
.navbar-default #primary-nav-lower #primary-menu-lower {
margin-right: 0;
}
.navbar-default #primary-nav-lower .navbar-nav > li:hover {
background-color: #DEF9FF;
}
.navbar-default #primary-nav-lower .navbar-nav > li > a {
border-left: 1px solid #e0e0e0;
padding: 25px;
}
.navbar-default #primary-nav-lower .navbar-nav > li > a:hover {
color: #404040;
}
.navbar-default #primary-nav-lower .navbar-nav > li > a:hover .link-upper {
color: #404040;
}
.navbar-default #primary-nav-lower .navbar-nav > li:last-of-type > a {
border-right: 1px solid #e0e0e0;
}
.navbar-default #primary-nav-lower .link-upper,
.navbar-default #primary-nav-lower .link-lower {
display: block;
text-align: center;
}
.navbar-default #primary-nav-lower .link-upper {
font-size: 20px;
font-weight: 500;
color: #5f5f5f;
}
.navbar-default #primary-nav-lower .link-upper:after {
content: none;
}
}
@media (min-width: 1200px) {
.navbar-default {
cursor: pointer;
}
.navbar-default #primary-nav-upper #primary-nav-upper-container {
width: 1170px;
}
}
#breadcrumbs.breadcrumbs {
font-size: 12px;
line-height: 3em;
}
#breadcrumbs.breadcrumbs a,
#breadcrumbs.breadcrumbs .item-current {
padding: 7px 20px 7px 50px;
}
#breadcrumbs.breadcrumbs .separator {
font-size: 10px;
line-height: 5em;
}
@media (max-width: 767px) {
#breadcrumbs.breadcrumbs li > a, #breadcrumbs.breadcrumbs li.item-current {
padding: 0;
}
}
.content_block .icon-column {
margin: 0 -15px;
float: none;
padding: 15px;
}
@media (max-width: 767px) {
.content_block .icon-column {
width: auto;
}
}
@media (min-width: 768px) {
.content_block .icon-column {
margin: 0;
padding: 0 15px;
float: right;
border-left: 1px solid #ccc;
}
.content_block .icon-column.bg-color {
border-left: 0;
}
}
.content_block .icon-column h3 {
color: #65abfc;
}
.content_block .icon-column img {
margin: 15px auto;
}
.content_block .icon-column img.max-height {
max-height: 200px;
width: auto;
}
.content_block .icon-column-wrap {
padding-left: 0;
}
@media (max-width: 767px) {
.content_block .icon-column-wrap {
padding-right: 0;
padding-top: 15px;
}
}
@media (min-width: 768px) {
.accordion .icon-column {
border-left: 1px solid #ccc;
margin-bottom: 15px;
}
}
.accordion .icon-column img {
margin: 15px auto;
}
.accordion .col-sm-7.icon-column-wrap {
margin-bottom: 10px;
}
.featured-video {
margin-bottom: 30px;
}
.featured-image {
width: 100%;
height: auto;
}
@media (min-width: 992px) {
.featured-image.pull-left, .featured-image.pull-right {
max-width: 50%;
}
.featured-image.pull-left + h2,
.featured-image.pull-left + h3,
.featured-image.pull-left + h4,
.featured-image.pull-left + h5,
.featured-image.pull-left + h6, .featured-image.pull-right + h2,
.featured-image.pull-right + h3,
.featured-image.pull-right + h4,
.featured-image.pull-right + h5,
.featured-image.pull-right + h6 {
display: inline;
}
.featured-image.pull-left + h2 + p,
.featured-image.pull-left + h3 + p,
.featured-image.pull-left + h4 + p,
.featured-image.pull-left + h5 + p,
.featured-image.pull-left + h6 + p, .featured-image.pull-right + h2 + p,
.featured-image.pull-right + h3 + p,
.featured-image.pull-right + h4 + p,
.featured-image.pull-right + h5 + p,
.featured-image.pull-right + h6 + p {
margin-top: 10px;
}
.featured-image.pull-left {
margin-right: 30px;
}
.featured-image.pull-right {
margin-left: 30px;
}
}
.further-learning-meta {
clear: both;
}
.further-learning-meta article h4.entry-title {
font-size: 15px;
}
section.error-404 {
min-height: calc(100vh - 400px);
}
@media (min-width: 992px) {
section.error-404 {
min-height: calc(100vh - 365px);
}
}
section.error-404 .icon-404 {
max-height: 200px;
}
section.error-404 h1 {
color: #fb7967;
}
section.error-404 .searchform label {
width: calc(100% - 70px);
margin-bottom: 0;
}
body.search-no-results aside {
margin-bottom: 20px;
}
body.search-no-results aside #email-widget {
margin: 0 -15px;
}
@media (min-width: 992px) {
body.search-no-results aside #email-widget {
margin: 0;
}
}
body.search-results article table tr:nth-of-type(even) {
background-color: #f6f6f6;
}
body.search-results article table tr td:last-of-type,
body.search-results article table tr th:last-of-type {
text-align: right;
}
body.search-results aside {
margin-bottom: 20px;
}
body.search-results aside #email-widget {
margin: 0 -15px;
}
@media (min-width: 992px) {
body.search-results aside #email-widget {
margin: 0;
}
}
body.logged-in.admin-bar .navbar-fixed-top {
margin-top: 50px;
}
body.logged-in.admin-bar .navbar-fixed-top #primary-nav-upper {
margin-top: 50px;
}
@media (min-width: 992px) {
body.logged-in.admin-bar .navbar-fixed-top {
margin-top: 32px;
}
body.logged-in.admin-bar .navbar-fixed-top #primary-nav-upper {
margin-top: 32px;
}
}
.entry-content .share-buttons [class^=st_] > span,
.entry-content .share-buttons [class*=st_] > span {
width: 32px !important;
height: 32px;
}
.entry-content .share-buttons [class^=st_] > span .chicklets,
.entry-content .share-buttons [class*=st_] > span .chicklets {
font-size: 32px;
width: 32px;
height: 32px;
}
.padding-bottom {
padding-bottom: 15px;
}
.site-footer {
background: linear-gradient(296deg, #00947B 16.44%, #1EBC7B 79.86%, #76BBFF 95.3%, #CF57FF 99.9%);
padding: 30px 0 0;
color: #fff;
font-size: 16px;
}
.site-footer a,
.site-footer a:visited {
color: #fff;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus,
.site-footer a:visited:hover,
.site-footer a:visited:active,
.site-footer a:visited:focus {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
outline: none;
}
.site-footer a #footer_header,
.site-footer a:visited #footer_header {
font-size: 25px;
color: #fff;
}
.site-footer .footer-menu .list-group {
margin-left: 0;
}
.site-footer .footer-menu .list-group li {
list-style: none;
margin: 10px 0;
}
.site-footer .footer-menu .list-group li:first-of-type {
margin-top: 0;
}
.site-footer .footer-menu.social h3,
.site-footer .footer-menu.social nav {
display: inline-block; color: #fff;
}
.site-footer .footer-menu.social nav a {
display: inline-block; width: 26px;
height: 26px;
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
margin: -5px 0 -5px 10px;
}
.site-footer .footer-menu.social + .footer-menu {
margin-top: 20px;
}
.site-footer #subscribe label,
.site-footer #mc-embedded-subscribe-form label {
padding-top: 0;
font-family: "Zilla Slab", serif;
font-size: 25px;
font-weight: 500;
}
.site-footer #subscribe label.control-label,
.site-footer #mc-embedded-subscribe-form label.control-label {
text-align: left;
}
.site-footer #subscribe #newsletter-email,
.site-footer #subscribe #mce-EMAIL,
.site-footer #mc-embedded-subscribe-form #newsletter-email,
.site-footer #mc-embedded-subscribe-form #mce-EMAIL {
color: #fff;
background-color: #008b60;
border: 0;
box-shadow: none;
border-radius: 0;
padding: 15px;
font-size: 16px;
font-weight: 400;
height: auto;
width: 100%;
}
.site-footer #subscribe #newsletter-email::-webkit-input-placeholder,
.site-footer #subscribe #mce-EMAIL::-webkit-input-placeholder,
.site-footer #mc-embedded-subscribe-form #newsletter-email::-webkit-input-placeholder,
.site-footer #mc-embedded-subscribe-form #mce-EMAIL::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.8);
font-weight: 300;
}
.site-footer #subscribe #newsletter-email:-moz-placeholder,
.site-footer #subscribe #mce-EMAIL:-moz-placeholder,
.site-footer #mc-embedded-subscribe-form #newsletter-email:-moz-placeholder,
.site-footer #mc-embedded-subscribe-form #mce-EMAIL:-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
font-weight: 300;
}
.site-footer #subscribe #newsletter-email::-moz-placeholder,
.site-footer #subscribe #mce-EMAIL::-moz-placeholder,
.site-footer #mc-embedded-subscribe-form #newsletter-email::-moz-placeholder,
.site-footer #mc-embedded-subscribe-form #mce-EMAIL::-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
font-weight: 300;
}
.site-footer #subscribe #newsletter-email:-ms-input-placeholder,
.site-footer #subscribe #mce-EMAIL:-ms-input-placeholder,
.site-footer #mc-embedded-subscribe-form #newsletter-email:-ms-input-placeholder,
.site-footer #mc-embedded-subscribe-form #mce-EMAIL:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4);
font-weight: 300;
}
.site-footer #subscribe button,
.site-footer #mc-embedded-subscribe-form button {
position: absolute;
top: 0;
right: 15px;
bottom: 0;
border: 0;
border-radius: 0;
box-shadow: none;
background: transparent;
font-weight: 300; }
.site-footer .recent-posts {
margin-left: 0;
padding-left: 0;
}
.site-footer .recent-posts .recent-post {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.site-footer .recent-posts .recent-post h4 {
font-weight: 400;
color: #fff;
margin: 0;
}
.site-footer .recent-posts .recent-post p {
font-weight: 300;
color: rgba(255, 255, 255, 0.8);
}
.site-footer .copyright {
background-color: #004E6E;
margin-top: 30px;
font-weight: 300;
color: #fff;
}
.site-footer .copyright .col-xs-12 {
padding: 15px;
}
@media (min-width: 992px) {
.site-footer .copyright .col-xs-12 {
padding: 30px 45px;
}
}
.site-footer .twitter-feed {
background-color: #008b60;
margin-top: 20px;
padding: 0 15px 15px;
font-weight: 300;
}
@media (min-width: 992px) {
.site-footer > .container > .row {
margin: 0 -30px;
padding: 0 30px;
}
.site-footer > .container > .row > [class^=col-],
.site-footer > .container > .row > [class*=" col-"] {
padding: 0 30px;
}
}
#hotline {
position: fixed;
bottom: 10px;
right: 15px;
background-color: #fff;
border: 2px solid #CF05F9;
cursor: pointer;
border-radius: 25px;
width: 50px;
height: 50px;
overflow: hidden;
}
#hotline .icon {
width: 50px;
height: 50px;
float: left;
text-align: center;
border-radius: 25px;
border: 2px solid #CF05F9;
background-color: #CF05F9;
margin: -2px 0 0 -2px;
}
#hotline .icon img {
width: 50px;
height: 50px;
}
#hotline .icon svg {
width: 34px;
height: 34px;
margin-top: 7px;
margin-left: -4px;
}
#hotline .link {
font-size: 24px;
line-height: 50px;
padding: 0 0 0 50px;
text-align: center;
font-weight: 500;
}
#hotline .link a {
white-space: nowrap;
color: #004E6E;
}
#hotline .link a:hover {
color: #004E6E;
}
#share-buttons-fixed {
position: fixed;
bottom: 10px;
left: 50%;
transform: translate(-50%);
text-align: center;
padding: 10px 5px;
}
@media (min-width: 992px) {
#share-buttons-fixed {
top: 160px;
bottom: auto;
left: 0;
transform: none;
}
#share-buttons-fixed [class^=st_],
#share-buttons-fixed [class*=st_] {
display: block;
margin-bottom: 10px;
}
}
#share-buttons-fixed [class^=st_] > span,
#share-buttons-fixed [class*=st_] > span {
width: 32px !important;
height: 32px;
}
#share-buttons-fixed [class^=st_] > span .chicklets,
#share-buttons-fixed [class*=st_] > span .chicklets {
font-size: 32px;
width: 32px;
height: 32px;
}
#email-widget {
background: radial-gradient(circle, #fff, #f3f3f3);
border: 1px solid #ebebeb;
}
#email-widget .errorTxt .error {
color: red;
font-size: 12px;
font-weight: normal;
padding: 0.3rem 0;
width: 100%;
}
#email-widget .email-widget-header {
text-align: center;
}
#email-widget .email-widget-header .logo {
padding: 3em 1em 1em;
display: flex;
justify-content: center;
}
#email-widget .email-widget-header .logo img {
max-width: 200px;
}
#email-widget .email-widget-header h3 {
font-size: 1.7em;
padding-top: 18px;
text-align: center;
}
#email-widget .email-widget-body {
padding: 1.2em;
text-align: center;
}
#email-widget .email-widget-body ul {
margin: 0 0 0.5em 0;
padding: 0 0.7em;
}
#email-widget .email-widget-body ul li {
list-style: none;
padding-bottom: 1em;
}
#email-widget .email-widget-body ul li input[type=text] {
padding: 12px;
width: 100%;
}
#email-widget .email-widget-body ul li input[type=checkbox] {
margin-right: 6px;
opacity: 0;
}
#email-widget .email-widget-body ul li .email-checkbox {
display: inline-block;
position: relative;
width: 25px;
}
#email-widget .email-widget-body ul li .email-checkbox input[type=checkbox]:checked + label:after {
opacity: 1;
}
#email-widget .email-widget-body ul li .email-checkbox label {
cursor: pointer;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: #eee;
border: 1px solid #ddd;
}
#email-widget .email-widget-body ul li .email-checkbox label.error {
width: 100%;
}
#email-widget .email-widget-body ul li .email-checkbox label:after {
opacity: 0.1;
content: "";
position: absolute;
width: 12px;
height: 7px;
background: transparent;
top: 6px;
left: 6px;
border: 3px solid #1dbc7a;
border-top: none;
border-right: none;
transform: rotate(-45deg);
}
#email-widget .email-widget-body ul li .email-checkbox label:hover::after {
opacity: 0.5;
}
#email-widget .email-widget-footer {
padding: 0;
}
#email-widget .email-widget-footer .btn-submit {
background: #1dbc7a;
color: white;
font-size: 1.6rem;
height: 72px;
width: 100%;
}
#email-widget .email-widget-footer .btn-submit:hover {
background: #158959;
}
body {
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 15px;
color: #404040;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
font-weight: 500;
margin-top: 0;
}
body h2,
body h3 {
font-family: "Rubik", sans-serif;
}
body h1,
body .h1 {
font-size: 30px;
color: #004E6E;
}
body h2,
body .h2 {
font-size: 24px;
color: #004E6E;
}
body h3,
body .h3 {
font-size: 19px;
color: #004E6E;
}
body .site-footer {
font-weight: 500;
}
body .site-footer h1,
body .site-footer h2,
body .site-footer h4,
body .site-footer h5,
body .site-footer h6 {
font-weight: 300;
color: #fff;
}
body .site-footer h3 {
font-size: 25px;
color: #fff;
}
body blockquote {
color: #3D89A9;
margin: 1.5em 10px;
padding: 15px;
font-style: italic;
font-family: "Zilla Slab", serif;
font-size: 24px;
line-height: 30px;
font-weight: 600;
border-top: 1px solid #404040;
border-bottom: 1px solid #404040;
border-left: transparent !important;
}
body blockquote p {
display: inline;
font-size: 24px;
line-height: 18px;
}
body .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
font-family: "Rubik", sans-serif;
}
body a,
body a:visited {
text-decoration: none !important;
}
.lead {
font-size: 19px;
}
#open-filters {
margin: 15px 15px 0 15px;
text-align: left;
border-radius: 0;
text-align: center;
color: #fff;
background-color: #1dbc7a;
background-image: url(//www.mindhealth360.com/wp-content/themes/mh360/img/tree-filter.png);
background-repeat: no-repeat;
height: 200px;
background-size: 50%;
margin: 0 auto;
background-position: center;
font-size: 40px;
margin-bottom: 40px;
}
#open-filters:focus, #open-filters:active, #open-filters:hover {
outline: none;
box-shadow: none;
background-color: rgb(27.6368663594, 179.1631336406, 116.265437788);
}
#filters.modal {
margin-top: 0;
background-color: #F3F4F5;
background-size: 150%;
background-repeat: no-repeat;
background-position: center 10%;
}
#filters.modal .modal-header {
border-bottom: 0;
}
#filters.modal .modal-footer {
border-top: 0;
}
#filters.modal section {
padding: 0 0 5px;
}
#filters.modal section h2 {
margin-top: 0;
color: #00b07a;
font-size: 36px;
}
#filters.modal #causes article > a {
cursor: default;
}
#filters.modal #symptoms > div,
#filters.modal #causes > div,
#filters.modal #solutions > div {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
flex: 0;
}
#filters.modal #symptoms > div article,
#filters.modal #causes > div article,
#filters.modal #solutions > div article {
position: relative;
flex: 0 1 auto;
box-sizing: border-box;
margin-bottom: 30px;
}
#filters.modal #symptoms > div article > a,
#filters.modal #causes > div article > a,
#filters.modal #solutions > div article > a {
display: block;
position: relative;
border: 1px solid #e6e6e6;
height: 100%;
padding-bottom: 20px;
text-align: center;
background: #fff;
}
#filters.modal #symptoms > div article > a h3,
#filters.modal #causes > div article > a h3,
#filters.modal #solutions > div article > a h3 {
display: block;
margin: 0;
color: #404040;
padding: 5px 10px 20px;
text-align: center;
}
#filters.modal #symptoms > div article > a span.checkbox,
#filters.modal #causes > div article > a span.checkbox,
#filters.modal #solutions > div article > a span.checkbox {
width: 20px;
height: 20px;
margin: 0;
}
#filters.modal #symptoms > div article > a span.checkbox.checked .checkmark,
#filters.modal #causes > div article > a span.checkbox.checked .checkmark,
#filters.modal #solutions > div article > a span.checkbox.checked .checkmark {
display: inline-block;
}
#filters.modal #symptoms > div article > a span.checkbox .checkmark,
#filters.modal #causes > div article > a span.checkbox .checkmark,
#filters.modal #solutions > div article > a span.checkbox .checkmark {
display: none;
width: 20px;
height: 19px;
-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
#filters.modal #symptoms > div article > a span.checkbox .checkmark_stem,
#filters.modal #causes > div article > a span.checkbox .checkmark_stem,
#filters.modal #solutions > div article > a span.checkbox .checkmark_stem {
position: absolute;
width: 4px;
height: 18px;
background-color: #00b07a;
left: 10px;
top: 8px;
}
#filters.modal #symptoms > div article > a span.checkbox .checkmark_kick,
#filters.modal #causes > div article > a span.checkbox .checkmark_kick,
#filters.modal #solutions > div article > a span.checkbox .checkmark_kick {
position: absolute;
width: 9px;
height: 4px;
background-color: #00b07a;
left: 2px;
top: 22px;
}
#filters.modal #symptoms > div article > a button,
#filters.modal #causes > div article > a button,
#filters.modal #solutions > div article > a button {
background: transparent;
border: 0;
border-radius: 0;
color: #00b07a;
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
}
#filters.modal #symptoms > div article > a button:focus,
#filters.modal #causes > div article > a button:focus,
#filters.modal #solutions > div article > a button:focus {
outline: none;
}
#filters.modal #symptoms > div article > a button.active .glyphicon,
#filters.modal #causes > div article > a button.active .glyphicon,
#filters.modal #solutions > div article > a button.active .glyphicon {
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
}
#filters.modal #symptoms > div article > a:after,
#filters.modal #causes > div article > a:after,
#filters.modal #solutions > div article > a:after {
display: table;
content: "";
clear: both;
}
#filters.modal #symptoms > div article.active > a h3,
#filters.modal #causes > div article.active > a h3,
#filters.modal #solutions > div article.active > a h3 {
color: #fff;
}
#filters.modal #symptoms > div article.active > a span.checkbox .checkmark_stem,
#filters.modal #symptoms > div article.active > a span.checkbox .checkmark_kick,
#filters.modal #causes > div article.active > a span.checkbox .checkmark_stem,
#filters.modal #causes > div article.active > a span.checkbox .checkmark_kick,
#filters.modal #solutions > div article.active > a span.checkbox .checkmark_stem,
#filters.modal #solutions > div article.active > a span.checkbox .checkmark_kick {
background-color: #fff;
}
#filters.modal #symptoms > div article.active > a span.checkbox .checkmark,
#filters.modal #causes > div article.active > a span.checkbox .checkmark,
#filters.modal #solutions > div article.active > a span.checkbox .checkmark {
display: inline-block;
}
#filters.modal #symptoms > div article.active > a button,
#filters.modal #causes > div article.active > a button,
#filters.modal #solutions > div article.active > a button {
color: #fff;
}
#filters.modal #symptoms > div article.symptom > a,
#filters.modal #causes > div article.symptom > a,
#filters.modal #solutions > div article.symptom > a {
border-bottom: 4px solid #fb7967;
}
#filters.modal #symptoms > div article.symptom.active > a,
#filters.modal #causes > div article.symptom.active > a,
#filters.modal #solutions > div article.symptom.active > a {
background-color: #fb7967;
}
#filters.modal #symptoms > div article.cause > a,
#filters.modal #causes > div article.cause > a,
#filters.modal #solutions > div article.cause > a {
border-bottom: 4px solid #65abfc;
}
#filters.modal #symptoms > div article.cause.active > a,
#filters.modal #causes > div article.cause.active > a,
#filters.modal #solutions > div article.cause.active > a {
background-color: #65abfc;
}
#filters.modal #symptoms > div article.solution > a,
#filters.modal #causes > div article.solution > a,
#filters.modal #solutions > div article.solution > a {
padding-top: 45px;
border-bottom: 4px solid #00b07a;
}
#filters.modal #symptoms > div article.solution.active > a,
#filters.modal #causes > div article.solution.active > a,
#filters.modal #solutions > div article.solution.active > a {
background-color: #00b07a;
color: #fff;
}
#filters.modal #symptoms > div .details,
#filters.modal #causes > div .details,
#filters.modal #solutions > div .details {
position: absolute;
display: none;
top: 100%;
width: 100%;
z-index: 101;
padding-top: 30px;
}
#filters.modal #symptoms > div .details > .row,
#filters.modal #causes > div .details > .row,
#filters.modal #solutions > div .details > .row {
margin: 0;
padding: 15px;
background-color: #fff;
}
#filters.modal #symptoms > div .details .close,
#filters.modal #causes > div .details .close,
#filters.modal #solutions > div .details .close {
position: absolute;
top: 30px;
right: 15px;
width: 50px;
height: 50px;
color: #333;
font-size: 24px;
line-height: 50px;
text-align: center;
cursor: pointer;
z-index: 102;
}
#filters.modal #symptoms > div .details .related,
#filters.modal #causes > div .details .related,
#filters.modal #solutions > div .details .related {
list-style: none;
margin-left: 0;
padding-left: 0;
}
#filters.modal #symptoms > div .details .related li,
#filters.modal #causes > div .details .related li,
#filters.modal #solutions > div .details .related li {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
#filters.modal #symptoms > div .details .related li a,
#filters.modal #causes > div .details .related li a,
#filters.modal #solutions > div .details .related li a {
display: block;
padding: 5px 8px;
color: #fff;
background-color: #00b07a;
}
#filters.modal #symptoms > div .details .related li a:hover,
#filters.modal #causes > div .details .related li a:hover,
#filters.modal #solutions > div .details .related li a:hover {
background-color: rgb(0, 201.5, 139.6761363636);
}
#filters.modal #symptoms > div .details .related li a:visited, #filters.modal #symptoms > div .details .related li a:active,
#filters.modal #causes > div .details .related li a:visited,
#filters.modal #causes > div .details .related li a:active,
#filters.modal #solutions > div .details .related li a:visited,
#filters.modal #solutions > div .details .related li a:active {
color: #fff;
}
#filters.modal #symptoms > div .details .types > .row,
#filters.modal #causes > div .details .types > .row,
#filters.modal #solutions > div .details .types > .row {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
flex: 0;
}
#filters.modal #symptoms > div .details .types > .row article,
#filters.modal #causes > div .details .types > .row article,
#filters.modal #solutions > div .details .types > .row article {
position: relative;
flex: 0 1 auto;
}
#filters.modal #symptoms > div .details .types > .row article > a,
#filters.modal #causes > div .details .types > .row article > a,
#filters.modal #solutions > div .details .types > .row article > a {
border: 1px solid #e6e6e6;
padding: 15px;
text-align: center;
}
#filters.modal #symptoms > div .details .types > .row article > a:hover, #filters.modal #symptoms > div .details .types > .row article > a:active,
#filters.modal #causes > div .details .types > .row article > a:hover,
#filters.modal #causes > div .details .types > .row article > a:active,
#filters.modal #solutions > div .details .types > .row article > a:hover,
#filters.modal #solutions > div .details .types > .row article > a:active {
text-decoration: none;
}
#filters.modal #symptoms > div .details .types > .row article > a h5,
#filters.modal #causes > div .details .types > .row article > a h5,
#filters.modal #solutions > div .details .types > .row article > a h5 {
color: #404040;
}
#filters.modal #symptoms > div .details.open,
#filters.modal #causes > div .details.open,
#filters.modal #solutions > div .details.open {
display: block;
}
#filters.modal #symptoms:after,
#filters.modal #causes:after,
#filters.modal #solutions:after {
display: table;
content: "";
clear: both;
}
.modal-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.modal-background .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: radial-gradient(farthest-corner at 50% 35%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35));
}
.modal-background #greentree {
display: block;
max-width: 100%;
margin: 50px auto;
height: 100%;
width: auto;
}
.modal-background #greentree #trunk {
fill: #00be78;
}
.modal-background #greentree #greenleaves .cls-1 {
fill: #00be78;
transition: fill 0.7s ease-out;
}
.modal-background #greentree #greenleaves .cls-1.inner {
fill: #00be78;
} .filter_text {
font-size: 20px;
white-space: normal;
}
@media (max-width: 767px) {
.filter_text {
font-size: 16px;
}
}
@media (max-width: 767px) {
#open-filters {
background-size: 85% 200px;
font-size: 21px;
}
}
.resource-categories ul {
margin-left: 0;
padding-left: 0;
}
.resource-categories ul li {
background-color: #333;
color: #fff;
opacity: 0.5;
}
.resource-categories ul li.active, .resource-categories ul li:hover, .resource-categories ul li:active, .resource-categories ul li.active:hover {
background-color: #333;
opacity: 1;
color: #fff !important;
}
.resource-categories ul li.active:hover {
opacity: 0.75;
}
.resource-tiles {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
flex: 0;
}
.resource-tiles .tile {
position: relative;
flex: 0 1 auto;
margin-top: 15px;
margin-bottom: 15px;
}
.resource-tiles .tile > a {
display: block;
border: 1px solid #ccc;
border-top-width: 10px;
border-top-style: solid;
color: #404040;
height: 100%;
padding: 25px;
}
.resource-tiles .tile > a:hover {
background-color: #e4e4e4;
}
.resource-tiles .tile > a p {
word-wrap: break-word;
}
.btn-lg, .btn-group-lg > .btn {
font-size: 14px;
}
.btn.btn-filter {
display: block;
background-color: #929292;
border-radius: 0;
color: white;
float: right;
height: 55px;
font-size: 15px;
line-height: 40px;
text-align: center;
width: 100%;
padding: 0.6em 1em 0.4em;
}
#applied-filters,
#practitioner-applied-types,
#practitioner-applied-symptoms {
font-size: 12px;
}
#applied-filters p,
#applied-filters div,
#practitioner-applied-types p,
#practitioner-applied-types div,
#practitioner-applied-symptoms p,
#practitioner-applied-symptoms div {
display: inline-block;
margin-right: 5px;
}
#applied-filters .applied-filter,
#applied-filters .applied-filter-clear,
#practitioner-applied-types .applied-filter,
#practitioner-applied-types .applied-filter-clear,
#practitioner-applied-symptoms .applied-filter,
#practitioner-applied-symptoms .applied-filter-clear {
display: none;
position: relative;
color: #fff;
background-color: #65abfc;
padding: 4px 25px 4px 10px;
margin-bottom: 5px;
}
#applied-filters .applied-filter#clear-all-filters, #applied-filters .applied-filter#clear-symptom-filters, #applied-filters .applied-filter#clear-type-filters,
#applied-filters .applied-filter-clear#clear-all-filters,
#applied-filters .applied-filter-clear#clear-symptom-filters,
#applied-filters .applied-filter-clear#clear-type-filters,
#practitioner-applied-types .applied-filter#clear-all-filters,
#practitioner-applied-types .applied-filter#clear-symptom-filters,
#practitioner-applied-types .applied-filter#clear-type-filters,
#practitioner-applied-types .applied-filter-clear#clear-all-filters,
#practitioner-applied-types .applied-filter-clear#clear-symptom-filters,
#practitioner-applied-types .applied-filter-clear#clear-type-filters,
#practitioner-applied-symptoms .applied-filter#clear-all-filters,
#practitioner-applied-symptoms .applied-filter#clear-symptom-filters,
#practitioner-applied-symptoms .applied-filter#clear-type-filters,
#practitioner-applied-symptoms .applied-filter-clear#clear-all-filters,
#practitioner-applied-symptoms .applied-filter-clear#clear-symptom-filters,
#practitioner-applied-symptoms .applied-filter-clear#clear-type-filters {
cursor: pointer;
background-color: #fb7967;
}
#applied-filters .applied-filter span,
#applied-filters .applied-filter-clear span,
#practitioner-applied-types .applied-filter span,
#practitioner-applied-types .applied-filter-clear span,
#practitioner-applied-symptoms .applied-filter span,
#practitioner-applied-symptoms .applied-filter-clear span {
display: block;
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
cursor: pointer;
}
#practitioner-applied-types .applied-filter:first-of-type,
#practitioner-applied-symptoms .applied-filter:first-of-type {
margin-left: 3em;
}
body.category-inspiration .row.format.topics {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
}
body.category-inspiration .row.format.topics .filter {
flex: 1 0 50%;
max-width: 50%;
}
@media (min-width: 768px) {
body.category-inspiration .row.format.topics .filter {
flex: 1 0 30%;
max-width: 30%;
}
}
@media (min-width: 992px) {
body.category-inspiration .row.format.topics .filter {
flex: 1 0 15%;
max-width: 15%;
}
}
.row.format.topics {
margin-bottom: 15px;
}
@media (min-width: 768px) {
.row.format.topics {
margin-bottom: 30px;
}
}
.panel-default > .panel-heading {
background-color: #00b07a;
color: #fff;
}
.panel-heading {
cursor: pointer !important;
min-height: 54px;
position: relative;
padding-right: 54px;
}
.panel-heading a:after {
content: "\f106";
vertical-align: middle;
position: absolute;
top: 8px;
right: 8px;
color: #fff;
line-height: 30px;
border: 1px solid #fff;
border-radius: 50%;
text-align: center;
background-color: transparent;
font-family: FontAwesome;
font-size: 40px;
width: 40px;
height: 40px;
line-height: -moz-block-height;
}
.panel-heading a.collapsed:after {
content: "\f107";
padding-top: 6px;
vertical-align: middle;
background-color: rgb(255, 255, 255);
opacity: 0.8;
mix-blend-mode: hard-light;
color: rgba(0, 0, 0, 0.5);
border-radius: 100px;
text-align: center;
}
.panel-collapse.collapsing {
width: 100%;
}
.panel-body {
padding: 30px;
}
@media (max-width: 991px) {
.panel-group {
margin: 0 -15px;
}
.panel-group .panel-body {
padding: 30px 15px;
}
.panel-group .panel-title {
padding-right: 50px;
}
}
aside .searchform {
margin: 0 0 20px;
}
aside .panel-group {
margin: 0;
}
aside #email-widget {
border: 0;
}
@media (min-width: 992px) {
aside #email-widget {
border: 1px solid #ebebeb;
}
}
aside #email-widget .panel-body {
border-top: 0;
}
aside #email-widget .hubspot-form {
margin: 0 0 0 30px;
}
@media (min-width: 992px) {
aside #email-widget .hubspot-form {
margin: 0 30px 0 60px;
}
}
aside #email-widget .hubspot-form .hbspt-form iframe {
min-height: 500px;
}
aside #email-widget #mobileEmailSignup {
margin-bottom: -30px;
}
aside #email-widget #mobileEmailSignup .panel {
border: 0;
}
aside #email-widget #mobileEmailSignup .panel .panel-heading {
background-color: #fb7967;
text-align: center;
padding: 10px 15px;
}
aside #email-widget #mobileEmailSignup .panel .panel-heading .panel-title {
padding: 0;
}
aside #email-widget #mobileEmailSignup .panel .panel-heading .panel-title a {
line-height: 40px;
}
aside #email-widget #mobileEmailSignup .panel .panel-heading .panel-title a::after {
display: none;
}
aside #email-widget #mobileEmailSignup .panel .panel-heading .panel-title a img {
margin-top: -4px;
}
#main .accordion .panel-heading span {
margin-right: 0;
}
body.home .infographic section {
padding: 20px 0;
}
@media (min-width: 768px) {
body.home .infographic section {
padding: 40px 0;
}
}
body.home .infographic .intro,
body.home .infographic .mid-text {
font-size: 18px;
color: #fff;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px 0;
min-height: 150px;
}
@media (min-width: 768px) {
body.home .infographic .intro,
body.home .infographic .mid-text {
font-size: 22px;
}
}
body.home .infographic .intro p,
body.home .infographic .mid-text p {
margin: 0 auto 20px;
}
body.home .infographic .intro p:last-child,
body.home .infographic .mid-text p:last-child {
margin-bottom: 0;
}
body.home .infographic .intro {
background-color: #00a877;
}
body.home .infographic .intro p {
max-width: 640px;
}
body.home .infographic .graphic img {
display: block;
width: 100%;
max-width: 800px;
margin: 0 auto;
}
body.home .infographic .mid-text {
background-color: #629fff;
}
body.home .infographic .mid-text p {
max-width: 800px;
}
body.home .infographic .steps .container {
max-width: 980px;
}
body.home .infographic .steps h2 {
color: #293981;
text-align: center;
font-size: 32px;
font-weight: normal;
margin-bottom: 40px;
}
body.home .infographic .steps .wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 0;
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper {
grid-template-columns: repeat(14, 1fr);
grid-template-rows: repeat(8, 1fr);
}
}
body.home .infographic .steps .wrapper .step {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-gap: 0;
color: #fff;
padding: 20px;
align-items: center;
border-radius: 15px 60px 60px 15px;
grid-column: 1/3;
}
body.home .infographic .steps .wrapper .step h3 {
color: #fff;
font-size: 22px;
text-transform: uppercase;
}
body.home .infographic .steps .wrapper .step .text {
grid-column: 2/4;
grid-row: 1/2;
font-size: 16px;
padding-left: 20px;
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .step .text {
font-size: 18px;
}
}
body.home .infographic .steps .wrapper .step .text p {
margin-bottom: 0;
}
body.home .infographic .steps .wrapper .step .index {
color: #293981;
text-align: center;
font-weight: bold;
font-size: 50px;
line-height: 120px;
width: 120px;
height: 120px;
border-radius: 50%;
border: 1px solid #fff;
grid-column: 1/2;
grid-row: 1/2;
}
body.home .infographic .steps .wrapper .step:nth-child(1) {
background-color: #629fff;
}
body.home .infographic .steps .wrapper .step:nth-child(1) .index {
background-color: #00a877;
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .step:nth-child(1) {
grid-column: 1/7;
grid-row: 1/3;
border-radius: 60px 15px 15px 60px;
padding-left: 60px;
}
body.home .infographic .steps .wrapper .step:nth-child(1) .text {
grid-column: 1/3;
padding-left: 0;
padding-right: 20px;
}
body.home .infographic .steps .wrapper .step:nth-child(1) .index {
grid-column: 3/4;
}
}
body.home .infographic .steps .wrapper .step:nth-child(3) {
background-color: #00a877;
}
body.home .infographic .steps .wrapper .step:nth-child(3) .index {
background-color: #f37863;
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .step:nth-child(3) {
grid-column: 9/15;
grid-row: 3/5;
border-radius: 15px 60px 60px 15px;
}
}
body.home .infographic .steps .wrapper .step:nth-child(5) {
background-color: #84d8ce;
}
body.home .infographic .steps .wrapper .step:nth-child(5) .index {
background-color: #8493a6;
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .step:nth-child(5) {
grid-column: 1/7;
grid-row: 5/7;
border-radius: 60px 15px 15px 60px;
padding-left: 60px;
}
body.home .infographic .steps .wrapper .step:nth-child(5) .text {
grid-column: 1/3;
padding-left: 0;
padding-right: 20px;
}
body.home .infographic .steps .wrapper .step:nth-child(5) .index {
grid-column: 3/4;
}
}
body.home .infographic .steps .wrapper .step:nth-child(7) {
background-color: #f37863;
}
body.home .infographic .steps .wrapper .step:nth-child(7) .index {
background-color: #629fff;
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .step:nth-child(7) {
grid-column: 9/15;
grid-row: 7/9;
border-radius: 15px 60px 60px 15px;
}
}
body.home .infographic .steps .wrapper .line {
border-right: 5px dashed #293981;
grid-column: 1/2;
min-height: 40px;
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .line:nth-child(2) {
grid-column: 7/10;
grid-row: 2/4;
border-top: 5px dashed #293981;
margin-right: -10px;
}
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .line:nth-child(4) {
grid-column: 6/9;
grid-row: 4/5;
border-right: 0;
border-top: 5px dashed #293981;
border-left: 5px dashed #293981;
margin-left: -10px;
}
}
@media (min-width: 768px) {
body.home .infographic .steps .wrapper .line:nth-child(6) {
grid-column: 7/10;
grid-row: 6/7;
border-top: 5px dashed #293981;
margin-right: -10px;
}
}
body.home .featured-posts {
padding: 50px 0;
background-color: #e7e7e7;
}
body.home .featured-posts h2 {
text-align: center;
color: initial;
margin-bottom: 25px;
}
body.home .featured-posts article {
margin-bottom: 30px;
}
@media (min-width: 768px) {
body.home .featured-posts article {
margin-bottom: 0;
}
}
body.home .featured-posts article .article-img {
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
margin-bottom: 30px;
}
body.home .featured-posts article .featured-image {
height: 290px;
overflow: hidden;
margin-bottom: 15px;
}
@media (min-width: 768px) {
body.home .featured-posts article .featured-image {
height: 170px;
}
}
@media (min-width: 992px) {
body.home .featured-posts article .featured-image {
height: 270px;
}
}
body.home .featured-posts article .featured-image img {
object-fit: cover;
min-width: 100%;
width: auto;
min-height: 100%;
height: auto;
}
body.home .featured-posts article h3 {
margin-bottom: 15px;
}
body.home .featured-posts article p {
color: initial;
margin-bottom: 0;
}
body.home .featured-posts article p a {
color: initial;
}
body.home .featured-posts article .category {
margin-bottom: 15px;
}
body.home .featured-posts article .excerpt {
overflow: hidden;
height: 4em;
}
body.home .featured-posts .btn {
margin-top: 25px;
}
body.home .gallery {
margin-top: 50px;
}
body.home .gallery-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
body.home .gallery-text h2 {
color: #fff;
}
body.home .home-search {
padding-top: 30px;
padding-bottom: 30px;
background-color: #f5f5f5;
}
body.home .featured-video {
padding: 30px 0;
margin: 0;
background-color: #f9f9f9;
}
body.home .featured-video .container {
max-width: 720px;
}
body.home .featured-video p {
margin-bottom: 30px;
}
body.home .featured-video .btn-primary {
margin-top: 30px;
}
body.search article .entry-title {
margin-bottom: 5px;
}
body.search article .entry-summary {
margin: 0 0 1.5em;
}
#search-modal .modal-dialog {
margin: 0;
width: 100vw;
}
#search-modal .modal-dialog .modal-content {
border: 0;
border-radius: 0;
box-shadow: none;
height: 100vh;
background-color: #f7f7f7;
}
#search-modal .modal-dialog .modal-content .modal-header {
border: 0;
}
#search-modal .modal-dialog .modal-content .modal-header .close {
opacity: 1;
}
#search-modal .modal-dialog .modal-content .modal-header .close span {
color: #000;
text-shadow: none;
opacity: 1;
font-weight: normal;
font-size: 32px;
}
#search-modal .modal-dialog .modal-content .modal-body {
display: table;
height: calc(100% - 60px);
width: 100%;
max-width: 900px;
margin: 0 auto;
}
#search-modal .modal-dialog .modal-content .modal-body .searchform {
background-color: transparent;
display: table-cell;
vertical-align: middle;
margin: 0 auto;
}
#search-modal .modal-dialog .modal-content .modal-body .searchform .form_search {
width: 100%;
}
#search-modal .modal-dialog .modal-content .modal-body .searchform input {
font-size: 24px;
height: 36px;
margin-bottom: 25px;
border: 0;
background: transparent;
border-bottom: 1px solid #333;
box-shadow: none;
padding-right: 96px;
}
#search-modal .modal-dialog .modal-content .modal-body .searchform input:focus {
outline: none;
box-shadow: none;
}
#search-modal .modal-dialog .modal-content .modal-body .searchform .input-group-btn {
position: absolute;
right: 0;
top: -10px;
width: auto;
}
#search-modal .modal-dialog .modal-content .modal-body .searchform .input-group-btn button {
font-size: 24px;
z-index: 3;
}
.members {
padding: 1rem 0;
display: flex;
flex-wrap: wrap;
}
.members .teams {
flex: 1 1 100%;
padding: 0 15px;
}
@media (min-width: 768px) {
.members .teams {
flex: 0 0 33.3%;
}
}
@media (min-width: 992px) {
.members .teams {
flex: 0 0 25%;
}
}
.members .team-image {
position: relative;
overflow: hidden;
padding-bottom: 100%;
}
.members .team-image img {
position: absolute;
width: 100%;
}
.members .team-image img:hover {
opacity: 0.6;
}
.members .team-member {
margin-bottom: 4rem;
}
.members .team-member.research-assistant {
text-align: left;
margin-bottom: 30px;
}
.members .team-member.research-assistant .team-name {
margin-top: 0;
}
.members .team-name {
margin: 2rem 0 0.5rem 0;
}
.members .team-name a {
color: #1dbc7a;
font-weight: 500;
}
.members .team-name a:visited {
color: #1dbc7a;
}
.members .team-title {
color: #404040;
}
.members .modal-dialog {
margin: 90px auto;
}
.members .modal-dialog .modal-header {
padding: 10px 30px;
}
.members .modal-dialog .modal-header .close {
font-size: 30px;
color: #5da6ff;
opacity: 1;
}
.members .modal-dialog .modal-body {
padding: 30px;
}
.topics button {
background-color: #929292;
border-radius: 0;
color: white;
float: right;
height: 55px;
text-align: center;
width: 250px;
}
.topics button:hover {
background-color: #797979;
}
.topics button.active {
background-color: #e0779b;
}
.filterStatus {
color: #929292;
float: right;
font-size: 17px;
}
.filterStatus span {
font-style: italic;
}
.filterStatus i:hover {
cursor: pointer;
}
.format { }
.format .filter-form {
float: right;
}
.format .filter-form {
background-color: #929292;
border-radius: 0;
color: white;
float: right;
height: 55px;
text-align: center;
text-align-last: center;
width: 250px;
}
.format .filter-form option {
text-align: center;
}
.format .noarrow {
-webkit-appearance: none;
-moz-appearance: none;
}
.format .noarrow::-ms-expand {
display: none;
}
.format article {
border: 1px solid #e5e5e5;
height: 300px;
padding-bottom: 0;
}
.format article .article-coloring {
padding: 4px;
margin: -1px;
}
.format article .entry-header {
padding: 20px;
}
.format article .entry-header .entry-title {
color: #1dbc7a;
font-size: 18px;
}
.format article .entry-header .post-date {
color: #1dbc7a;
}
.format article .entry-content {
color: #929292;
margin: 0;
padding: 0 20px 20px 20px;
word-wrap: break-word;
}
.format article:hover {
background: #f7f7f7;
}
.format .content-loader {
margin: 0 0 2em;
height: 100px;
width: 20%;
text-align: center;
padding: 1em;
margin: 0 auto 1em;
display: block;
}
.format svg path,
.format svg rect {
fill: #1dbc7a;
}
#main > .row.squeeze {
padding-bottom: 10px;
}
.practitioners button {
background-color: #00b07a;
border-radius: 0;
color: white;
display: block;
height: 70px;
margin: 0 auto 15px auto;
padding: 0.8em 2em;
text-align: center;
width: 100%;
}
@media (min-width: 768px) {
.practitioners button {
width: 325px;
}
}
#archive-list > .row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#archive-list > .row .article-wrapper {
height: 360px;
margin-bottom: 30px;
flex: 0 1 auto;
}
#archive-list > .row .article-wrapper article {
height: 100%;
display: flex;
flex-direction: column;
align-content: flex-end;
}
#archive-list > .row .article-wrapper article .article-coloring {
flex-basis: 10px;
}
#archive-list > .row .article-wrapper article .entry-header {
flex-basis: calc(25% - 5px);
}
#archive-list > .row .article-wrapper article .entry-content {
flex-basis: calc(75% - 5px);
overflow: hidden;
padding: 0;
margin: 0 15px 15px;
}
#archive-list > .row .article-wrapper article .entry-content img {
object-fit: cover;
min-width: 100%;
width: auto;
min-height: 100%;
height: auto;
}
#archive-list > .row .article-wrapper article .entry-content img.icon {
display: block;
object-fit: contain;
min-width: 0;
min-height: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
}
main.events #archive-list > .row .article-wrapper {
height: 435px;
margin-bottom: 30px;
flex: 0 1 auto;
}
main.events #archive-list > .row .article-wrapper article .entry-content {
overflow: hidden;
padding: 0;
height: 250px;
position: absolute;
right: 15px;
bottom: 0;
left: 15px;
}
main.events #archive-list > .row .article-wrapper article .entry-content img {
object-fit: cover;
min-width: 100%;
width: auto;
min-height: 100%;
height: auto;
}
main.events #archive-list > .row .article-wrapper article .entry-content img.icon {
display: block;
object-fit: contain;
min-width: 0;
min-height: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
}
body.modal-open {
overflow: auto;
} .modal .close {
font-size: 42px;
font-weight: normal;
}
.modal .modal-footer {
padding: 0;
}
.modal .modal-footer .btn-submit {
background: #1dbc7a;
color: white;
font-size: 1.6rem;
height: 72px;
width: 100%;
}
.modal .modal-footer .btn-submit:hover {
background: #158959;
} #filterModal .modal-body {
padding: 35px;
}
#filterModal ul {
list-style: none;
padding-left: 0;
}
#filterModal .container {
width: 100%;
}
#filterModal li {
padding: 10px 0;
}
#filterModal li span {
display: inline-block;
padding-left: 3%;
vertical-align: top;
width: 92%;
}
#filterModal .term {
font-size: 13px;
margin-bottom: 0.7rem;
}
#filterModal .term .filter-checkbox-container {
cursor: pointer;
float: left;
position: relative;
width: 18px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#filterModal .term input[type=checkbox] {
opacity: 0;
}
#filterModal .term input[type=checkbox]:checked + label:after {
opacity: 1;
}
#filterModal .term label {
cursor: pointer;
font-weight: normal;
}
#filterModal .term label.dabox {
background: linear-gradient(to bottom, #fff 0%, #f5f4f4 50%);
border: 1px solid #8a8a8a;
border-radius: 2px;
display: inline-block;
height: 18px;
left: 0;
position: absolute;
top: 0;
width: 18px;
}
#filterModal .term label.dabox:after {
opacity: 0;
content: "";
position: absolute;
width: 12px;
height: 7px;
background: transparent;
top: 3px;
left: 2px;
border: 3px solid black;
border-top: none;
border-right: none;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
#filterModal .term .filter-term {
float: right;
width: 85%;
}
#filterModal .btn-submit {
background: #65b7d6;
}
#filterModal .btn-submit:hover {
background: #447ab2;
}
#practitioner-filters .btn-submit {
color: white;
font-size: 1.6rem;
height: 72px;
width: calc(100% + 2px);
background: #65b7d6;
margin: 0 -1px;
}
#practitioner-filters .btn-submit:hover {
background: #447ab2;
} #emailModal .modal-content {
background: radial-gradient(circle, #fff, #f3f3f3);
}
#emailModal .modal-content .hubspot-form {
margin: 0 auto;
padding: 15px 30px;
}
@media (min-width: 768px) {
#emailModal .modal-content .hubspot-form {
padding: 20px 60px 20px 100px;
}
}
#emailModal .modal-content .hubspot-form iframe {
min-height: 500px;
}
#emailModal .modal-content .hubspot-form iframe input {
width: 100%;
}
#emailModal .errorTxt .error {
color: red;
font-size: 12px;
font-weight: normal;
padding: 0.3em 0;
width: 100%;
}
#emailModal .modal-header {
border-bottom: none;
padding-bottom: 3px;
}
#emailModal .modal-header h3 {
color: #1dbc7a;
font-size: 3.2rem;
padding-top: 18px;
text-align: center;
}
#emailModal .modal-header .logo {
text-align: center;
}
#emailModal .modal-header .logo img {
width: 110px;
}
#emailModal .modal-body {
font-size: 18px;
padding-top: 15px;
}
#emailModal .modal-body .text {
padding: 0 42px;
text-align: center;
}
#emailModal .modal-body ul {
margin: 12px 35px;
padding: 12px;
}
#emailModal .modal-body li {
list-style: none;
padding-bottom: 12px;
}
#emailModal .modal-body li input[type=text] {
padding: 12px;
width: 100%;
}
#emailModal .modal-body li input[type=checkbox] {
margin-right: 6px;
opacity: 0;
}
#emailModal .modal-body li .email-checkbox {
display: inline-block;
position: relative;
width: 25px;
}
#emailModal .modal-body li .email-checkbox input[type=checkbox]:checked + label:after {
opacity: 1;
}
#emailModal .modal-body li .email-checkbox label {
cursor: pointer;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: #eee;
border: 1px solid #ddd;
}
#emailModal .modal-body li .email-checkbox label.error {
width: 100%;
}
#emailModal .modal-body li .email-checkbox label:after {
opacity: 0.1;
content: "";
position: absolute;
width: 12px;
height: 7px;
background: transparent;
top: 6px;
left: 6px;
border: 3px solid #1dbc7a;
border-top: none;
border-right: none;
transform: rotate(-45deg);
}
#emailModal .modal-body li .email-checkbox label:hover::after {
opacity: 0.5;
}
#emailModal #checkboxHelp {
display: block;
margin-top: 0.6rem;
}
#practitionerModal .modal-body {
padding: 35px 35px 10px 35px;
}
#practitionerModal .row {
padding-bottom: 15px;
}
#practitionerModal .row.squeeze {
padding-bottom: 5px;
}
#practitionerModal hr {
margin: 3px 0 6px 0;
}
#practitionerModal .pCheckbox {
margin-bottom: 15px;
}
#practitionerModal .filter-checkbox-container {
cursor: pointer;
float: left;
position: relative;
width: 18px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#practitionerModal input[type=checkbox]:checked + label:after {
opacity: 1;
}
#practitionerModal label {
cursor: pointer;
font-weight: normal;
}
#practitionerModal label.header {
font-weight: bold;
}
#practitionerModal label.header {
font-weight: bold;
}
#practitionerModal label.dabox {
background: linear-gradient(to bottom, #fff 0%, #f5f4f4 50%);
border: 1px solid #8a8a8a;
border-radius: 2px;
display: inline-block;
height: 18px;
left: 0;
position: absolute;
top: 0;
width: 18px;
}
#practitionerModal label.dabox:after {
opacity: 0;
content: "";
position: absolute;
width: 12px;
height: 7px;
background: transparent;
top: 3px;
left: 2px;
border: 3px solid black;
border-top: none;
border-right: none;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
#practitionerModal .filter-term {
float: right;
font-size: 13px;
width: 85%;
}
.practitioner .row {
padding: 5px 0;
}
.practitioner .row.squeeze {
padding: 0;
}
.practitioner .row article {
height: auto;
}
.practitioner .row article h4 {
color: #65abfc;
font-size: 0.9em;
}
.practitioner .row article h4 .primary {
font-size: initial;
display: block;
margin-bottom: 0.25em;
}
.practitioner .row .practitioner-types span {
display: block;
}
.practitioner h2.space-y {
padding-top: 15px;
}
.practitioner label {
width: 100%;
}
.contact-details-addresses > .col-xs-12.col-md-6 {
height: 9em;
margin-bottom: 30px;
}
.contact-details-addresses h3 {
margin: 15px 0 0;
}
#practitioner-list article {
height: 312px;
}
#practitioner-list article p {
position: relative;
height: 6.8em;
overflow: hidden;
}
#practitioner-list .article-coloring {
background: #65abfc;
border: 1px solid #65abfc;
}
body.page-template-template-add-practitioner form.acf-form .acf-label {
width: 100%;
height: 100%;
}
body.page-template-template-add-practitioner form.acf-form .acf-label label {
width: 100%;
float: none;
}
body.page-template-template-add-practitioner form.acf-form .acf-input {
width: 100%;
height: 100%;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-input-wrap {
width: 100%;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list.acf-hl label {
display: block;
width: auto;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list.acf-bl li {
height: auto;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list.acf-bl li label {
float: none;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list.acf-bl li .button {
display: inline-block;
margin-top: 15px;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button {
color: #fff;
background-color: #00b07a;
border-color: #00b07a;
padding: 6px 12px;
border-radius: 6px;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:focus, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.focus {
color: #fff;
background-color: rgb(0, 125, 86.6477272727);
border-color: rgb(0, 48.5, 33.6193181818);
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:hover {
color: #fff;
background-color: rgb(0, 125, 86.6477272727);
border-color: rgb(0, 114.8, 79.5772727273);
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:active, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.active, .open > body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.dropdown-toggle {
color: #fff;
background-color: rgb(0, 125, 86.6477272727);
background-image: none;
border-color: rgb(0, 114.8, 79.5772727273);
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:active:hover, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:active:focus, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:active.focus, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.active:hover, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.active:focus, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.active.focus, .open > body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.dropdown-toggle:hover, .open > body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.dropdown-toggle:focus, .open > body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.dropdown-toggle.focus {
color: #fff;
background-color: rgb(0, 89.3, 61.9011363636);
border-color: rgb(0, 48.5, 33.6193181818);
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.disabled:hover, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.disabled:focus, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.disabled.focus, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button[disabled]:hover, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button[disabled]:focus, body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button[disabled].focus, fieldset[disabled] body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:hover, fieldset[disabled] body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button:focus, fieldset[disabled] body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button.focus {
background-color: #00b07a;
border-color: #00b07a;
}
body.page-template-template-add-practitioner form.acf-form .acf-input .acf-checkbox-list .button .badge {
color: #00b07a;
background-color: #fff;
}
body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit] {
color: #fff;
background-color: #00b07a;
border-color: #00b07a;
padding: 8px 16px;
border-radius: 8px;
font-size: 1.2em;
display: block;
margin: 25px auto 0;
}
body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:focus, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].focus {
color: #fff;
background-color: rgb(0, 125, 86.6477272727);
border-color: rgb(0, 48.5, 33.6193181818);
}
body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:hover {
color: #fff;
background-color: rgb(0, 125, 86.6477272727);
border-color: rgb(0, 114.8, 79.5772727273);
}
body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:active, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].active, .open > body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].dropdown-toggle {
color: #fff;
background-color: rgb(0, 125, 86.6477272727);
background-image: none;
border-color: rgb(0, 114.8, 79.5772727273);
}
body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:active:hover, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:active:focus, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:active.focus, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].active:hover, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].active:focus, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].active.focus, .open > body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].dropdown-toggle:hover, .open > body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].dropdown-toggle:focus, .open > body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].dropdown-toggle.focus {
color: #fff;
background-color: rgb(0, 89.3, 61.9011363636);
border-color: rgb(0, 48.5, 33.6193181818);
}
body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].disabled:hover, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].disabled:focus, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].disabled.focus, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit][disabled]:hover, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit][disabled]:focus, body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit][disabled].focus, fieldset[disabled] body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:hover, fieldset[disabled] body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit]:focus, fieldset[disabled] body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit].focus {
background-color: #00b07a;
border-color: #00b07a;
}
body.page-template-template-add-practitioner form.acf-form .acf-form-submit input[type=submit] .badge {
color: #00b07a;
background-color: #fff;
}
body.page-template-template-add-practitioner form.acf-form .acf-field {
min-height: 0 !important;
}
body.page-template-template-add-practitioner form.acf-form .acf-field select {
font-size: 16px;
}
#practitioner-filters {
position: static;
margin-bottom: 15px;
}
#practitioner-filters .btn-group {
position: static;
}
#practitioner-filters > .btn-group > .filter-list {
top: calc(100% - 15px);
left: 15px;
width: calc(100% - 30px);
}
#practitioner-filters > .btn-group > .filter-list .filter-list {
top: 50px;
left: 0;
width: 100%;
padding: 0 15px;
border-top: 0;
}
#practitioner-filters > .btn-group > .filter-list .filter-list em {
display: block;
font-size: 0.85em;
color: #65abfc;
}
#practitioner-filters > .btn-group > .filter-list .filter-list em.primary {
font-size: 1em;
}
#practitioner-filters > .btn-group .filter-list {
position: absolute;
background: #fff;
border: 1px solid #e5e5e5;
z-index: 99999;
padding: 10px 15px;
}
#practitioner-filters > .btn-group .filter-list > .row:last-of-type > .btn {
margin-bottom: -5px;
}
#practitioner-filters button {
background-color: #e5e5e5;
margin-right: 1em;
}
#practitioner-filters button.active {
color: #fff;
background-color: #00b07a;
}
#practitioner-filters button.btn-danger {
background-color: #fb7967;
}
.practitioner #practitioner-applied-symptoms p,
.practitioner #practitioner-applied-types p {
margin-right: -3px;
}
.practitioner .applied-filter#clear-practitioner-applied-symptoms, .practitioner .applied-filter#clear-practitioner-applied-types {
cursor: pointer;
background-color: #fb7967;
display: none;
margin-left: 0;
}
#practitioner-search input[type=submit] {
border-radius: 0;
font-size: initial;
padding: 4px 12px;
}
#practitioner-search form #practitioner-name {
width: calc(100% - 108px);
display: block;
float: left;
margin-left: 15px;
}
#practitioner-search form input[type=submit] {
margin: 0;
float: right;
}
#practitioner-filters > .btn-group > .btn {
margin-bottom: 0;
}
#practitioner-type .filter-list label {
min-height: 50px;
}
body.archive.category-inspiration .topics .filter {
cursor: pointer;
opacity: 0.4;
}
body.archive.category-inspiration .topics .filter.active {
opacity: 1;
}
body.archive.category-inspiration .format article {
height: 200px;
}
body.archive.category-inspiration h2.inspiration-title {
font-size: 48px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
body.archive.category-guided-meditations #archive-list > .row .article-wrapper {
height: 200px;
}
.popover.glossary-term .popover-content {
color: #404040;
}
.popover.glossary-term a {
display: inline-block;
padding: 3px 14px;
border-radius: 12px;
border: 1px solid #00b07a;
margin: 8px 14px;
}
body.post-type-archive-glossary #glossary-list .glossary-term {
margin-bottom: 30px;
}
body.post-type-archive-glossary #glossary-list .glossary-term .read-more {
margin-left: 1em;
}
.page-template-template-process #process-carousel {
margin: 0 -15px;
}
@media (min-width: 768px) {
.page-template-template-process #process-carousel {
margin: 0;
padding: 0 15px;
}
}
.page-template-template-process .carousel-indicators {
top: 0;
right: 0;
bottom: auto;
left: 0;
margin: 0;
width: 100%;
height: 50px;
background-color: transparent;
}
.page-template-template-process .carousel-indicators li {
width: auto;
color: #fff;
text-indent: 0;
border: 0;
line-height: 20px;
padding: 15px;
height: auto;
border-radius: 0;
margin: 0;
}
.page-template-template-process .carousel-indicators li.active {
background-color: rgba(0, 0, 0, 0.2);
border: 0;
}
.page-template-template-process .carousel-control {
text-shadow: none;
opacity: 0.7;
width: 10%;
}
@media (min-width: 768px) {
.page-template-template-process .carousel-control {
width: 5%;
}
}
.page-template-template-process .carousel-control:hover {
opacity: 1;
}
.page-template-template-process .carousel-control.right, .page-template-template-process .carousel-control.left {
background-image: none;
}
.page-template-template-process .carousel-control span {
color: #65abfc;
top: 200px;
}
@media (min-width: 768px) {
.page-template-template-process .carousel-control span {
top: 230px;
}
}
.page-template-template-process .carousel-inner .item {
text-align: center;
min-height: 640px;
}
.page-template-template-process .carousel-inner .item .heading-bg {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 50px;
}
.page-template-template-process .carousel-inner .item .slide-imgs {
padding: 0 5%;
}
.page-template-template-process .carousel-inner .item .slide-imgs .slide-img {
height: 200px;
}
.page-template-template-process .carousel-inner .item .slide-imgs .slide-img img {
max-height: 200px;
width: auto;
margin: 0 auto;
}
.page-template-template-process .carousel-inner .item h3 {
margin: 80px auto 10px;
display: block;
padding: 0 30px;
float: none;
max-width: 600px;
color: initial;
font-size: 1.5em;
}
.page-template-template-process .carousel-inner .item .slide-content {
min-height: 300px;
padding: 50px 10%;
font-size: 1.2em;
}
.row.green {
background-color: #00b07a;
}
.row.event-highlights {
margin-bottom: 30px;
padding: 30px 0;
text-align: center;
color: #fff;
font-weight: bold;
}
.row.event-highlights .btn-primary {
background-color: #65abfc;
}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}